/* CSS Document */
/* print styles */
@media print {

#logo {
   top:0;
   left:0;
   display:block;
  content: url("/_img/CollerIndustries-BW.jpg");
	}
a[href]:after {
  content: none !important;
}
.inline-list, #phoneTime, .top-bar, #header-bar, #authority, #socialLinks, #security, #continueShoppingButton, #deleteButton, #checkoutButtonOkay, .breadcrumbs{
  display: none;
}
@page {
  margin: 0.5cm;
}
body {color: black; background: white;}
a:link, a:visited {background: white; color: black; text-decoration: underline; font-weight: bold;}
h1, h2, h3 {background: white; color: black; padding-bottom: 1px;}
.company {display: block;}
#logoHotSpot {display: none;}
}
