 /*####################################################################
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: 11px;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	color: #666666;
	padding-bottom: 20px;
	padding-top:20px;
}
/* Style for variables in all shopping cart tables*/ 
.shoppingcart {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	padding-right: 10px;
	padding-bottom: 5px;
	background-image: url(/client/client_images/template/sophiaLogoRight.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: right;
	padding-top: 20px;
}
.shoppingcartNav {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	color: #58483A;
margin-left: 36px;
margin-top: -5px;
	padding: 0px;
	line-height: 1.5em;
text-transform: uppercase;
}
/* Style surrounding dynamic area 
.dynamicarea {
	padding: 10px;
}*/
/* input boxes in search section
.searchbox {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", 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: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 10px;
	color: #2F7C83;
}*/
/* ################ PRODUCT DETAILS #################### */
/* Main Book Title on Drill Down Page, links to product detail  */
.title {
	font-family: "Crimson Text","Times New Roman",Times,serif;
	font-size: 19px;
	color: #2F7C83;
	text-decoration : none;
	font-weight: bold;
}

.title a, .title a:link, .title a:visited {
	color: #2F7C83;
	text-decoration: none;
}
.title a:hover, .title a:active {
	color: #2F7C83;
}
/* Style for title on product detail page */
.detailtitle {
	font-family: "Crimson Text","Times New Roman",Times,serif;
	font-size: 30px;
	color: #000111;
	font-weight: normal;
	text-decoration : none;
line-height: 1.1em;}
/* Subtitle style on drilldown and detail pages  */
.subtitle {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 11px;
	color: #2F7C83;
}

.subtitle a, .subtitle a:link, .subtitle a:visited {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 14px;
	color: #2F7C83;
	font-weight: bold;
	text-decoration : none;
	margin-bottom: 3px;
}
.subtitle a:hover {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 14px;
	color: #2F7C83;
	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: "Crimson Text","Times New Roman",Times,serif !important;
	font-size: 15px;
	color: #000111;
	font-style: normal;
	line-height: 1.5em;
padding-top: 5px;}
.productAttributes a, .productAttributes a:link, .productAttributes a:visited {
	color: #2F7C83;
	text-decoration: underline;
}
.productAttributes a:hover {
	color: #2F7C83;
}
/* product attribute information i.e. "Size" */
.productAttributesTitle {
font-family: "Crimson Text","Times New Roman",Times,serif !important;
	font-size: 15px;
  color: #000111;
  font-style: normal;
  font-weight: bold;
  padding-right:5px;
}
.addcartdiv,
.addcartdiv_det{
	padding: 0px;
	margin-top: 4px;
width: 135px;
float: right;
}

.addcartdiv {
float: right;
}

.addcartdiv_det {
float: left;
}

.addcartdiv input[type="image"],
.addcartdiv_det input[type="image"] {
	padding: 0px;
	margin-top: 11px;
background: none;
border: 0px;
}
/* Style qty and qty pricing boxes on shopping pages */
.addcartBox {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 13px;
	color: #000111;
}
/* Style for the word Quantity next to the input quantity box */
.quantity {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif; 
	font-size: 12px;
	color: #000111;
	font-weight: bold;
}

.pages{
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif; 
	font-size: 12px;
	color: #000111;
	font-weight: normal;
}


/* Price for drill down pages and detail pages  */
.price {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	color: #E08613;
	font-weight: bold;
}
/* Price with line through it, for drilldown pages and detail pages  */
.priceslash {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #2F7C83;
	text-decoration: line-through;
}
/* Style for description of avalability ie. Backorder Policy*/
.availability, .availability a:link, .availability a:visited {
	font-size: 12px;
	text-decoration: underline;
	color: #000111;
}
/* Style for availability status ie In Stock, Out Of Stock */
.availstatus {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif; 
	font-size: 12px;
	color: #235F65;
	font-weight: bold;
}

/* Style for prepublication message */
.prepubmessage {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	color: #000111;
	font-size: 12px;
font-weight: normal;
}
/* Style for description of avalability */
.backorderreason {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	color: #2F7C83;
	font-size: 10px;
}

/* Style for large image, set padding and border ect. */
.largeImage {
	margin: 5px 15px 15px 0px;
	padding: 0px;
	float: left;
	border: 1px solid #DFD3CA;
}
/* Style for thumb image, set padding and border ect. */
.tmbImage {
	margin-right: 15px;
width: 70px;
}

.tmbImage_cont {
	max-width: 70px;
}
/* Style for authors names*/ 
/* div surrounding author info */
.author{
  font-family: "Crimson Text","Times New Roman",Times,serif;
text-transform: capitalize;
	font-size: 16px;}

line-height: 26px;

}
.author a, .author a:link, .author a:visited {
	text-decoration: none;
	color: #2F7C83;
}

.author a:hover, .author a:active {
	text-decoration: none;
	color: #2F7C83;
}
.authorbold {
  font-family: "Crimson Text","Times New Roman",Times,serif;
  font-size: 14px;
  color: #000111;
  font-style: normal;
  font-weight: normal;
text-transform: capitalize;
}
/* used for spacing between names */
.nounderline {
	text-decoration: none;
}
a.nounderline:link {
	text-decoration: none;
}
/* Style for actual word Author or By, And ect */


