﻿/* 分类选择 */
.jsearch-select-box{
	cursor:pointer;
	margin:1px 0;
	background-color:#F1F1F1;
	float:left;
	width:80px;
	border:0;
	outline:none;
	height:30px;
	font-size:14px;
	font-family:inherit;
}
.jsearch-select-selected{
	background:url(jshs_category_select_down_arrow.jpg) 65px center no-repeat;
	padding-left:5px;
	padding-right:10px;
}
.jsearch-select-options{
	position:absolute;
	display:none;
	background-color:#FFF;
	z-index:10;
	border:1px solid #BCBCBC;
}
.jsearch-select-options>a{
	display:block;
	padding-left:5px;
	text-align:left;
	text-decoration:none;
}
.jsearch-select-options>a:hover{
	background-color:#CFCFCF;
}