div.BookBox {
 /* background: url('/images/design/BookBox.gif'); */
  width: 205px;
  height: 150px;
  padding: 15px;
}
td.BookBox {
  width: 90px;
  text-align: center;
}
div.QuoteBox {
  margin-top: auto;
  margin-bottom: auto;
  width: 180px;
  font-size: 11px;
  font-family: Verdana;
  color: #333333;
  text-align: center;
  font-style: italic;
}
div.QuoteBoxLeft {
  background: url('/images/design/sorgCitatBg.gif');
  width: 181px;
  height: 145px;
  font-size: 14px;
  font-family: Tahoma;
  color: #333333;
  text-align: center;
  margin-left: 10px;
  font-style: italic;
  line-height: 1.6em;
}
div.HeaderBox {
  text-align: left;
  font-weight: bold;
  font-style: italic;
  color: #444444;
  margin-bottom: 15px;
  margin-top: 15px;
}
div.HeaderBox h1 {
  font-family: Arial;
  margin: 0px;margin-bottom: 5px;
  font-style: normal;
}
div.PriceBox {
  margin: auto;
  width: 100px;
  text-align: center;
}
div.CartBox {
  padding: 10px;
  line-height: 1.6em;
  border-left: solid #cc0000 1px;
  border-top: solid #cc0000 5px;
  border-bottom: solid #cc0000 5px;
  
}
div.CartBox a { text-decoration: none }
