@CHARSET "UTF-8";
.sbHolder{
	background-color: #ffffff;

	height: 28px;
	position: relative;
	width: 190px;

	border: 1px solid #aaceca;
/*	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 28px;
	left: 0;
	line-height: 28px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 170px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #494D4C;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(/images/select-icons.png) -3px -119px no-repeat;
	display: block;
	height: 28px;
	outline: none;
	position: absolute;
	right: -1px;
	top: -1px;
	width: 30px;
	background-color:#e6f2f1;
	border:1px solid #aaceca;
/*	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;*/
	background-repeat:no-repeat;
}
.sbToggle:hover{
	background-position:-2px -170px;
}
.sbToggleOpen{
	background-position:-2px -71px;
}
.sbToggleOpen:hover{
	
	background-position:-2px -21px;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #fff;

	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 190px;
	z-index: 1;
	overflow-y: auto;
	margin-top:2px;
	
	border:1px solid #559E96;
	/*-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;*/
	
	
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	border-bottom: dotted 1px #83B7AF;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #494D4C;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #006FA6;
}

.sbOptions li:last-child 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;
}