@CHARSET "UTF-8";
.sbHolder{
	background-color: #fff;
	border: solid 1px #989898;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 27px;
	position: relative;
	width: 200px;
	float: left;
	margin: 0 0 0 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 27px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 170px;
	font-size: 15px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #6c6b6b;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../images/arrow-open.png) no-repeat #b7b7b7 center;
	border-left: 1px solid #989898;
	display: block;
	height: 25px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 28px;
}
.sbToggle:hover{
	/*background: url(../images/select-icons.png) 0 -169px no-repeat;*/
}
.sbToggleOpen{
	background: url(../images/arrow-close.png) no-repeat #b7b7b7 center;
	border-left: 1px solid #989898;
	display: block;
	height: 25px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 28px;
}
.sbToggleOpen:hover{
	/*background: url(../images/select-icons.png) 0 -69px no-repeat;*/
}
.sbHolderDisabled{
	background-color: #fff;
	border: solid 1px #989898;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #fff;
	border: solid 1px #989898;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 27px;
	width: 200px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	border-bottom: dotted 1px #989898;
	display: block;
	outline: none;
	padding: 4px 0 4px 3px;
	font-size: 15px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #9f9f9f;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #6c6b6b;
}
.sbOptions li:last-child a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #989898;
	color: #9f9f9f;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #989898;
	color: #6c6b6b;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}