#content h2 {
}

#content p.show {
	font-size: 110%;
	margin-left: 20px;
}

	#content p.show a {
		text-decoration: none;
	}
	
	#content p.show a.here {
		font-weight: bold;
		text-decoration: underline;
	}

#content div.hotel {
	margin: 0 20px 20px 20px;
	background-color: #A99864;
}

	#content div.hotel div.left {
		float: left;
		width: 540px;
		margin-right: 20px;
	}
	
		#content div.hotel div.left h2 {
			margin: 20px 0 20px 25px;
			padding: 0;
		}
		
			#content div.hotel div.left h2 span.stars {
				margin-left: 20px;
			}
		
		#content div.hotel div.left img.main {
			margin-left: 25px;
		}
		
		#content div.hotel div.left div.image_thumbs {
			margin: 10px 0 0 25px;
		}
		
			#content div.hotel div.left div.image_thumbs a {
				float: left;
				display: block;
				background-position: center center;
				width: 150px;
				height: 150px;
				border: 2px solid #999;
				margin-right: 26px;
				text-indent: -10000px;
				outline: none;
			}
	
	#content div.hotel div.right {
		float: left;
		width: 290px;	
		margin: 65px 10px 20px 10px;
		border: 1px solid #ccc;
		padding: 20px;
		background-color: #fff;
	}
	
		#content div.hotel div.right h3 {
			float: right;
			margin: 0;
			padding: 0;
			color:  #666;
			font-weight: normal;
			font-size: 150%;
		}
			
			#content div.hotel div.right h3 span {
				font-weight: bold;
				display: block;
				color: #8a0013;
			}
		
		#content div.hotel div.right a.enquire {
			margin-top: 27px;
			float: left;
			display: block;
			width: 107px;
			height: 33px;
			background-image: url('images/enquire.png');
			background-position: center center;
			background-repeat: no-repeat;
			text-indent: -10000px;
		}
	
		#content div.hotel div.right table {
			font-size: 70%;
			
		}
		
			#content div.hotel div.right table tr th {
				color: #8a0013;
				vertical-align: top;
				text-align: left;
				padding: 5px 10px 5px 0;
			}
			
			#content div.hotel div.right table tr td {
				vertical-align: top;
				padding: 5px 0 5px 10px;
				line-height: 1.4em;
			}
