.sbHolder{
	
	background:url(../images/selectbox_bg.png) repeat-x;
	font-family: 'Open Sans', sans-serif;
	font-size:10px;
	font-weight: normal;
	height:22px;
	position: relative;
	width:162px;
	float:left;
	margin-bottom: 10px;
	border:1px solid #e1e1e1;
	border-radius:5px;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height:20px;
	left: 0;
	height:20px;
	line-height:20px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #828282;
	outline: none;
	text-decoration: none;
	padding-top:0!important;
}
.sbToggle{
	background:url(../images/arrow.png) no-repeat;
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right:-6px;
	top: 0;
	width: 30px;
}
/*.sbToggle:hover{
	background:url(../images/icons.png) -13px -290px no-repeat;
}*/
.sbToggleOpen{
	
}
/*.sbToggleOpen:hover{
	background:url(../images/icons.png) 0 -66px no-repeat;
}*/
.sbHolderDisabled{
	background-color: #ffffff;
	
}
.sbHolderDisabled .sbHolder{
	background:url(../images/icons.png) -13px -290px no-repeat;
}
.sbHolderDisabled .sbToggle{
	background:url(../images/icons.png) -13px -290px no-repeat;
}
.sbOptions {
	background:url(../images/icons.png) -13px -290px no-repeat;
    background-color: #212121;
    border: 1px solid #e1e1e1;
    left: -1px;
    list-style: none outside none;
    margin: 0;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    top: 100%!important;
    width:162px;
    z-index: 1;
}
.sbOptions li{
	
	padding: 0 7px;
	background-color: #ffffff;
}
.sbOptions a{
	
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #828282;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #828282;
}
.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;
}