﻿#content {
	padding-left:40px;
	min-height:430px;
	background: url("../img/room_header.jpg") no-repeat right 7px;
}

.intro {
	padding-right:205px;
	
}

.room h2 {
	color:#9e8b23;
	font-size:1.3em;
	padding-bottom:10px;
}

.price {
	background:url("../img/price_background.png") no-repeat;
	width:362px;
	height:100px;
	padding:15px 20px 20px 20px;
	margin-top:20px;
}

.price-large {
	background:url("../img/price_background_large.png") no-repeat;
	width:370px;
	height:281px;
	padding:15px 20px 20px 20px;
	margin-top:20px;
}

.price h3, .price-large h3 {
	font-size:1.4em;
	color:#0072bc;
	font-weight: normal;
	padding-bottom:10px;
}

.price-container {
	width:367px;
}
.price-summer {
	width:180px;
	float:left;
}

.price-winter {
	width:180px;
	float:right;
}

.price-footer {
	border-top:1px solid #e3ded8;
	padding-top:5px;
	margin-top:3px;
	text-align:center;
}

.gallery-container {
	padding-bottom:10px;
	text-align: center;
	float:left;
	padding-right:20px;
}

.gallery-container img {
	padding-bottom:5px;
}

.gallery a.open-gallery {
	background:url("../img/magnify.png") no-repeat;
	padding-left:25px;
	display:block;
	height:30px;
	text-decoration:none;
	color:#8b735a;
	padding-top:5px;
	width:100px;
	margin:0 auto;
}

.gallery a.open-gallery:hover {
	text-decoration: underline;
}

.description, .price, .price-large {
	float:left;
}

.description ul {
	width:450px;
	margin-left:10px;
	padding-left:10px;
}

.description ul li {
	list-style-image: url("../img/bullet.png");
	color:#4f4f4e;
	padding:3px 0 3px 0;
}

.date {
	font-weight:bold;
	display:block;
	padding-bottom:5px;
}

.amount {
	font-weight:normal;
	display:block;
	font-size:1.2em;
}

.room-divider {
	background:url("../img/room_divider.png") no-repeat;
	width:699px;
	height:1px;
	margin:20px 0 20px 0;
}
