.room-block {
	width:100%;
	margin-bottom: 50px;
}
.room-title {
	width: 100%;
	height: 55px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
.block-left {
	position: relative;
	float: left;
	width: 50%;
	text-align: justify;
}
.block-right {
	position: relative;
	float: right;
	width: 50%;
}
.clear {
	clear: both;
}
.price-table {
	position: absolute;
	right: 0;
	border: 0;
	width: auto;
}
.table-title-cell {
	background-color: #F90;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #FFF;
	padding: 5px;
}
.table-odd-row-cell {
	background-color: #FFB871;
	text-align: center;
	border-right: 1px solid #FFF;
	padding: 5px;
}
.table-even-row-cell {
	background-color: #FFD7AE;
	text-align: center;
	border-right: 1px solid #FFF;
	padding: 5px;
}
.room-images-container {
	text-align: center;
	margin-top: 10px;
}
.room-images-container img {
	margin: 2px;
	padding: 5px;
	height: 162px;
	border: 1px solid #666;
}
.feature-list {
	margin: 0;
	padding-left: 30px;
	padding-top: 10px;
}

ul.bb-assoc-logos {
	list-style: none;
	float: left;
	padding-left: 0;
	margin-top: 20px;
}
ul.bb-assoc-logos li {
	display: inline;
	float: left;
	margin-right: 10px;
	width: 130px;
	text-align: center;
	font-size: 10px;
}

