@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
	margin: 0 !important;
	display : block;
	text-align:left; 
	line-height: 1em !important;
	font-size: 11px;
	cursor: pointer;
	border: none !important;
	color: #706867;
	width: 188px !important;
	background-color: transparent !important;
	background: url(../gr_bg_selectbox01.gif) 0 0 no-repeat;
	padding: 6px 0 0 8px;
	height: 18px;
}
	.jquery-selectbox.selecthover {
		border-color: #9F7627;
		background-color: #FFFCDF;
		z-index: 700;
	}
.jquery-selectbox .jquery-selectbox-moreButton {
	position: absolute;
	z-index: 99;
	width: 100%;
	height: 24px;
	cursor: pointer;
	top: 0;
	left: 0;
}
.jquery-selectbox .jquery-selectbox-currentItem {
	white-space: nowrap;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 24px;
	left: 0px;
	width: 196px;
	height: 217px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	
}
	.jquery-selectbox .jquery-selectbox-item {
		display: block;
		cursor: default;
		line-height: 2em;
		background-color: #bebebe;
		border-top: 1px solid #cacaca;
		border-bottom: 1px solid #ababab;
		color: #505050;
		padding: 0 0 0 7px;
		cursor: pointer;
	}
	.jquery-selectbox .jquery-selectbox-item.listelementhover {
		background: #d2d2d2 url(../gr_bg_custom-select_hover.gif) 100% 0 no-repeat;
	}
	
/* selectbox 02 */
.custom-select-container02 .jquery-selectbox,
.custom-select-container03 .jquery-selectbox {
	width: 78px !important;
	background: url(../gr_bg_selectbox02.gif) 0 0 no-repeat;
}
	.custom-select-container02 .jquery-selectbox .jquery-selectbox-list,
	.custom-select-container03 .jquery-selectbox .jquery-selectbox-list {
		width: 86px;
		height: 217px;
	}
	.custom-select-container03 .jquery-selectbox .jquery-selectbox-list {
		height: 120px;
	}
	
	
/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url("../bg-TextFieldError.gif");
}

