

/*********************************** Main tables ************************************/

/***** border for all table cells (for testing) *****/
table tr td{

	/*border:2px solid #aaaaaa;*/
	
}
table{

	/*border:2px solid #aaaaaa;*/

}

/***** Image mouseover *****/
.reviewexcerpt a:hover img{

	border:3px solid #aaa; 
	
}

/***** Main content cell *****/
.contentcell{

	vertical-align: top;
	/*padding-top:15px;
	padding-right:15px;
	padding-bottom:15px;
	padding-left:5px;*/
	padding-left:10px;
	font-family:Times New Roman, Times, serif;
	font-size:12px;
	width:76%;
	border-right:1px dashed #aaaaaa;
	
}


/***** Sidebar cell *****/
.sidebar{

	padding-left:20px;
	padding-right:20px;
	vertical-align: top;
	margin-top:-10px;
	width:24%;
	/*border-left:1px dashed #aaaaaa;*/
	
}
.sidebarimg{

	margin-left:-10px;

}

/********************************** The 3 big squares ********************************/


/***** Whole table *****/
.squarestable{

	width:638px;
	margin-top:0px;
	margin-left:11px;
	
	padding:15px;
	border:1px solid #eee
	
}


/***** The 3 square cells *****/
.squarestable tr td {

	text-align:center;
	vertical-align:text-top;
	width:590px;
	
}


/***** Description text *****/
.squarestable tr td p{

	padding-left:5px;
	padding-right:5px;
	margin:0px;
	margin-bottom:5px;
	font-family:Times New Roman, Times, serif;
	font-size:14px;
	
}



/************************************ Welcome text ***********************************/


.welcometable{

	width:660px;

}


/***** Main text *****/
.welcometable tr td p{

	/*border: 2px solid #cccccc;*/
	padding:11px;
	margin:8px;
	margin-top:5px;
	background-color:#FCF5E9;
	font-family:Times New Roman, Times, serif;
	font-size:15px;
	
}


/***** First letter of text *****/
.welcometable tr td p:first-letter{

	font-size:22px;
	color:#E2080F;
	
}




/********************* Reviews and center column containing table *******************/
.revandfeattable{

	margin-top:10px;
	margin-left:10px;

}




/********************************** Review excerpts *********************************/


/***** the review table *****/
.reviewtable{

	width:290px;
	padding:0px;

}

/***** cover thumbs *****/
.reviewimage {
	
	margin-top:3px;
	margin-right:7px;
	margin-bottom:7px;
	vertical-align:top;
	float:left;
	border:3px solid #ddd;
}

/***** Indent for all review excerpt text *****/
.indent{

	margin-left:90px;

}

/***** "Read more" links *****/
.reviewtable tr td a{

	font-size:12px;
	color:#980509;

}


/***** Book titles *****/
.reviewtitle {
	
	font-size:14px;
	color:#980509;
	font-weight:bold;
}


/***** Book authour *****/
.reviewauthor {

	font-style:italic;
	font-weight:bold;
	font-size:14px;

}


/***** Book translator *****/
.reviewtranslator{

	font-style:italic;
	font-size:12px;

}

.centercolimage{

	margin-top:7px;
	margin-bottom:7px;
	border:5px solid #ddd;
	
}

.centercoltitles{

	font-size:24px;
	font-weight:normal;
	color:#980509;
	
}

/***** Review text *****/
.reviewtable tr td p{

	font-size:14px;

}


/***** Reviewer *****/
.reviewer{

	font-weight:bold;
	font-size:14px;

}


/********************************* Middle column ************************************/

.midcolumn{

	width:275px;
	margin-left:0px;
	padding:0px;
	
}

.midcolumn tr{

	padding-bottom:10px;
	
}

.midcolumn tr td{

	padding-left:18px;

}

.midcolumn tr td a{

	text-decoration:none;

}
.midcolumn tr td a h1:hover{

	color:#EA5662;

}