@CHARSET "UTF-8";
.sbHolder{
	background-color: transparent;
	border: 0px;
	font-family: 'eqs_probold';
	font-size: 12px;
	position: relative;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 15px;
	left: 0;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #F65E18;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(select-icons.png) 0 -125px no-repeat;
	display: block;
	height: 15px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.sbToggle:hover{
	background: url(select-icons.png) 0 -125px no-repeat;
}
.sbToggleOpen{
	background: url(select-icons.png) 0 -22px no-repeat;
}
.sbToggleOpen:hover{
	background: url(select-icons.png) 0 -22px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.urlselect .sbHolder{
	background-color: transparent;
	border: 0px;
	font-family: 'eqs_probold';
	font-size: 12px;
	position: relative;
	width: 100px;
	text-align:left;
}
.urlselect .sbOptions{
	background-color: #E6E6E6;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	margin-top: 2px;
	z-index: 1000;
	overflow-y: auto;
	width:125px;
	text-align:left;
}

.language .sbHolder{
	background-color: transparent;
	border: 0px;
	font-family: 'eqs_probold';
	font-size: 12px;
	position: relative;
	width:130px;
}
.language .sbOptions{
	background-color: #E6E6E6;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	margin-top: 2px;
	z-index: 1000;
	overflow-y: auto;
	width:130px;
}
.language_en .sbHolder{
	background-color: transparent;
	border: 0px;
	font-family: 'eqs_probold';
	font-size: 12px;
	position: relative;
	width:130px;
}
.language_en .sbOptions{
	background-color: #E6E6E6;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	margin-top: 2px;
	z-index: 1000;
	overflow-y: auto;
	width:130px;
}
.urlselect .sbOptions li{
	padding: 0 11px;
}

.language .sbOptions li{
	padding: 0 6px;
}
.language_en .sbOptions li{
	padding: 0 6px;
}
.sbOptions a{
	display: block;
	outline: none;
	padding: 1px 0 1px 0px;
}

/*.urlselect .sbOptions > li:first-child a {display:none;}
.language .sbOptions > li:first-child a {display:none;}

.language_en .sbOptions > li:nth-child(2) a {display:none;}*/

.sbOptions a:link, .sbOptions a:visited{
	color: #B3B3B3;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color:#F65E18;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	color: #ccc;
	display: block;
	padding: 0;
}
.sbOptions .sbGroup{
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}

.controls .sbHolder{
	background-color: transparent;
	border: 0px;
	font-family: 'eqs_probold';
	font-size: 13px;
	margin-top:5px;
	position: relative;
	text-transform:uppercase;
}

.controls .sbSelector{
	display: block;
	left: 0;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
}

.controls .sbOptions{
	background-color: #F3F3F3;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	text-indent:10px;
	margin-top: 10px;
	z-index: 1000;
	overflow-y: auto;
	width:310px;
}
.controls .sbSelector:link {color:#B3B3B3;}
.controls .sbOptions > li:first-child a {display:none;}
