@CHARSET "UTF-8";
.field { border:1px solid #bdbdbd; font-size:14px; }

.sbHolder{
	background-color: #FFFFFF;
	border: solid 1px #E7E7E7;
	font-family: Microsoft YaHei, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 20px;
	position: relative;
	/*width: 90px;*/
	outline-style:none;
}

.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 20px;
	left: 0;
	line-height: 20px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	/*width: 90px;*/
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color:#808080;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(./img/select-icons.gif) -10px -122px no-repeat;	
	display: block;
	height: 20px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}
.sbToggleOpen{
	background: url(./img/select-icons.gif) -10px -20px no-repeat;
}

.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{	
	background-color: #FFFFFF;
	border: solid 1px #E7E7E7;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	/*width: 89px;*/	
	overflow-y: auto;
	display:none;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	font-size: 12px;	
	display: block;
	outline: none;
	padding: 5px 0 5px 3px;
	color:#808080;
}

.sbOptions a:link, .sbOptions a:visited{
	font-size: 12px;
	color:#808080;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	font-size: 12px;
	background: url(./img/arrow_2.png) 0px 6px no-repeat;
	padding-left:15px;
	color: #343434;
}
.sbOptions li.last a{
	font-size: 12px;
	border-bottom: none;
}
.sbOptions .sbDisabled{	
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}