@CHARSET "UTF-8";

.sbHolder:focus .sbSelector{

}
.sbSelector{
	display: block;
	height: 35px;
	left: 0;
	line-height: 35px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 170px;
	text-align: left;
}

.sbToggle{
	background: url('../images/select_down.gif') no-repeat right;
	background-size: 40px 35px;
	display: block;
	height: 35px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
}
.sbToggle:hover,
.sbToggleOpen,
.sbToggleOpen:hover {
	background: url('../images/select_down-hover.gif') no-repeat right;
	background-size: 40px 35px;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{

}
.sbHolderDisabled .sbToggle{

}
.sbOptions{
	background-color: #ffffff;
	list-style: none;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 35px;
	width: 100%;
	z-index: 100;
	overflow-y: auto;
}
.sbOptions li{
	background: #ffffff;
	padding: 0;
	text-align: left;
	text-indent: 10px;
}
.sbOptions li:hover {
	background: #efefef;
	}
.sbOptions a{
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #323941;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	background: #efefef;
	color: #323941;
}
.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;
}
/* Pleade select remover */
ul.sbOptions li:first-child {

	display: none;
	}