﻿/* :::::::::::::::::::::::::::::::::::::::::::::::::: */
/* (B) Martha's Book Related CSS                      */

.bookLeft {
	width: 325px;
	float: left;
}

.bookRight {
	padding: 0 0 0 20px;
	width: 315px;
	float: right;
}


.books-text {
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	padding-bottom:10px;
}

.books-text a {
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}

.books-text a:hover {
	text-decoration:underline;
}


.debug   {
	border:1px dotted #202020;
}

.testimonial {
	padding:0;
	margin:0;
	margin-bottom:12px;
}

.testimonial * {
	margin: 0;
	padding: 0;
}

	.testimonial img {
		float: left;
		width: 112px;
		height: 150px;
	}

	.testimonial p   {
		font-size: 10px;
		font-family: "Times New Roman";
		font-weight: normal;
	}
		
	.testimonial p.quote  {
		margin-left: 125px;
		color: #000;
		font-style: normal;
	}

	.testimonial p.source {
		padding-top: 5px;
		color: #177;
		font-style: italic;
	}
/* END .testimonial */

table.bookTestimonials_table {
	width: auto;
}

	td.bookTestimonials_columnA {
		width: 22%;
	}

	td.bookTestimonials_columnB {
		width: 78%;
	}
/* END table.bookTestimonials_table */


/* (E) Martha's Book Related CSS                      */
/* :::::::::::::::::::::::::::::::::::::::::::::::::: */