.room {
	clear: both;
	float: none;
	margin: 5px;
}

h1.room_name {
	color: #333;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px
	_display: inline;
	
}

div.hr {
	margin-top: 5px;
	clear: both;
	border-bottom: 1px #333 solid;
}

.room_tinydesc {
	
}

.room_desc {
	text-indent: 50px;
	float: left;
	width: 277px;
}

.room_logo {
	float: right;
	margin-right: 60px;
}

.room_slideshow {
	clear: left;
	float: left;
	margin: 0 5px 5px 0;
}

.info_block {
	float: right;
}

.info_block .room_info {
	float: none;
}

.room_info {
	float: right;
	width: 200px;
	border: 1px #666 solid;
	padding: 5px;
	margin: 0 0 5px 5px;
	background: #f7f7ff;
}

.room_top {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}

.room_top span {
	font-size: 13px;
	font-weight: bold;
}

.room_sub {
	overflow: hidden;
}

.room_top img {
	
}

.room_top image {
	font-size: 15px;
	font-weight: bold;
}

.room_info span {
	font-weight: bold;
}

.room_info span.strike {
	font-weight: normal;
	text-decoration: line-through;
	padding: 0 10px;
}

.room_info span.extra {
	font-weight: bold;
}

.room_info div {
	font-weight: bold;
	border: 1px #333 solid;
	background: #c50808;
	margin-bottom: 5px;
	padding: 2 5px;
	color: #eee;
	font-size: 12px;
}

.options ul, .room_info ul {
	display: block;
	padding: 0 0 0 10px;
	margin-bottom: 5px;
	clear: both;
	list-style-type: none;
}

.form_separator_start { width: 15px; height: 15px; background-color: #aaa; float: left; margin-right: 4px; }
.form_separator { clear: both; float: left; width: 100%; background-color: #eee; font-weight: bold; font-size: 12px; padding: 4px; margin: 5px 0 5px 0; }
.form_separator img { margin-right: 4px;}

.opinion {
	width: 100%;
	padding: 5px;
}

.room_banner {
	text-align: center;
	margin: 10px 0;
	clear: both;
}

#opinions {
	width: 100%;
	float: left;
}

#opinions_plus, #opinions_minus {
	width: 49%;
	float: left;
}

#opinions_plus .form_separator_start, #opinions_minus .form_separator_start {
	background: transparent;
	padding-bottom: 4px;
	width: 18px;
}

#opinions_plus span, #opinions_minus span {
	font-weight: bold;
}

#opinions_plus span {
	color: green;
}

#opinions_minus span {
	color: red;
}

.asterisk {
	color: red;
}
