/*************************************************************************
*
* Q U I C K S E A R C H
*
**************************************************************************/
#quickSearch {
	width: 192px;
}
#quickSearch #container {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 4px;
	background-image: url(images/quickSearchMiddle.gif);
	background-repeat: repeat-y;
	width: 192px;
}
#quickSearch #header {
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	width: 200px;
	background-image: url(images/quickSearchTop.gif);
}
#quickSearch #bottom {
	background-image: url(images/quickSearchBottom.gif);
	background-repeat: no-repeat;
	width: 200px;
	display: block;
	height: 16px;
}

#quickSearch #wordsearchValue {
	border: 1px solid #433B0A;
	width: 176px;
	font-size: 12px;
	padding-left: 4px;

}

#quickSearch .title {
	font-weight: normal;
	font-size: 12px;
	width: 84px;
	float: left;
	text-align: right;
}

#quickSearch .row {
	clear: both;
	margin: 4px;
	padding-top: 5px;
}
.selectTableCell {
	text-align: center;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-size: 12px;
	padding-right: 4px;
	padding-left: 4px;
	background-color: #CCCCCC;
	cursor: pointer;
}
#quickSearch .selectTableCell:hover {
	background:#999999
}
#quickSearch .searchOptionBox {
	border: 1px solid #433B0A;
	color: #433B0A;
	background-color: #FFFFFF;
	font-weight: normal;
	font-size: 10px;
	text-align: left;
	cursor: pointer;
	float: right;
	width: 90px;
	background-image: url(images/optionBox.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 3px;
}
#quickSearch #buttonRow {
	text-align: center;
}


/*************************************************************************
*
* M A I N    L A Y O U T
*
**************************************************************************/
/* Basics */
* {
	padding: 0;
	margin: 0;
	border: none;
}
body {
	text-align: center;
	background-color: #CCCCCC;
	padding-top: 20px;

}
acronym {
	font-style: italic;
	color: #FF0000;
	cursor: pointer;
}
a:link, a:visited {
	color: #0A5A6D;
}
/*a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #000000;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}*/
h1 {
	font-size: 18px;
	margin: 0px;
}
h2 {
	font-size: 14px;
	margin: 0px;
	font-style: normal;
}
a:hover {
	color: #1F9FC1;
}
ul, ol {
	padding-left: 25px;
}
li {
	list-style-position: outside;
}
/* Page Layout */
#container {
	width: 780px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
#leftColumn {
	width: 200px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 20px;
	float: left;
}
#quicksearchHolder {
	width: 200px;
	float: left;
}
#rightColumn {
	margin-bottom: 20px;
	width: 540px;
	float: right;
}
#content {
	margin-top: 20px;
	clear: both;
}
#helperBar {
	background-color: #999999;
	height: 80px;
	margin-top: 20px;
	display: none;
}
#footer {
	background-image: url(images/bottom.jpg);
	background-repeat: repeat-x;
	background-color: #433B0A;
	clear: both;
	vertical-align: bottom;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	height: 70px;
}
#footer a{
	font-style: italic;
	color: #ffffff;
	text-decoration: underline;
}
.bookResult .bookBrief {
	clear: both;
	font-weight: bold;
	margin-bottom: 2px;
	text-align: left;
	width: auto;
	padding-bottom: 5px;
	padding-top: 6px;
}
.bookResult .bookBrief:hover {
}
.spacer {
	clear: both;
	height: 50px;
}
.bookResult {
	background-color: #D0D9CC;
	padding: 10px 10px 10px 10px;
	font-size: 12px;
	border-top: 1px solid #433B0F;
	border-right: 1px none #433B0F;
	border-bottom: 1px none #433B0F;
	border-left: 1px solid #433B0F;
	overflow: visible;
	height: 1%;
}
.bookNAVBar {
	margin-right: 10px;
	float: right;
	margin-bottom: 1px;
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
	line-height: 25px;
	font-style: normal;
	clear: right;
}
.bookNAVBar .NAVitem {
	margin-right: 6px;
	margin-left: 6px;
}
.bookNAVBar .currentPage {
	font-size: 14px;
	margin-right: 6px;
	margin-left: 6px;
}

.scoreBack {
	display: inline;
	width: 100px;
	height: 8px;
	float: left;
	margin: 6px 6px 0px 0px;
	padding: 0px;
	line-height: 8px;
	font-size: 8px;
	background-image: url(images/scorebarBack.gif);
	background-repeat: no-repeat;
}
.scoreFront {
	width: 40px;
	font-size: 8px;
	line-height: 8px;
	background-image: url(images/scorebarFront.gif);
	background-repeat: no-repeat;
	height: 8px;
}


.bookImage {
	height: 120px;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 1px;
}
.prev_nextBut {
	top: 6px;
	position: relative;
}
#menuSystem {
	background-color: #433B0A;
	color: #FFFFFF;
	text-align: left;
	font-size: 14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-bottom: 20px;
}
#menuSystem ul {
	display: inline;
}
#menuSystem ul li, #menuSystem a{
	list-style-type: none;
	display: inline;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 8px;
}
#menuSystem ul li:hover {
	list-style-type: none;
	display: inline;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 8px;
	background-color: #CCCCCC;
}
#resultsToDisplay {
	display: inline;
	float: left;
	font-size: 12px;
	margin-top: 6px;
}
#numDisplay_child .selectNumDisplay {
	background-color: #CCCCCC;
	text-align: center;
	width: 30px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-size: 12px;
}

