

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

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

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

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

}

/***** Image mouseover *****/
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;
	padding-right:10px;
	font-family:Times New Roman, Times, serif;
	font-size:12px;
	width:76%;
	
	
}


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

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

.selectordiv{

	margin-top:4px;
	margin-left:10px;
	background:#FCF5E9;
	height:36px;
	width:855px;

}

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

.leftcol{
	margin-left:5px;
	padding-right:5px;

}

.rightcol{

	padding-right:10px;

}


.welcometable{

	width:880px;

}


/***** 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;
	
}


/***** 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;

}


