/**
 * CSS Stylesheet for Priceline Hotel Listings component
 *
 **/
 
.hotels-listing-container {
	width:   100%;
	border:  solid 1px #888;
	margin-top:  10px;
	padding: 0;
}

.hotels-thumbnail {
	float: right; 
	margin: 10px; 
	border: solid 1px #888;
}

.hotels-listing-container h3{
	font-weight: bold;
	line-height: 1em;
	color: #060;
	padding: 10px 0 0 0;
}

.hotels-rates-box {
	border:  solid 1px #000;
	float:   left; 
	width:   80px; 
	height:  80px; 
	margin:  10px; 
	padding: 10px;
	background-color: #090;
	color:   #fff;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	text-align: center !important;
}

.hotels-rates-link {
	width: 50px;
	margin-left: auto;
	padding: 5px;
	line-height: 1.8em;
	background-color: #fff;
	border: solid 1px #000;
	text-transform: lowercase;
}

.hotels-rates {
	font-size: 1.5em;
	font-weight: bolder;
	line-height: 1.6em;
}

.hotels-listing-description {
	margin-left: 120px;
}

.hotels-star-rating-bg {
	height: 25px; 
	background-image: url(../images/star.gif); 
	background-position: 0 0; 
	background-repeat: repeat-x;
	position: relative;
	margin: 0 0 5px 0;
}

.hotels-star-rating-fg {
	height: 25px; 
	background-image: url(../images/star.gif); 
	background-position: 0 -25px;
	background-repeat: repeat-x;
}

.hotels-listing-details {
	padding-right: 10px;
}

.hotels-listing-link {
	float: right; 
	margin: 0 10px 3px 0; 
	clear: right;
}

.hotels-clear {
	height: 0;
	clear: both;
	padding: 0;
	margin: 0;
}

.hotels-sort-box {
	width: 100%;
	background-color: #ddd;
	border: solid 1px #888;
	padding: 5px;
}

/*  the following styles are for hotel details page */

.hotels-details-container h2 {
	font-weight: bold;
	color: #060;
}

.hotels-thumbnail2 {
	float: left; 
	border: solid 1px #888;
	margin: 0 10px 0 0;
}

.hotels-rates-box2 {
	float: right !important;
	margin: 0 0 0 10px;
}

.hotels-listing-description2 {
}

.hotels-listing-description2 h1 {
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1em;
	vertical-align: top;
	margin-top: 0;
	margin-bottom: 10px;
	color: #060;
}

.hotels-listing-details2 {
	padding: 10px;
	background-color: #f0f0f0;
}

.hotels-amenities-container tr {
	vertical-align: top;
}

.hotels-amenities-container ul {
	margin: 0;
	padding: 0 0 0 25px;
}

