.sbHolder {
	position:relative;
	width:100%;
	width:189px;
	height:28px;
	background:#fff;
	border:solid 1px #e5e5e5;
}
.sbHolder:focus .sbSelector{	
}
.sbSelector{
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:29px;
	line-height:30px;
	overflow:hidden;
	text-indent:15px;
	outline:none;	
}
/*.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color:#888888;
	outline:none;
	text-decoration:none;
}
*/.sbToggle{
background:url(../img/select-icons.png) 0  no-repeat ;
	display:block;
	height:28px;
	outline:none;
	position:absolute;
	right:0;
	top:0;
	width:30px;
}
/*.sbToggle:hover{
	background: url(../img/select-icons.png) 0 -167px no-repeat;
}*/
.sbToggleOpen{
	background:url(../img/select-icons.png) no-repeat 0 0 transparent;
}
/*.sbToggleOpen:hover{
	background: url(../img/select-icons.png) 0 -66px no-repeat;
}*/
.sbHolderDisabled{
	background-color: #3C3C3C;
	border:solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions {
	background-color:#f9f9f9;
	border:solid 1px #e5e5e5;
	border-bottom:none;
	list-style: none;
	left:-1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top:30px;
	width:100%;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
}
.sbOptions a{
	border-bottom:solid 1px #e5e5e5 !important;
	display:block;
	outline:none;
	padding:7px 15px;
	color:#888888;
	text-decoration:none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color:#777777;
	background-color:#fff;
}
.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;
}