/* 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 {
	background: url(../images/sprite.png) no-repeat -259px -649px;
	position: relative;
	overflow: hidden;
	cursor: default;
	height: 37px;
	float: left;
}
.select-focus {
	border-color: #f00;
}
.select-area .center {
	white-space: nowrap;
	padding: 3px 17px;
}
.select-disabled {
	background: #eee;
}
.select-area .select-opener {
	background: url(../images/sprite.png) no-repeat -428px -544px;
	position: absolute;
	height: 37px;
	width: 37px;
	right: 0;
	top: 0;
}
.select-options {
	position: absolute;
	overflow: hidden;
	background: #fff;
	z-index: 2000;
	width: 178px !important;
}
.select-options .drop-holder {
	border: 1px solid #777;
	overflow: hidden;
	height: 1%;
}
.select-options ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.select-options ul li {
	width: 100%;
	float: left;
	border-bottom: 1px solid #bcbdc0;
}
.select-options ul a {
	text-decoration: none;
	padding: 10px 15px;
	display: block;
	cursor: default;
	color: #6a6866;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
	height: 1%;
}
.select-options .item-selected a {
	text-decoration: none;
	color: #ef4723;
	cursor: pointer;
}
/* 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;
}
/* multiple select styles */
.select-multiple-area {
	border: 1px solid #777;
	clear: both;
}
.select-multiple-area .multiple-list{
	border: none;
	position: static;
}
.select-multiple-area .multiple-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.select-multiple-area .multiple-list li {
	margin: 0;
}
.select-multiple-area .multiple-list a:hover {
	text-decoration: none;
	background: #fff;
	color: #000;
}
.select-multiple-area .multiple-list a {
	display: block;
	cursor: default;
	padding: 5px;
	color: #000;
}
.select-multiple-area .multiple-list .item-selected a {
	background: #007;
	color: #fff;
}
.select-multiple-area .multiple-list .optgroup strong {
	display: block;
	padding: 5px;
}
.select-multiple-area .multiple-list .optgroup a {
	padding-left: 30px;
}
.select-disabled  .multiple-list .item-selected a {
	background: #777;
}
.select-select {
	color: #6a6866;
	font: 14px/37px 'ITCAvantGardeStd-Bold', Arial, Helvetica, sans-serif;
	width: 215px !important;
	cursor: pointer;
}
