/* CSS Document */

TABLE.main TD.leftnav {
  /*width: 235px;
  padding-top: 74px;
  line-height: 30px;
  padding-left: 17px;*/
  background-image: url(../images/bg-soother.gif);
  background-position: 115px 40px;
  }
  
/*TABLE.main TD.leftnav A {
  color: #336699;
  text-decoration: none;
  }

TABLE.main TD.leftnav A:hover {
  color: #336699;
  text-decoration: underline;
  }*/

TD.leftnav P {
  background-image: url(../images/bg-book.gif);
  
  
  }

TABLE.thumbs {
  width: 100%;
  }
  
TABLE.thumbs TD {
  width: 33%;
  height: 165px;
  vertical-align: middle;
  text-align: center;
  
  }

TABLE.thumbs TD IMG {
  border: 1px dotted #336699;
  }

TABLE.covers {
  width: 100%;
  }
  
TABLE.covers TD {
  width: 33%;
  height: 185px;
  vertical-align: middle;
  text-align: center;
  
  }

TABLE.covers TD IMG {
  border: none;
  }
 
TABLE.index {
  width: 100%;
  font-size: 12px;
  }
 
TABLE.index TR.books TD {
  width: 50%;
  text-align: right;
  }

TABLE.index TR.description TD {
  width: 50%;
  text-align: left;
  padding-left: 35px;
  }

TABLE.shipping {
  width: 100%;
  font-size: 12px;
  }

TABLE.shipping TD {
  border-bottom: 1px dotted #C8DFED;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: left;
  }

TABLE.shipping TR.bold TD {
  font-weight: bold;
  }

TABLE.shipping TD.method {
  width: 205px;
  }

TABLE.shipping TD.arrive {
  width: 250px;
  }

TABLE.shipping TD.cost {
  width: 125px;
  }
 
P.desc {
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 0px;
  margin-top: 20px;
  }

TR.description P {
  font-size: 12px;
  line-height: 18px;
  }
