/*####################################################################
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: .9em;
	color: #333333;
	padding: 5px;
}
a.loginnavmsg:link {
	color: #CC0000;
	text-decoration: underline;
}
a.loginnavmsg:visited {
	color: #CC0000;
	text-decoration: underline;
}
a.loginnavmsg:hover {
	color: #CC0000;
	text-decoration: none;
}
/* Style for variables in all shopping cart tables*/ 
.shoppingcart {
	font-size: .9em;
	color: #000066;
}
/* Style for shoping cart backorder items*/  
.shoppingcartbold {
	font-size: .9em;
	font-weight: bold;
	color: #000066;
}
/* Style surrounding dynamic area */
.dynamictable {
	padding: 10px 10px 10px 15px;
}
/* input boxes in search section */
.searchbox {
	font-size: .9em;
	color: #003399;
}
/* images displayed in as dynamic ads through admin */
.adimage {
	padding-top: 10px;
	padding-bottom: 5px;
}
/* text under the images from admin */
.adtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
/* ################ PRODUCT DETAILS #################### */
/* Main Book Title on pages that link to Product detail page */
.title {
	font-size: 1.1em;
	color: #000066;
	font-weight: bold;
	text-decoration : underline;
	margin-bottom: 5px;
}
.title a, .title a:link, .title a:visited, A.title:link, A.title:visited  { 
	color: #000066; 
	text-decoration: underline;
}
.title a:hover, .title a:active, A.title:hover, A.title:active { 
	color: #CC0000; 
	text-decoration: none
}

/* Style for non linking title on product detail page */
.detailtitle {
	font-family: arial, veranda, helvetica, sans-serif;
	font-size: 1.3em;
	color: #003366;
	font-weight: bold;
	text-decoration : none;
	padding-bottom: 5px;
}
/* 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 {
}
.productAttributes a, .productAttributes a:link, .productAttributes a:visited {
	color: #330066;
	text-decoration: underline;
}
.productAttributes a:hover {
	color: #3333CC;
}
/* product attribute information i.e. "Size" */
.productAttributesTitle {
	font-size: .9em;
	font-weight: bold;
}
.addcartdiv {
	padding: 0px;
	margin-top: 4px;
}
/* Style qty and qty pricing boxes on shopping pages */
.addcartBox {
	font-size: .9em;
}
/* Style for the word Quantity next to the input quantity box */
.quantity {
	font-weight: bold;
	font-size: .9em;
}
/* Price for drill down pages and detail pages  */
.price {
	color: #990000;
	font-weight: bold;
}
/* Price with line through it, for drilldown pages and detail pages  */
.priceslash {
	font-weight: bold;
	text-decoration: line-through;
}
/* Style for description of avalability ie. Backorder Policy*/
.availability {

}
.availability a, .availability a:link, .availability a:visited {
	text-decoration: underline
}
.availability a:hover {
	text-decoration: none;
	color: #CC3300;
}
/* Style for availability status ie In Stock, Out Of Stock */
.availstatus {
	font-weight: bold;
	color: #000066;
}

/* Style for prepublication message */
.prepubmessage {

}
/* Style for description of avalability */
.backorderreason {

}

/* Style for large image, set padding and border ect. */
.largeImage {
	clear: none;
	float: right;
	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 */
.author{

}
.author a, .author a:link, .author a:visited {

}
.author a:hover {

}
/* 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-size: .9em;
	font-weight: bold;
}

/* ################################################ */
/* ################ PRODUCT DESCRIPTIONS #################### */
/* Style for review text */
.review {

}
/* Style title of review usually Review: Something - date  */
.reviewhead {
	font-size: 1.2em;
	font-weight: bold;
}
/* Style for description of product  */
.description, .description td{

}
/* Style for short dscription of product  */
.shortdescription {
	padding-top: 10px;
}
/* Expander to show continuation of long description */
/* Container div */
.parentExpander {
}
/* Actual word "Read More" */
.expanderHeadText {
	font-size: .9em;
	font-weight: bold;
}
.expanderHeadText a, .expanderHeadText a:link, .expanderHeadText a:visited {

}
.expanderHeadText a:hover {

}
/* ################################################ */
/* ############ 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 #336699;
	margin-bottom: 4px;
	background-color: #EDF1F8;
	width: 92%;
}
/* 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: #EDF1F8;
	margin: 0px 5px 5px 0px;
	border: 1px solid #336699;
}
/* 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 {

}
/* Style for the dynamic category on the top of the page next to the word category */
.categoryhlight {
	font-size: 1.4em;
	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-size: .9em;
}
/* Style for text indicating what page you ARE on when there is more that one page of products */
.resultpgshlight {
	font-size: 1.1em;
	font-weight: bold;
	color: #990000;
}
/* Links used for Previous and Next */
.resultpgs a, .resultpgs a:link, .resultpgs a:visited {

}
.resultpgs a:hover {

}
/* Style for Contributor header display */
.contribhlight{
	font-size: 1.4;
	font-weight: bold;
	color: #990000;
}
.contribshortbio{
	font-weight: bold;
}
.contriblongbio{

}
.contriblongbio:link{

}
/* 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-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/* ################################################ */
/* ############ DRILLDOWN PAGES, SHOWING SUBCATEGORIES IN A LIST ############## */
/* Title on to of drill down (Titles in: Sci fantasy) */
.linkdrilldowntitle {
	font-size: 1.4em;
	font-weight: bold;
}
/* text under category main title and each sub link */
.linkdrilldowndescription {
	font-size: .9em;
	padding-top: 3px;
}

/* Style for sub category links after clicking on left menu category */
.linkdrilldown {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 40px;
}
A.linkdrilldown:link {
}
A.linkdrilldown:visited {

}
A.linkdrilldown:hover {

}
/* ################################################ */



.normal {

}
/* This style is outdated. It is here incase anything that needs to be normal is using this class. It should be identical to normal */
.normalblack {
	font-family: arial, veranda, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.normalbld {
	font-family: arial, veranda, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

/* #################### STATIC PAGE STYLES ########################## */
/* 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;
}
 