@CHARSET "UTF-8";
.sbHolder{
	width:-calc(100% - 10px); 
	width:-moz-calc(100% - 10px); 
	width:-webkit-calc(100% - 10px); 
	width:-o-calc(100% - 10px); 
	max-width: 300px;
    display: inline-block;  
	height: 23px;	
	background: #21262b;
	padding-left: 10px; 
	padding-bottom: 0px;
	margin-bottom: 25px;	
	position: relative; 
	left: 0%;
	bottom: -5px;	
	color: #000;
	border: 1px solid #505050;
    font-family: 'Questrial';
    font-weight: lighter;
	text-decoration:none;
    word-wrap: break-word;
    font-weight: lighter;
	font-size: 14px;
	z-index: 2;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;  
	box-shadow: inset 2px 2px 2px #000, 0.5px 1px 0px #9b8f80;

	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;


}

.sbHolder:hover{
background: #b3e2ff;
border: 1px solid #59c9ec;
color: #000000;
	margin-bottom: 100%;
box-shadow: inset 2px 2px 2px #071d21, 0px 1px 1px #144c54;

}

.sbHolder:active{
background:  #59c9ec;
border: 1px solid #fff;
box-shadow: inset 2px 2px 2px #b3e2ff, 0px 1px 1px #9b8f80;

}


.sbHolder:focus .sbSelector{
	
	margin-bottom: 300px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}


.sbSelector{

	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 100%;
	color:#cfcfcf;
}
.sbSelector:hover{
background:  url(images/dropdownarrowDOWN_hover.png) 280px -1px no-repeat ;
left:14px;
}



.sbSelector:active{
background:  url(images/dropdownarrowDOWN_active.png) 280px -1px no-repeat ;
float:right;
left:14px;
position:relative;
	margin-bottom: 300px;

}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #fff;
	outline: none;
	text-decoration: none;
}
.sbToggle{

	background: url(images/dropdownarrowDOWN_idle.png) 0px 0px no-repeat;

	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;

	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
.sbToggle:hover{

};
.sbToggleOpen{

}
.sbToggleOpen:hover{

}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #21262b;
	list-style: none;
	left: -10px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 30px;
	width:100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;  
    border: 1px solid #505050;
	box-shadow: inset 2px 2px 2px #000, 0.5px 1px 0px #9b8f80;
	padding-left: 10px; 

	z-index: 9999;
	overflow: hidden;

	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;

}
.sbOptions li{
	padding: 0 7px;

}
.sbOptions a{
	border-bottom: dotted 1px #5bcaea;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;

}
.sbOptions a:link, .sbOptions a:visited{
	color: #a8a8a8;
	text-decoration: none;

}
.sbOptions a:hover{color: #fff;}
.sbOptions a:focus{	color: #5bcaea;}


.sbOptions li.last a{
	border-bottom: none;

}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;

}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #5bcaea;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;

}
.sbOptions .sbSub{

	padding-left: 17px;
}