/* 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: pointer;
	height: 34px;
	padding: 0 125px 0 0;
	margin: auto;	
	background:#ccc;
}
.select-area .center {
	width: 100%;
	float: left;
	padding: 0 14px;
	font-size:14px;
	line-height:34px;
	font-style:italic;
	color:#494b4e;
}

.select-area .select-opener {
	position: absolute;
	height: 34px;
	width: 28px;
	right: 0;
	top: 0;
	background:url(arrow1.gif) no-repeat 0 50%;
}
.select-options {
	white-space: nowrap;
	position: absolute;
	overflow: hidden;
	background: #dedede;
}
.select-options .drop-holder {
	overflow: hidden;
	height: 1%;
}
.select-options ul {
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size:13px;
	line-height:13px;
}
.select-options ul li {
	width: 100%;
	float: left;
	border-top:1px solid #f1f1f1;
}
.select-options ul li :first-child{border:none;}
.select-options ul a {
	text-decoration: none;
	padding: 7px 13px;
	display: block;
	cursor: default;
	color: #494b4e;
	height: 1%;
}
.select-options .item-selected a,
.select-options a:hover {
	text-decoration: none;
	background: #d1d1d1;
}