/* --------- 1. defaults  --------- */

body {
		padding: 0 5%;
		background: #ffffff;
		font-family: Baskerville, "Times New Roman", "Times", serif;
		line-height: 16pt;
		}

/*  --------- 2. structure  --------- */

#masthead, #footer {
		display: none;
		}

.buyNowBox, 
.thumbnailsContainerOuter,
.bookDetailsBox p {		
		display: none;
		}

hr {
		border: 0;
		border-top: 0.5mm solid #000000;
		}

#sidebar {
		border-top: 0.5mm solid #000000;
		padding-top: 0.5cm;
		}

/* ---------- 3. links and navigation ---------- */

a:link, a:visited {
		text-decoration: underline;
		}

/* ---------- 4. fonts ---------- */

h1, h2, h3, h4 {
		font-family: Helvetica, Arial, sans-serif;
		}

h1 {
		font-size: 17pt;
		}

h2 {
		font-size: 15pt;
		}

.bookDetailsBox h2 {
		font-size: 12pt;
		margin-bottom: 0 !important;
		}

h3 {
		font-size: 13pt;
		}

.bookDetailsBox h3 {
		font-size: 12pt;
		margin: 0 !important;
		}

h4 {
		font-size: 12pt;
		}

.bookDeatilsBox h4 {
		margin-top: 0 !important;
		}

p {
		font-size: 12pt;
		margin-bottom: 1em;
		}

blockquote {
		margin: 16pt 20%;
		}
		
blockquote p {
		color: #555555;
		font-size: 13pt;
		font-weight: bold;
		text-align: justify;
		margin-bottom: 0;
		}

cite {
		display: block;
		width: 100%;
		text-align: right;
		font-weight: normal;
		font-style: italic;
		}

/* ---------- 5. images ---------- */

a img {
		border: 0;
		}

#content img {
		border: 0.5mm solid #555555;
		}
		
img.floatRight {
		float: right;
		margin-left: 1cm;
		margin-bottom: 1cm;
		}