@CHARSET "UTF-8";
.sbHolder{
	background:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 20px;
	position: relative;
	width: 400px;
	border:1px solid #777;
	z-index:10;
}
.sbSelector{
	display: block;
	height: 18px;
	left: 0;
	line-height: 18px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 3px;
	top: 0;
	width: 390px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #666;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background:url(../../images/combo/default-combobox.gif) 0 0;
	display: block;
	height: 18px;
	outline: none;
	position: absolute;
	right: 1px;
	top: 1px;
	width: 15px;
}
.sbToggle:hover{
	background:url(../../images/combo/default-combobox.gif) -30px 0 no-repeat;
}
.sbToggleOpen{
	background:url(../../images/combo/default-combobox.gif) -15px 0 no-repeat;
}
.sbToggleOpen:hover{
	background:url(../../images/combo/default-combobox.gif) -30px 0 no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #fff;
	border: solid 1px #777;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 35px;
	width: 400px;
	z-index:10;
	overflow-y: auto;
}
.sbOptions li{
	padding: 1px;
}

.sbOptions a{
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #666;
	text-decoration: none;
}
.sbOptions a:hover{
	color: #fff;
	background:#316ac5;
	border:1px dotted #ce953a;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	color: #005ca7;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}