@CHARSET "UTF-8";
.sbHolder{
	background-color: #fff;
	border: solid 1px #e7e7e7;
	font: 13px 'open_sansregular';
	height: 30px;
	position: relative;
	width: 360px;
	color: #aaa9a9;
	float: left;
	margin: 12px 20px 20px 0;
}
.sbHolder.last{
    margin-right: 0;
}
.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: 329px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #aaa9a9;
	outline: none;
	text-decoration: none;
	font-style: italic;
}
.sbToggle{
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	behavior: url(public/css/PIE.php);
    background: linear-gradient(#fafafa, #f6f6f6) repeat;
    background: -webkit-linear-gradient(#fafafa, #f6f6f6) repeat;
    background: -moz-linear-gradient(#fafafa, #f6f6f6) repeat;
    background: -ms-linear-gradient(#fafafa, #f6f6f6) repeat;
    background: -o-linear-gradient(#fafafa, #f6f6f6) repeat;
    -pie-background: linear-gradient(#fafafa, #f6f6f6) repeat;
    border-left: 1px solid #e7e7e7;
}
.sbToggle:hover{
	behavior: url(public/css/PIE.php);
    background: linear-gradient(#fafafa, #e8e8e8) repeat;
    background: -webkit-linear-gradient(#fafafa, #e8e8e8) repeat;
    background: -moz-linear-gradient(#fafafa, #e8e8e8) repeat;
    background: -ms-linear-gradient(#fafafa, #e8e8e8) repeat;
    background: -o-linear-gradient(#fafafa, #e8e8e8) repeat;
    -pie-background: linear-gradient(#fafafa, #e8e8e8) repeat;
}
.sbToggle img{
    top: 11px;
    left: 7px;
    position: absolute;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #fff;
	border: solid 1px #e7e7e7;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 329px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #585858;
	text-decoration: none; 
	padding: 7px 0 6px 3px;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #EBB52D;
	border-bottom: dotted 1px #515151;
}
.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;
}