/******************************************************************************

	HOTEL SEARCH RESULTS
	Contains the styles for the hotels results display page

	TABLE OF CONTENTS
	
	MAINCONTENT - 
	PRICE GRID - 
	
	COLORS
	
	#9ba9c4 - Dark Blue		- Borders

******************************************************************************/

/******************************************************************************
	Hotel Results
******************************************************************************/


.result-hotel
{
	margin-top: 20px;
}


.hotel-headers 
{
	display: block;	
	padding: 5px;
	border: 1px solid #9ba9c4;
	background-image: url("../../images/hotel/HeaderBackBig.gif");
	background-repeat: repeat-x;
}


.hotel-headers-rate div
{	
	font-family:Verdana;
	font-size:15px;	
	font-weight: bold;
	color: #657AA2	
}

.hotel-headers-rate .header-unit

{	
	font-weight: normal;
}


.hotel-header-rate-lowest div
{
	display: inline;
	
}

.hotel-header-rate-highest div
{
	display: inline;
}

.map-link-image
{
	text-align:center;
	border-top:20px solid transparent;
}


.hotel-star-rating img
{
	margin-right:3px;
}

#hotel-short-picture img
{
	display: block;
	float: none;
}

#hotel-short-images 
{
	float:left;
	width:20%;
}

#hotel-short-result 
{
	margin-left:10px;
	margin-top:10px;
	width:100%;
}
.roomRate{	
	width:25%;
	float:right;	
}

.hotel-short-result 
{
	border-right:1px solid #657AA2;	
	width:100%;
}

.hotel-rate-grid
{
	width:100%;
	border:1px solid;
}

.hotel-rate-grid *
{
	font-family:verdana;
	font-size:11px;
}

.hotel-rate-grid-header .block-header, a
{
	color:#404490;
	text-align:left;	
	
}

.hotel-rate-grid
{
	
	background-color:#F1F1F0;
	color:#657AA2;
	font-size:11px;
	
}

.hotel-rate-grid-line 
{
	background-color:#9BA9C4;
	height:1px;
	width:100%;
	margin-left:5px;
	margin-right:5px;
}

.hotel-rate-grid-room-type
{
	padding:5px;
	color:#657AA2;
	font-weight:bold;
	background-color:#DDE1EA;
}

.hotel-rate-grid-total
{	
	font-weight:bold;
	font-size:12px;
	padding-right:5px;
}

.hotelHeaderImage{
	float:right;
}

#roomDescriptionBlock .averageRate{
    float:right;
    width:30%;
}

