/* -------------------------------------------------------------------
Filename : roomcss.css
Title : Primary CSS file for room page
Author : Aloundeth Panekham
URL : http://www.laopkservices.com
License : Copyright 2007, , All Rights Reserved.
Description : This base style sheet provides basic styling for XHTML elements for the room page.
----------------------------------------------------------------------- */

/************************/
/* CSS for =Main Content */
/************************/

#content-facilities {
	position:	absolute;
	width:	196px;
	height: 28px;
	margin-left:	275px;
}

#content-facilities-text {
	padding-top: 0.3em;
}

#content-accomodation {
	position:	absolute;
	width:	263px;
}

#content-accomodation-text {
	padding-top: 0.3em;
}

#roomrate {
	margin-top:240px;
	width:450px;
	position:absolute;
}

table#room-rate {
	width:	98%;
	margin:	0 auto;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:	10px;
	line-height:	1.3em;
	color:	#7a6444;
	border-collapse:	collapse;
}



#room-rate a {
	text-decoration: none;
}

table#room-rate tr {
	border: 1px solid #666;
}

table#room-rate th {
	text-align:	left;
	border-left:	1px solid #333;
	border-right:	1px solid #333;
	border-bottom:	1px solid #333;
	border-top:	1px solid #333;
	padding:	0 .5em;
	color:	#FFFFFF;
	background:	#7a6444;
}

table#room-rate td {
	border:	1px dotted #666;
	padding:	0 .5em;
}
