/* select */
.jNiceSelectWrapper {
	float: left;
	position: relative;
	height: 20px;
	text-transform: none;
	text-align: left;
	width: 188px;
	margin: 0 7px 0 0;
}
.jNiceSelectWrapper DIV SPAN {
	color: #3e3e3e;	
	font: bold 10px/10px Tahoma, Verdana, Arial;
	position: relative;
	z-index: 1;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	padding: 4px 0 4px 7px;
	background-color: #fff;
	border-top: 1px solid #aeaeae; 
	border-left: 1px solid #aeaeae; 
	border-bottom: 1px solid #aeaeae;
	text-overflow: ellipsis; /* IE, Chrome*/
	-o-text-overflow: ellipsis; /* Opera */
}
.jNiceSelectWrapper DIV A {
	width: 22px;
	height: 20px;
	display: block;
	float: right;
	position: relative;
	cursor: hand;
	cursor: pointer;
	z-index: 2;
	outline: none;
	background: #00a651 url(../i/site/Default/select.gif) no-repeat center center;
}
.jNiceSelectWrapper UL {
	font: bold 10px/10px Tahoma, Verdana, Arial;
	overflow-y: auto;
	overflow-x: hidden;
	display: none;
	z-index: 100;
	left: 0;
	padding: 0;
	margin: 0;
	overflow: auto;
	width: 100%;
	list-style-type: none;
	list-style-image: none;
	position: absolute;
	top: 20px;
	max-height: 150px;
	background-color: #aeaeae;
	border-bottom: 1px solid #aeaeae; 
}
.jNiceSelectWrapper UL LI {
	padding: 0;
	margin: 0 1px;
	background-color: #fff;
}
.jNiceSelectWrapper UL A {
	display: block;
	padding: 4px 0 5px 7px;
	color: #3e3e3e;
	text-decoration: none;
}
.jNiceSelectWrapper UL A:hover {
	text-decoration: underline;
	background-color: #f3f3f3;
}
.jNiceSelectWrapper UL A.selected {
	background-color: #f3f3f3;
}
/* /select */
.jNiceHidden {
	display: none;
}


