

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

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

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

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

}


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

	vertical-align: top;
	padding-left:10px;
	padding-right:10px;
	font-family:Times New Roman, Times, serif;
	font-size:12px;
	width:880px;
	
}


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

	/*border: 2px solid #E2080F;*/
	padding:11px;
	margin:8px;
	margin-left:10px;
	margin-top:2px;
	background-color:#FCF5E9;
	font-family:Times New Roman, Times, serif;
	font-size:15px;
	
}
.introtext{

	width:880px;

}



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

.leftcol{

	width:430px;

}
.rightcol{

	width:430px;

}

/***** Main header for country/region *****/
.zonetitle {

	margin-left:10px;
	margin-top:12px;
	font-size:24px;
	color:#980509;

}



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


/***** Book authour *****/
.author {

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

}


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

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

}

/***** cover thumbs *****/
.nnimage img{

	margin-top:0px;
	margin-right:7px;
	margin-bottom:7px;
	vertical-align:top;
	float:left;
	border:3px solid #ddd;
	
}


/***** Publisher *****/
.publisher{

	font-size:11px;

}


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

	margin-left:114px;

}

/***** Excerpt text *****/
.leftcol tr td p{

	font-size:14px;

}
.rightcol tr td p{

	font-size:14px;

}


/******************************* Zone links ************************************/


/***** Sub links *****/
#zonelinks li a{

	float: left;
	text-align:center;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	margin-top:2px;
	font: normal 12px/13px Times New Roman, Times, serif;
	text-decoration: none;
	
}

#zonelinks{

	list-style: none;
	margin-left:10px;
	margin-top:10px;
	padding: 0;
	float: left;

}


#zonelinks li{

	margin-top:0px;
	padding: 0;
	float: left;

}




#zonelinks li span{

	float: left;
	text-align:center;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	margin-top:1px;
	font: normal 12px/13px Times New Roman, Times, serif;
	text-decoration: none;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	
}


/***** Title bar links mouseover *****/
#zonelinks li a:hover {
	
	background: #eeeeee;
	color: #000000;
	
}



/***** Title bar links click *****/
#zonelinks li a:active {

	/*background: #eeeeee;*/
	color: #000000;
	
}

