/* 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;
	overflow: hidden;
	cursor: default;
	height: 24px;
	float: left;
	background: url(../images/bg-center.gif) repeat-x;
}
.select-focus { border-color: #f00; }
select-area .center {
	white-space: nowrap;
	padding: 0 1px 0 0;
	font-size: 15px;
	line-height: 22px;
	text-align: left;
	float: left;
}
.select-disabled { background: #eee; }
.select-area .select-opener {
	background: url(../images/btn-opener.gif) no-repeat !important;
	position: absolute !important;
	height: 24px;
	width: 18px;
	right: 0;
	top: 0;
	margin: 0 !important;
}
.select-select-drop .select-opener { background: url(../images/btn-opener2.gif) no-repeat 100% 0 !important; }
.select-area .left {
	background: url(../images/bg-left.gif) no-repeat;
	width: 8px;
	height: 24px;
	float: left;
}
.select-options {
	position: absolute;
	background: #fff;
	z-index: 9999;
}
.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: #000;
	height: 1%;
}
.select-options .item-selected a {
	text-decoration: none;
	background: #c7c8ca;
	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; }
#aside .select-select-drop {
	width: 214px !important;
	background: url(../images/bg-center2.gif) repeat-x;
}
#aside .select-select-drop .left { background: url(../images/bg-left2.gif) no-repeat; }

/* Resources section */
.resource-filters .select-area { background: url(../images/bg-center3.gif) repeat-x; }
.resource-filters .select-area .left { background: url(../images/bg-left3.gif) no-repeat; }
.resource-filters .select-opener { background: url(../images/btn-opener3.gif) no-repeat 100% 0 !important; }


