@charset "utf-8";

.searchbox {height:250px; color:#eee;  }


/* searchbox */
.searchbox{height:28px;width:520px;margin:20px auto;padding:7px 0 0 10px;}
#keyword{float:left;height:30px;line-height:21px;border:none;padding:0px; border:1px solid #d4d4d4; font-size:14px; color:Gray;}
#searchsort{float:left;position:relative;overflow:hidden;font-size:12px;  border:1px solid #d4d4d4;  border-left-style:none; text-align:center;}
#searchsort .selectedsort{height:23px;padding-top:8px;color:#555;line-height:1;text-align:center;white-space:nowrap; font-size:14px; width:90px; background:url(../images/searchIco.png) no-repeat;background-position: left;cursor:pointer;}
#searchsort .searchsortlist{position:absolute;text-align:left;width:80px;background-color:#fff;left:0px;top:31px;border:1px solid #ccc;border-top:none;color:#555;}
#searchsort .sortico{width:20px;height:10px;display:inline-block;font-size:0px;vertical-align:middle;margin-left:3px;background:url(../images/searchIco.png) ;}
#searchsort .searchItem{
height:28px;line-height:25px;padding-left:0px;cursor:pointer; font-size:14px; width:80px; text-align:center;
border-bottom-style:solid; border-bottom-color:#c1c1c1; border-bottom-width:1px;
text-indent:0.9em;

}
#searchbtn{float:left;width:80px;height:31px;border:none;cursor:pointer;padding:0px;background-color:#eb720c; color:White; font-weight:bold;}  
