@CHARSET "UTF-8";
.sbHolder{	
	font-size: 12px;
	font-weight: normal;
	height: 20px;
	position: relative;
	width: 110px;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 20px;
	left: 0;
	line-height: 20px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 90px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #999999;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	display: block;
	height: 25px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 10px;
	background-image: url(images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.sbToggle:hover{
	background-image: url(images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.sbToggleOpen{
	background-image: url(images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.sbToggleOpen:hover{
}
.sbHolderDisabled{
	background-color: #FFFFFF;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 40px !important;
	width: 90px;
	z-index: 1;
	overflow-y: auto;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
.sbOptions li{
	padding: 0 4px;
}
.sbOptions a{
	display: block;
	outline: none;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #999999;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #007AC3;
}
.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;
}

