@CHARSET "UTF-8";
.sbHolder{
	background-color: #FFF;
	border: 1px dotted #CCC;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	min-height: 22px;
	position: relative;
	z-index: 0;
	width: 310px;
	float: left;
	color: #333;
}
.sbSelector{
	display: block;
	left: 0;
	line-height: 22px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	z-index: 0;
	top: 0;
	width: 288px;
	color: #FFF;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #000;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(images/select-icons.png) 0 -72px no-repeat;
	display: block;
	height: 22px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 22px;
}
.sbToggle:hover{
	background: url(images/select-icons.png) 0 -22px no-repeat;
}
.sbToggleOpen{
	background: url(images/select-icons.png) 0 -22px no-repeat;
}
.sbToggleOpen:hover{
	background: url(images/select-icons.png) 0 -22px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbOptions{
	background-color: #FFF;
	border: 1px solid #515151;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 288px;
	z-index: 5;
	overflow-y: auto;
	display: block;
}
.sbOptions li{
	padding: 0 7px;
	position: relative;
	z-index: 1000;
	
}
.sbOptions a{
	border-bottom: dotted 1px #515151;
	display: block;
	outline: none;
	padding: 5px 0 5px 3px;
	height: 22px;
	z-index: 8;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #333;
	text-decoration: none;
}
.sbOptions a:hover{
	color: #333;
}
.sbOptions li.last a{
	border-bottom: none;
}