body {
  background-color: white;
  margin: 10px 20px;
}
body, textarea, input {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
}
p {
  margin: 0 0 0.67em;
  line-height: 1.5em;
  font-size: 1.1em;
  width: 80%;
}
table#intro td {
 vertical-align: top;
}
table#intro p {
 width: 100%;
}
h1, h2, h3 {
  font-weight: bold;
  display: block;
  margin: 0.67em 0 0.33em;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.2em;
}
b {
  font-size: 1.05em;
}
fieldset {
  margin: 0 2px 0.67em;
  border-width: 2px;
  border-style: solid;
  border-color: lightgray;
  padding: 5px 10px 12px 10px;
  
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-width: 1px;
  
}
fieldset > legend {
  padding: 0 2px;
  margin-left: 10px;
  border: none;
}
input, textarea, td, label {
}
input:focus, textarea:focus {
  background-color: lightgoldenrodyellow;
}
pre {
  width: inherit; /* this way pre's don't make their enclosing divs too wide in Firefox */ 
}
a:hover, a:active {
  color: #FF0000;
  text-decoration: none;
}
.diameter_inches {
  font-weight: bold;
  color: #0000AA;
}
table caption {
  text-align: left;
  font-weight: bold;
  margin: 7px;
  font-size: 1.1em;
}
fieldset {
  background-color: rgba(237, 239, 244, 0.48);
}
fieldset.product_group img {
  margin-left: 10px;
  margin-bottom: 10px;
}
.prodnum {
  text-align: left;
}
.length, .price {
  text-align: right;
}
td.prodnum {
  width: 100px;
}
td.length {
  width: 200px;
  white-space: nowrap;
  line-height: 1.5em;
}
td.price {
  width: 100px;
}
td.add_to_cart {
  width: 150px;
  white-space: nowrap;
  font-weight: bold;
}
table.product_group_attributes {
  width: 100%;
}
table.product_group_products {
/*   width: 100%; */
}
table.product_group_products td, table.product_group_products th {
  padding: 5px;
}
table.product_group_products th {
  font-weight: normal;
}
table.product_group_products td.length {
  font-weight: bold;
}
table.product_group_products tr:nth-child(odd) td,
table#pt_properties tr:nth-child(odd)
 {
  background-color: #eee;
}
table.product_group_attributes th {
  text-align: left;
  padding: 5px;
  font-weight: normal;
}
table.product_group_attributes td {
/*   font-weight: bold; */
  white-space: nowrap;
}
table.product_group_attributes .purity {
  font-weight: bold;
}
table.product_group_attributes td.back_to_top {
  width: 100%;
  text-align: right;
  padding-right: 10px;
}
/* 
table#products tr.blank_line td {
  background-color: transparent;
}
 */
table.diameters td {
  line-height: 1.8em;
  padding-right: 40px;
}
.figure {
  float: right;
  text-align: center;
}
.figure .figcaption {
  font-style: italic;
}
table#pt_properties th, table#pt_properties td {
  text-align: left;
  padding: 5px 10px;
}

td#contact_info {
  display: none;
}
@media print {
  body {
    font-family: georgia, serif;
    font-size: 9pt;
  }
  table.diameters a {
    font-size: 8pt;
  }
  td#nav_bar {
    display: none;
  }
  #header td#contact_info {
    display: inline;
    line-height: 1.3;
    font-size: 1.1em;
  }
}
@page
{
  /* this affects the margin in the printer settings */ 
  margin: 10mm;
}