/* It is common to set printer friendly styles such as a white background with black text. */
body {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
  size: landscape;
}

/** LAYOUT **/
html {padding:0; margin:0; color:#333333;}
      #print-image {}


/*Do Not Print Navigation*/
	  #header {display:none;}
	  #rightColumnh {display:none;}
	  #leftColumnh {display:none;}
	  #centerColumnh {display:none;}
	  #tab {display:none;}
	  #navigation {display:none;}
	  #breadcrumbs{display:none;}
	  #breadcrumbsCart {display:none;}
	  #leftColumn1{display:none;}
      #footer {display:none;}
	  #p7TBM {display:none;}
	  #cfooter {display:none;}


