@CHARSET "UTF-8";
.sbHolder{
	position: relative;
}
.sbSelector{
	display: block;
	left: 0;
	outline: none;
	overflow: hidden;
	position: absolute;
	height:auto;
	z-index:0;
	top: 0;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #a1a1a0;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background:url(../images/bg-selectdown.gif);
	width:26px;
	height:23px;
	display: block;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
}
/*.sbToggle:hover{
	background:url(../images/bg-selectdown.gif);
}
.sbToggleOpen{
	background:url(../images/bg-selectup.gif);
}
.sbToggleOpen:hover{
	background:url(../images/bg-selectup.gif);
}
*/
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	position: absolute;
	margin: 14px 0 0 ;
	list-style: none;
	overflow-y: auto;
	padding:10px 0 5px;
	width: auto;
	z-index:99;
	top: 50px;
	left: 0;
}
.sbOptions li{
	position:relative;
	z-index:999;
	padding: 5px 7px;
	width:atuo;
}
.sbOptions li.last{
	background:none;
}
.sbOptions a{
	display: block;
	outline: none;
	padding: 2px 0 3px 3px;
	font-size:15px;
	font-weight:bold;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #a1a1a0;
	text-decoration: none;
}
.sbOptions a:hover{
	color: #EBB52D;
}
.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;
}