@CHARSET "UTF-8";
.sbHolder{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 26px;
	position: relative;
	width: 200px;
}
.sbSelector{
	display: block;
	height: 26px;
	left: 0;
	line-height: 26px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 5px;
	top: 0;
	width: 170px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #40D2E7; text-align: left;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	display: block;
	width: 29px;
	height: 22px;
	outline: none;
	position: absolute;
	right: 2px;
	top: 2px;
	background-image: url(../images/arrow-down.png);
	background-repeat: no-repeat;
}
.sbToggle:hover{
	
}
.sbToggleOpen{
	
}
.sbToggleOpen:hover{
	
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #212121;
	border: solid 1px #515151;
	list-style: none;
	left: -23px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 248px;
	z-index: 100; height: 400px;
	overflow-y: auto; margin-top: 5px;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	border-bottom: dotted 1px #515151;
	display: block; text-align: left;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #40D2E7;
	text-decoration: none;
}
.sbOptions .parent {
	font-weight: bold;
	color: #FFFFFF !important;
}
.sbOptions .position2 {
	text-indent: 10px;
}
.sbOptions .position3 {
	text-indent: 25px;
}

.sbOptions a:hover{
	color: #FFFFFF !important;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbGroup .sbGroup {
	text-indent: 20px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D; text-align: left;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}