body {
	background-color: #FBEAA9;
}

table.sauny_polozka {
	width: 100%;
	border-top: 12px solid #CF8B2D;
	margin-top: 12px;
	margin-bottom: 20px;
}
table.sauny_polozka td.nazev {
	font-size: 35px;
	font-weight: bold;
	color: #CF8B2D;
	border-bottom: 3px solid white;
	width: 472px;
}
table.sauny_polozka img {
	margin-right: 20px;
	margin-top: 12px;
}
table.sauny_polozka td.tech_udaje {
	vertical-align: top;
	padding-left: 14px;
}
table.sauny_polozka td.tech_udaje table {
	width: 250px;
	margin-top: 10px;
}
table.sauny_polozka td.tech_udaje th, table.sauny_polozka td.tech_udaje td {
	padding: 3px;
}
table.sauny_polozka td.tech_udaje th {
	background-color: red;
	color: white;
}
table.sauny_polozka td.tech_udaje td {
	background-color: #FAF3D3;
	font-weight: bold;
	text-align: center;
}

.photos h3 {
	display: block;
	border-bottom: 2px solid red;
	padding-bottom: 4px;
	font-size: 18px;
}
.photos .photo {
	float: left;
	width: 242px;
	height: 110px;
	margin-bottom: 20px;
}
.photos .photo a {
	display: block;
	float: left;
	margin-right: 8px;
}
.photos .photo p.description {
	font-size: 11px;
	margin-top: 2px;
	margin-right: 16px;
}

form.order {
	width: 450px;
	margin: 20px 140px 10px 140px;
}
form.order .line {
	margin-bottom: 5px;
}
form.order .footer {
	padding-top: 10px;
	text-align: center;
}
form.order input.text {
	width: 300px;
}
form.order input.count {
	width: 60px;
	margin-right: 10px;
}
form.order input.name {
	width: 360px;
}
form.order label {
	display: block;
	float: left;
	width: 140px;
	padding-top: 4px;
}

div.cleaner {
	clear: both;
}
