.sbHolder{
	background-color: #d8d8d8; 
	font-family: "Lato Regular", arial, sans-serif;
	font-size: 0.9em;
	height: 30px;
	overflow: show;
	position: relative;
	width: 85%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px  #bfbfbf;
}

.sbHolder:focus .sbSelector {}

.sbSelector{
	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width:84%;
	max-width:358px;
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #504e4e;
	outline: none;
	font-weight: normal;
	text-decoration: none;
}

.sbToggle{
	background: url(../img/select_box2.png) 0 -65px no-repeat;
	display: block;
	height: 20px;
	outline: none;
	position: absolute;
	right: 0;
	top: 5px;
	width: 30px;
}

.sbToggle:hover{
	background: url(../img/select_box2.png) 0 -95px no-repeat;
}

.sbToggleOpen{
	background: url(../img/select_box2.png) 0 -5px no-repeat;
}

.sbToggleOpen:hover{
	background: url(../img/select_box2.png) 0 -35px no-repeat;
}

.sbHolderDisabled{
	background-color: #3C3C3C;
	border: 1px solid #515151;
}

.sbHolderDisabled .sbHolder {}

.sbHolderDisabled .sbToggle {}

.sbOptions{
	background-color: #d8d8d8;
	list-style: none;
	left: 4px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 98%;
	z-index: 3;
	overflow-y: auto;
	
}

.sbOptions li{
	padding: 0 7px;
	text-decoration: none;
}

.sbOptions a{
	border-bottom: 1px solid #bfbfbf;
	display: block;
	outline: none;
	text-decoration: none;
	font-weight: normal;
	padding: 7px 0 7px 3px;
}

.sbOptions a:link, .sbOptions a:visited{
	color: #504e4e;
	text-decoration: none;
}

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #2e333c;
	font-weight: 400;
	text-decoration: none;
}

.sbOptions li.last a{
	border-bottom: none;
	text-decoration: none;
}

.sbOptions .sbDisabled{
	border-bottom: 1px dotted #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}

.sbOptions .sbGroup{
	border-bottom: 1px solid #bfbfbf;
	color: #2e333c;
	display: block;
	padding: 7px 0 7px 3px;
}

.sbOptions .sbSub{
	padding-left: 17px;
}
