.sbHolder{
	position: relative;
	width: 50%;
	height: 48px;
	margin: 20px 0;
	border: 1px solid #E7E7E7;
	background: #E3E3E3;
	font-size: 14px;
}
.sbHolder:focus .sbSelector{

}
.sbSelector{
	display: block;
	width: 100%;
	position: absolute;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	text-indent: 10px;
}
.sbSelector:link, .sbSelector:visited {
	color: #5F6162;
	outline: none;
	text-decoration: none;
}
.sbSelector:hover {
	color: #3A3E42;
}
.sbToggle{
	display: block;
	position: absolute;
	width: 48px;
	height: 48px;
	right: 0;
	background: url(../images/icon-select.png) left top no-repeat;
	z-index: 2;
}
.sbToggle:hover{
	background-position: left bottom;
}
.sbToggleOpen{
	background-position: right top;
}
.sbToggleOpen:hover{
	background-position: right bottom;
}
.sbHolderDisabled{
	background-color: #DFC07B;
	border: solid 1px #5377B3;
}
.sbHolderDisabled .sbHolder{

}
.sbHolderDisabled .sbToggle{

}
.sbOptions{
	position: absolute;
	width: 100%;
	left: -1px;
	padding: 0 0 7px 0;
	border: solid 1px #E7E7E7;
	background-color: #C1C2C4;
	overflow-y: auto;
	z-index: 1;
}
.sbOptions li{
	margin: 0 15px;
	font-size: 13px;
	border-bottom: dotted 1px #969AA0;
}
.sbOptions a {
	display: block;
	padding: 10px 5px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #5F6162;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #282E33;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #5377B3;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #5377B3;
	color: #5377B3;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}