/*####################################################################
STLYESHEET IS FOR EVERYTHING IN THE DYNAMIC AREA GENERATED BY POWERWEB
####################################################################*/

/* ################ TEMPLATE ITEMS #################### */
/* Style for login navigation message usually in a div */
.loginnavmsg {
	color : #CEEFFF;
	padding-top: 8px;
}
/* Style surrounding dynamic area */
.dynamicarea {
	color: #000000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 10px;
}
/* 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: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
}
/* ################ PRODUCT DETAILS #################### */
/* Main Book Title on pages that link to Product detail page */
.title {
	Width: 300px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	color: #000076;
}
.title a, .title a:link, .title a:visited {
	color: #000076;
	text-decoration: none;
}
.title a:hover {
	color: #4166D0;
	text-decoration: underline;
}


.titlesearch {
	Width: 350px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	color: #000076;
}
.titlesearch a, .title a:link, .title a:visited {
	color: #000076;
	text-decoration: none;
}
.titlesearch a:hover {
	color: #4166D0;
	text-decoration: underline;
}
/* Style for non linking title on product detail page */
.detailtitle {
	Width: 400px;
	font-size: 15px;
	color: #000076;
	font-weight: bold;
	margin-right: 15px;
	padding-left: 5px;
	text-decoration : none;
	margin-bottom: 3px;
}
/* Subtitle style on drilldown and detail pages  */
.subtitle {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #4166D0;
}
.subtitle a, .subtitle a:link, .subtitle a:visited {
	color: #4166D0;
	text-decoration: underline;
}
.subtitle a:hover {
	color: #4166D0;
	text-decoration: none;
}
/* style of div containing product attribute information i.e. value of size. default style for information */
.productAttributes {
	width: 180px;
	font-size: 12px;
	line-height: 140%;
	color: #333333;
}
.productAttributes a, .productAttributes a:link, .productAttributes a:visited {
	color: #000076;
	text-decoration: none;
}
.productAttributes a:hover {
	color: #4166D0;
	text-decoration: none;
}
/* product attribute information i.e. "Size" */
.productAttributesTitle {
	font-weight: bold;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.addcartdiv {
	padding: 0px;
	margin-top: 4px;
}
/* Style qty and qty pricing boxes on shopping pages */
.addcartBox {
	color: #333333;
	font-size: 11px;
}
/* Style for the word Quantity next to the input quantity box */
.quantity {
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Price for drill down pages and detail pages  */
.price {
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
}
/* Price with line through it, for drilldown pages and detail pages  */
.priceslash {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #990000;
	font-weight: bold;
	text-decoration: line-through;
}
/* Style for description of avalability ie. Backorder Policy*/
.availability {
	color: #333333;
	font-size: 11px;
	font-weight: normal;
}
.availability a, .availability a:link, .availability a:visited {
	font-weight: normal;
	color: #CC0000;
	text-decoration: underline;
}
.availability a:hover {
	text-decoration: none;
	color: #FF0000;
}
/* Style for prepublication message */
.prepubmessage {
	color: #CC0000;
	font-size: 11px;
}


/* Style for large image, set padding and border ect. */
.widgetcontainer {
	background-color: #ffffff;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 10px;
}


/* Style for large image, set padding and border ect. */
.largeImage {
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	
}

/* Style for thumb image, set padding and border ect. */
.tmbImage {
	margin-right: 15px;
}
/* Style for authors names*/ 
/* div surrounding author info */
.author{
	font-size: 12px;
	
	font-weight: bold;
}
.author a, .author a:link, .author a:visited {
	color: #000076;
	text-decoration: underline;
	font-weight: normal;
}
.author a:hover {
	color: #4166D0;
	text-decoration: underline;
	font-weight: normal;
}
/* 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 {
	line-height: 140%;
	width: 380px;
	text-align: justify;
	font-size: 12px;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 10px;
}
/* Style for review text */
.review {
	width: 430px;
	text-align: justify;
	font-size: 11px;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 0px;
	
}
/* 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 {
	text-align: justify;
	width: 430px;
	font-size: 12px;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 20px;
}
/* Expander to show continuation of long description */
/* Container div */
.parentExpander {
}
/* Actual word "Read More" */
.expanderHeadText {
	font-size: 11px;
	color: #cc6600;
	font-weight: bold;
}
.expanderHeadText a, .expanderHeadText a:link, .expanderHeadText a:visited {
	color: #cc6600;
	text-decoration: underline;
}
.expanderHeadText a:hover {
	color: #ff6600;
}


/* ################################################ */
/* ############ LINKED PRODUCTS ############## */
/* Words above Linked Products, usually "Also Available As" */
.linkedsectionhead {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	padding-left: 3px;
	margin-top: 10px;
}
/* surronds entire linked products section */
.linkedSection {
	width: 150px;
	margin-left: 0px;
	margin-right:0px;
	margin-top: 0px;
}
/* surrounds each item as div */
.linkedproducts {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* Style for image */
.linkedImage {
	margin-right: 5px;
}

/* ############################################ */
/* ############ RELATED PRODUCTS ############## */
/* Words above related Items, usually "Related Products" */

.relatedsectionhead {
	font-size: 12px;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 0px;
}

/* surronds entire related products section */
.relatedSection {
	width: 510px;
	margin-left: 0px;
	margin-right: 0px;
        margin-left: 0px;
	margin-bottom: 10px;
}


/* surronds each related product */
.relatedBox {
	padding-left: 6px;
	padding-right: 6px;
	width: 90px;
	height: 110px;
	vertical-align: bottom;
}
/* controls image properties */
.relatedBox img {
	border: 1px solid #666666;
}

/* controls indent or padding of text content in relatedBox div */
.relatedBoxContent, .relatedBoxContent .subtitle{
        width: 90px;
	font-size: 10px;
	font-weight: bold;
	padding-top: 0px;
}

}
.relatedBoxContent a, .relatedBoxContent a:link, .relatedBoxContent a:visited {
	text-decoration: underline;
}
.relatedBoxContent a:hover {
	text-decoration: underline;
}

/* ############################################ */

/* For rental or purchase */
.formatPurchase {
	font-size: 11px;
	font-weight: bold;
	width: 50px;
	color: #585858;
	background-color: #E9E9E9;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 4px;
}
.formatRental {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #94A9C0;
	padding: 2px 2px 2px 5px;
	margin-bottom: 4px;
	width: 50px;
	border-top-width: 1px;
	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: #C0CCDA;
	border-right-color: #849CB7;
	border-bottom-color: #7591AE;
	border-left-color: #C0CCDA;
}
/* Styles used for the linked product and related product boxes */
.formatPurchaseAlt {
	font-size: 11px;
	font-weight: bold;
	width: 50px;
	color: #585858;
	background-color: #E9E9E9;
	padding: 2px;
	margin-bottom: 4px;
}
.formatRentalAlt {
	font-size: 11px;
	font-weight: bold;
	width: 50px;
	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-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-size: 14px;
	font-weight: bold;
	color: #477BD1;
        padding-left: 5px;
	padding-right: 5px;
	margin-left: 5px;
}
/* Style for text indicating what page you are NOT on when there is more that one page of products and text explaining it */
.resultpgs {
	width:500px;
	margin-left: 10px;
	font-size: 12px;
	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-size: 13px;
	font-weight: bold;
	color: #477BD1;
}
/* Links used for Previous and Next */
.resultpgs a, .resultpgs a:link, .resultpgs a:visited {
font-size: 12px;
}
.resultpgs a:hover {
font-size: 12px;	
}
/* Style for Contributor header display */
.contribhlight{
	font-size: 16px;
	font-weight: bold;
	color: #cc6600;
}
.contribshortbio{
	width: 400px;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.contriblongbio{
	width: 400px;
	text-align: justify;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
.contriblongbio:link{
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #226767;
}

/* Style for hr under results and on top */
.mainhr {
	width: 100%;
	color: #ffffff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ebebeb;
	

}

/* Style for hr between items on category display pages */
.subhr {
	width: 100%;
	color: #ffffff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ebebeb;
	
}
/* ################################################ */
/* ############ DRILLDOWN PAGES, SHOWING SUBCATEGORIES IN A LIST ############## */
/* Title on to of drill down (Titles in: Sci fantasy) */
.linkdrilldowntitle {
	color: #000066;
	font-size: 15px;
	font-weight: bold;
}
/* text under category main title and each sub link */
.linkdrilldowndescription {
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	padding-top: 3px;
}

/* Style for sub category links after clicking on left menu category */
.linkdrilldown {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	background-color: #F4F4F4;
	padding: 7px;
	margin-top: 10px;
	margin-bottom: 0px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
	width: 300px;
}
.linkdrilldown a, .linkdrilldown a:link, .linkdrilldown a:visited {
	color: #cc6600;
	text-decoration: none;
}
.linkdrilldown a:hover {
	text-decoration: underline;
	color: #ff6600;
}
/* ################################################ */

/* 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%;
}
/* 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: #000066;
}
/* 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;
}
 