@CHARSET "UTF-8";
.sbHolder{
	
	float:left;
	
	position: relative;
	
	background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    border-radius: 8px;
    box-shadow: 0 2px 6px #666666 inset;
    color: #333333;
    font-family: 'Open Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 18px;
    min-height: 45px;
   
    padding: 0 15px;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 32px;
	 font-family: 'Open Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 18px;
    min-height: 45px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #919091;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../images/toggle.fw.png) no-repeat;
	display: block;
	height: 8px;
	outline: none;
	position: absolute;
	right: 14px;
	top: 20px;
	width: 15px;
}

.sbToggleOpen{
	background: url(../images/toggle.fw.png) no-repeat;
}

.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #ffffff;
	border: solid 1px #cecece;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 32px;
	z-index: 1;
	overflow-y: auto;
	padding:10px 0;
	border:1px solid #ccc;
}
.sbOptions li{
	padding: 0 0;
}
.sbOptions a{
	display: block;
	outline: none;
	padding: 0 7px;
	line-height:28px;
	font-family: 'Helvetica';
}
.sbOptions a:link, .sbOptions a:visited{
	color: #666;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #fff !important;
	background:#d3113a;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}