h1 {
	font-size: 14px;
	letter-spacing: 1px;
	border-bottom: 1px solid #b59c79;
	color: #b59c79;
}

.header {
	font-size: 14px;
	letter-spacing: 1px;
	border-bottom: 1px solid #b59c79;
	color: #b59c79;
}

.product {
	margin-top: 5px;
	float: left;
	margin-bottom: 5px;
}

.product_image {
	float: left;
	width: 140px;
}

.product_info {
	float: left;
	width: 360px;
	line-height: 1.4;
}

h2 {
	float: left;
	background: url('/img/product_header.gif') repeat-y;
	width: 510px;
	height: 16px;
	padding: 3px 0;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 5px;
}

.details_left, .details_right {
	float: left;
}

.details_left {
	width: 70px;
}

.price {
	float: right;
	font-size: 20px;
	margin-top: 15px;
}

.price_text {
	float: right;
	margin-top: 23px;
	margin-right: 10px;
	display: inline;
}

.in_winkelwagen {
	margin-top: 10px;
	float: right;
}

.left_thumb {
	float: left;
	margin-top: 9px;
	margin-right: 10px;
	width: 58px;
}

.rigth_thumb {
	float: left;
	margin-top: 9px;
	width: 58px;
}

