@CHARSET "UTF-8";
.sbHolder {
	font-family: 'Gotham SSm A', 'Gotham SSm B' !important;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;	
	height: 43px;
	position: relative;
	width: 300px;
	outline: none;
}
.sbSelector {
	display: block;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 15px;
	text-transform: uppercase;
	line-height: 43px;
	height: 43px;
	left: 0;
	top: 0;
	padding-right: 5px;
	width: 295px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
	color: #ffffff;
	outline: none;
	text-decoration: none;
}
.sbToggle {
	background: url(../images/select-icons.png) 0px 20px no-repeat;
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	z-index: 25;
}
.sbToggleOpen {
	background: url(../images/select-icons.png) 0 -6px no-repeat;
}
.sbHolderDisabled {
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder {
}
.sbHolderDisabled .sbToggle {
}
.sbOptions {
	background-color: #dbdbdb;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 300px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions a {
	display: block;
	outline: none;
	padding: 7px;
	text-indent: 8px;
	font-weight: 400;
	font-size: 15px;
}
.sbOptions a:link, .sbOptions a:visited {
	color: #333;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
	color: #333;
}
.sbOptions li {
	border-bottom: solid 1px #fff;
}
.sbOptions li:hover {
	background-color: #bababa;
}
.sbOptions li:first-child {
	border-top: solid 1px #fff;
}
.sbOptions li:last-child {
	border-bottom: none;
}
.sbOptions .sbDisabled {
	border-bottom: solid 1px #fff;
	color: #999;
	display: block;
	padding: 7px;
}
.sbOptions .sbGroup {
	border-bottom: solid 1px #fff;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px;
}
.sbOptions .sbSub {
	padding-left: 17px;
}
