@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
	line-height:20px;
	border: none;
	font-style:italic;
	z-index: 0;
	float: left;
	display: inline;
	font-size: 11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background: #f0f0f0;
	color: #b7b8b8;
	padding:0;
	padding-left:5px;
	top:5px;
	width:195px;
}
.jquery-selectbox.selecthover {
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 21px;
	padding:0px;
	left:0;
	background: #fff;
	width: 200px;
	height: 180px;
	z-index: 1000;
	border: none;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	background:url(../images/sprite.png) no-repeat -122px -817px;
	width: 29px;
	height: 20px;
	cursor: pointer;
}



/* item de lista */
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	width:195px;
	height:20px;
	font-size:11px;
	line-height:20px;
	background: #e2e3e3;
	color:#707070;
	border-bottom:1px solid #fff;
	cursor:pointer;
	padding-left:5px;
}


.jquery-selectbox .jquery-selectbox-item.listelementhover {
	/*
	background-color: #00ffe6;
	color: #fff;
	*/
	background-color: #f0f0f0;
	color: #b7b8b8;
}


.jquery-selectbox .item-3 {
	background-color: #00ffa8;
	color: #fff;
	font-weight:bold;
}


.jquery-selectbox .item-3:hover {
	background-color: #00ffa8;
	color: #fff;
	font-weight:bold;
}
