@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
	height: 34px;
	z-index: 0;
	float: left;
	display: inline;
	margin: 0;
	font-size: 10px;
	font-family: Tahoma;
	color: #444;
	width:143px;
	height:25px;
	padding: 10px 0 0 12px;
	background-image: url("../images/select_medio.png");
	background-repeat: no-repeat;
}
.jquery-selectbox.selecthover {
	background-image: url("../images/select_medio.png");
	background-repeat: no-repeat;
	z-index: 700;
}
.jquery-selectbox .jquery-selectbox-currentItem {
	white-space: nowrap;
	display: block;
	overflow: hidden;
	margin: -3px 0 0;
}
.jquery-selectbox .jquery-selectbox-list {
	margin: 8px 0 0 2px;
	display: none;
	position: absolute;
	top: 16px;
	left: 0px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	background-color: #FFF;
	width: 120px;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	position: absolute;
	top: 0px;
	right: 8px;
	float: right;
	width: 24px; 
	height: 25px;
	cursor: pointer;
	background: url("../images/select_btn.png");
	background-repeat: no-repeat;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("../images/select_btn_hover.png");
	background-repeat: no-repeat;
}
.jquery-selectbox .jquery-selectbox-item.listelementhover {
	color: #333;
	cursor: pointer;
	background-color: #FFF;
}
.jquery-selectbox .jquery-selectbox-item {
	padding: 4px 0 0 5px;
	background-color: #FFF;
	display: block;
	cursor: default;
}