/*####################################################################
STLYESHEET IS FOR EVERYTHING IN THE DYNAMIC AREA GENERATED BY POWERWEB
####################################################################*/

/* ################ HTML CLASSES #################### */
/*
body, h1, h2, h3, h4, h5, p, table, td, form, li, image {
	margin: 0px;
	padding: 0px;
}
*/

body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f2f2f2;
	color: #333333;
}
/* Default Link Styles */
a, a:link, a:visited {
	color: #990000;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #CC0000;
	text-decoration: none;
}
h1 {
	color: #333366;
}
h2 {
	color: #CC6600;
}
h3 {
	color: #999900;
}
h4 {
	color: #0066FF;
}
p {
	padding-bottom: 5px;
}

/* ################ 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: #333333;
	font-weight: bold;
}
/* 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 {
	font-size: 12px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.advertisement {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
/* images displayed in as dynamic ads through admin */
.adimage {
	padding-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* 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: Arial, Helvetica, sans-seriff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
	color: #333333;
}
.title a, .title a:link, .title a:visited {
	color: #990000;
	text-decoration: none;
}
.title a:hover {
	color: #CC0000;
	text-decoration: none;
}
/* Style for non linking title on product detail page */
.detailtitle {
	font-family: Arial, Helvetica, sans-seriff;
	font-size: 18px;
	color: #990000;
	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: 14px;
	color: #333333;
	font-weight: bold;
	text-decoration : none;
	margin-bottom: 3px;
}
.subtitle a, .subtitle a:link, .subtitle a:visited {
	font-family: Arial, Helvetica, sans-seriff;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	text-decoration : none;
	margin-bottom: 3px;
}
.subtitle a:hover {
	font-family: Arial, Helvetica, sans-seriff;
	font-size: 14px;
	color: #999999;
	font-weight: bold;
	text-decoration : none;
	margin-bottom: 3px;
}
/* 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;
	color: #333333;
}
.productAttributes a, .productAttributes a:link, .productAttributes a:visited {
	color: #990000;
	text-decoration: underline;
}
.productAttributes a:hover {
	color: #CC0000;
}
/* product attribute information i.e. "Size" */
.productAttributesTitle {
	font-weight: bold;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.addcartdiv {
	padding: 0px;
	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: #990000;
	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: #660000;
	font-weight: bold;
	text-decoration: line-through;
}
/* Style for description of avalability ie. Backorder Policy*/
.availability {
	font-weight: bold;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.availability a, .availability a:link, .availability a:visited {
	font-weight: normal;
	color: #990000;
	text-decoration: underline;
}
.availability a:hover {
	text-decoration: none;
	color: #CC0000;
}
/* Style for availability status ie In Stock, Out Of Stock */
.availstatus {
	font-family: Arial, Helvetica, sans-seriff;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

/* Style for prepublication message */
.prepubmessage {
	font-family: Arial, Helvetica, sans-seriff;
	color: #333333;
	font-size: 12px;
}
/* Style for description of avalability */
.backorderreason {
	font-family: Arial, Helvetica, sans-seriff;
	color: #333333;
	font-size: 10px;
}

/* 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;
	border: 1px solid #CCCCCC;
}
/* Style for authors names*/ 
/* div surrounding author info */
.author{
}
.author a, .author a:link, .author a:visited {
  font-size: 12px;
	color: #990000;
	text-decoration: underline;
}
.author a:hover {
	color: #CC0000;
	text-decoration: underline;
}
/* 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-seriff;
	font-size: 11px;
	color: #000000;
	font-style: italic;
	font-weight: bold;
}

/* ################################################ */
/* ################ 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: #333333;
	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: #333333;
	margin-top: 15px;
}
/* Expander to show continuation of long description */
/* Container div */
.parentExpander {
}
/* Actual word "Read More" */
.expanderHeadText {
	font-size: 11px;
	color: #990000;
	font-weight: bold;
}
.expanderHeadText a, .expanderHeadText a:link, .expanderHeadText a:visited {
	color: #990000;
	text-decoration: underline;
}
.expanderHeadText a:hover {
	color: #CC0000;
}
/* ################################################ */
/* ############ 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 {
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}
/* surronds each related product */
.relatedBox {
	background-color: #E6E6E6;
	border: 1px solid #666666;
	margin: 0px 5px 5px 0px;
}
/* controls image properties */
.relatedBox img {
}
/* controls indent or padding of text contemt in relatedBox div */
.relatedBoxContent {
	padding-left: 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: #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: #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: #990000;
}
/* Links used for Previous and Next */
.resultpgs a, .resultpgs a:link, .resultpgs a:visited {
	color: #990000;
}
.resultpgs a:hover {
	color: #CC0000;
}
/* Style for Contributor header display */
.contribhlight{
	font-family: Arial, Helvetica, sans-seriff;
	font-size: 17px;
	font-weight: bold;
	color: #990000;
	padding-bottom: 12px;
	align: center;

}
.contribshortbio{
	font-family: Arial, Helvetica, sans-seriff;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	padding-bottom: 12px;

}
.contriblongbio{
	font-family: Arial, Helvetica, sans-seriff;
	font-size: 12px;
	font-weight: normal;
	color: #990000;
}
.contriblongbio:link{
	font-family: Arial, Helvetica, sans-seriff;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #990000;
}
/* 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: #333333;
	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 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
}
.linkdrilldown a, .linkdrilldown a:link, .linkdrilldown a:visited {
	color: #990000;
	text-decoration: underline;
}
.linkdrilldown a:hover {
	text-decoration: underline;
	color: #CC0000;
}
/* ################################################ */


/* THE FOLLOWING STYLES WERE FORMERLY LOCATED IN CLIENT_STYLES.CSS: */

/* #################### TEMPLATE STYLES ########################## */

/* Style for dynamic categories on the left side  */
/* Div Style for menu container */
.mainmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.mainmenu a, .mainmenu a:link, .mainmenu a:visited {
	background-color: #F1F1F1;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	color: #333333;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.mainmenu a:hover {
	background-color: #878787;
	color: #FFFFFF;
}
/* Links along bottom of page */
.bottomlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.bottomlinks a, .bottomlinks a:link, .bottomlinks a:visited  {
	color: #333399;
}
.bottomlinks a:hover {
	color: #6633FF;
}
/* General style for text at bottom of the page or anywhere very small type is needed */
.fineprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.fineprint a, .fineprint a:link, .fineprint a:visited {
	color: #336699;
	text-decoration: none
}
.fineprint a:hover {
	color: #003399;
	text-decoration: underline
}

.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* #################### STATIC PAGE STYLES ########################## */
#template {
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
#bannerarea {
	background-image: url(/client/client_images/template/bannerBG.gif);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* Style for links across the top of the page  */
#topmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#topmenu a, .topmenu a:link, .topmenu a:visited {
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin-right: 5px;
}
#topmenu a:hover { 
	color: #990000;
	background-color: #EFEFEF;
}

.leftheadline {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

#searchform {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	padding: 8px;
}

#searchform table {

}
/* input boxes in search section */
#searchform table input, #searchform table select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-bottom: 2px;
	margin-top: 2px;
	margin-right: 2px;
}

#cartdisplay {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 3px;
}
#cartdisplay a, #cartdisplay a:link, #cartdisplay a:visited {
	text-decoration: none;
}

.leftSecHead {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.lightgreyBG {
	background-color: #F1F1F1;
}
.whiteBG {
	background-color: #FFFFFF;
}
#logo {
	background-image: url(/client/client_images/template/logoBG.gif);
	background-repeat: repeat-x;
}
#rightadspace {
	background-image: url(/client/client_images/template/rightLineBg.gif);
	background-repeat: repeat-y;
	padding-right: 5px;
	padding-left: 5px;
}

/* 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;
}
 
