/* Print Stylesheet nur für die Produktseiten */
body.printable {
	background: transparent !important;
	color: black !important;
	font-size: 12pt;
	padding: 0;
	margin: 0;
}
body.printable wrapper {
	background: transparent !important;
}
body.printable h1, body.printable h2, body.printable h3,body.printable h4,body.printable h5,body.printable h6,body.printable p {
	margin: 0 0 1.5em 0;
}
body.printable .main-content-group {
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	padding-top: 24pt;
}
body.printable #header-branding-and-tools {
	border: none;
}
body.printable #branding {
	/*width: 281px;*/
	width:181px;
	height: 80px;
}
body.printable #branding .printThis img {
	position: absolute;
	top: 0;
	right: 0;
	display: block !important;
}
body.printable #branding img {
	display: none;
}
body.printable .product-teaser-image {
	background: transparent !important;
	position: absolute;
	top: 80px;
	right: -40px;
}
body.printable .product-teaser {
	background: transparent !important;
}
body.printable a.product-teaser-zoomlink span {
	display: none !important;
}
/*
body.printable .product-teaser-info p.item {
	position: absolute;
	top: 90px;
	left:100px;
	width: 100%;
}
body.printable .product-teaser-info p span.text {left: 0;}
body.printable .product-teaser-info p span.amt {right: 0;}
*/

body.printable .print-supermarkt p.item {
	position: absolute;
	top: 90px;
	left:100px;
	width: 100%;
}
body.printable .print-supermarkt p span.text {left: 0;}
body.printable .print-supermarkt p span.amt {right: 0;}


body.printable .printThis,
body.printable .ui-tabs .ui-tabs-hide {
	display: block !important;
	visibility: visible !important;
}

/*
	Wine specific
*/


body.printable .print-wine p.item {
	position: absolute;
	top: 95px;
	left:60px;
	width: 100%;
	padding:0;
	margin:0;
	margin-bottom:5px;

}
body.printable .print-wine p span.text {padding:0;margin:0;}
body.printable .print-wine p span.amt {padding:0;margin:0;}



body.printable #header-background,
body.printable #tools,
body.printable #header-background,
body.printable #content-left,
body.printable #content-right,
body.printable #content-main-tabs,
body.printable a.product-teaser-zoomlink span,
body.printable .mod-breadcrumbs,
body.printable .mod-content-productnav,
body.printable .product-toolnav,
body.printable .main-content-group-last,
/*body.printable .shoppingcart-control,
body.printable .shoppingcart-control,*/
/*add*/
body.printable .shoppingcart-control .button-bigred,
body.printable .shoppingcart-control .clear,
body.printable .shoppingcart-control .amount label,
body.printable .shoppingcart-control .amount input,
body.printable .shoppingcart-control .amount div,
/*/add*/
body.printable .product-teaser-mark
{ display: none !important; }

body.printable .shoppingcart-control p{
	position:absolute;
	top:80px;
	left:100px;
}

/* Für Printansicht duplizierte Informationen darstellen */
/* Produktionformations-Tabs */
.product-info #product-info-tabs ul.ui-tabs-nav{ display:none; }
.product-info .ui-tab-print-replacement{ display:block; font-weight:bold; font-size:1.3em; }
.product-info .ui-tabs-panel-text{ margin-bottom:1em; display:block; }

/* Preis */
.product-teaser .product-teaser-info,
.product-teaser .shoppingcart-control{ display:none; }
.product-info .product-teaser-info-print{ display:block; }
.mod-footer { display:none; }
