/*CSS styles for printing the stibo product page
  Hides thumbnail, captions, Tabber list items
  Formats tab headings and removes border on product image*/
  
table#tinyimages {
  display:none;
}
.product_image_box span {
  display:none;
}
.product_image_box img {
  border:none !important;
}
.tabberlive ul {
  display:none;
}
td.product_image_container div {
  display:none;
}
.tabbertab h2 {
  color: #003366;
  margin:0;
  padding:0;
}