
.hotels_list {
	border-collapse: collapse;
}
.hotels_list td {
	padding-top: 20px;
	vertical-align: bottom;
	border-bottom: solid 1px #97B5D7;
	font-size: 11px;
}

.hotels_list .hotel {
	margin-bottom: 2px;
}

.hotels_list .picture {
	margin-top: 0;
}

.hotels_list .text {
	vertical-align: top;
	padding: 20px 0 10px 30px;
	color: #333;
}

.more {
	white-space: nowrap;
}

strong.rooms {
	float: right;
}
