@CHARSET "UTF-8";
.sbHolder{
	background-color: #fff;
/*	border: solid 1px #515151;
	font-family: Arial, sans-serif;
	font-size: 12px;*/
	font-family: gibsonregular;
	height: 30px;
	position: relative;
	width: 100%;
	margin-top:5px;
}
.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: 100%;
	white-space:nowrap;
	z-index:5;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #787878; /*!important;*/
	outline: none;
	text-decoration: none !important;
}


.sbToggle{
	background-image: url('../images/select-icons.png');
	background-repeat: no-repeat;
	background-position: center top;
	/*background-color:#fff;*/
	transition:none;
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index:10;
	width: 30px;
}
.sbToggle:hover{
}
.sbToggleOpen{
	background-position: center bottom;
}
.sbToggleOpen:hover{
}
.sbHolderDisabled{
	background-color: #fff;
	border: solid 1px #666;
}
.sbHolderDisabled .sbHolder{

}
.sbHolderDisabled .sbToggle{

}
.sbOptions{
	background-color: #fff;
	border: solid 1px #e5e5e5;
	list-style: none;
	/*left: -1px;*/
	right: 2px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50px !important; /*30px;*/
	width: 100%;
	z-index: 1;
	overflow-y: auto;
	min-width: 215px;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions li:hover {
	background-color: none; /*#eceef0;*/	
}
.sbOptions a{
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #787878;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #787878 !important;
	text-decoration:none !important;
}

.sbOptions li a:hover,
.sbOptions li a:focus
{
	color: #11b8ab !important; /* #787878*/
	text-decoration:none !important;
}

.sbOptions li a:visited{
	color: #787878;
}

.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #666;
	color: #787878;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #666;
	color: #787878;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}