/* Navigation and links */


a:link {
	font-weight: bold;
	color: #0000ff;
	text-decoration: underline; }
	
a:visited {
	font-weight: bold;
	color: #72a971;
	text-decoration: underline; }
	
a:hover, a:active {
	font-weight: bold;
	color: #ff00ff;
	text-decoration: underline; }

/*
link 357533
visited 72a971
hover ff00ff

a:link {
	color: #000fff; }

a:visited {
	float: left;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	margin: 4px 10px 0 10px;
	padding: 0 0 0 9px;
	text-decoration: none;
	border: none;
	color: #fff;
 }
/* 	color: #9900cc;

a:hover {

	color: #ff00ff; }

a:active {
	background-color: url(./media/red.gif) no-repeat left top;
	color: #00ff00; }

*/

/* Titling */

h2.booktitle {
	font-style: italic; }


/* Reviews of Books */

p.synopsis { }

p.publishers { 
	color: darkgray;
	font-size: 0.7em; }

.reviews {
	color: black;
	font-style: italic; }

/* Layout */

p.photocaption, .footer{
	font-size: 0.7em; }

p.timestamp {
	text-align: left;
	font-size: 0.7em; }

.menusection {
	text-align: center; }
	
.booksection { colspan=3; }

.reviewers {
	font-style: normal;
	font-weight: lighter;
	font-size: 75%; }

.buy {
	text-align: center;
	padding: 5px;
	border: 0;
	background-color: #fffff0;
	font-size: 110%; }



/* Not used

p.nav {
	color: #ff00ff;
	background-color: #ffff00; }

body {

	background-color: #ccffcc; }

/* Primary Navigation ----------------------------------------------------
	
#nav {
	width: 770px;
	position: relative;
	margin: 0 0 7px 0;
	padding: 0;
	background-color: transparent url(./media/bg_navPrimary.gif);
	height: 26px; }

#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none; }
	
#nav a:link, #nav a:visited {
	float: left;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	margin: 4px 10px 0 10px;
	padding: 0 0 0 9px;
	text-decoration: none;
	border: none;
	color: #fff; }

#nav a:hover, #nav a:visited.active {
	color: #9fe98f;
	text-decoration: none;
	background-color: url(./media/tabGreenOn.gif) no-repeat left top; }
	
#nav a:link.active {
	color: #9fe98f;
	text-decoration: none;
	background-color: url(./media/tabGreenOn.gif) no-repeat left top; }
	
--- End --- */