h2.room-only {
	clear: both;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 10px 10px;
	padding: 0 0 0 21px;
	background: url(images/room-only.png) no-repeat left center;
	}
h2.room-and-parking {
	clear: both;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 10px 10px;
	padding: 0 0 0 42px;
	background: url(images/room-and-parking.png) no-repeat left center;
	}
	
table {
	width: 730px;
	margin: 0 10px 40px 10px;
	padding: 0;
	border: 1px solid #DFDFDF;
	border-collapse: collapse;
	}
	
caption {
	font-size: 1.1em;
	font-weight: normal;
	text-align: center;
	padding: 5px 0;
	margin: 0 0 4px 0;
	}
caption span {
	font-weight: bold;
	}

/* Table Head */	
thead th {
	color: #fff;
	text-align: left;
	background-color: #78183C;
	margin: 0;
	padding: 5px;
	}
thead th.rate {
	text-align: right;
	}

/* Table Body */
tbody td {
	font-size: 1em;
	text-align: left;
	margin: 0;
	padding: 16px 5px;
	}
tbody td.rate {
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
	}
tbody td.name a {
	font-size: 1.1em;
	color: #3D4E6D;
	font-weight: bold;
	text-decoration: underline;
	}
tbody td.name a:hover {
	text-decoration: none;
	}
tbody td.book {
	width: 90px;
	text-align: center;
	}
	
tbody td.book a {
	font-size: 1.1em;
	font-weight: bold;
	color: #994822;
	text-decoration: none;
	background: url(images/book-now-button-background.png) no-repeat center top;
	margin: 0;
	padding: 6px 13px 6px 13px;
	}
	
tbody td.book a:hover {
	text-decoration: underline;
	background-position: center -25px;
	}
	
tbody td.book span {
	font-size: 1.1em;
	font-weight: bold;
	color: #E2D389;
	text-decoration: none;
	background: url(images/book-now-button-unavailable.png) no-repeat center top;
	margin: 0;
	padding: 6px 13px 6px 13px;
	}
	
	
tbody tr:hover {
	background-color: #E8E8E8;
	}