#searchSelect {position:absolute; right:2px; top:2px; color:#848484; line-height:11px; font-size:10px;}
#signUpSelect {float:right; margin:17px 7px 0 0; color:#82c9dc; font-size:10px;}

#choose_iconselect {width:52px; height: 17px; padding:5px 10px 0 6px; background: url('/images/select_bg.png') no-repeat right; font-size: 10px; margin-bottom: 4px; cursor:pointer;}
#choose2_iconselect {width:112px; height:33px; background-image:url('/images/sign_up.gif'); cursor:pointer; text-indent:-9999px;}
#choose2_iconselect:hover {background-position:bottom;}
.selectwrapper {width:64px; margin:-26px 0 0 3px;  background: url('/images/selectDropdown_bg.png') no-repeat; display:none; position:absolute; z-index:10;}
#signUpSelect .selectwrapper {width:106px; margin:-4px 0 0 3px; padding-top:8px; background:url('/images/signUpSelect_bg.png') no-repeat;}
#searchSelect .selectwrapper .selectitems {padding:3px; z-index: 10000; margin-top:2px; border-bottom: solid 1px #ddd;}
#signUpSelect .selectwrapper .selectitems {padding-left:10px; margin-bottom:8px; z-index: 10000;}
.selectwrapper .last {border: none;}
.selectwrapper .selectitems span {padding-left: 2px;}
#signUpSelect .selectwrapper .selectitems span {padding-left: 9px; background:url(/images/icon_arrow_right.png) left no-repeat;}
.selectwrapper .hoverclass {color:#444; cursor:pointer;} 
#signUpSelect .selectwrapper .hoverclass {color:#4d99ad;}
#searchSelect .selectwrapper .selectedclass {margin:2px 2px 0 2px;}


#searchSelect .selectfooter {background: url('/images/selectDropdownBase_bg.png') bottom left; height: 4px; margin-bottom: -2px;}
#signUpSelect .selectfooter {background:url('/images/signUpSelect_base.png') bottom left no-repeat; height:5px;}
#choose_options {height:36px; width:64px}
#choose2_options {width:106px; height:39px}

/*-----------------------------------------------BIZE ULASIN-----------------------------------*/

div.selectbox-wrapper {
  position:absolute;
  width:423px;
  background-color:white;
  border:1px solid #d1d1d1;
  margin:0px;
  padding:0px;
  font-size:11px;
  max-height:200px;
  overflow:auto;
  right:12px;
  top:24px;
  z-index:1000;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #fffde0;
  line-height:27px;
  border-bottom:#666 1px dotted;
  border-top:#666 1px dotted;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:0 0 0 12px;
  cursor:pointer;
  color: #666;
  font-family:Arial, Helvetica, sans-serif;
  line-height:29px;
}

.selectbox /* look&fell of  select box*/
{
  margin: 3px 0 0 0px;
  padding-left:10px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  width : 422px; 
  display : block;
  text-align:left; 
  background: url('/images/icon_pink_down.png') no-repeat 415px 4px;
  height:19px;
  cursor: pointer;
  color:#e480bd;
  border:0;
}

