@CHARSET "UTF-8";


.jquery-selectbox 
{
	width:169px;
	position: relative;
	height: 24px;
	z-index: 200;
	float:left;
	margin:0 5px 5px 5px;
	line-height:24px;
	display: inline;
	color: #4b6504;
	padding: 0;
	background-color: #fff;
	background-image: url("images/selectbox-bg.png");
}

.jquery-selectbox.disabled
{
	color: #ccc;
}

.region .jquery-selectbox
{
    width:160px;
}
.jquery-selectbox.selecthover {
	border-color: #bfbfbf;
	background-color: #fff;
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 0 6px 0px 6px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 24px;
	line-height:18px;
	padding: 5px;
	left: 0px;
	background: #fff;
	width:155px;
	max-height: 300px;
	overflow-x: auto;
	z-index: 1000;
	border: 1px solid #bfbfbf;
	border-top: 0;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background: #aaa url("images/selectbox-holder.png");
	width: 26px;
	height: 24px;
	cursor: pointer;
}


.jquery-selectbox .jquery-selectbox-item.listelementhover {
	color: #000;
	cursor: pointer;
	background: #ccc;
}
.jquery-selectbox .jquery-selectbox-item 
{
	display: block;
	cursor: default;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url("../img/bg-TextFieldError.gif");
}


