/*####################################################################
STLYESHEET IS FOR EVERYTHING IN THE DYNAMIC AREA GENERATED BY POWERWEB
####################################################################*/

/* ################ TEMPLATE ITEMS #################### */
/* Style for login navigation message usually in a div */
.loginnavmsg {
	color : #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Style for variables in all shopping cart tables*/ 
.shoppingcart {
	color: #0D6E50;
	font-weight: bold;
	margin-bottom: 5px;
}
/* Style for shoping cart backorder items*/  
.shoppingcartbo {
	color: #9E2E22;
	margin-bottom: 5px;
	font-weight: bold;
}
/* Style surrounding dynamic area */
.dynamicarea {
	font-size: 12px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}
/* input boxes in search section */
.searchbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336666;
}
/* area displayed in as dynamic ads through admin */
.rightadvertisements{
	margin-left: 10px;
}
/* images displayed in as dynamic ads through admin */
.rightadvertisements img {
	padding-top: 10px;
}

/* ################ PRODUCT DETAILS #################### */
/* Main Book Title on pages that link to Product detail page */
.title {
	font-family: Arial, Helvetica, sans-seriff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
	color: #000000;
}
.title a, .title a:link, .title a:visited {
	color: #035E61;
	text-decoration: none;
}
.title a:hover {
	color: #04979B;
	text-decoration: underline;
}
/* Style for non linking title on product detail page */
.detailtitle {
	font-family: Arial, Helvetica, sans-seriff;
	font-size: 16px;
	color: #9E2E22;
	font-weight: bold;
	text-decoration : none;
	margin-bottom: 3px;
}
/* Subtitle style on drilldown and detail pages  */
.subtitle {
	font-family: Arial, Helvetica, sans-seriff;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.subtitle a, .subtitle a:link, .subtitle a:visited {
	color: #333333;
	text-decoration: none;
}
.subtitle a:hover {
	color: #666666;
	text-decoration: none;
}
/* style of div containing product attribute information i.e. value of size. default style for information */
.productAttributes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #000000;
}
.productAttributes a, .productAttributes a:link, .productAttributes a:visited {
	color: #9E2E22;
}
.productAttributes a:hover {
	color: #CC0000;
	text-decoration: none;
}
/* product attribute information i.e. "Size" */
.productAttributesTitle {
	font-weight: bold;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.addcartdiv {
	padding: 0px;
	margin-top: 6px;
}
/* Style qty and qty pricing boxes on shopping pages */
.addcartBox {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* Style for the word Quantity next to the input quantity box */
.quantity {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
/* Price for drill down pages and detail pages  */
.price {
	font-family: Arial, Helvetica, sans-seriff;
	font-size: 12px;
	color: #9E2E22;
	font-weight: bold;
}
/* Price with line through it, for drilldown pages and detail pages  */
.priceslash {
	font-family: Arial, Helvetica, sans-seriff;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
	text-decoration: line-through;
}
/* Style for description of avalability ie. Backorder Policy*/
.availability {
	font-family: Arial, Helvetica, sans-seriff;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}
.availability a, .availability a:link, .availability a:visited {
	font-weight: normal;
	color: #9E2E22;
	text-decoration: underline;
}
.availability a:hover {
	text-decoration: none;
	color: #CC0000;
}
/* Style for prepublication message */
.prepubmessage {
	font-family: Arial, Helvetica, sans-seriff;
	color: #000000;
	font-size: 12px;
}
/* Style for large image, set padding and border ect. */
.largeImage {
	clear: none;
	float: right;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}
/* Style for thumb image, set padding and border ect. */
.tmbImage {
	margin-right: 15px;
}
/* Style for authors names*/ 
/* div surrounding author info */
.author{
}
.author a, .author a:link, .author a:visited {
	color: #035E61;
	text-decoration: none;
}
.author a:hover {
	color: #04979B;
	text-decoration: underline;
}
/* Woord Author or Contributor */
.authorBold {
	font-weight: bold;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* used for spacing between names */
.nounderline {
	text-decoration: none;
}
a.nounderline:link {
	text-decoration: none;
}
/* ################################################ */
/* ################ PRODUCT DESCRIPTIONS #################### */
/* Style for short dscription of product on cat display pages  */
.shortdescription {
	font-family: Arial, Helvetica, sans-seriff;
	font-size: 12px;
	color: #000000;
	margin-top: 5px;
}
/* Style for review text */
.review {
	font-family: Arial, Helvetica, sans-seriff;
	font-size: 12px;
	color: #000000;
	margin-top: 5px;
}
/* Style title of review usually Review: Something - date  */
.reviewhead {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
/* Style for long description of product usually same as short description */
.description {
	font-family: Arial, Helvetica, sans-seriff;
	font-size: 12px;
	color: #000000;
	margin-top: 5px;
	width: 98%;
}
/* Expander to show continuation of long description */
/* Container div */
.parentExpander {
}
/* Actual word "Read More" */
.expanderHeadText {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.expanderHeadText a, .expanderHeadText a:link, .expanderHeadText a:visited {
	color: #035E61;
	text-decoration: none;
}
.expanderHeadText a:hover {
	color: #04979B;
	text-decoration: underline;
}
/* ################################################ */
/* ############ LINKED PRODUCTS ############## */
/* Words above Linked Products, usually "Also Available As" */
.linkedsectionhead {
	font-size: 12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
/* surronds entire linked products section */
.linkedSection {
	margin-left: 30px;
	margin-right: 10px;
}
/* surrounds each item as div */
.linkedproducts {
	padding: 5px;
	border: 1px solid #666666;
	margin-bottom: 4px;
	background-color: #F8F8F8;
}
/* Style for image */
.linkedImage {
	margin-right: 5px;
}
/* ############################################ */
/* ############ RELATED PRODUCTS ############## */
/* Words above related Items, usually "Related Products" */
.relatedsectionhead {
	font-size: 12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}
/* surronds entire related products section */
.relatedSection {
	margin-right: 10px;
	margin-bottom: 10px;
}
/* surronds each related product */
.relatedBox {
	margin: 0px 5px 5px 0px;
}
/* controls image properties */
.relatedBox img {
	margin-right: 15px;
}
/* controls indent or padding of text contemt in relatedBox div */
.relatedBoxContent {
}
/* ############################################ */

/* For rental or purchase */
.formatPurchase {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #585858;
	background-color: #E9E9E9;
	padding: 2px;
	margin-bottom: 4px;
	width: 250px;
}
.formatRental {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #585858;
	background-color: #E1EBFF;
	padding: 2px;
	margin-bottom: 4px;
	width: 250px;
}
/* Styles used for the linked product and related product boxes */
.formatPurchaseAlt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #585858;
	background-color: #E9E9E9;
	padding: 2px;
	margin-bottom: 4px;
}
.formatRentalAlt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #585858;
	background-color: #E1EBFF;
	padding: 2px;
	margin-bottom: 4px;
}

/* ################################################ */
/* ############ PAGE NAVIGATION AND INFO ############## */
/* Style for the word Category on the top of the drill down pages */
.category {
	font-family: Arial, Helvetica, sans-seriff; 
	font-size: 12px;
	color: #000000;
}
/* Style for the dynamic category on the top of the page next to the word category */
.categoryhlight {
	font-family: Arial, Helvetica, sans-seriff;
	font-size: 14px;
	font-weight: bold;
	color: #9E2E22;
}
/* Style for text indicating what page you are NOT on when there is more that one page of products and text explaining it */
.resultpgs {
	font-family: Arial, Helvetica, sans-seriff;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}
/* Style for text indicating what page you ARE on when there is more that one page of products */
.resultpgshlight {
	font-family: Arial, Helvetica, sans-seriff;
	font-size: 12px;
	font-weight: bold;
	color: #9E2E22;
}
/* Links used for Previous and Next */
.resultpgs a, .resultpgs a:link, .resultpgs a:visited {
	color: #9E2E22;
}
.resultpgs a:hover {
	color: #CC0000;
}
/* Style for Contributor header display */
.contribhlight{
	font-family: Arial, Helvetica, sans-seriff;
	font-size: 12px;
	font-weight: bold;
	color: #9E2E22;
}
.contribshortbio{
	font-family: Arial, Helvetica, sans-seriff;
	font-size: 12px;
	color: #000000;
}
.contriblongbio{
	font-family: Arial, Helvetica, sans-seriff;
	font-size: 12px;
	color: #000000;
}
.contriblongbio:link{
	color: #035E61;
}
/* Style for hr under results and on top */
.mainhr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
/* Style for hr between items on category display pages */
.subhr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
/* ################################################ */
/* ############ DRILLDOWN PAGES, SHOWING SUBCATEGORIES IN A LIST ############## */
/* Title on to of drill down (Titles in: Sci fantasy) */
.linkdrilldowntitle {
	color: #9E2E22;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
}
/* text under category main title and each sub link */
.linkdrilldowndescription {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 3px;
}

/* Style for sub category links after clicking on left menu category */
.linkdrilldown {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFFF;
	padding: 5px 5px 5px 15px;
}
.linkdrilldown a, .linkdrilldown a:link, .linkdrilldown a:visited {
	color: #035E61;
	text-decoration: none;
}
.linkdrilldown a:hover {
	text-decoration: underline;
	color: #04979B;
}
/* ################################################ */

/*
     FILE ARCHIVED ON 17:05:09 Feb 19, 2007 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:40:16 Apr 16, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  CDXLines.iter: 28.598 (3)
  exclusion.robots.policy: 0.546
  esindex: 0.019
  PetaboxLoader3.datanode: 208.228 (4)
  load_resource: 82.692
  captures_list: 266.137
  exclusion.robots: 0.572
  LoadShardBlock: 216.539 (3)
  RedisCDXSource: 1.615
  PetaboxLoader3.resolve: 74.607 (2)
*/