/* custom select
*******************************************************************************/

.jcf-hidden {
	display: block !important;
	position: absolute !important;
	left: -9999px !important;
}

/* custom select styles */
.select-area {
	width: 237px !important;
	position: relative;
	overflow: hidden;
	cursor: default;
	height:35px;
	float: left;
	margin-bottom:1px;
	background:url('/_template/img/sprite.png') no-repeat 0 -125px;
}

.select-area.select-active{background-position:0 -164px;}

.select-area .center {
	white-space: nowrap;
	padding:8px 14px;
	float:left;
}

.select-disabled {background: #eee;}

.select-area .select-opener {
	background:url('/_template/img/sprite.png') no-repeat -75px -53px;
	position: absolute;
	height:6px;
	width:7px;
	right:16px;
	top:16px;
}

.select-options {
	position: absolute;
	overflow: hidden;
	background: #fff;
	z-index: 2000;
}

.select-options .drop-holder {
	overflow: hidden;
	height: 1%;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.32);
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,.32);
	box-shadow: inset 0 0 5px rgba(0,0,0,.32);
	-webkit-border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
	margin:-2px 0 0;
	padding-top:2px;
	border:1px solid #c7c7c7;
	border-width:0 1px 1px;
	position:relative;
	behavior: url('/_template/js/PIE.htc');
}

.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 14px;
	display: block;
	cursor: default;
	color: #000;
	height: 1%;
}

.select-options .item-selected a {
	text-decoration: none;
	background: #c00;
	color: #fff;
}