@CHARSET "UTF-8";
.sbHolder{
	position: relative;
	border:1px solid #8e8d8d;
	height: 45px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: middle;
	font-size: 15px;
	text-decoration: none;
	overflow: visible;
	color: #9fa4a7;
	background-color: white;
	border-radius: 3px;
	width:250px; 
	background-image: url('../images/arrow_from_register_with_bg.png');
	background-position:right 0;
	background-repeat: no-repeat;
	box-shadow: 1px 1px 1px #cccccc; 
	line-height:42px; 
	z-index:999; 
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 45px;
	left: 0;
	line-height: 42px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 6px;
	top: 0;
	width: 209px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #9fa4a7;
	outline: none;
	text-decoration: none; 
}
.sbToggle{
	/*background: url('../images/select-icons.png') 0 -116px no-repeat;*/
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.sbToggle:hover{
	/*background: url('../images/select-icons.png') 0 -167px no-repeat;*/
}
.sbToggleOpen{
	/*background: url('../images/select-icons.png') 0 -16px no-repeat;*/
}
.sbToggleOpen:hover{
	/*background: url('../images/select-icons.png') 0 -66px no-repeat;*/
}
.sbHolderDisabled{
	border:1px solid #8e8d8d;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #ffffff;
	border:1px solid #8e8d8d;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width:250px;
	z-index: 1;
	overflow-y: auto;
	ine-height:20px; 
	color: #9fa4a7;  
}

.instance-0.sbOptions{
    width: 250px;
}

.sbOptions li , .sbOptions1 li{
	padding: 0 7px;
}
.sbOptions a , .sbOptions1 a{
	border-bottom: dotted 1px #515151;
	display: block;
	outline: none;
	padding: 0px;
}
.sbOptions a:link, .sbOptions a:visited ,
.sbOptions1 a:link, .sbOptions1 a:visited{
	color: #9fa4a7;
	text-decoration: none;
}
.sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus,
.sbOptions1 a:hover, .sbOptions1 a:focus, .sbOptions1 a.sbFocus{
	color: #7EBFBF;
}
.sbOptions li.last a,
.sbOptions1 li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled,
.sbOptions1 .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup,
.sbOptions1 .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub,
.sbOptions1 .sbSub{
	padding-left: 17px;
}