@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* hide original element */
.jcf-hidden {
	display: block !important;
	position: absolute !important;
	left: -9999px !important; /* change to right: -9999px on RTL sites */
}
/* custom select styles */
.select-area {
	position: relative;
	cursor: default;
	height: 38px;
	float: left;
	width: 223px;
}
.select-area .center {
	float: left;
	font: italic 13px/38px 'OpenSans',Tahoma, sans-serif;
	height: 38px;
	width: 163px;
	background: #0865C1;
	color: #9b9bd9;
	padding: 0 10px;
}
.select-disabled {
	background: #eee;
}
.select-area .select-opener {
	position: relative;
	background: url(/images/sprite.png) no-repeat -179px -152px;
	float: right;
	height: 38px;
	width: 40px;
}
.select-options {
	position: absolute;
	overflow: hidden;
	background: #0865C1;
	z-index: 2000;
  border-bottom:4px solid #fff;
}
.select-options .drop-holder {
	overflow: hidden;
	height: 1%;
}
.select-options ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.select-options ul li {
	width: 100%;
	float: left;
}
.select-options ul a {
	text-decoration: none;
	padding: 5px 10px;
	display: block;
	cursor: default;
	color: #9b9bd9;
	height: 1%;
}
.select-options .item-selected a {
	text-decoration: none;
	background: #064D94;
	color: #fff;
}
/* select options optgroup example styles */
.select-options .optgroup {
	clear: both;
}
.select-options .optgroup strong {
	display: block;
	padding: 5px;
}
.select-options .optgroup ul a {
	padding-left: 30px;
}
