#bookTitleContainer{
margin:0px;
padding:0px;
vertical-align:baseline;
position:relative;
width: auto;
height: 50px;
}
.bookContainer{
	padding-right: 5px;
	height:100%;
	width:100%;
	overflow: auto;
	width: inherit;
	color: #000000;
}

.bookCoverThumb{
	cursor: pointer;
	border: #000000 solid 1px;
	text-align: center;
	float: left;
	margin: 0px 5px 5px 0px;
}

/* BOOK REVIEWS */
#bookReviews{
}
.reviewContent{
	margin-left:25px;
	margin-bottom: 1em;
}
.reviewByLine{
	font-weight: bold;
	text-align: left!important;
	padding-left: 25px;
	text-indent: -25px;
}
.reviewReviewer{
}
.reviewSubject{
}
.reviewPublication{
	font-style:italic;
}
.reviewAdditional{
}

/* BOOK EXCERPTS */
.excerptChapter {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 1em;
	text-align: center!important;
}
.excerptScene {
	font-size: 13px;
}
.excerptSubTitle {
	font-size: 13px;
	font-weight: bold;
}
.excerptContent{
	margin-bottom: 1em;
}

/* BOOK TITLE*/

.bookTitle{
margin-top:0px;
padding-top: 0px;
}
.bookTitleGraphic{
}
.bookSubTitle {
	font-size: 14px;
	margin-bottom: 1em;
}
/* BOOKS LIST */
.booklist{
	margin-top: 1em;
	text-align: center!important;
	
}
.booklistBook{
display: inline;
width: 90px;
border-collapse:collapse;
}

.booklistSeriesTitle{
	font-size:15px;
	font-weight: bold;
	font-variant:small-caps;
	text-align: center!important;
	line-height: 2em;
	width: 100%;
	border: 1px;
	background-color:#33383B;
	margin-bottom: 1em;
}
.booklistTitle{
	font-weight: bold;
	line-height: 1em;
	padding-bottom: 3px;
}
.booklistNumber{
	font-weight: bold;
	line-height: 1em;
	padding-bottom: 1px;
	caption-side:top;	
}
.booklistSubtitle{
	text-transform:uppercase;
	font-size:9px;
	font-weight:bold;
	line-height: 1em;
}
.booklistCoverThumb{
	cursor: pointer;
	border: #AAAAAA solid 1px;
}

