#booksContainer
{
	width: 960px;
}
#booksContainer p
{
	padding: 15px 0 0 0;
}
#booksContainer table
{
	border-collapse: collapse;
	margin: 15px 0 0 0;
}
#booksContainer table caption
{
	display: none;
}
#booksContainer table thead tr th
{
	background: #333333;
	/*border: 1px solid #666666;*/
	color: #CCFFCC;
	font-size: 18px;
	font-weight: normal;
	padding: 5px;
	text-align: left;
}
#booksContainer table tbody
{
	
}
#booksContainer table tbody tr td
{
	/*border: 1px #666666 solid;*/
	font-size: 15px;
	line-height: 21px;
	padding: 5px;
	vertical-align: middle;
	text-align: left;
}
#booksContainer table tbody tr td h4
{
	padding: 15px 0 0 0 !important;
}
#booksContainer table tbody tr td h5
{
	font-style: italic;
}
#booksContainer table tfoot
{
	border-collapse: collapse;
}
#booksContainer table tfoot tr td
{
	font-size: 15px;
	padding: 15px 0 0 0;
	text-align: left;
}

.booksImage
{
	/*width: 100px;*/
}
.booksTitle
{
	width: 150px;
}
.booksPublisher
{
	width: 150px;
}
.booksAwardsAndHonors
{
	width: 160px;
}
.booksLearnMore
{
	width: 150px;
}
.booksReadExcerpt
{
	width: 150px;
}
.booksBuyNow
{
	width: 100px;
}
.booksAwardsAndHonorsTR, .booksLearnMoreTR, .booksReadExcerptTR
{
	/*display: none;*/
}
