
/*####################################################################
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;
}

/* Style for variables in all shopping cart tables*/ 
.shoppingcart {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #CC0000;
  font-weight: bold;
}

/* Style for shoping cart backorder items*/  
.shoppingcartbo {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #FF0000;
}

/* Style surrounding dynamic area */
.dynamicarea {
  font: normal 12px/18px Arial, Helvetica, sans-serif;
  padding-bottom: 15px;
}

/* input boxes in search section */
.searchbox {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}

/* images displayed in as dynamic ads through admin */
.adimage {
  padding-top: 10px;
  border: 1px solid #99CC00;
}

/* text under the images from admin */
.adtext {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #333333;
}

/* ################ 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: #666666;
}

.title a, .title a:link, .title a:visited {
  color: #A91446;
  text-decoration: none;
}

.title a:hover {
  color: #FF0000;
  text-decoration: none;
}

/* Style for non linking title (this is the book's title) on product detail page */
.detailtitle {
  font-family: Arial, Helvetica, sans-seriff;
  font-size: 14px;
  color: #A91446;
  font-weight: bold;
  text-decoration : none;
  margin: 0px 0px 3px 0px;
}

/* 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: 11px;
  line-height: 140%;
  color: #333333; 
}

.productAttributes a, .productAttributes a:link, .productAttributes a:visited {
  color: #330066;
}

.productAttributes a:hover {
  color: #A91446;
}

/* product attribute information i.e. "Size" */
.productAttributesTitle {
  font-weight: bold;
  color: #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px; 
}

.addcartdiv {
  margin-top: 4px;
}

/* Style qty and qty pricing boxes on shopping pages */
.addcartBox {
  color: #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

/* Style for the word Quantity next to the input quantity box */
.quantity {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #333333;
  font-weight: bold;
}

/* Price for drill down pages and detail pages  */
.price {
  font-family: Arial, Helvetica, sans-seriff;
  font-size: 14px;
  color: #A91446;
  font-weight: bold;
}

/* Price with line through it, for drilldown pages and detail pages  */
.priceslash {
  font-family: Arial, Helvetica, sans-seriff;
  font-size: 14px;
  color: #FF0000;
  font-weight: bold;
  text-decoration: line-through;
}

/* Style for description of avalability ie. Backorder Policy*/
.availability {
  font-family: Arial, Helvetica, sans-seriff;
  color: #333333;
  font-size: 11px;
  font-weight: normal;
}

.availability a, .availability a:link, .availability a:visited {
  font-weight: normal;
  color: #A91446;
  text-decoration: underline;
}

.availability a:hover {
  text-decoration: none;
  color: #FF0000;
}

/* Style for prepublication message */
.prepubmessage {
  font-family: Arial, Helvetica, sans-seriff;
  color: #A91446;
  font-size: 11px;
}

/* Style for large image, set padding and border ect. */
.largeImage {
  clear: none;
  float: right;
  /* width: 240px;    originally was 200px */
  margin: 5px 0px 15px 15px;
  padding: 0px;
}

/* Style for thumb image, set padding and border ect. */
.tmbImage {
  margin-right: 15px;
}

/* Style for authors names*/ 
/* div surrounding author info */
/* div surrounding author info */
.author {
}

.author a, .author a:link, .author a:visited {
  color: #A91446;
  text-decoration: underline;
}

.author a:hover {
  color: #FF0000;
  text-decoration: none;
}

.authorbold {
  font-weight: bold;
  color: #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

/* used for spacing between names */
.nounderline {
  text-decoration: none;
  font-weight: normal;
}

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: 11px;
  color: #333333;
  margin-top: 5px;
}

/* Style for review text */
.review {
  font-family: Arial, Helvetica, sans-seriff;
  font-size: 11px;
  color: #333333;
  margin-top: 5px;
}

/* Style title of review usually Review: Something - date  */
.reviewhead {
  font-size: 11px;
  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: 11px;
  color: #333333;
  margin-top: 10px;
}

/* Expander to show continuation of long description */
/* Container div */
.parentExpander {
}

/* Actual word "Read More" */
.expanderHeadText {
  font-size: 11px;
  color: #A91446;
  font-weight: bold;
}

.expanderHeadText a, .expanderHeadText a:link, .expanderHeadText a:visited {
  color: #A91446;
  text-decoration: underline;
}

.expanderHeadText a:hover {
  color: #FF0000;
}

/* ################################################ */
/* ############ 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 */
.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: #FFFFFF;
}

