@CHARSET "UTF-8";
.sbHolder {
	background-color: #000;
	color: #ffa200;
	letter-spacing: 1px;
	font-size: 15px;
	width: 350px;
	height: 27px;
	position: relative;
	margin: 5px 0 15px 0;
	padding: 5px 7px;
	border: 1px solid #ff7800;
	border-radius: 7px;
	-o-border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	transition: all 1s ease;
	-o-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
}
.sbHolder:hover,.sbHolder:focus {
	border: 1px solid #ffcc00;
	box-shadow: inset 0 0 10px #ffa200;
	-o-box-shadow: inset 0 0 10px #ffa200;
	-moz-box-shadow: inset 0 0 10px #ffa200;
	-webkit-box-shadow: inset 0 0 10px #ffa200;
}
.sbSelector{
	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 3px;
	width: 325px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../imgs/buttons/select-icons.png) 0 -116px no-repeat;
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
	top: 3px;
	width: 30px;
}
.sbToggle:hover{
	background: url(../imgs/buttons/select-icons.png) 0 -166px no-repeat;
}
.sbToggleOpen{
	background: url(../imgs/buttons/select-icons.png) 0 -16px no-repeat;
}
.sbToggleOpen:hover{
	background: url(../imgs/buttons/select-icons.png) 0 -66px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background: url(../imgs/windows/about_areas_bg.png) repeat;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 25px;
	width: 330px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 5px;
	background: url(../imgs/windows/about_areas_bg.png) repeat;
}
.sbOptions a{
	border-top: dotted 1px #7f3c00;
	display: block;
	outline: none;
	padding: 5px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #ff7800;
	text-decoration: none;
}
.sbOptions a:hover{
	color: #ffcc00;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-top: dotted 1px #7f3c00;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-top: dotted 1px #7f3c00;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}