/* JQuery Selectbox */

.jquery-selectbox {
  /*background: transparent url(select_bg.png) no-repeat;*/
  color: #ffffff;
  display: block;
  font: 12px/18px Tahoma;
  height: 24px;
  line-height: 24px;
  position: relative;
  width: 126px !important;
  z-index: 999;
}

.jquery-selectbox .jquery-selectbox-currentItem {
  display: block;
  overflow: hidden;
  padding: 0px 0px 0px 6px;
  width: 100px;
  white-space: nowrap;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  font-weight: bold;
  font-family: Tahoma;
  font-size: 12px;
  text-align: left;
}

.jquery-selectbox .jquery-selectbox-list {
  background: #fff;
  /*background: url(categories_bg.jpg);*/
  border: 1px solid #a7a7a7;
  display: none;
  left: 1px;
  max-height: 126px;
  height: expression(this.offsetHeight>127?"126":"this.offsetHeight");
  overflow: auto;
  overflow-x: hidden;
  position: absolute;
  top: 22px;
  width: 226px !important;
  z-index: 1000;
  text-align: left;
}

.jquery-selectbox .jquery-selectbox-moreButton {
  background: url(search_box_select_arrow.png) no-repeat;
  background-position: 112px 10px;
  cursor: pointer;
  display: inline;
  float: right;
  height: 24px;
  /*margin: 10px 6px 0 0;*/
  width: 126px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 100;
}

.jquery-selectbox .morebuttonhover {
  /*background: url("search_box_level4_arrow.gif") no-repeat 0 0px !important;*/
}

.jquery-selectbox .jquery-selectbox-item {
  cursor: default;
  display: block;
  float: left;
  padding: 1px 5px 2px 5px;
  width: 216px;
  font-size: 12px;
  font-weight: bold;
}

.jquery-selectbox .listelementhover {
  background: #CD0300 !important;
  color: #fff !important;
}
/* JQuery Selectbox end */
/* mod search small
-----------------------------------------------------------------------------*/
#advanced_search,
#advanced_search a {
	color: #8f1707;
	font-size: 11px;
	font-family: Tahoma;
	text-align: right;
}
#advanced_search a {
	text-decoration: underline;
}
#advanced_search a:hover {
	text-decoration: none;
}
