@CHARSET "UTF-8";
.sbHolder{
	/*background-color: #efefef;
	border-bottom: solid 1px #989898;
	font-family: Arial, sans-serif;*/
	/*font-size: 9px;*/
	font-weight: normal;
	height: 100%;
	position: relative;
    /*margin-left: 51px;
	width: 215px;*/
	width: 100%;
	font-family: "Open Sans",sans-serif;
}
.sbHolder:focus .sbSelector{

}
.sbSelector{
	display: block;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	text-align: left;
	/*width: 170px;*/
	width: 100%;
}
.sbHolder .sbSelector:link, .sbHolder .sbSelector:visited, .sbHolder .sbSelector:hover{
	color: #989797;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	/*background: url(../images/language-arrow.jpg) 0 no-repeat;*/
	display: block;
	height: 100%;
	outline: none;
	position: absolute;
	/*right: -23px;*/
	right: 0;
	top: 1;
	width: 20px;
}
.sbToggle:before{
	font-family: FontAwesome;
	content: "\f107";
	display: inline-block;
	vertical-align: middle;
	line-height: 34px;
	color: #817c78;
}
.sbToggle.sbToggleOpen:before{
	content: "\f106";
}
.sbToggle:hover{
  /*  background: url(../images/language-arrow.jpg) 0 no-repeat;*/
}
.sbToggleOpen{
	/*background: url(../images/select-icons.png) 0 -16px no-repeat;*/
}
.sbToggleOpen:hover{
	/*background: url(../images/select-icons.png) 0 -66px no-repeat;*/
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{

}
.sbHolderDisabled .sbToggle{

}
.sbOptions{
	background-color: #fff;
	border: solid 2px #e3e3e3;
	border-top: none;
	list-style: none;
	/*left: -1px;*/
	left: -2px;
	margin: 0;
	padding: 0 0 3px;
	position: absolute;
	top: 30px;
	/*width: 200px;*/
	max-width: 176px;
	width: 104%;
    overflow: hidden;
	z-index: 101;
	/*overflow-y: auto;*/
}
.sbOptions li{
	/*padding: 0 7px;*/
	text-indent: 10px;
	text-align: left;
	padding: 2px 0;
}
.sbHolder .sbOptions a{
	display: block;
	outline: none;
	/*padding: 7px 0 7px 3px;*/
	font-size: 14px;
	color: #989797;
}

.sbHolder .sbOptions a:hover{
	color: #0099d8;
}


/*.sbOptions a:link, .sbOptions a:visited{
	color: #989797;
	text-decoration: none;
}*/
/*.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #EBB52D;
}*/
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}
