/* Selects
----------------*/
.jNiceSelectWrapper {
	position:relative;
	width:89px;
	height:32px;
	font-size:12px;
	color:#666;
	}

.jNiceSelectWrapper DIV SPAN {
	position:absolute;
	overflow:hidden;
	z-index:1;
	float:none;
	width:74px;
	height:23px;
	padding:9px 0 0 15px;
	font-size:12px;
	line-height:15px;
	background:url(/images/bg/select.png) no-repeat;
	}

.jNiceSelectWrapper DIV A {
	position:absolute;
	right:0;
	z-index:2;
	display:block;
	width:32px;
	height:32px;
	}

.jNiceSelectWrapper UL {
	position:absolute;
	overflow:auto;
	top:27px;
	left:0px;
	z-index:100;
	display:none;
	width:89px;
	/*height:71px;*/
	padding:5px 0;
	list-style:none;
	background:url(/images/bg/selecto.png) no-repeat 0 100%;
	}

.jNiceSelectWrapper UL A {
	display:block;
	padding:9px 15px;
	text-decoration:none;
	color:#333;
	}

.jNiceSelectWrapper ul A:hover {background:#e2e2e2;}
.jNiceSelectWrapper ul A.selected {background:#e2e2e2;}

/* Hidden
----------------*/
.jNiceHidden {display: none;}