@CHARSET "UTF-8";
.sbHolder{
	background-color: #FFFFFF;
	border: solid 1px #dddddd;
	font-family: 'robotolight', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.5em	;
	font-weight: normal;
	height: 29px;
	position: absolute;
	width: 350px;
	box-shadow: inset 0px 4px 10px 3px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0px 4px 10px 3px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: inset 0px 4px 10px 3px rgba(0, 0, 0, 0.05);
}


.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: auto;
	position: absolute;
	/*text-indent: 10px;*/
	top: 0;
	width: 170px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	/*color: #EBB52D;
	color:#000;*/
	outline: none;
	text-decoration: none;
	font-family: 'robotolight', Tahoma, Arial, Helvetica, sans-serif;
	font-size:1.6em!important;
	height: 29px;
	padding-top: 0px;
	padding-left: 5px;
	width: 100%;
	overflow: hidden;
	color: #333;
}
.sbToggle{
	background:url(../images/dropdown.png) right 0 no-repeat;
	display: block;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 28px;
	/*background-size:30px 33px;*/
	z-index: 99;
}
.sbToggle:hover{
	background:url(../images/dropdown.png) right 0 no-repeat;
}
.sbToggleOpen{
	background: url(../images/dropdown.png) right 0 no-repeat;
}
.sbToggleOpen:hover{
	background: url(../images/dropdown.png) right 0 no-repeat;
}
.sbHolderDisabled{
	background-color: #e1e1e1;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	/*background-color: #e9e9e9;*/
	background-color:#c5d6e8;
	border: dotted 1px #515151;
	color:#000;
	list-style: none;
	left: -1px;
	margin-top: -2px;
	padding: 0;
	position: absolute;
	top: 30px!important;
	width: 350px;
	z-index: 99999;
	overflow-y: auto;
	font-family: 'robotolight', Tahoma, Arial, Helvetica, sans-serif;
	font-size:1.5em;
}

.sbOptions li {
	padding: 0 7px;
}
.sbOptions a{
	border-bottom: dotted 1px #515151;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited {
	color: #000;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus
{
	/*color: #e68386;*/
	color:#852272;
}
.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;
}