* {
	margin: 0;
	padding: 0;
}

.price {
	width: 97%;
	background: #ffe6c0;
	margin: 50px 0 0 0;
}

.price th {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #e15f0d;
	padding: 2px 0;
	background: #ffedcb;
}

.price th span,
.price td span {
	font-weight: normal;
	color: #000;
}

.price td {
	font-size: 11px;
	font-weight: bold;
	padding: 2px 0;
	color: #e15f0d;
	background: #ffedcb;
	white-space: nowrap;
	text-align: right;
}

.price th.hdr {
	text-align: center;
	color: #000;
	background: #ffe6c0;
}

.bron {
	position: absolute;
	margin: 150px 0 0 680px;
}

.bron a img {
	border: 0;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}

h2 {
	font: bold 14px Tahoma, sans-serif;
	color: #000;
	margin: 40px 0 10px 0;
	padding: 0;
}

p {
	font-size: 12px;
	margin: 0 0 20px 0;
	padding: 0;
}

p small {
	font-size: 11px;
}

a img {
	border: 0;
}

.gallery {
	float: left;
	margin: 0 10px 0 0;
}

.gallery img {
	border: 2px solid #f3893b;
}

.other-photo {
	margin: 0 0 5px 0;
}

.other-photo img {
	border: 1px solid #f3893b;
}

.day-price {
	float: left;
	height: 50px;
	font-size: 17px;
}

.day-price span {
	color: #fff;
	background: #e25f0d;
	padding: 0 5px;
}

.day-price small {
	font-size: 10px;
	color: #e25f0d;
}

.order-group {
	float: right;
	width: 410px;
}

.order {
	float: right;
	height: 50px;
}

.orange-border {
	border: 2px solid #F3863C;
	margin: 0 10px 0 0;
}