@CHARSET "UTF-8";
.sbHolder {
	text-align: left;
	position: relative;
	height: 36px;
	width: 430px;
	border: 1px solid #eae3df;
	border-radius: 8px;
	background: #ffffff;
	font-family: 'Source Sans Pro';
	font-size: 14px;
	font-weight: 600;
}
.sbHolder:hover {
	border-color: #c9b8b0; 
}
.sbHolder:focus .sbSelector {
	
}
.sbSelector{
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	width: 362px;
	height: 36px;
	padding: 0px 15px;
	overflow: hidden;
	
	color: #5a4a42;
	font-size: 14px;
	line-height: 36px!important;
	font-weight: 600;
	
	outline: none;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
	color: #5a4a42;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	display: block;
	position: absolute;
	top: 3px;
	right: 3px;
	width: 32px;
	height: 32px;
	outline: none;
	background: url('/templates/images/jquery/jquery-selectbox/select-icons.png') 0 -116px no-repeat;
}
.sbToggle:hover{
	background: url('/templates/images/jquery/jquery-selectbox/select-icons.png') 0 -166px no-repeat;
}
.sbToggleOpen{
	background: url('/templates/images/jquery/jquery-selectbox/select-icons.png') 0 -17px no-repeat;
}
.sbToggleOpen:hover{
	background: url('/templates/images/jquery/jquery-selectbox/select-icons.png') 0 -67px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	position: absolute;
	top: 38px;
	left: -1px;
	width: 430px;
	margin: 0;
	padding: 0;
	border: solid 1px #eae3df;
	border-radius: 8px;
	
	background: #fff;
	
	list-style: none;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
	margin: 0;
}
.sbOptions a {
	border-bottom: dotted 1px #E5E5E5;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #676767;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #272727;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #E5E5E5;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #E5E5E5;
	color: #272727;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}

/* WIDTH 330px */
.sbHolder.w330H {
	width: 330px;
}
.sbHolder.w330H .sbSelector {
	/* -68px */
	width: 262px!important;
}
.sbHolder.w330H .sbOptions{
	width: 330px!important;
}