


/* -------------
 * Selects
 * ------------- */
.jNiceSelectWrapper {
	width: 132px;
	position:relative;
	height: 19px;
	font: 1.1em Arial, Helvetica, sans-serif;
}

.jNiceSelectWrapper div span {
	float: none;
	position: absolute;
	width: 106px;
	height: 19px;
	line-height: 19px;
	padding: 0px 3px;
	margin-left:4px;
	overflow: hidden;
	border: 1px solid #ccc;
	border-right: none;
	background: url(../../../../elements/qlinksBg.gif) top left no-repeat !important;
}

.jNiceSelectWrapper div a {
	display: block;
	position: absolute;
	right: 0px;
	width: 19px;
	height: 19px;
	margin-top:1px;
	background: url(../../../../elements/expand.gif) no-repeat center center;
}

.jNiceSelectWrapper ul {
	position: absolute;
	width: 106px;
	top: 16px;
	left: 5px;
	list-style: none;
	background: #666;
	display: none;
	margin: 0px;
	padding: 0px;
	height: auto;
	overflow: auto;
	overflow-y: auto;
	z-index:100;
}

.jNiceSelectWrapper ul a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color:#aa3583;
	background: #f7f7f7;
}

.jNiceSelectWrapper ul a:hover { background:#ccc; }
.jNiceSelectWrapper ul a.selected {background: #ccc;}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jNiceHidden {display: none;}

