@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
	line-height:28px;
	border: none;
	z-index: 0;
	float: left;
	display: inline;
	font-size: 11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(../images/bg-select-search.gif) repeat-x;
	color:#00445c;
	padding:0;
	padding-left:5px;
	top:9px;
	left:180px;
	margin-right:10px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	behavior: url(border-radius.htc);
}
.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: 28px;
	padding:0px;
	padding-right:10px;
	left:-1px;
	background: #fff;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	height: 200px;
	z-index: 1000;
	border: 1px solid #00445c;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	background:url(../images/sprite.png) no-repeat 0px -114px;
	width: 19px;
	height: 28px;
	cursor: pointer;
}



/* item de lista */
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	width:210px;
	height:25px;
	font-size:11px;
	line-height:25px;
	background: #fff;
	color:#00445c;
	cursor:pointer;
	padding-left:5px;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background-color: #00445c;
	color: #fff;
}
