

/* -------------
 * Selects
 * ------------- */
.jNiceSelectWrapper {
	width: 246px;
	position:relative;
	background:url(../images/select_bg.gif) repeat-x;
	height: 22px;
	float: left;
	margin-right:10px;
	border: none !important;
}

.jNiceSelectWrapper div span {
	float: none;
	position: absolute;
	width: 239px;
	height: 22px;
	background: url(../images/select_left.gif) no-repeat left top;
	line-height: 15px;
	font: 11px/11px Arial, Helvetica, sans-serif;
	color: #333;
	padding: 5px 5px 0;
	overflow: hidden;
	border: none !important;
}

.jNiceSelectWrapper div a {
	display: block;
	position: absolute;
	right: 0px;
	width: 24px;
	border: none;
	height: 22px;
	background: url(../images/select_btn.gif) no-repeat center center;
}

.jNiceSelectWrapper ul {
	position: absolute;
	width: 239px !important;
	top: 26px;
	left: 0px;
	list-style: none;
	background-color: #FFF;
	display: none;
	margin: 0px;
	padding: 0px;
	border: 1px solid #eaeaea;
	height: 250px;
	overflow: auto;
	overflow-y: auto;
	z-index:200;
}

.jNiceSelectWrapper ul li { width: 218px !important; }


.jNiceSelectWrapper ul a {
	display: block;
	padding: 5px 5px;
	text-decoration: none;
	color: #333;
	font: 11px/11px Arial, Helvetica, sans-serif;
	background-color: #FFF;
}

.jNiceSelectWrapper ul a:hover { background:#f6f6f6; }
.jNiceSelectWrapper ul a.selected { background: #f0f7fa; color: #c66653; }

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jNiceHidden {display: none;}


