/*
 * Chapter Heading
 */

.chapterhead tr td {
  vertical-align: top;
}

.chapterhead .photo img {
  border: 2px solid #3E5299;
  margin-left: 8px;
}

.chapterhead table {
  border-collapse: collapse;
}

.chapterhead table th {
  border: 1px solid black;
  padding: 2px;
  text-align: left;
}

.chapterhead table td {
  border: 1px solid black;
  padding: 2px;
}

.chapterhead tr .photo {
  width: 158px;
}

/*
 * Products List
 */

.products {
  border-collapse: collapse;
}

.products tr td {
  border-top: 1px solid #656565;
  border-bottom: 1px solid #656565;
  padding: 5px 0px 5px 0px;
  vertical-align: top;
}

.products .thumb {
  width: 72px;
}

.products .thumb a {
  margin: 0px 10px 0px 0px;
}

.products .description p {
  margin: 0;
}

.products .description a p {
  margin-bottom: 0.25em;
}


