@CHARSET "UTF-8";
.sbHolder{
	background-color: white;
	border: solid 1px #3e3e3e;
	font-family:'american_typewriterregular', Helvetica, sans-serif;
	letter-spacing: .03em;
	line-height:1.2em;
	color: #666666;
	font-size:1.2em;
	font-weight: normal;
	height: auto;
	outline: none;
	
	position: relative;
	width: 100%;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: auto;
	left: 0;
	line-height: normal;
	outline: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	text-indent: 0;
	padding: .5em;
	padding-right: 2em;
	top: 0;
	width: 100%;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #666666;
	outline: none;
	text-decoration: none;
}
.sbSelector:hover{color: #E8132A;}
.sbToggle{
	background: url(../img/select-icons.png) 0 -108px no-repeat;
	display: block;
	height: 2.2em;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
	width: 1.9em;
}
.sbToggle:hover{
	background: url(../img/select-icons.png) 0 -159px no-repeat;
}
.sbToggleOpen{
	background: url(../img/select-icons.png) 0 -10px no-repeat;
}
.sbToggleOpen:hover{
	background: url(../img/select-icons.png) 0 -60px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: white;
	border: solid 1px #cfcfcf;
	list-style: none;
	left: 0px;
	margin: 0;
	margin-top: 19px;
	padding: 0;
	position: absolute;
	top: 46px;
	width: 100%;
	z-index: 10;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0;
	margin: 0 !important;
}
.sbOptions a{
	border-top: solid 1px #cfcfcf;
	display: block;
	line-height: 1em;
	outline: none;
	padding: .5em;
}
.sbOptions li:first-child a{border: none;}

.sbOptions a:link, .sbOptions a:visited{
	color: #666;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #E8132A;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: solid 1px #cfcfcf;
	color: #666;
	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;
}