/* Elements by ID */
#bookCoverImage {
	background: none;
	height: auto;
	margin: 0px 10px 0px 0px;
	width: 100%;
}

#bookSummary {
	width: 50%;
	min-height: 551px;
	min-width: 300px;
	background: none;
}

#contBookCoverImage {
	width: 43%;
	min-height: 316px;
	min-width: 300px;
	background: none;
}

#contBooksHeader {
	width: 86%;
	min-height: 86px;
	min-width: 300px;
	background: none;
}

#contComments {
	width: 90%;
	background-color: #333438;
	display: block;
	margin: 0 0 0 50px;
	padding: 24px;
}

#contSilence {
	margin-bottom: 40px;
}

#contTop {
	width: 100%;
	min-height: 150px;
	max-width: 1200px;
	background: none;
}

#contWouldYouBuyThis {
	width: 99%;
	min-height: 60px;
	background: none;
	margin-top: 40px;
}

/* Classes */
.bookSummaryHeader {
	font-size: 18pt;
	font-weight: bold;
	line-height: 1.5;
}

.bookSummaryText {
	font-size: 16pt;
	line-height: 1.5;
}

.bookTitle {
	width: 86%;
	min-height: 86px;
	min-width: 300px;
	background: none;
}

.commentsText {
	font-size: 12pt;
	font-style: italic;
}

.contComment {
	padding: 20px;
}

.contQuote {
	margin-bottom: 18px;
}
