/*CSS styles for printing the stibo product page
  Hides thumbnail, captions, Tabber list items
  Formats tab headings and removes border on product image*/
  
body {
	background-image:none;
	background: none;
}	
.tabberlive ul {
  display:none;
}
td.product_image_container div.stage {
  display:block;
}
#header,
td.product_image_container div.carousel_clickto,
td.product_image_container div.navigation,
div.sticky-wrapper.is-sticky,
div#topnav-container,
table.addtolist_table,
div.recent_carousel_container,
div#mega_footer {
  display:none;
}
.tabbertab h2 {
  color: #003366;
  margin:0;
  padding:0;
}
/*fix IE printing issues on shopping basket page*/
#headertextcontainer {
	float:none;
}
#chatbuttoncontainer {
	display:none;
}