/* ################################################ */
/* ################ PRODUCT DESCRIPTIONS #################### */
/* Style for short dscription of product on cat display pages  */
.shortdescription {
	font-family: "Crimson Text","Times New Roman",Times,serif;
	font-size: 15px;
	color: #000111;
		line-height:1.5em; padding-top: 10px;
}
/* Style for review text */
.review {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif; 
	font-size: 12px;
	color: #000111;
}
/* Style title of review usually Review: Something - date  */
.reviewhead {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif; 
	font-size: 13px;
	font-weight: bold;
	color: #000111;
}
/* Style for long description of product usually same as short description */
.description {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif; 
	font-size: 12px;
	color: #000111;
}
/* 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: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", 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 {
	color: #58483A;
    font-family: "Lucida Grande","Lucida Sans","Lucida Sans Unicode",sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1em;}

/* surronds entire related products section */
.relatedSection {
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}
/* surronds each related product */
.relatedBox {
width: 100px;
	margin: 0px 5px 5px 0px;
}
/* controls image properties */
.relatedBox img {
}
/* controls indent or padding of text contemt in relatedBox div */
.relatedBoxContent {
line-height: 15px;
font-size: 12px;
}

.relatedBoxContent .title a {
font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 12px;

}

.relatedBoxContent .author,
.relatedBoxContent .authorbold
{
font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
line-height: 15px;
	font-size: 12px;
	padding-bottom:6px;
}

/* ############################################ */

/* For rental or purchase */
.formatPurchase {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #585858;
	background-color: #E9E9E9;
	padding: 2px;
	margin-bottom: 4px;
	width: 250px;
}
.formatRental {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", 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: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #585858;
	background-color: #E9E9E9;
	padding: 2px;
	margin-bottom: 4px;
}
.formatRentalAlt {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #585858;
	background-color: #E1EBFF;
	padding: 2px;
	margin-bottom: 4px;
}
.results{
font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;

}
/* ################################################ */
/* ############ PAGE NAVIGATION AND INFO ############## */
/* Style for the word Category on the top of the drill down pages */
.category {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	padding: 0px 0px 5px 0;
	font-size: 12px;
	font-weight: normal;
	color: #58483A;
	text-transform: uppercase;
}
/* Style for the dynamic category on the top of the page next to the word category */
.categoryhlight {
	font-family: "Crimson Text","Times New Roman",Times,serif !important;
	font-size: 26px;
	font-weight: normal;
	color: #000111;
text-transform: capitalize;
}
/* 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: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 11px;
	color: #000111;
	font-weight: normal;
}
/* Style for text indicating what page you ARE on when there is more that one page of products */
.results .resultpgshlight {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2F7C83;
}
/* Links used for Previous and Next */
.results a, .results a:link, .results a:visited {
	color: #333399;
}
.results a:hover {
	color: #6633FF;
}
/* Style for Contributor header display */
.contribhlight {
    color: #2F7C83;
    font-family: "Crimson Text","Times New Roman",Times,serif;    
    font-size: 30px;
    font-weight: normal;
    padding-bottom: 15px;}

.contribshortbio{
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000111;
}
.contriblongbio{
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000111;
}
.contriblongbio:link{
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #226767;
}
/* Style for hr under results and on top */
.mainhr {
margin: 20px 0 15px 0;
}
/* Style for hr between items on category display pages */
.subhr {
margin: 27px 0px;
}
/* ################################################ */
/* ############ DRILLDOWN PAGES, SHOWING SUBCATEGORIES IN A LIST ############## */
/* Title on to of drill down (Titles in: Sci fantasy) */
.linkdrilldowntitle {
	color: #330066;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 16px;
	font-weight: bold;
}
/* text under category main title and each sub link */
.linkdrilldowndescription {
	color: #000000;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-top: 3px;
}

/* Style for sub category links after clicking on left menu category */
.linkdrilldown   {
	color: #000111;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
}
.linkdrilldown a, .linkdrilldown a:link, .linkdrilldown a:visited {
	color: #000111;
	text-decoration: none;
}
.linkdrilldown a:hover {
	color: #2F7C83;
	text-decoration: none
}
/* ################################################ */


/* 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: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 11px;
}
.mainmenu a, .mainmenu a:link, .mainmenu a:visited {
	background-color: #B3DCFF;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	color: #333366;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9BD2FF;
}
.mainmenu a:hover {
	background-color: #CCE8FF;
	color: #333399;
}
/* Links along bottom of page */
.bottomlinks {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", 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: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", 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: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	color: #000000;
}

/* 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: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", 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: #000111;
 	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
 	font-size: 12px;
}


.sup {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 6px;
}
.indexquote {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	padding-left: 0in;
	font-size: 10pt;
}
.AdWebContents {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 10pt;
	margin-right: 1.0in;
	font-style: normal;
	padding-left: 0.5in;
}
.AuthorPageAuthor {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 10pt;
	margin-right: 1.0in;
	font-style: normal;
	color: #000000;
	padding-left: 0.5in;
}[
