


/* -------------
 * Selects
 * ------------- */
 
 #quickunit .jNiceSelectWrapper {
 float:right;
 margin:17px 8px 0 0;
 }
 
 
.jNiceSelectWrapper {
	width: 132px;
	position:relative;
	height: 19px;
	font:  1.1em Verdana, Arial, Helvetica, sans-serif;
	color:#999;
}

#quickunit .jNiceSelectWrapper div span {
	width:110px;
	height:23px;
	background: url(../../../../images/asearchinputbg_quickunit.gif) top left no-repeat;
}

.jNiceSelectWrapper div span {
	float: none;
	position: absolute;
	width: 166px;
	height: 19px;
	line-height: 19px;
	padding: 0px 3px;
	margin-left:4px;
	overflow: hidden;
	border: 1px solid transparent;
	border-right: none;
	background: url(../../../../images/asearchinputbg.gif) top left no-repeat;
	
}


#quickunit .jNiceSelectWrapper div a {
	left:110px;
	background:url(../../../../images/expand_quickunit.gif) no-repeat center center;
	width:20px;
	height:23px;
}  

.jNiceSelectWrapper div a {
	display: block;
	position: absolute;
	right: 0px;
	left:166px;
	width: 19px;
	height: 19px;
	margin-top:1px;
	background: url(../../../../images/expand.gif) no-repeat center center;
}

#quickunit .jNiceSelectWrapper ul {
	width:125px;
}

.jNiceSelectWrapper ul {
	position: absolute;
	width: 160px;
	top: 16px;
	left: 6px;
	list-style: none;
	background: #fff;
	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:#999;
	background: #fff;
}

.jNiceSelectWrapper ul a:hover { background:#ccc; }
.jNiceSelectWrapper ul a.selected {background: #ccc;}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jNiceHidden {display: none;}

#qlinks form {margin:10px 0 10px 10px; padding:0;}

#qlinks label {width:166px; display:block; color:#083a81; font-weight:bold; font-size:1.1em; padding:10px 0 5px 10px;}

#qlinks #go {margin:10px 0 0 140px; background: url(../../../../images/asearchgo.gif); color:#fdce95; font-size:0; width:45px; height:19px; border:none;}



