@CHARSET "UTF-8";
.sbHolder{
	background-color: #ffffff;
	border: solid 1px #dddddd;
	font-size: 12px;
	font-weight: normal;
	height: 37px;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #666;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 37px;
	left: 0;
	line-height: 36px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 100%;
	border-bottom: solid 1px #dddddd;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	z-index: 1000;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #666666;
	outline: none;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
.sbToggle{
	background: url(/Images/select-arrow.gif) no-repeat right 7px;
	display: block;
	height: 37px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 31px;
}
.sbToggle:hover{
	background: url(/Images/select-arrow.gif) no-repeat right 7px;
}
.sbToggleOpen{
	background: url(/Images/select-arrow-up.gif) no-repeat right 7px;
}
.sbToggleOpen:hover{
	background: url(/Images/select-arrow.gif) no-repeat right 7px;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #fff;
	border-left: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	list-style: none;
	left: -1px;
	margin: -2px 0 0 0;
	padding: 3px 0 0 0;
	position: absolute;
	top: 30px;
	width: 100%;
	z-index: 1;
	overflow-y: auto;
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
}
.sbOptions li{
	padding: 0;
}
.sbOptions li:first-child{
	display: none;
}
.sbOptions a{
	display: block;
	outline: none;
	padding: 3px 0 3px 10px;
	color: #e74c3c!important;
	font-size: 14px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #666666;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #fff!important;
	background: #e74c3c;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	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;
}