/* selectboxes */
.jquery-selectbox {
	position: relative;
	height: 31px;
	float: left;
	font: 12px/14px Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	color: #666;
	background: #FFF;
}

.jquery-selectbox.selecthover{z-index: 700;}

.jquery-selectbox .jquery-selectbox-currentItem {
	height: 29px;
	line-height: 29px;
	padding: 0 6px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-moreButton {
	position: absolute;
	top: 0;
	right: 0;
	background: url(images/select.gif) no-repeat;
	width: 29px;
	height: 29px;
	cursor: pointer;
}

.jquery-selectbox .jquery-selectbox-list{
	border: 1px solid #CCC;
	background: #FFF;
	display: none;
	position: absolute;
	top: 31px;
	padding: 2px 6px;
	line-height: 20px;
	left: -1px;
	height: auto !important;
	overflow-x: hidden;
	z-index: 1000;
}


.jquery-selectbox .jquery-selectbox-item{
	display: block;
	cursor: default;
	padding:3px 0;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover{
	color: #D40A26;
	cursor:pointer;
}
