@charset "UTF-8";
.product {
	margin-top: 10mm;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 0px;
	margin-bottom: 0px;
}
.description  {
	float: left;
	width: 60%;
}
.picture  {
	float: left;
	width: 30%;
	padding-left: 10%;
	padding-top: 5mm;
}
#logo, #tabs, #navigation, #subnavigation, #print {
	visibility: hidden;
	height: 0px;
	overflow: hidden;
}
h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
}
p, li, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-bottom: 2mm;
	margin: 0px;
	color: #000000;
	text-decoration: none;
}
