@CHARSET "UTF-8";
.sbHolder{
	display: block;
	padding: 0px 45px 0px 0px;
	position: relative;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, sans-serif;
	background-color: #ebebeb;
	border: solid 1px #bfbfbf;
	text-decoration: none;
	margin: 0 0 20px 0;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.sbHolder:hover {
	/*border: solid 1px #0000cf;*/
}
.sbSelector{
	display: block;
	outline: none;
	width: 100%;
	overflow: hidden;
	text-indent: 00px;
	color: #777777;
    font-size: 14px;
    line-height: 20px;
    font-family: 'helveticaltstd-roman';
    text-decoration: none !important;
    margin-bottom: 0;
    padding: 10px 0 10px 25px; 
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.sbSelector:hover,
.sbSelector:focus{
	/*color: #009d7e;*/
}
.sbToggle{
	background: url(images/arrow.png) no-repeat center center;
	display: block;
	width: 46px;
	height: 100%;
	outline: none;
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 0px 0 0 0;
	text-decoration: none;
}
.sbToggle:hover{
}
.sbToggleOpen{
}
.sbToggleOpen:hover{
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #706756;
}
.sbHolderDisabled .sbHolder{
		
	}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100% !important;
	width: 100.8%;
	overflow-y: auto;
	border: 1px solid #bfbfbf;
    background: #ebebeb;
	z-index: 1;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.sbOptions li{
	padding: 0 0px;
	margin: 0 0;
	list-style: none;
	background: none;
}
.sbOptions li:first-child a{
	border-top: 0 none;
}
.sbOptions a{
	display: block;
	outline: none;
	padding: 10px 0px 10px 25px;
	color: #777777;
    font-size: 14px;
    line-height: 20px;
    font-family: 'helveticaltstd-roman';
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 
    border-top: 1px solid #bfbfbf;
    margin: 0 0 0 0;
}
.sbOptions a:link, .sbOptions a:visited{

	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #0000cf;
}
.sbOptions li.last a{
	border-bottom: none;
}s
.sbOptions .sbSub{
	padding-left: 17px;
}