
.productBox {
  width : 100%;
  background-color : white;
  border-bottom : 1px solid #CCCCCC;
  margin-bottom : 10px;
}
.productBox td{
  text-align : left;
}
.productBox .textCell {
  padding : 5px 0px 5px 5px;
}
.productBox .textCell .textCellContent {
  width : 95%;
}
.productBox .textCell .textCellContent h3 {
  margin-top : 5px;
  margin-bottom : 5px;
} 
.productBox .textCell .textCellContent p {
  margin-top : 8px;
  margin-bottom : 8px;
}
.author {
  font-weight : bold;
  font-style : italic;
  }
.productInfo {
  background-color : #EEEEEE;
  width : 90%;
  height : 20px;
  margin-top : 0px;
  margin-bottom : 0px;
  text-align : right;
  padding-right : 20px;
  font-weight : bold;
}
