@CHARSET "UTF-8";
.sbHolder{
	position: relative;
	width: 80px;
}
.sbHolder:focus .sbSelector{
}	
.sbSelector {
    border: none;
    display: block;
    left: 0;
    outline: none;
    overflow: hidden;
    /* position: absolute; */
    /* text-indent: 10px; */
    top: 0;
    width: 100%;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #FFFFFF;
	outline: none;
	text-decoration: none;
}
.sbToggle {
    background: url(../image/select-icons.png) 0px -89px no-repeat;
    display: block;
    height: 25px;
    outline: none;
    position: absolute;
    right: 12px;
    top: 0px;
    width: 13px;
}
.sbToggle:hover{
	background: url(../image/select-icons.png) 0 -89px no-repeat;
}
.sbToggleOpen{
	background: url(../image/select-icons.png) 0 -13px no-repeat;
}
.sbToggleOpen:hover{
	background: url(../image/select-icons.png) 0 -13px no-repeat;
}
.sbHolderDisabled{
	background-color: #B2B2B2;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions {
    /* background-color: #B2B2B2; */
    background-color: #a2a2a2;
    list-style: none;
    /* left: -26px; */
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    width: 75px;
    /* height: 222px; */
    z-index: 100;
    overflow-y: hidden;
}

.sbOptions li{
	padding: 0;
	margin: 5px 10px !important; 
}
.sbOptions a{
	color: #FFFFFF !important;
	display: block;
	outline: none;
	text-decoration: none !important;
}
.sbOptions a:hover {
	text-decoration: underline;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #FFFFFF;
	text-decoration: underline;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #000;
	text-decoration: underline;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #;
	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;
}