@CHARSET "UTF-8";
.sbHolder{
	border: solid 1px #cdcaca;
	font-size: 16px;
	font-weight: normal;
	height: 43px;
	position: relative;
	float: left;
	width: 168px;
	background: url(../images/select.png) repeat-x;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px; 
	margin-top: 15px;
	-moz-box-shadow: 1px 1px 3px #999;
	-webkit-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;
}
.sbHolder:hover {
	border: solid 1px #54aa20 !important;
}
.sbSelector{
	display: block;
	height: 43px;
	left: 0;
	line-height: 43px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 15px;
	top: 0;
	width: 170px;

}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #EBB52D;
	outline: none;
	text-decoration: none;
	color: #383838;
}
.sbToggle{
	background: url(../images/selectArrow.png) no-repeat right center;
	display: block;
	height: 43px;
	outline: none;
	position: absolute;
	right: 15px;
	top: 0;
	width: 30px;
}
.sbOptions{
	background: #ffffff;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 168px;
	z-index: 1;
	overflow-y: auto;
	-moz-box-shadow: 1px 1px 3px #999;
	-webkit-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;
}
.sbOptions li{
	padding: 0 10px;
}
.sbOptions a{
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
	font-size: 12px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #333;
	text-decoration: none;
}
.sbOptions a:hover{
	color: #4fa516;
}
.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;
}