@CHARSET "UTF-8";
.custom-select-container {float: left; display: inline; margin: 0 0 0 0; }

.jquery-selectbox {
	position: relative;
	margin: 0 !important;
	display : block;
	text-align:left; 
	line-height: 1.25em !important;
	cursor: pointer;
	border: none !important;
	color: #000;
	width: 82px !important;
	background-color: transparent !important;
	background: url(../../gr_bg_selectbox.gif) 0 0 no-repeat;
	padding: 3px 0 0 8px;
	height: 16px;
}
	.jquery-selectbox.selecthover {
		background-color: transparent !important;
		background: url(../../gr_bg_selectbox-on.gif) 0 0 no-repeat;
		z-index: 700;
		width: 90px !important;
		height: 16px;
	}
.jquery-selectbox .jquery-selectbox-moreButton {
	position: absolute;
	z-index: 99;
	width: 90px;
	height: 19px;
	cursor: pointer;
	top: 0;
	left: 0;
}
.jquery-selectbox .jquery-selectbox-currentItem {
	white-space: nowrap;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 10;
	width: 62px;
	height: 16px;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 19px;
	right: 8px;
	width: 250px;
	height: 235px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	
}
	.jquery-selectbox .jquery-selectbox-item {
		display: block;
		cursor: default;
		line-height: 1em;
		background-color: #ffffff;
		border: 1px solid #e3e2e1;
		border-width: 0 1px 1px;
		color: #505050;
		padding: 3px 0 3px 7px;
		cursor: pointer;
	}
	.jquery-selectbox .jquery-selectbox-item.listelementhover {
		color: #000;
		background-color: #e3e2e1;
	}
