
/** Dev by CssRain.cn **/
.CRselectBox {
	background: url(/Content/static/images/search_bg.gif) no-repeat left top;
	_background: url(/Content/static/images/search_bg.gif) no-repeat left top;
	border:0;
	cursor:pointer;
	display:block;
	width: 120px;
	height:31px;
	line-height:31px;
	text-align:left;
	overflow:hidden;
}
.CRselectBox a.CRselectValue {
	display:block;
	margin:0px 1px 2px;
	padding:0px 20px 2px 4px;
	white-space:nowrap;
	color:#999;
	overflow:hidden;
	width:90px;
}
.CRselectBoxOptions {
	background:#FFFFFF;
	border:1px solid #ddd;
	/*margin-left:-1px;*/
	list-style:none;
	overflow-y:auto;
	z-index:1000;
	position: absolute;
	width:110px;
	text-align:center;
	display:none;
}
.CRselectBoxOptions a {
	color:#666;
	display:block;
	height:24px;
	line-height:23px;
	padding-left:4px;
	background:#fff;
	overflow:hidden;
	white-space:nowrap;
	width:106px;
}
.CRselectBoxOptions a:hover {
	background:#edf7ff;
}
.CRselectBoxOptions a.selected {
	background:#edf7ff;
}
/* 解决 firefox 点击放大出现虚线框，从而导致滚动条的问题  */
.CRselectBox a {
	outline: none;
	text-decoration:none;
}
.CRselectBox a:focus {
	outline: none;
	text-decoration:none;
}
