@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;
	width: 100px;
	overflow-x: hidden;
	overflow-y: auto;
	/*height:500px;*/
	z-index: 1000;
}

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





/*============CHANGE JUST ONLY THE FOLLOWING -(REZA)===============*/
.jquery-selectbox{
	width:208px;/*221*/
	height:33px;
	padding:0 0 0px 10px;
	margin:0 10px 0 0;
	float:left;
	display:inline;
	font-size:15px;
	line-height:31px;
	font-weight:bold;
	color:#fff;
	background:url(../images/selectBox/select_bg1.gif) no-repeat;
}
.option_box dd.selectBoxType2 .jquery-selectbox{height:35px; padding-top:2px; background:url(../images/selectBox/select_bg2.gif) no-repeat}

.jquery-selectbox.selecthover{}

.jquery-selectbox .jquery-selectbox-list {
	top: 31px;
	padding: 2px;
	background: url(../images/selectBox/drpoDown_bg.png);
	height: 120px;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	width: 32px;
	height:35px;
	position: absolute; /*float:right;*/
	top: 0px;
	right: 0px;
	background:url(../images/selectBox/select_arrow1.gif) no-repeat;
}
/*--2nd type--*/
.option_box dd.selectBoxType2 .jquery-selectbox .jquery-selectbox-moreButton {
	background:url(../images/selectBox/select_arrow2.gif) no-repeat;
}

.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover{}

.jquery-selectbox .jquery-selectbox-item{
	padding-left:13px; line-height:28px; border-top:1px solid #ccc; font-size:13px; font-weight:normal; color:#0151a4; display:block; /*background:url(../images/selectBox/bullet_4.png) no-repeat 180px top*/;
}
.jquery-selectbox .jquery-selectbox-item.listelementhover{/*background-position:180px -73px;*/ background-color:#d2e4f4;}


/** ERROR classes **/
/*form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url("../images/bg-TextFieldError.gif");
}*/



.option_box dd select{width:208px}
.option_box dd.selectBoxType2 select{width:144px}


*html .option_box dd select{width:210px}
*html .option_box dd.selectBoxType2 select{width:148px}


