@CHARSET "UTF-8";
.sbHolder{
	background-color: #f0f0f1;
	border: solid 1px #bcbdbd;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 18px;
	position: relative;
	width: 187px;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 18px;
	left: 0;
	line-height: 18px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 167px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #898a8a;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../img/select_arrow.png) 0 0 no-repeat;
	display: block;
	height: 18px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}
.sbToggle:hover{
	background: url(../img/select_arrow.png) 0 0 no-repeat;
}
.sbToggleOpen{
	background: url(../img/select_arrow_open.png) 0 0 no-repeat;
}
.sbToggleOpen:hover{
	background: url(../img/select_arrow_open.png) 0 0 no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #f0f0f1;
	border: solid 1px #bcbdbd;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 187px;
	z-index: 10;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	border-bottom: solid 1px #ccc;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #898a8a;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #f7911e;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}