/*@CHARSET "UTF-8";*/

.sbHolder{
	border: solid 2px #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 30px;
	position: relative;
	width: 100%;
	
	background: none;
	float: left;
	color: #ffffff;
}

.sbHolder:focus .sbSelector{
	outline: 0;
}
.sbSelector {
	color: #ffffff !important;
	
	display: block;
	height: 30px;
	left: 0;
	font-size: 12px !important;
	height: 35px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 5px;
	top: 0;
	width: 100%;
	padding-top: 5px;
}

.sbSelector:focus {
	outline: 0;
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #4e4a46;
	outline: none;
	text-decoration: none;
}

.sbToggle {
	background: url('../images/select-icon.png') right top no-repeat !important;
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}

.sbToggle:focus {
	outline: 0;
}

.sbToggle:hover{
	background: url('../images/select-icon.png') right top no-repeat;
}
.sbToggleOpen{
	background: url('../images/select-icon.png') right top no-repeat;
}
.sbToggleOpen:hover{
	background: url('../images/select-icon.png') right top no-repeat;
}

.sbHolderDisabled{
	background-color: #ffffff;
	border: solid 1px #ffffff;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}

.sbOptions {
	font-size:16px;
	
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 100%;
	z-index: 1;
	overflow-y: auto;
	
	color: #4e4a46;
	background: #ffffff;
}

.sbOptions:focus {
	outline: 0;
}

.sbOptions li{
	padding: 0 7px;
}

.sbOptions a{
	border-bottom: dotted 1px #4e4a46;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}

.sbOptions a:link, .sbOptions a:visited{
	color: #999;
	text-decoration: none;
}

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	/*color: #EBB52D;*/
	color: #000;
	outline: 0;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #4e4a46;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #4e4a46;
	color: #ffffff;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
	color: #4e4a46;
}
.sbOptions .sbSub{
	padding-left: 17px;
}