@CHARSET "UTF-8";


.sbHolder{
	/*background:#ececec;*/
	/*padding: 0px 11px;*/
	position: relative;
	width: 100%;
	float:left;
	font-size: 18px;
	color: #282828;
	line-height:22px;
}


.sbSelector{
	display: block;
	left: 0;
	outline: none;
	overflow: hidden;
	position: relative;
	text-indent: 0px;
	top: 0;
	color: #282828;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	/*color: #8f8787;*/
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../images/lang-arrow.svg) no-repeat 0 0;
	display: block;
	height: 6px;
	outline: none;
	position: absolute;
	right: -19px;
	top: 10px;
	width: 11px;
	}


/*.sbHolder:hover .sbToggle {
   background-position: 0 -22px;
}*/


.sbHolder:hover .sbToggle { }

/*.sbToggleOpen{
	background: url(../images/select-arr.png) no-repeat left top; 
}

.sbHolder:hover .sbToggleOpen { background-position: 0 0px;}*/
/*.sbToggleOpen:hover{
	background: url(../images/select_arrow_close.jpg) top right no-repeat;
}*/
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	border-top: solid 0px #d7d7d7;
	list-style: none;
	right: -30px;
	left: inherit;
	margin: 0;
	padding: 0px 0;
	position: absolute;
	top: 35px !important;
	max-height: none;
	width: 84px !important;
	z-index: 99999;
	/*overflow-y: auto;*/
	/* width:100%; */
	background: #FD7C01;
	text-align: center;
}
.sbHolder .sbOptions li{width: 100% !important;padding: 2px 10px;background:none;border:0px solid #d7d7d7;border-bottom: 0px solid #d7d7d7;margin:0;line-height:20px;}
.sbOptions a{
	display: block;
	outline: none;
	padding: 0;
	color: #fff;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	/* font-family: 'SuisseBPIntl-Light'; */
	letter-spacing:0.5px;
	/* border-bottom: 1px solid #ddd; */
}
/*.sbOptions a:link, .sbOptions a:visited{
	color: #909090;
	text-decoration: none;
}*/

.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: ;
/*background: #feb100;*/
}
.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;*/
	padding: 0px 4%;
	color: #2b2c2e;
	display: block;
	font-weight: bold;
	
}
.sbOptions .sbSub{
	padding-left: 33px !important;
	}
