@CHARSET "UTF-8";
.sbHolder{
	background-color: #b9b58a;
	 border-radius:3px;
	height: 33px;
	position: relative;
	display:inline-block; //display:inline; //zoom:1; vertical-align:middle;

}
.sel_width1 .sbHolder{width:190px;}
.sel_width2 .sbHolder{width:74px;}


.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	font-family: Arial, sans-serif;
	font-size: 14px;
	color:#fff;
	font-weight: normal;
	display: block;
	height: 33px;
	text-decoration:none;
	left: 0;
	line-height: 31px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	background:url(/pic/pic9.png) right center no-repeat;
}
.sel_width1 .sbSelector{width:160px;}
.sel_width2 .sbSelector{width:44px;}

.sbSelector:hover{
	color:#000;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	 border-radius:3px;
	background:#b9b58a url(/pic/pic8.png) 0 0 no-repeat;
	display: block;
	height: 33px;	
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.sbToggle:hover{
	opacity:0.8
}
.sbToggleOpen{
	background-position:0 100%;
}
.sbToggleOpen:hover{
	opacity:0.8
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #b9b58a;
	list-style: none;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 33px;
	width: 200px;
	z-index: 1;
	overflow-y: auto;
}

.sel_width1 .sbOptions{width:190px;}
.sel_width2 .sbOptions{width:74px;}

.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	font-family: Arial, sans-serif;
	font-size: 14px;
	color:#fff;
	font-weight: normal;
	border-bottom: dotted 1px #515151;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #000;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	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;
}