#Listing_Wrapper {
	display: block;
	float: left;
	width: 725px;
}

.Room_Wrapper {
	display: block;
	float: left;
	width: 725px;
}

.Room_Wrapper a {
	color: #792720;
	text-decoration: none;
	font-weight: bold;
}

.Room_Photo {
	display: block;
	float: left;
	width: 175px;
	text-align: center;
}

.Room_Add_Photo {
	display: block;
	float: left;
	width: 175px;
	text-align: center;
	padding-top: 15px;
}

.Room_Photo_Gallery {
	display: block;
	float: left;
	width: 725px;
	text-align: center;
}

.Room_Description {
	display: block;
	float: left;
	width: 355px;
	text-align: left;
	margin-right: 10px;
}

.Room_Description .more {
  color: blue;
  font-weight: bold;
}

.Room_Add_Description {
	display: block;
	float: left;
	width: 530px;
	text-align: left;
	margin-right: 10px;
}

.Room_Wide_Description {
	display: block;
	float: left;
	width: 530px;
	margin-right: 10px;
	text-align: left;
}

.Room_Booking {
	display: block;
	float: left;
	width: 180px;
	text-align: left;
}

.Room_Booking input {
	width: 90px;
	margin-right: 5px;
	border: 1px solid black;
	margin-top: 3px;
	font-weight: normal;
	font-size: 12px;
}

#Check_Availability {
	background-image: URL("/images/availability_background.gif");
	display: block;
	float: left;
	width: 180px;
	height: 100px;
	color: #fff;
	font-weight: bold;
	text-align: right;
}

.Availability_Title {
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	display: block;
	float: left;
	width: 180px;
	text-align: center;
	padding-bottom: 5px;
}

.Room_Title {
	text-indent: 10px;
	font-size: 14px;
	font-weight: bold;
	display: block;
	float: left;
	width: 725px;
	background-color: #792720;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #ffffff;
}

.Room_Sub_Title {
	font-size: 16px;
	font-weight: bold;
	color: #792720;
}

.Button_Wrapper {
	display: block;
	float: left;
	width: 695px;
	text-align: right;
}

.Button_Left {
	display: block;
	float: left;
	width: 345;
	text-align: left;
}

.Button_Right {
	display: block;
	float: right;
	width: 345;
	text-align: right;
}

h1.h1w {
	color: #ffffff;
}

#Room_Photos img {
  padding: 5px;
  margin: 2px;
  border: 1px solid #792720;
  width: 160px;
}

.back {
  color: blue;
  font-weight: bold;
}