@CHARSET "UTF-8";
.sbHolder{
	/*background-color: #eceaea;*/
	border: solid 1px #d0cece;
	font-family:'LatoRegular', sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 30px;
	position: relative;
	width: 96%;
	margin-left:2%;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}
.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: 170px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	/*color: #63AC1F;*/
	color:#76b53b;
	outline: none;
	text-decoration: none;
	font-family: 'LatoRegular', sans-serif;
	font-size:14px;
	font-weight: normal;
}
.sbToggle{
	background: url(../images/select-icons.html) 0 -117px no-repeat;
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 5px;
	top: 0;
	width:20px;
}
.sbToggle:hover{
	background: url(../images/select-icons.html) 0 -16px no-repeat;
}
.sbToggleOpen{
	background: url(../images/select-icons.html) 0 -16px no-repeat;
}
.sbToggleOpen:hover{
	background: url(../images/select-icons.html) 0 -16px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #f9f9f9;
	border: solid 1px #d1d1d1;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 32px !important;
	width: 100%;
	z-index: 11;
	overflow-y: auto;
	-webkit-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 0px 6px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 0px 6px rgba(50, 50, 50, 0.2);
}
.sbOptions li{
	padding: 0;
}
.sbOptions a{
	border-bottom: solid 1px #d0cece;
	display: block;
	outline: none;
	padding: 7px 0 7px 10px;
}
.sbOptions a:link, .sbOptions a:visited{
	/*color: #5390E9;*/
	color:#333436;
	text-decoration: none;
	font-weight: normal;
	font-size:14px;
	font-family: 'LatoRegular', sans-serif;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	/*color: #5390E9;*/
	background-color: #eceaea;

}
.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;
}