#numDisplay_choice {
	border: 1px solid #433B0A;
	color: #433B0A;
	background-color: #FFFFFF;
	font-weight: normal;
	font-size: 10px;
	text-align: left;
	cursor: pointer;
	width: 30px;
	background-image: url(images/optionBox.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 3px;
	float: left;
	display: inline;
	height: 14px;
	margin-top: 6px;
	margin-right: 6px;
}

/*************************************************************************
*
* B O O K   P A G E
*
**************************************************************************/
#reviews h2 {
	margin-top: 10px;
	margin-bottom: 2px;
	text-indent: 10px;
	background-color: #D0D9CC;
	color: #433B0A;
}
#bookDetails h1 {
	background-color: #D0D9CC;
	margin-bottom: 10px;
	font-size: 20px;
	padding: 5px;
	background-image: url(images/bookTitleTop.gif);
	background-repeat: no-repeat;
	color: #433B0A;
}
#bookDetails .bookImage {
	height: 200px;
	padding-left: 0px;
	margin-bottom: 1px;
}
#reviews {
	clear: both;
	padding-top: 5px;
	font-size: 12px;
}
#reviews p {
	page-break-before: always;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#reviews h3 {
	padding-left: 8px;
	font-size: 12px;
	font-weight: normal;
}
#reviews ul{
	list-style-position: outside;
	margin-left: 40px;
}
#reviews li {
	list-style-position: outside;
}
#reviews a{
	color: #77C1CE;
	text-decoration: underline;
}
#reviews a:hover{
	color: #0000FF;
}
#bookDetails {
	font-size: 12px;
}
#bookDetails h2 {
	display: inline;
}
#bookDetails #mainInfo {
	padding-right: 10px;
}
#homePage {
	font-size: 12px;
	padding-bottom: 20px;
	position: relative;
	left: -4px;
}
#homePage #VMExplained #goodBook {
	float: left;
	height: 160px;
	margin-right: 25px;
}
#homepageUnmoved {
	text-align: center;
	font-size: 12px;
}
#homePage #ratings {
	float: right;
}
#homePage #statements ol {
	padding-left: 30px;
}
#homePage #statements li {
}

#homePage #scoringImage {
	position: relative;
	top: -50px;
	width: 150px;
	float: right;
}


#homepageBook {
	background-image: url(images/homepageBook.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 660px;
	width: auto;
	position: relative;
	top: -20px;
	right: 0px;
}
#homepageBook_AboutClick {
	position: relative;
	height: 24px;
	width: 82px;
	top: -588px;
	left: 310px;
}


#VMExplained li {
	font-size: 12px;
	list-style-position: outside;
}
#homePage #searchExplained {
	background-color: #D0D9CC;
	margin-bottom: 30px;
	padding: 4px;
}
#reviewsExplained p {
	font-size: 10px;
}

#scoreExplained #scoreImage {
	float: left;
}
#scoreExplained h5 {
	padding-top: 10px;
}

#scoreExplained #badBook {
	float: right;
	margin-left: 20px;
}
#reviewsExplained ol {
	padding-left: 25px;
}
#reviewsExplained li {
	font-size: 12px;
	list-style-position: outside;
}
#VMExplained ul {
	padding-left: 15px;
}
#scoreExplained #scoreImage {
	width: 240px;
}
#homePage #reviewsExplained {
	clear: left;
	background-color: #D0D9CC;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #433B0F;
	border-right-color: #433B0F;
	border-bottom-color: #433B0F;
	border-left-color: #433B0F;
}

#homePage #VMExplained {
	background-color: #D0D9CC;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #433B0F;
	border-right-color: #433B0F;
	border-bottom-color: #433B0F;
	border-left-color: #433B0F;
}
#advancedPage {
	width: 95%;
	height: 400px;
	background-color: #D0D9CC;
	border: 1px solid #433B0A;
}
#homePage h2 {
	background-color: #433B0F;
	font-size: 16px;
	background-image: url(images/homePageTitleTop.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-left: 10px;
}
.amanShow{
	border: 0px none #FFFFFF;
}
#litApproach {
	padding-right: 10px;
	text-align: justify;
	font-size: 12px;
}
#litApproach p {
	margin-top: 5px;
	margin-bottom: 10px;
}
#litApproach h1 {
	font-size: 26px;
	text-align: center;
}
#litApproach img {
	margin: 10px;
	border: 0px none #000000;
}
#litApproach h4 {
	font-size: 20px;
	padding-top: 15px;
}
#litApproach ul {
	padding-left: 15px;
}
#litApproach li {
	list-style-position: outside;
}
#about {
	font-size: 12px;
	padding-right: 10px;
	text-align: justify;
}

#about p {
	margin-top: 5px;
	margin-bottom: 10px;
}
#tBox {
	border: 2px solid #433B0F;
	padding: 5px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	background-color: #D0D9CC;
}
.secondaryMenu {
	background-color: #D0D9CC;
}
.secondaryMenu h2 {
	background-color: #433B0F;
	font-size: 16px;
	background-image: url(images/homePageTitleTop.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-left: 10px;
}
.secondaryMenu #innerMenu {
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #433B0F;
	border-right-color: #433B0F;
	border-bottom-color: #433B0F;
	border-left-color: #433B0F;
}
.secondaryMenu #innerMenu h4 {
	font-size: 14px;
}
.emailTextbox {
	border: 1px solid #433B0A;
	width: 176px;
	font-size: 12px;
	padding-left: 4px;

}#contact {
	font-size: 12px;
	padding-right: 15px;
}
.quote {
	padding-left: 25px;
	font-style: italic;
	padding-bottom: 10px;
}
.permissionTag {
	font-size: 9px;
}