/* Style for image */
.linkedImage {
  margin-right: 5px;
}

/* ############################################ */
/* ############ RELATED PRODUCTS ############## */
/* Words above related Items, usually "Related Products" */
.relatedsectionhead {
  font-size: 11px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

/* surronds entire related products section */
.relatedSection {
  margin-left: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 5px; /* Becky added */
}

/* surronds each related product */
.relatedBox {
  background-color: #FFFFFF;
  border: 0px; /*originally was 1px solid #66666 */
  margin: 0px 0px 0px 0px;
}

/* controls image properties */
.relatedBox img {
}

/* controls indent or padding of text contemt in relatedBox div */
.relatedBoxContent {
  padding-left: 0px; /* originally was 10px */
}

/* ############################################ */

/* 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;
  font-weight: bold;
  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: 17px;
  font-weight: bold;
  color: #A91446;
}

/* 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: 11px;
  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: 13px;
  font-weight: bold;
  color: #A91446;
}

/* Links used for Previous and Next */
.resultpgs a, .resultpgs a:link, .resultpgs a:visited {
  color: #A91446;
}

.resultpgs a:hover {
  color: #FF0000;
}

/* Style for Contributor header display */
.contribhlight {
  font-family: Arial, Helvetica, sans-seriff;
  font-size: 17px;
  font-weight: bold;
  color: #A91446;
}

.contribshortbio {
  font-family: Arial, Helvetica, sans-seriff;
  font-size: 11px;
  color: #000000;
}

.contriblongbio {
  font-family: Arial, Helvetica, sans-seriff;
  font-size: 10px;
  font-weight: normal;
  color: #333333;
}

.contriblongbio:link {
  font-family: Arial, Helvetica, sans-seriff;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  color: #A91446;
}

/* Style for hr under results and on top */
.mainhr {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #666666;
  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: #999999;
  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: #333366;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

/* text under category main title and each sub link */
.linkdrilldowndescription {
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  padding-top: 3px;
}

/* Style for sub category links after clicking on left menu category */
.linkdrilldown {
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  background-color: #F3F3F1;
  padding: 10px;
  border: 1px solid #CFCFC7;
  margin-top: 10px;
  margin-bottom: 0px;
}

.linkdrilldown a, .linkdrilldown a:link, .linkdrilldown a:visited {
  color: #333399;
  text-decoration: none;
}

.linkdrilldown a:hover {
  text-decoration: underline;
  color: #660099;
}

/* ################################################ */


/* Optional styles for formatting of popups. Any additional styles should be added to client_styles.css */

/* Style ID of Body tag of all popup windows. Modifies the body class used on the site */
#popupbody {
  background-color: #FFFFFF;
  padding: 0px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 130%;
}

/* Style of headline on all popup windows. Can be further styled for each popup, if defined under specific popup div id */
#popupbody h1 {
  font-size: 18px;
  color: #993300;
}

/* Div style ID to target just the author bio pop-up. */
#popupbody #authorbio {
  background-color: #FFFFFF;
}

/* Div style ID to target just the Backorder policy pop-up. */
#popupbody #BOpolicy {
  background-color: #FFFFFF;
}

/* Div style ID to target just the Buying Club policy pop-up. */
#popupbody #BClubpolicy {
  background-color: #FFFFFF;
}

/* Div style ID to target just the Discount Code policy pop-up. */
#popupbody #discountcode {
  background-color: #FFFFFF;
}

/* Div style ID to target just the Donation Organization pop-up. */
#popupbody #donationorg {
  background-color: #000000;
}

/* Div style ID to target just the Privay policy pop-up. */
#popupbody #privacypolicy {
  background-color: #FFFFFF;
}

/* Div style ID to target just the Shipping options policy pop-up. */
#popupbody #shippingoptions {
  background-color: #FFFFFF;
}

/* Div style ID to target just the Tax policy pop-up. */
#popupbody #taxpolicy {
  background-color: #FFFFFF;
}

/* Free Gift Msg */
.FreeGiftShortMsg {
  font-weight: bold;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

