@CHARSET "UTF-8";

.jquery-selectbox {
	position:relative;
	z-index: 0;
}
.jquery-selectbox.selecthover {
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding:0 0 0 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	left: 0px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
}

.jquery-selectbox .jquery-selectbox-moreButton {
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-item { /*SPAN===OPTION*/
	display: block;
	cursor: pointer;
}





/*============CHANGE JUST ONLY THE FOLLOWING -(REZA)===============*/
.jquery-selectbox{
	width:160px;
	height:18px;
	margin:0 5px 0 0;
	display:inline;
	padding:0 0 0 0px;
	text-align:left;
	float:right;
	font-size:12px;
	line-height:18px;
	color:#333;
	position:relative;
	background:url(../images/slct_box.gif) no-repeat;
}

.jquery-selectbox .jquery-selectbox-list {
	top: 18px;
	padding:2px;
	background: #fff;
	height:50px;
	border:1px solid #ccc;
	color:#000;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	width:18px;
	height:18px;
	position:absolute;
	right:0;
	top:0;
	background:url(../images/slct_arrow.gif) no-repeat;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	color:#eee;
	background:#ccc;
}




/*=================================================================*/

