@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 5px;
	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:67px;
	height:21px;
	float:right;
	position:relative;
	background:url(../images/slct_box.png) no-repeat;
	color:#000;
	text-align:left;
	font-size:12px;
	line-height:21px;
}
/*.jquery-selectbox.selecthover {
	border-color: #9F7627;
	background-color: #FFFCDF;
	background-image: url("../images/bg-TextFieldFocused.gif");
}*/	
.jquery-selectbox .jquery-selectbox-list {
	/*width:132px!important;*/
	top: 24px;
	padding:2px;
	background: #fff;
	height:50px;
	border:1px solid #ccc;
	color:#000;
	padding-left:5px;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	width:17px;
	height:17px;
	display:block;
	position:absolute;
	right:2px;
	top:2px;
	background:url(../images/slct_arrow.png) no-repeat;
	cursor:pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover{
	/*background-color:#ff9000;*/
}
.jquery-selectbox .jquery-selectbox-item.listelementhover {
	color:#eee;
	background:#c60000;
}
.slct_box2{width:67px}

/** ERROR classes **/
/*form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url("../images/bg-TextFieldError.gif");
}*/



/*.selectBox1{width:363px}
.selectBox2{width:65px}


.select_3{width:110px}

*html .select_2{width:93px}
*html .select_3{width:111px}
*html .jquery-selectbox .jquery-selectbox-moreButton{right:-1px}*/

@media screen and (-webkit-min-device-pixel-ratio:0 ){ /*only for safari hack*/ 
	/*.select_2{width:100px}
	.select_3{width:120px}*/
}
/*=================================================================*/


