/* JQuery Selectbox */

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

.jquery-selectbox .jquery-selectbox-currentItem {
  display: block;
  overflow: hidden;
  padding: 0px 0px 0px 6px;
  width: 90px;
  white-space: nowrap;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  font-weight: normal;
  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;
}

.jquery-selectbox .jquery-selectbox-moreButton {
  background: url(search_box_select_arrow.png) no-repeat;
  background-position: 100px 10px;
  cursor: pointer;
  display: inline;
  float: right;
  height: 24px;
  /*margin: 10px 6px 0 0;*/
  width: 113px;
  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: 3px 0px 4px 5px;
  line-height: 15px;
  width: 210px;
  font-size: 12px;
  color: #4C4C4C;
  font-weight: bold;
  text-align: left;
}

.jquery-selectbox .listelementhover {
  background: #05457B !important;
  color: #fff !important;
  text-align: left;
}
/* JQuery Selectbox end */
/* mod search small
-----------------------------------------------------------------------------*/

#contacts_small{
  color: #c20e0e;
  font: bold 20px Arial;
  line-height: 16px;
  text-align: right;
}

#contacts_small_email{
  font: normal 12px Arial;
}

#mod_search_small{
  display: inline;
  float: right;
  margin-top: 7px;
  position: relative;
  position: relative;
  width: 530px;
  z-index: 999;
}

#mod_search_small-form{
  margin-top: 5px;
}

#mod_search_small_bg{
  /*background: url(search_bg.png) no-repeat;*/
  height: 35px;
  width: 530px;
}

#search-advanced{
  color: #800c00;
  display: inline;
  float: right;
  font-size: 11px;
  margin-left: 5px;
  position: relative;
}

#search-advanced a{
  color: #800c00;
  text-decoration: underline;
}

#mod_search_small-select{
  display: inline;
  float: left;
  height: 25px;
  padding: 5px 0 5px 4px;
  width: 150px;
}

#mod_search_small-select .jquery-selectbox{
  /*background: transparent url(search_bg_select.png) no-repeat !important;*/
  font: 12px/20px Tahoma !important;
  height: 25px !important;
  width: 150px !important;
}

#mod_search_small-select .selecthover{
  /*background: transparent url(search_bg_select-h.png) no-repeat !important;*/
}

#mod_search_small-select .jquery-selectbox .jquery-selectbox-currentItem{
  color: #FFF;
}

#mod_search_small-select .jquery-selectbox .jquery-selectbox-moreButton{
  /*background: url(search_select_arrow.png) no-repeat 0 4px !important;*/
}

#mod_search_small-select .jquery-selectbox .morebuttonhover {
  /*background: url(search_select_arrow-h.png) no-repeat 0 4px !important;*/
}

#mod_search_small-select .jquery-selectbox .jquery-selectbox-list{
  background: #bb6666;
  /*border: 1px solid #DEB9B9;*/
  border-top: none;
  left: 0px !important;
  top: 25px !important;
  width: 175px !important;
}

#mod_search_small-select .jquery-selectbox .jquery-selectbox-item{
  color: #FFF !important;
  width: 160px !important;
}

#mod_search_small-input{
  display: inline;
  float: left;
  height: 23px;
  padding: 6px 0 5px 10px;
}

.mod_search_small-input{
  background: transparent;
  border: none;
  display: block;
  font: 16px/20px Tahoma;
  height: 22px;
  width: 330px;
}

#mod_search_small-button{
  display: inline;
  float: right;
  margin-right: 5px;
  margin-top: 7px;
}
/* end mod search small */
