@CHARSET "UTF-8";
.sbHolder{
	font-family: Arial, sans-serif;
	font-weight: normal;
	height: 36px;
	position: relative;
	z-index: 2;
}
.sbHolder:focus .sbSelector{
	color: #3366ff;
}
.sbSelector{
	display: block;
	height: 45px;
	left: 0;
	line-height: 36px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 4px;
	background:#d7dbde;
	border-radius: 3px 0 0 3px;
	color:#007ac3 !important;
	z-index:1;
	padding-bottom: 0 !important;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #3366ff;
	outline: none;
	text-decoration: none;
}
.sbToggle {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #007ac3;
	position: absolute !important;
	right: 0; top: 20px;
	z-index:5;
	display: inline !important;
	padding-bottom: 0 !important;
}
.sbToggleOpen{
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 0;
	border-bottom: 10px solid #007ac3;
	position: absolute !important;
	right: 0; top: 20px;
	z-index:5;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background: #fff;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50px !important;
	overflow-y: auto;
	z-index: 10;
	overflow: hidden;
	font-size: 16px;
	overflow-y: auto;
	/*
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	*/
}
.sbOptions li{
	padding: 0;
	line-height: 100% !important;
	height: auto !important;
	padding: 0;
	display: block !important;
}
.sbOptions li a {
	padding: 8px !important;
	display: block !important;
	min-width: 160px;
}
.sbOptions li a:hover {
	background: #EEEEEE;
}