/*####################################################################
STLYESHEET IS FOR EVERYTHING IN THE DYNAMIC AREA GENERATED BY POWERWEB
####################################################################*/

/* ################ TEMPLATE ITEMS #################### */







/* Style for login navigation message usually in a div */
.loginnavmsg {
	color : #990000;
	font-size: smaller;
}
/* Style for variables in all shopping cart tables*/ 
.shoppingcart {
	color: #990000;
	font-weight: normal;
	font-size: smaller;
}
/* Style for shoping cart backorder items*/  
.shoppingcartbo {
	color: #CC0000;
}
/* Style surrounding dynamic area */
#dynamicarea {
	padding: 0px 5px 5px;
}
/* input boxes in search section */
.searchbox {
	color: #000000;
	font-size: 70%;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
}
/* 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: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
	color: #666666;
}


/* Style for non linking title on product detail page */
.detailtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333399;
	font-weight: bold;
	text-decoration : none;
	margin-bottom: 3px;
}
/* Subtitle style on drilldown and detail pages  */
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	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: 150%;
	color: #333333;
}

/* product attribute information i.e. "Size" */
.productAttributesTitle {
	font-weight: bold;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


.addcartdiv {padding: 0; margin: 0;}

/* 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-serif;
	font-size: 14px;
	color: #FF6600;
	font-weight: bold;
}
/* Price with line through it, for drilldown pages and detail pages  */
.priceslash {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333366;
	font-weight: bold;
	text-decoration: line-through;
}
/* Style for description of avalability ie. Backorder Policy*/
.availability {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	padding-right: 2em;
}
.availability a, .availability a:link, .availability a:visited {
	font-weight: normal;
	color: #FF6600;
	text-decoration: underline;
}
.availability a:hover {
	text-decoration: none;
	color: #CC3300;
}
/* Style for prepublication message */
.prepubmessage {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
	font-size: 11px;
}
/* Style for large image, set padding and border ect. */
.largeImage {
	/*clear: none;
	float: right;
	margin: 5px 0px 15px 15px;
	padding: 0px;
	float: left;
	margin: 1em 1em 1em 0;*/
	margin: 0; padding: 0;
	border: 1px solid #ccc;
	/*width: 130px;*/
}
/* Style for thumb image, set padding and border ect. */
.tmbImage {
	margin-right: 15px;
	border: 1px solid #ccc;
}
/* Style for authors names*/ 
/* div surrounding author info */
.author{font-size: 12px;
}
.author a, .author a:link, .author a:visited {
	color: #333399;
	text-decoration: underline;
}
.author a:hover {
	color: #6600CC;
	text-decoration: none;
}
.authorBold {
	font-weight: bold;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* 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 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-top: 5px;
}
/* Style for review text */
.review {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 10px 0 40px 0;
	padding-right: 2em;
}
/* Style title of review usually Review: Something - date  */
.reviewhead {
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 5px 0;
}
/* Style for long description of product usually same as short description */
.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 5px;
	padding-right: 2em;
}
/* Expander to show continuation of long description */
/* Container div */
.parentExpander {
	margin-top: 10px;
}
/* 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 {
	margin-left: 30px;
	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 {
	display: none;
	/*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-serif; 
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0; padding: 0;
}
/* Style for the dynamic category on the top of the page next to the word category */
.categoryhlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333399;
	margin: 10px 0 0 0; padding: 0;
}

a.linkCategoryhlight			{color: #333399; text-decoration: underline;}
a.linkCategoryhlight:link    	{color: #333399; text-decoration: underline;}
a.linkCategoryhlight:active 	{color: #333399; text-decoration: underline;}
a.linkCategoryhlight:visited 	{color: #333399; text-decoration: underline;}
a.linkCategoryhlight:hover		{color: #333399; text-decoration: none;}


/* 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-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	padding: 0em 2em 1em 1em;
	line-height: 120%;

}
/* Style for text indicating what page you ARE on when there is more that one page of products */
.resultpgshlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #cc9900;
}

.resultH1 {font-size: 12px; font-weight: bold; color: #cc9900;}

a.linkResult			{color: #990000; text-decoration: none; font-weight: bold;}
a.linkResult:link    	{color: #990000; text-decoration: none; font-weight: bold;}
a.linkResult:active 	{color: #990000; text-decoration: none; font-weight: bold;}
a.linkResult:visited 	{color: #990000; text-decoration: none; font-weight: bold;}
a.linkResult:hover		{color: #cc9900; text-decoration: none; font-weight: bold;}


/* Style for Contributor header display */
.contribhlight{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #333399;
	padding-left: 10px;
}
.contribshortbio{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0 30px 0 10px;	
}
.contriblongbio{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #226767;
}
.contriblongbio:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #226767;
}
/* Style for hr under results and on top */
.mainhr {height: 1em; visibility: hidden;}
.subhr {height: 0.25em; visibility: hidden;}



/* ################################################ */
/* ############ 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;
}
/* ################################################ */









@media print{

html					{width: 99%;}
body					{width: 99%;}
}







