@CHARSET "UTF-8";
.sbHolder{
	background-color: #ffffff;
    border: 5px solid #CCCCCC;
    -moz-box-shadow: inset 1px 2px 10px #cdcdcd;
    -mz-box-shadow: inset 1px 2px 10px #cdcdcd;
    -webkit-box-shadow: inset 1px 2px 10px #cdcdcd;
    box-shadow: inset 1px 2px 10px #cdcdcd;
    -moz-border-radius: 7px; 
    -webkit-border-radius: 7px; 
    border-radius: 7px;
    -khtml-border-radius: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    outline:none;
    display: block;
    position: relative;
    height: 45px;
    line-height: 45px;
    padding: 0 0 0 8px;
    color: #444;
    text-decoration: none;
    width: 372px
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 35px;
	left: 0;
	line-height: 35px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: auto;
	outline: none;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	font: 15px "Calibri";
	color: #8D8D8D;
	outline: none;
	text-decoration: none;
	outline: none;
	line-height: 35px;
}
.sbToggle{
	background:url('select.png') no-repeat 0px -59px;
	display: block;
	height: 35px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
}



/*
.sbToggle:hover{
	background: url(select-icons.png) 0 -167px no-repeat;
}
.sbToggleOpen{
	background: url(select-icons.png) 0 -16px no-repeat;
}
.sbToggleOpen:hover{
	background: url(select-icons.png) 0 -66px no-repeat;
}*/
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #ffffff;
	border: solid 1px #515151;
	list-style: none;
	left: 0px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 99%;
	z-index: 1001;
	min-height: 50px !important;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0px;
	line-height: 14px;
	margin-bottom: 1px;
}
.sbOptions a{
	display: block;
	outline: none;
	padding: 7px 0 7px 7px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #606060;
}
.sbOptions a:link, .sbOptions a:visited{
	text-decoration: none;
	color: #606060;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	background: #3875D7;
	color: white;
}
.sbOptions li.last a{
	border-bottom: none;
}
.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;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}


.sbHolder.error {border-color:#A72527!important; }