body {
	line-height: 1.4em;
}

p {
	padding: 0;
	margin-bottom: 1em;
}

#back{
	text-align:right;
	padding: 20px;
	font-weight: bold;
	margin-bottom: 0;
}

.back a{
color:#c2101d;
}

#pic {
	float: left;
	margin-left: 6px;
	margin-right: 17px;
}

#pic img {
	width: 200px;
	height: 200px;
	margin-bottom: 25px;
}

.prices {
	clear:both;
	font-size: 14px;
	margin: 40px;
	margin-top: 0;
	width: 524px;
	text-align: center;
	border-collapse: collapse;
	table-layout: fixed;
}

.prices2 {
	clear:both;
	font-size: 14px;
	margin: 40px;
	margin-top: 0;
	width: 524px;
	text-align: center;
	border-collapse: collapse;
}

.prices caption, .prices2 caption {
	width: 525px;
	font-size: 16px;
	padding: 8px;
	padding-bottom: 6px;
	font-weight: bold;
	margin-left: -1px;
	border-collapse: separate;
	background: #dacf8d;
	border-top: 4px solid #c2101d;
	border-right: 2px solid #c2101d;
	border-left: 2px solid #c2101d;
	border-bottom: 2px solid #c2101d;
}

.prices th, .prices2 th {
	font-size: 14px;
	font-weight: normal;
	padding: 8px;
	padding-bottom: 6px;
	background: #dacf8d;
	border-top: 1px solid #c2101d;
	border-bottom: 1px solid #c2101d;
	border-right: 1px solid #c2101d;
	border-left: 1px solid #c2101d;
	color: #000;
}

.prices td, .prices2 td {
	padding: 8px;
	padding-bottom: 6px;
	background: #f5eaa8; 
	border-bottom: 1px solid #c2101d;
	border-right: 1px solid #c2101d;
	border-left: 1px solid #c2101d;
	border-top: 1px solid #c2101d;
	color: #333;
/*	border-top: 1px solid transparent;
*/}

.prices tr:hover td, .prices2 tr:hover td {
	background: #dacf8d;
	color: #000;
}

.smallinfo {
	font-size: 12px;
}