﻿@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
	height: 22px; 
	border: 0px;
	z-index: 0;
	float: left;
	display: inline;
	font-size: 11px;
	font-family: Tahoma;
	color: #005382;
	line-height:15px;
	background-image: url("../imagens/pxmeio_combo.png");
	background-repeat: no-repeat;
	background-position: right 0%;
}
.jquery-selectbox.selecthover {
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 3px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 24px;
	padding: 2px;
	left: 0px;
	background: #fff;
	min-height: 60px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #eee;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	background: url("../imagens/pxdireita_combo.png");
	width: 22px;
	height: 22px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("../imagens/pxdireita_combo.png");
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #eee;
	color: #666;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background: #fff;
}
