/* CSS Document */

	/*	--------------------------------------------------
		Style instructions for Harbor House rooms display.
		By:			Richard Manning
		Created:	January 2009
		--------------------------------------------------	*/

span.corner-pic {
	bottom: 0;
	display: block;
	position: absolute;
	margin: 8px;
	height: 44px;
	right: 0px;
	width: 68px;
}

span.corner-pic a img {
	height: 44px;
	width: 68px;
}

.room-box {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 400px;
	width: 600px;
}

.room-box .menu-item {
	padding-left: 8px;
	margin-right: 40px;
}

.room {
	float: right;
	padding: 8px;
	width: 180px;
}

#ross .room-name { background: url(../img/ross.gif) no-repeat; }
#cloud .room-name { background: url(../img/cloud.gif) no-repeat; }
#morgan .room-name { background: url(../img/morgan.gif) no-repeat; }
#patriot .room-name { background: url(../img/patriot.gif) no-repeat; }

#ross .room-price { background: url(../img/159_per_night.gif) no-repeat; }
#cloud .room-price { background: url(../img/189_per_night.gif) no-repeat; }
#morgan .room-price { background: url(../img/159_per_night.gif) no-repeat; }
#patriot .room-price { background: url(../img/189_per_night.gif) no-repeat; }

.room-name {
	text-indent: -9999px;
	height: 46px;
	width:180px;
}

.room-price {
	color: #434343;
	font-size: 1em;
	text-indent: -9999px;
	height: 20px;
	width: 180px;
}

.room-text {
	color: #004276;
	font-size: .625em;
	line-height: 1.5em;
	margin-top: .75em;
	text-align: center;
}

.room-footer {
	clear: both;
	padding: 20px 16px 16px;
}

.room-footer a.room-actions, .room-footer a.room-actions:link, .room-footer a.room-actions:visited {
	color: #004276;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.room-footer a.room-actions:active, .room-footer a.room-actions:hover {
	color: #ba0202;
}

.slideshow-box {
	float: left;
}
