/* SELECT */

.domain .jNiceSelectWrapper {
	display: inline-block;
	float: left;
	width: 58px;
	height: 25px;
	font: 11px Verdana;
	position: relative;
	left: 5px;
	top: 1px;
	margin-right: 0px;
	cursor: pointer;
	text-align: left;
}

.domain .jNiceSelectWrapper DIV SPAN {
	width: 40px;
	height: 25px;
	background: #ececec url("../images/selectLeft.gif") 0px 0px no-repeat;
	overflow: hidden;
	float: none;
	padding: 0;
	position: absolute;
	line-height: 23px;
	text-indent: 6px;
	color: #515151;
}

.domain .jNiceSelectWrapper DIV A {
	width: 18px;
	height: 25px;
	display: block;
	right: 0px;
	background: url("../images/selectRight.gif") 0px 0px no-repeat;
	position: absolute;
	outline: none;
}

.domain .jNiceSelectWrapper UL {
	width: 58px;
	height: 68px;
	padding: 0px;
	background-color: #eaeaea;
	overflow-y: auto;	
	display: none;
	z-index: 10000;
	margin: 0px;
	overflow: auto;	
	list-style-type: none;
	position: absolute;
	left: 0px;
	top: 25px;
}

.domain .jNiceSelectWrapper UL A {
	padding: 2px 5px 2px 6px;
	display: block; 
	color: #515151;
	text-decoration: none;
	outline: none;
}


.domain .jNiceSelectWrapper UL A:hover {
	background-color: #fbe108;
	text-decoration: none;
}


.domain .jNiceSelectWrapper UL A.selected {
	background-color: #d4e2e8;
}


.domain .jNiceHidden {
	display: none;
}

.sel {
	margin:2px 0px 0px 7px;
	height:20px;
}