/*@CHARSET "UTF-8";*/
.CurrentItemBgcolor{background-color:#9a9a9a;}

.jquery-selectbox {position:absolute; z-index:100; height:auto; width:auto; z-index:0; float:left; display:inline;
                    margin:0px 4px 0px 0; font-family:Arial; font-size:13px; font-weight:normal; text-decoration:none;
                     color:#484848;  }

.jquery-selectbox .jquery-selectbox-currentItem {padding:0px 0px 5px 7px;white-space: nowrap;display: block;overflow: hidden;cursor:pointer;} 
 
.jquery-selectbox .jquery-selectbox-list {position:absolute;z-index:10000000;
                                           display: none; 
                                           padding:0px 5px 5px 5px;
                                           text-align:left; 
                                           margin:24px 0 0px 2px;
                                           background:#f7f7f7;
                                          
                                          }

.jquery-selectbox.selecthover {border-color: #333300; z-index: 700;}	

.jquery-selectbox .jquery-selectbox-item.listelementhover { background: #9a9a9a; color: #545454; width:auto; padding:0px 0px 0px 5px;}

.jquery-selectbox .jquery-selectbox-item {display: block; cursor: default; width: auto; padding:0px 0px 0px 5px;}

.textbox_adult{ width:40px; border:none;font-family:Arial; font-size:12px; font-weight:normal; text-decoration:none; color:#484848;}

.textbox_hotel{ width:40px; border:none; background:transparent; font-family:Arial; font-size:12px; font-weight:normal; text-decoration:none; color:#484848;}

.jquery-selectbox .jquery-selectbox-moreButtonSmall {
 
	float: right; 
	background: url("../img/drop-down.gif") no-repeat;
	width: 24px;
	height: 34px;
	cursor: pointer;
	margin:7px 0 0 33px;position: absolute; 
	border:0px solid red;
}


.jquery-selectbox .jquery-selectbox-moreButton {
 
	float: right; 
	width: 20px;
	height: 34px;
	cursor: pointer;
	margin:7px 0 0 0px;position: absolute; 
	border:0px solid blue;
}



.jquery-selectbox .jquery-selectbox-moreButtonhotel {
 
	float: right; 
	background: url("../img/drop-down.gif") no-repeat;
	width: 24px;
	height: 34px;
	cursor: pointer;
	margin:11px 0 0 222px;position: absolute; 
	border:0px solid red;
}
.jquery-selectbox .jquery-selectbox-moreButtonSmall.morebuttonhover { 
	background: url("../img/drop-down.gif")  no-repeat;
	
}