
/********** TOURS LIST SECTION**********/

DIV.hotelsList{
	display:block;
	margin-left:15px;
	margin-right:10px;	
}


DIV.hotelsListHeader{
	display:block;	
	margin-bottom:20px;	
}


DIV.hotelBlock{
	display:block; 
	margin-bottom:30px;	
}

DIV.hotelBlock TABLE TD{
	border:1px solid #BAC5BA;	
	padding:4px;
}

DIV.hotelBlock TABLE TH{
	border:0px;	
	background-color:#FFF;
	padding:0px;
	padding-bottom:5px;
}

DIV.hotelBlock .hotelTitleBlock{
	float:left;	
	margin-bottom:2px;
	margin-left:-1px;	
}


DIV.hotelBlock .hotelTitleBlock H2 A{	
	display:block;
	float:left;
	color:#0E63B9;
	font-weight:bold;
	text-decoration:none;
	padding-left:23px;
	padding-top:2px;		
	height:16px;
	background: url(../images/circleOrangeArrow1.png) no-repeat;
    background-position: left top; 	
}


DIV.hotelBlock .photoCell{
	width:150px;	
	text-align:center; 
	vertical-align:top;	
	padding:10px;
}

DIV.hotelBlock .photoCell .noPhoto{ 
	display:block;
	width:150px;
	color:#797979;	
	font-weight:normal;
	text-align:center;
	padding-top:55px;
	padding-bottom:55px;
    border:1px solid #BDBDBD;			
}

DIV.hotelBlock .photoCell .photo{ 
	display:block;
}


DIV.hotelBlock IMG{ 
    border:1px solid #BDBDBD;			
}


DIV.hotelBlock DIV.starsBlock{
	float:right;
	width:210px;
	text-align:right;
}

DIV.hotelBlock DIV.starsBlock SPAN.star, DIV.hotelBlock DIV.starsBlock SPAN.starUnactive{
	display:inline-block;	
	margin-right:1px;
	width:14px;
	height:14px; 		
}

DIV.hotelBlock DIV.starsBlock SPAN.star{
	background: url(../images/star1.png) no-repeat;	
}

DIV.hotelBlock DIV.starsBlock SPAN.starUnactive{
	background: url(../images/star1_unactive.png) no-repeat;	
}

DIV.hotelBlock .descriptionCell{
	width:65%;	 
	vertical-align:top;	
	padding:8px;
	padding-left:12px;	
}

DIV.hotelBlock DIV.hotelDetail{
	display:block;
	text-align:right;
}

DIV.hotelBlock DIV.hotelResortName{
	display:block;
	margin-top:20px;
}


DIV.hotelBlock .priceCell{
	width:70px;
	padding:8px;	
	text-align:center; 
	vertical-align:top;
	background-color:#FFF2E2;		
}


DIV.hotelsAmountString{
	display:block;
	margin-top:30px;
}

/********** HOTELS LIST FILTER SECTION**********/


DIV.hotelsListFilter{
	display:block;
	margin-left:15px;
	margin-right:10px;	
	margin-top:10px; 
	margin-bottom:5px;
}


TABLE.hotelFilterTitleTable{
	width:100%;	
	height:25%;
	margin-bottom:6px;	
}

TABLE.hotelFilterTitleTable .hotelFilterTitle{
	width:118px;
	font-size:125%;
			
}

.filterSatusIndicator{
	padding-left:138px;
}


DIV.hotelsListFilter TABLE.filterTable TD, DIV.hotelsListFilter TABLE.filterTable TH{	
	padding:10px;	
	padding-left:18px;
	padding-bottom:10px;	
	vertical-align: top;
	background:#FFF2E2;	
	border:1px solid #F3BD7A;		
}



.hotelFilterFieldLable{
	display:block;		
	margin-bottom:4px;
	font-weight:normal;
}

.hotelFilterField{
	display:block;
}

.hotelFilterField INPUT, .hotelFilterField SELECT{
	color: #737373;
	border:	1px solid #9A9A9A;
	padding:2px;	
}

.filterSearchButtonCell{
	padding-bottom:0px !important;	
}

.filterSearchButton{
	
}


.filterRequestBlock{
	display:block;
	color:#696969;		
	padding:10px;
	border: 1px solid #F3BD7A;			
	background-color:#FFF2E2;	
	margin-bottom:45px;	
}

.filterRequestBlock .filterRequest{
	display:block;				
}

.filterRequestBlock .filterRequest UL{
	display:block;
	margin-top:5px;					
	margin-left:40px;
}


.filterRequestBlock .filterRequestString{
	color:#858585;			
}



.filterRequestBlock .filterRequestResult{
	display:block;
	margin-top:10px;		
}


.hotelsListHeader .hotelsSearchResultString{
	display:block;
	font-size:120%;		
}



/********** END of HOTELS LIST FILTER SECTION**********/