/* Drop down styles*/
div.selectbox-wrapper {
  position:absolute;
  width:96PX;
  background-color:white;
  border:1px solid #c7c7c7;
  margin:0px;
  margin-top:29px;
  padding:0px;
  text-align:left;
  max-height:200px;
  left:0px;
  top:0px;
   z-index:9999;
}

/*Input box styling for pseudo select box*/
#searchOptions_input{
  width: 35%;
  height:100%;
  display: inline-block;
  border: 0;
  background: #fff url(../img/downarrow.jpg) no-repeat 90% 55%;
  border-right: 1px solid #a8a8a8;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 1%;
  padding: 10px 0;
  text-indent: 0.01px;
  font-family: helvetica, arial, sans-serif!important;
  color: #444!important;
  font-style: normal!important;
}

/*Drop down list styles*/
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
/* Selected item in dropdown list*/
div.selectbox-wrapper ul li.selected { 
   background-color: #ffffff;
  color:#000000;
}

/* Selected item in dropdown list*/
div.selectbox-wrapper ul li { 
   background-color: #ffffff;
  color:#000000;
}

/* Selected item in dropdown list*/
div.selectbox-wrapper ul li:hover { 
   background-color: #9E8A44;
  color:#000000;
}

/* Drop down list items style*/
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  cursor:pointer;
}

#searchInput{
  height: 100%;
  margin-top: 0px;
}

/* Look and feel of select box */
.selectbox 
{
  margin: 0px;
  padding:0 0 0 5px;
  width : 91px; /* Resize Width */
  height:30px;
  display : block;
  text-align:left; 
  background:url(../images/select_bg_sm.jpg) no-repeat left top;
  cursor: pointer;
  border:0;
  color:#636363;
  line-height:30px;
}

/* Drop down styles*/
div.selectbox-wrapper {
  position:absolute;
  width:96PX;
  background-color:white;
  border:1px solid #c7c7c7;
  margin:0px;
  margin-top:29px;
  padding:0px;
  text-align:left;
  max-height:200px;
  left:0px;
  top:0px;
   z-index:9999;


}

/*Drop down list styles*/
div.selectbox2-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
/* Selected item in dropdown list*/
div.selectbox2-wrapper ul li.selected { 
   background-color: #ffffff;
  color:#000000;
}

/* Hover state for dropdown list */
div.selectbox2-wrapper ul li.current { 
  background-color: #c7c7c7;
}

/* Drop down list items style*/
div.selectbox2-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:4px;
  cursor:pointer;
}

/* Look and feel of select box */
.selectbox2 
{
  margin: 0px;
  padding:0 0 0 5px;
  width : 91px; /* Resize Width */
  height:30px;
  display : block;
  text-align:left; 
  background:url(../images/select_bg.jpg) no-repeat left top;
  cursor: pointer;
  border:0;
  color:#636363;
  line-height:30px;
}
