/*####################################################################
STLYESHEET IS FOR EVERYTHING IN THE DYNAMIC AREA GENERATED BY POWERWEB
####################################################################*/

/* ################ TEMPLATE ITEMS #################### */
/* Style for login navigation message usually in a div */
.loginnavmsg {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	padding-bottom: 10px;
}
/* Style for variables in all shopping cart tables*/ 
.shoppingcart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	font-weight: bold;
	padding-right: 10px;
	padding-bottom: 5px;
}
/* Style for shoping cart backorder items*/  
.shoppingcartbo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
}
/* Style surrounding dynamic area */
.dynamicarea {
	background-image: url(/client/client_images/template/topHeaderBG.gif);
	background-repeat: repeat-x;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
}
/* input boxes in search section */
.searchbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
}
/* 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: #CC0000;
}
/* ################ PRODUCT DETAILS #################### */
/* Main Book Title on pages that link to Product detail page */
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #10599C;
	text-decoration : none;
	font-weight: bold;
	padding-bottom: 5px;
}
.title a, .title a:link, .title a:visited {
	color: #10599C;
	text-decoration: none;
}
.title a:hover {
	text-decoration: underline;
}
.title a:active {
	color: #0066FF;
}
/* Style for non linking title on product detail page */
.detailtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #10599C;
	font-weight: bold;
	text-decoration : none;
	padding-bottom: 15px;
	line-height: 100%;
}
.detailtitle a, .detailtitle a:link, .detailtitle a:visited {
	color: #10599C;
	text-decoration : none;
}
.detailtitle a:hover {
	color: #FF0000;
	text-decoration : underline;
}

/* Subtitle style on drilldown and detail pages  */
.subtitle {
	
}
.subtitle a, .subtitle a:link, .subtitle a:visited {
	
}
.subtitle a:hover {
	
}
/* style of div containing product attribute information i.e. value of size. default style for information */
.productAttributes {
	font-family: Arial, Helvetica, sans-seriff;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	line-height: 150%;
}
.productAttributes a, .productAttributes a:link, .productAttributes a:visited {
	color: #000000;
}
.productAttributes a:hover {
	text-decoration: none;
}
/* product attribute information i.e. "Size" */
.productAttributesTitle {
	font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px;
    color: #333333;
    font-weight: normal;
}
.addcartdiv {
	padding: 0px;
	margin-top: 20px;
}
/* Style qty and qty pricing boxes on shopping pages */
.addcartBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
/* Style for the word Quantity next to the input quantity box */
.quantity {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}
/* Price for drill down pages and detail pages  */
.price {
	color: #333333;
	font-weight: bold;
}
/* Price with line through it, for drilldown pages and detail pages  */
.priceslash {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CC0000;
	text-decoration: line-through;
	font-weight: normal;
}
/* Style for description of avalability ie. Backorder Policy*/
.availability {
	font-weight: normal;
}
.availability a:hover {

}
/* Style for availability status ie In Stock, Out Of Stock */
.availstatus {
	font-weight: normal;
}
.availstatus a, .availstatus a:link, .availstatus a:visited {
	color: #000000;
}

/* Style for prepublication message */
.prepubmessage {
	font-weight: normal;
}
/* Style for description of avalability */
.backorderreason {
	font-weight: normal;
}

/* Style for large image, set padding and border ect. */
.largeImage {
	padding: 0px;
	margin-right: 10px;
}
/* Style for thumb image, set padding and border ect. */
.tmbImage {
	margin-right: 10px;
}
/* Style for authors names*/ 
/* div surrounding author info */
.author{
	font-family: Arial, Helvetica, sans-seriff;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	line-height: 150%;
}
.author a, .author a:link, .author a:visited {
	color: #000000;
	text-decoration: underline;
}
.author a:hover {
	text-decoration: none;
}
/* used for spacing between names */
.nounderline {
	text-decoration: none;
}
a.nounderline:link {
	text-decoration: none;
}
/* Style for actual word Author or By, And ect */
.authorbold {
	font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px;
    color: #333333;
    font-weight: normal;
}

/* ################################################ */
/* ################ 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: 8px;
	line-height: 130%;
}
/* Style for review text */
.review {
	font-family: Arial, Helvetica, sans-seriff;
	font-size: 11px;
	color: #333333;
	line-height: 130%;
	padding: 15px 0 5px 0; 
}
/* Style title of review usually Review: Something - date  */
.reviewhead {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	padding-bottom: 3px;
}
/* Style for long description of product usually same as short description */
.description {
	font-family: Arial, Helvetica, sans-seriff;
	font-size: 12px;
	color: #000000;
	line-height: 130%;
}
/* Expander to show continuation of long description */
/* Container div */
.parentExpander {
}
/* Actual word "Read More" */
.expanderHeadText {
	font-size: 11px;
	color: #333399;
	font-weight: bold;
}
.expanderHeadText a, .expanderHeadText a:link, .expanderHeadText a:visited {
	color: #333399;
	text-decoration: underline;
}
.expanderHeadText a:hover {
	color: #6633CC;
}
/* ################################################ */
/* ############ 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;
}
/* surronds entire related products section */
.relatedSection {
	float: left;
}
/* surronds each related product */
.relatedImage {
	padding: 1px;
	clear: none;
	float: left;
}
/* ############################################ */

/* 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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #59584A;
	font-weight: bold;
}
/* Style for the dynamic category on the top of the page next to the word category */
.categoryhlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
/* 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: #333333;
	font-weight: normal;
	padding-bottom: 5px;
}
/* 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: 14px;
	font-weight: bold;
	color: #990000;
}
/* Links used for Previous and Next */
.resultpgs a, .resultpgs a:link, .resultpgs a:visited {
	color: #333399;
}
.resultpgs a:hover {
	color: #6633FF;
}
/* Style for Contributor header display */
.contribhlight{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
.contribshortbio{
	font-family: Arial, Helvetica, sans-seriff;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.contriblongbio{
	font-family: Arial, Helvetica, sans-seriff;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.contriblongbio:link{
	font-family: Arial, Helvetica, sans-seriff;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #226767;
}
/* 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 {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
/* ################################################ */
/* ############ DRILLDOWN PAGES, SHOWING SUBCATEGORIES IN A LIST ############## */
/* Title on to of drill down (Titles in: Sci fantasy) */
.linkdrilldowntitle {
	color: #330066;
	font-family: 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 {
	color: #006633;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.linkdrilldown a, .linkdrilldown a:link, .linkdrilldown a:visited {
	color: #006633;
	text-decoration: none;
}
.linkdrilldown a:hover {
	color: #CC0000;
	text-decoration: none;
}
/* ################################################ */


/* 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: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	margin: 5px;
}
/* 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;
	padding: 10px;
}
/* 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;
}
 
