@CHARSET "UTF-8";
.sbHolder{
	font-size: 12px;
	font-weight: normal;
	height: 25px;
	position: relative;
	width: auto;
    padding:0 10px;
    margin:auto;
    display:inline-block;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: inline-block;
	height: 25px;
	left: 0;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	position: relative;
	top: 0;
	width: auto;
    text-align:center;
}

.sbToggle{
	display: none;
	height: 25px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 25px;
}
.sbToggle:hover{

}
.sbToggleOpen{

}
.sbToggleOpen:hover{

}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions {
    background-color: #fff;
    border: 0;
    list-style: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    -moz-box-shadow: 0px 1px 5px #444;
    -webkit-box-shadow: 0px 1px 5px #444;
    box-shadow: 0px 1px 5px #444;
    padding:10px 0;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	display: block;
	outline: none;
    font-size:11px;
    color:#888888;
    text-align:right;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #888;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	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;
}