* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	border: none;
	list-style-type: none; 
	text-decoration: none;
	outline: none;
}
body {
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #000000;
}

#room-content
{
	width:640px;
	padding:20px;
	overflow:hidden;
}

#room-content h2
{
	margin-bottom:20px;
	border-bottom:1px solid #999;
}

#room-content .room-image {
	float: right;
	border: 1px solid #000000;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 5px;
	width: 250px;
	height: 168px;
	background: #000000;
}
#room-content #room-left
{
	float:left;
	width:272px;
	margin-left:-20px;
}

#room-content .room-details
{
	float:right;
	width:350px;
	margin-left:20px;
}


#room-content table.prices {
	float: right;
	width: 252px;
	margin-left: 20px;
}
#room-content table.prices tr th,
#room-content table.prices tr td {
	border: 1px solid #333333;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: auto;
}
#room-content table.prices tr td {
	border-top: none;
}
#room-content table.prices tr .price {
	border-left: none;
}
#room-content table.prices tr th {
	font-weight: bold;
	font-family: georgia, verdana, arial, sans-serif;
	background: #F8F8F8;
}

#room-content .room-details ul li
{
	list-style-type: square;
	list-style-position: inside;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}

#room-content .room-details p a,
#room-content p a.booking-link,
#room-content .room-details p a:visited,
#room-content p a.booking-link:visited,
#room-content .room-details p a:active,
#room-content p a.booking-link:active {
	display: block;
	border-top: 1px dotted #333333;
	margin-top: 5px;
	padding-top: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	background: url(../images/arrows.gif) left bottom no-repeat;
}
#room-content .room-details p a:hover,
#room-content p a.booking-link:hover,
#room-content .room-details p a:focus,
#room-content p a.booking-link:focus {
	text-decoration: underline;
}

#room-content .room-details p.rider
{
	font-size:10px;
	line-height:14px;
	padding-left:10px;
	margin-top:10px;
	color:#777;
}





