/* 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;
	height: 38px;
	float: left;
	background:url(/images/select-center.gif) repeat-x;
	font-size:13px;
	line-height:24px;
	color:#373737;
}
.filter-form .select-area{
	float:right;
	margin:20px 0 0;
}
.contact-form .select-area{margin:0;}
.select-area .center {
	top:0;
	left: 0;
	position: absolute;
	padding: 7px 0 7px 15px;
	width:127px;
	height:24px;
	background:url(/images/select-left.gif) no-repeat;
}
.contact-form .center{width:316px;}
.select-area .select-opener {
	position: relative;
	background:url(/images/select-btn.gif) no-repeat;
	float: right;
	height: 38px;
	width: 30px;
}
.select-options {
	white-space: nowrap;
	position: absolute;
	background: #efefef;
	border-radius:0 0 4px 4px; /* Opera 10.5+, Chrome, IE9 */
	-moz-border-radius:0 0 4px 4px; /* FF3+ */
	-webkit-border-radius: 0 0 4px 4px; /* Safari 3+, Chrome */
	overflow:hidden;
}
.select-options .drop-holder {
	border: 1px solid #bbb;
	overflow: hidden;
	border-radius:0 0 4px 4px; /* Opera 10.5+, Chrome, IE9 */
	-moz-border-radius:0 0 4px 4px; /* FF3+ */
	-webkit-border-radius: 0 0 4px 4px; /* Safari 3+, Chrome */
}
.select-options ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.select-options ul li {
	width: 100%;
	float: left;
	border-top:1px solid #dadada;
}
.select-options ul li:first-child{border:none;}
.select-options ul a {
	padding: 3px 15px;
	display: block;
	color: #000;
	height: 1%;
}
.select-options .item-selected a,
.select-options a:hover {
	text-decoration: none;
	background: #e5e5e5;
	color: #373737;
}