/* -----SYLES FOR HOTEL LISTING ON LEFT COLUM ON THE BOTTOM OF START PAGE----- */
.divHotels {
	margin-bottom: 10px !important;
	border-bottom: 1px dotted rgb(153, 153, 153);
	height: 130px;
}
.divHotels h4 {
	font-family: "trebuchet MS", verdana, arial, sans-serif;
	font-weight: bold;
	border: none;
	font-size: 12px;
	text-align: left;
	font-variant: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
.divHotels h5 {
	font-family: "trebuchet MS", verdana, arial, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	color: #999999;
	text-align: left;
	line-height: 5px; /*control spacing between h4 and h5 */
	margin-bottom: 0px;
}
.divHotels p {
	font-family: "trebuchet MS", verdana, arial, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	text-align: left;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 12px;
}
.divHotels a {
	color: #FFFFFF;
	text-decoration: underline;
}
.divHotels a:hover {
	text-decoration: none;
}
.divHotelText {
	height: 110px;
}
.divHotelImages {
	height: 120px;
	width: 130px;
	float: left;
}
.divHotelImages img {
	margin-bottom: 15px;
}
.divHotelImages .stars{
	padding-left: 20px;
}
.redText {
color:#d30d16;	
}
