@CHARSET "UTF-8";
.sbHolder{
	background-color: #FFF;
	border: solid 2px #DBDBDB;	
	font-weight: normal;
	height: 38px;
	position: relative;
	width: 200px;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 34px;
	left: 0;
	line-height: 34px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 18px;
	top: 0;
	width: 100%;
	font-size: 15px;
	color: #424242;	
}




.sbSelector:link, .sbSelector:visited, .sbSelector:hover{	
	outline: none;
	text-decoration: none;
	color: #424242;
}
.sbToggle{
	background: #dbdbdb; 
	display: block;
	height: 100%;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 37px;
}

.sbToggle:before{
	content: "";
	background: transparent url("../png/sprites.png") no-repeat scroll -260px 0px;
	width: 14px;
	height: 8px;
	display: inline-block;
	position: absolute;
	top: 15px;
	right: 9px;
}
.sbToggleOpen{
	
}
.sbToggleOpen:hover{
	
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #FFF;	
	list-style: none;
	left: -2px;
	margin: 2px 0 0;
	padding: 0;
	position: absolute;
	top: 38px;
	width: 200px;
	z-index: 1;
	overflow-y: auto;
}

.sbOptions li{
	padding: 0;	
}
.sbOptions a{
	border-bottom: solid 1px #ccc;
	display: block;
	outline: none;
	height: 38px;
	line-height: 34px;
	padding: 0 7px 0 18px;
	color: #424242;
	font-size: 15px;
}
.sbOptions a:link, .sbOptions a:visited{	
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	background-color: #ccc;
}
.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;
}