  body {background: transparent;}
  body, td, th {text-align: left; vertical-align: top; font-family: Verdana; font-size: .8em;}
  form {margin: 0;}

  .productDetailLeft, .productDetailMiddle, .productDetailRight {
    float: left; 
    width: 33%; 
  }

  .productDetailLeft table, .productDetailMiddle table, .productDetailRight table{
    width: 100%;
  }

  .productDetailLeft td, .productDetailMiddle td, .productDetailRight td{
    text-align: center;
    font-weight: 900;
  }

  .productDetailLeft img, .productDetailRight img {
    border: 1px #000 solid;
  }

  div.productListDiv {width: 170px; text-align: center; font-weight: 900; float: left; margin: 11px; margin-bottom: 0px;}
  div.productListDiv img       {border: 1px #aaa solid; background-color: #cccccc; width: 175px; height: 225px;}
  div.productListDiv img:hover {border: 1px  red solid; background-color: #eeeeee;}
  div.productListDiv a {text-decoration: none; color: #000;}

  .productAttributes {font-size: 1.1em;}

  #backlink {
    color: darkblue; 
    text-decoration: none; 
    font-weight: 900; 
    font-size: .8em;
  }

  #backlink:hover {
    color: blue; 
    text-decoration: underline;
  }

  div.productListDiv a.tinylink, .tinylink {
    color: darkblue; 
    text-decoration: none; 
    font-weight: 900; 
    font-size: .8em; 
    line-height: .95em;
  }

  div.productListDiv a.tinylink:hover, .tinylink:hover {
    color: blue; 
    text-decoration: underline;
  }

  #searchterm {
    background-color: #eee; 
    border: 1px #000 solid; 
    height: 20px; 
    font-style:italic; 
    font-size: .9em; 
    font-weight: 900;
  }

  #searchsubmit {
    background-color: #eee; 
    border: 1px #000 solid; 
    font-size: 11px; 
    font-weight: 900; 
    height: 20px; 
    position: relative; 
    top: 1px;
  }

  #searchsubmit:hover {
    background-color: #fff; 
    border: 1px red solid;
  }

  .wishlistSubmit td {
    font-weight: 900;
  }

  .wishlistSubmit td input, .wishlistSubmit td select {
    background-color: #eee; 
    border: 1px #000 solid; 
    height: 20px; 
    font-size: .9em; 
    font-weight: 900;
  }
