body {
	color: #000 !important; /* we want everything in black */
	background-color:#fff !important; /* on white background */
	font-family:arial; /* arial is nice to read ;) */
	border:0 !important; /* no borders thanks */
	font-size: 12pt;
}

h1, .product-name, .product-price, .pageHeading {
	font-size: 16pt;
	font-weight: bold;
	color: #a51e3a;
}

h2, .product-manufacturer {
	font-size: 14pt;
	font-weight: bold;
}

.product-price {
	text-align: right;
	float: right;
}

.product-manufacturer a {
	color: #000;
	text-decoration: none;
}

#logo-print {
	padding-bottom: 20px;
}

/* This affects every tag */
* {
	border:0 !important; /* again no borders on printouts */
}

/* 
Mark all your elements in content you 
dont want to get printed with class="noprint"
*/
.noprint
 {
	display:none !important; 
}

/* hide everything else! */
#haut,
#menu,
#breadcrumb,
#marques,
#vos-avantages,
#liens-fond,
#copyright,
#abonnement-mailing,
.productListing-heading,
.mainBanner,
.bottomBanner,
input[type=image] {
	display: none !important;
}

/* this makes images couse a pagebreak if it doesnt fit on the page */
img {
	float:none;
}
