  // print version
  
 * {
         font-family: arial;
        color: #000;
        font-size: 12px;
 }
  body {
    font-family:  arial;
    font-size: 12px;
    color: #444;
  }


  h1,h2,h3,h4,h5,h6 {
    font-family: arial;
    font-size: 18px;
    font-weight:bold;
    color:#444;
    margin: 0 0 0.25em 0;
  }


  ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 1em; }
  ul li { list-style-type: disc; }
  ul ul li { list-style-type: circle; }

  ol li { list-style-type: decimal; }
  ol ol li { list-style-type: lower-latin; }

  li { margin-left: 0.8em; line-height: 1.5em; }

  dt { font-weight: bold; }
  dd { margin: 0 0 1em 0.8em; }
  
  table {  font-size:10px; width: auto; border-collapse:collapse; margin-bottom: 0em; border-top: 0px #888 solid;}
  table caption { font-variant:small-caps; }
  table.full { width: 100%; }
  table.fixed { table-layout:fixed; }

  th,td { padding-bottom: 0.5em; }
  thead th { color: #000; border-bottom: 2px #800 solid; }
  tbody th { background: #e0e0e0; color: #333; }
  tbody th[scope="row"], tbody th.sub { background: #f0f0f0; }

  tbody th { border-bottom: 1px solid #fff; text-align: left; }
  tbody td { border-bottom: 1px solid #eee; }
  #productimg {
        vertical-align: top;
        }
        
  a { color: #4D87C7; background:transparent; text-decoration:none; }
  a:visited  { color: #4D87C7; }

  a:focus,
  a:hover,
  a:active { color:#4D87C7; text-decoration:underline; }

