@CHARSET "UTF-8";

.sbHolder{
	width: 220px;
	height: 60px;
	background-color: #42568e;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	position: relative;
	float:right;
}

.sbSelector{
	width: 220px;
	height:60px;
	display: block;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	text-indent: 10px;
}

.sbSelector:link, .sbSelector:visited{
	padding-top:15px;
	color: white;
	outline: none;
	text-decoration: none;
}

.sbSelector:hover{
	color:#ff9f00;
}

.sbToggle{
	width:40px;
	height:60px;
	background: url(../en/images/select-icons.gif) no-repeat 0 3px;
	display: block;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
}

.sbToggle:hover{
	background: url(../en/images/select-icons.gif) no-repeat 0 3px;
}

.sbToggleOpen{
	background: url(../en/images/select-icons.gif) no-repeat 0 3px;
}
.sbToggleOpen:hover{
	background: url(../en/images/select-icons.gif) no-repeat 0 3px;
}

.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}

.sbOptions{
	width:220px;
	background-color:#364774;
	border: solid 1px #284c7e;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	z-index: 1;
	overflow-y: auto;
	height:10000px;
}

.sbOptions li{
	padding: 0 7px;
}

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

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

.sbOptions a:hover{
	color:#ff9f00;
}
.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;
}

.lv2{
	padding-left:15px !important;
}
.lv3{
	padding-left:30px !important;
}
.lv4{
	padding-left:45px !important;
}