﻿ul#offers {
	list-style: none;
	width: 540px;
	margin-top: 4px; 
	height: 220px;
}

	ul#offers li {
		width: 130px;
		float: left;
		margin-right: 5px;
		color: #0069aa;
		font-size: 1em;
		font-weight: bold;
		text-transform: lowercase;
	}
	
		.IE6 ul#offers li {
			margin-right: 4px;
		}
	
	ul#offers .offerImage {
		width: 130px;
		height: 93px;
		overflow: hidden;
	}
	
	ul#offers a {
		color: #0069aa;
		text-decoration: none;
	}
	
	ul#offers a:hover {
		text-decoration: underline;
	}

/* -------------------------------------
		Late Getaways
   ------------------------------------- */

#lateGetaways h3 {
	font-size: 0.75em;
	clear: left;
}

#lateGetaways p, #lateGetaways ul {
	font-size: 0.7em;
	margin-top: 0px;
}

p.getawayPrefix {
	width: 125px;
	float: left;
}

ul.getawayDates {
	float: left;
	list-style: none;
}