.rooms {
	margin-left: 30px;
	background: #f6f5db;
	border: 1px solid #cac89b;
	
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;	

	-webkit-box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.room, .images {
	padding: 10px;
}

.room h3 {
	margin: 0;
}

.rooms table {
	padding: 10px 40px;
	width: 100%;
	font: 80% "Lucida Grande", Lucida, Verdana, sans-serif;
}

.rooms th {
	text-align: left;
}

.rooms td {
	text-align: right;
}

.price {
	float: right;
	color: #7a4109;
	font-weight: bold;
}

.images {
	margin: 0;
	padding: 10px;
	text-align: center;
	background-color: #f9f8e2;
	border: 1px dotted #d9d7a0;

	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;	
}

.images li {
	margin: 5px;
	display: inline;
	list-style: none;
}

.images li img {
	border: 5px solid #fff;

	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

	-webkit-box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.1);
}
