@CHARSET "UTF-8";
.sbHolder{
	background-color: #fff;
	border: solid 1px #b7b7b7;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 33px;
	line-height: 33px;
	position: relative;
	width: 200px;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 33px;
	left: 0;
	line-height: 33px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 170px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #666666;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../img/select-icons-1.png) no-repeat center left;
	background-color: #fff;
	display: block;
	height: 31px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 24px;
	z-index: 10;
}
.sbToggle:hover{
}
.sbToggleOpen{
	background: url(../img/select-icons-2.png) no-repeat center left;
}
.sbToggleOpen:hover{
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #b7b7b7;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #fff;
	border: solid 1px #b7b7b7;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 200px;
	z-index: 1;
	overflow-y: scroll !important;
	max-height: 300px !important;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	display: block;
	outline: none;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #666666;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #000;
}
.sbOptions li:first-child a{
	border-top: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #b7b7b7;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #b7b7b7;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}