.sbHolder{
	position: relative;
}
.sbSelector{
	display: block;
	left: 0;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
}
.sbSelector:link, .sbSelector:visited{
	outline: none;
	text-decoration: none;
}
.sbToggle{
	display: block;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
}
.sbHolderDisabled{
	background: #3C3C3C;
	border: solid 1px #515151;
}
.sbOptions{
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 5555;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
}

.sbOptions a{
	display: block;
	outline: none;
}
.sbOptions a:link, .sbOptions a:visited{
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
}
.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;
}

@media only screen and (max-width: 980px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 459px) {
}