@CHARSET "UTF-8";
.sbHolder {
	background-color: #a9a3a0;
	font-size: 0.928571em;
	font-weight: normal;
	height: 26px;
	position: relative;
	width: 100%;
	font-family: CaeciliaLTStd-Roman;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.sbHolder:focus .sbSelector {
}
.sbSelector {
	display: block;
	height: 24px;
	left: 0;
	line-height: 24px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 5px;
	top: 0;
	width: 93%;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
	color: #FFF;
	outline: none;
	text-decoration: none;
}
.sbToggle {
	background: url(../images/select_arrow.png) no-repeat center;
	display: block;
	height: 24px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.sbHolderDisabled {
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder {
}
.sbHolderDisabled .sbToggle {
}
.sbOptions {
	background-color: #FFF;
	border:1px solid #a9a3a0;
	list-style: none;
	left: -1px;
	margin: 0!important;
	padding: 0!important;
	position: absolute;
	top: 24px;
	width: 100%;
	z-index: 40;
	overflow-y: auto;
	box-shadow:3px 3px 10px rgba(0,0,0,.4);
	-moz-box-shadow:3px 3px 10px rgba(0,0,0,.4);
	-webkit-box-shadow:3px 3px 10px rgba(0,0,0,.4);
}
.sbOptions li {
	padding: 0 7px!important;
	margin: 0!important;
	font-size:13px;
	width:auto!important;
	display:block!important;
}
.sbOptions li:first-child a {
	border-top: none;
}
.sbOptions a {
	display: block;
	outline: none;
	padding: 2px 0 2px 5px;
}
.sbOptions a:link, .sbOptions a:visited {
	color: #534741!important;
	text-decoration: none;
}
.sbOptions a:hover,  .sbOptions a:focus,  .sbOptions a.sbFocus {
	color: #FFF!important;
	background:#fbb815;
}
.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: #FFF;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub {
	padding-left: 17px;
}
