<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BALI BEAD SHOP print CSS */

body { font-family: verdana, arial, helvetica, sans-serif; }

.product-group:after, .product-group1 .product:after
{
  content: " ";
  visibility: hidden;
  display: block;
  clear: both;
  height: 0.1px; 
  font-size: 0.1em;
  line-height: 0px;
}

#header, #alpha, #shopping-cart, #cart-details, .category-nav, .gotop
{ display: none; visibility: hidden; }

.product-group, .product-group1
{
  margin: 0px; padding: 8px 0px 8px 0px;
  width: 100%;
  position: relative;
}

.product
{
  position: relative; float: left;
  margin: 0px;
  padding: 10px;
}

.product .product-image 
{ 
  position: relative; float: left; 
  width: 280px;  
}

.added 
{ 
  display: none;
}

img { border: none; }

/* Table */

table.infotab
{ width: 100%; }

table.infotab th, table.infotab td
{
  margin: 1px;
  padding: 3px;
  font-size: 60%;
  line-height: 1.2em;
}

table.infotab th
{
  font-weight: normal;
  border: 1px #999 solid;
}

table.infotab td { border: 1px #999 solid; }
</pre></body></html>