@CHARSET "UTF-8";
.sbHolder{
	
	font-size: 18px;
	font-weight: normal;
	height: 24px;
	position: relative;
	color: black;
	
	margin-top: -1px;
	
	font-size: 15px;
	
    line-height: 1.5;
    text-decoration: none;
    text-align: left;	
	
	outline: none;
    vertical-align: middle;
    background: #ffffff;
	
	background-color: #ffffff;
	
	border: 1px solid #c2ced8;
	border-radius: 5px;
	
	box-shadow: inset -1px -1px 4px 0px rgba(0, 0, 0, 0.11);
}
.sbHolder:focus .sbSelector{
	
}

.sbHolderAlt{
	background-color: #ffffff;
	border: solid 1px #dadada;
	font-family: PTSansRegular;
	font-size: 38px;
	font-weight: normal;
	height: 35px;
	position: relative;
	color: black;
	/* width: 400px; */	
}

.sbSelector{
	display: block;
	
	padding-left: 0px;
	height: 24px;
	left: 0;
	line-height: 27px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 9px;
	top: 0;
	
	/* background-color: red; */
	/* border: solid 1px #515151; */
	/* width: 170px; */
	
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	/* color: #EBB52D; */
	color: #000000;
	outline: none;
	text-decoration: none;
}
.sbSelectorAlt{
	display: block;
	padding-top: 4px;
	padding-left: 5px;
	height: 41px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
}
.sbSelectorAlt:link, .sbSelectorAlt:visited, .sbSelectorAlt:hover{
	color: #000000;
	outline: none;
	text-decoration: none;
}


.sbToggle{
	background: url(/staticcontent/img/selectbox_toggle.png);
	background-repeat: no-repeat;
	/* background-color: red; */
	display: block;
	width: 24px;
	height: 27px;
	outline: none;
	position: absolute;
	right: 2px;
	top: 0px;
	
	cursor: pointer;
	
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.sbToggle:hover{
	/* background: url(../staticcontent/img/select-icons.png) 0 -167px no-repeat; */
}
.sbToggleOpen{
	/* background: url(../staticcontent/img/select-icons.png) 0 -16px no-repeat; */
}
.sbToggleOpen:hover{
	/* background: url(../staticcontent/img/select-icons.png) 0 -66px no-repeat; */
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	/* background-color: #212121; */
	background-color: #ffffff;
	/* border: solid 1px #515151; */
	border-left: solid 1px #dadada;
	border-right: solid 1px #dadada;
	border-bottom: solid 1px #dadada;
	color: #000000;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 25px !important;
	width: 100%;
	z-index: 1;
	overflow-y: auto;
	
	border-radius: 5px;
}

.sbOptions li{
	/* padding: 0 7px; */
}
.sbOptions a{
	/* border-bottom: dotted 1px #515151; */
	display: block;
	outline: none;
	padding: 0 0 0 9px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #000000;
	text-decoration: none;
}
/* .sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #000000;
} */
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #000000;
}

.sbOptions a:hover {
	background-color: #1A2090;
	color: #ffffff;
}

.sbOptions li.last a{
	/* border-bottom: none; */
	border-bottom: 1px solid #dadada;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	/* color: #EBB52D; */
	color: #000000;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}