@CHARSET "UTF-8";
.sbHolder{
    /*background: url("../images/selectbox.png") 0 0 no-repeat;*/
	font-size: 13px;
    line-height:31px;
	font-weight: normal;
	position: relative;
	width: 80px;
    height:31px;
}
.sbSelector{
	display: block;
	height: 31px;
	left: 0;
	line-height: 31px;
    font-size:12px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 80px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	/*color: #FFFFFF;*/
	outline: none;
	text-decoration: none;
}
.sbToggle{
    /*background: url("../images/selectbox.png") no-repeat right 0;*/
	display: block;
	height: 31px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
}

.sbToggleOpen{
	/*background: url("../images/selectbox.png") no-repeat right -32px;*/
}

.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #000000;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 80px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
    height:30px;
	padding: 0 7px;
}
.sbOptions a{
	/*border-bottom: solid 1px #FFD600;*/
	display: block;
	outline: none;
	padding:0 0 0 3px;
    height:30px;
    line-height:30px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #333;
	text-decoration: none;
}
.sbOptions a:hover{
	color: #FFFFFF;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
    padding: 4px 0 4px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #BC5C5C;
	display: block;
	font-weight: bold;
    padding: 4px 0 4px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}