@CHARSET "UTF-8";
.sbHolder{
	background: url(../images/select-icons.png) no-repeat;
	background-position: right -56px;
	background-color: #727272;
	
	font-size: 14px;
	line-height: 28px;
	font-weight: normal;
	height: 28px;
	position: relative;
	margin: 1px 3px;
}
.sbHolder:hover{
	background-position: right -84px;
}
.sbSelector{
	display: block;
	height: 28px;
	left: 0;
	line-height: 28px;
	outline: none;
	overflow: hidden;
	position: absolute;
	padding: 0 10px;
	top: 0;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #fff;
	outline: none;
	text-decoration: none;
}
.sbToggle{

	display: block;
	height: 28px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 25px;
	z-index: 1;
}
/*.sbToggle:hover{
	background: url(../images/select-icons.png) 0 -84px no-repeat;
}*/
.sbToggleOpen{
	background: url(../images/select-icons.png) 0 0 no-repeat;
}
.sbToggleOpen:hover{
	background: url(../images/select-icons.png) 0 -28px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{

}
.sbHolderDisabled .sbToggle{

}
.sbOptions{
	background-color: #212121;
	border: solid 1px #515151;
	list-style: none;
	left: -1px;
	margin: 0 0 0 1px;
	padding: 0;
	position: absolute;
	top: 28px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 35px 0 10px;
	white-space: nowrap;
}
.sbOptions li:hover{
	background-color: #A90533;
}
.sbOptions a{
	display: block;
	outline: none;
	font-size: 14px;
	line-height: 26px;
}

.sbOptions a:link, .sbOptions a:visited{
	color: #fff;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #fff;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #fff;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}