/*
	$Revision: 1.6 $
	Check-In $Date: 2011/12/07 16:41:25 $
*/
/* 	
	START: print.css 
*/
/* Place all print related styles here */


/* 
	Print styles for the basegrid 
*/
.pxc-no-print {display:none;}
#pxc-funcnav, #pxc-corpnav, #pxc-mainnav, .pxc-qsrch {display:none;} /* Functional navigation (including country-selector), corporate navigation, the expandable mainnavigation and the top right search-box should not be printed */
.pxc-grid-31 {display:none;} /* This is the grid used for expample for the footer which should not be printed */


/* do not show right column in print (TODO: to be clarified by Mr. Loeblich)*/
/*
.pxc-grid-4 {width:100%;}
.pxc-grid-5 {display:none;}
*/

/*
	CMS related print styles
*/

/* the links with background-images need a replacement with list-style-images, so that they can be printed */
.pxc-benefit li {background:none; padding-left:0px; list-style-type:none; list-style-image:url("../img/sprites/ico_benefit.png"); margin-left:30px;}
/* go to top links should not be printed */
.pxc-lnk-top {display:none;}

.pxc-grid-4 {width:auto;}
.pxc-grid-5 {clear:both; float:left;} /* print the contact teaser under content area */
.pxc-grid-5 .pxc-p-boxed {display:none;} /* do not print marginal teasers */
.pxc-grid-5 .pxc-contact {display:block !important;} /* only marginal teaser which should be printed */

/* Store and product  related print styles */

/* do not print buttons */
.pxc-btn, button.pxc-btn, .pxc-prod-detail .pxc-btn-price-wrp .pxc-btn, .pxc-btn-pa {display:none;}





/* Application related print styles */
.pxc-pd-tabs {border-bottom:1px solid #CCD0D2;}


/* 	
	END: print.css 
*/