/**
 * Additional styles.
 */
@font-face {
    font-family: 'Garamond Regular';
    src: url('fonts/garamond_regular-webfont.eot');
    src: url('fonts/garamond_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/garamond_regular-webfont.woff') format('woff'),
         url('fonts/garamond_regular-webfont.ttf') format('truetype'),
         url('fonts/garamond_regular-webfont.svg#garamondregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
        font-family: "Garamond";
        src: url('fonts/Garamond-Light.eot');
        src: url('fonts/Garamond-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Garamond-Light.svg#Garamond') format('svg'),
        url('fonts/Garamond-Light.woff') format('woff'),
        url('fonts/Garamond-Light.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }
	

@font-face {
    font-family: 'gillsans';
    src: url('fonts/gillsanslight-webfont.eot');
    src: url('fonts/gillsanslight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gillsanslight-webfont.woff') format('woff'),
         url('fonts/gillsanslight-webfont.ttf') format('truetype'),
         url('fonts/gillsanslight-webfont.svg#gillsans-lightlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1,h2 { font-family: 'gillsans'; }


/* Helper classes %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

 
/* Layout helper classes
-------------------------------------------------------------- */
.section-container {}
.section { padding:10px 0; }
.section-space { padding:10px; }
.margin-top { margin-top:20px; }
.margin-bottom { margin-bottom:20px; }
.padding-top { padding-top:20px; }
.padding-bottom { padding-bottom:20px; }
.float-left { float:left; }
.float-right { float:right; }



/* Additional styling for grid elements %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Nav container: stretched or with side padding
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Add top margin for nav element, the same value as left and right margin of the grid unit,
   and remove margin if stretched */
.nav > .grid-full { float:left; margin-top:1%; }
.nav.stretched > .grid-full { margin-top:0; }


/* Cart
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Collateral boxes - stretch */
.cart-left-column .grid-full,
.cart-right-column .grid-full { width:100%; }



/* Misc %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

body.cms-index-index .the-slideshow,
body.cms-index-defaultindex .the-slideshow {
	/* TODO: remove or move to the theme admin settings
	margin-top:-10px;*/
}



/**
 *
 *
 *
 * Common styles
 *
 *
 *
 */



/* Common styles %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Override specific classes to change colors, fonts, backgrounds etc. */
 
/* Headings
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Secondary headings
-------------------------------------------------------------- */

/* Account */
.box-account .box-head h2,
.order-items h2.table-caption,
.order-items h2.sub-title,
.order-items .order-comments h2,

/* Forms headings */
.fieldset .legend,

/* Log in */
.account-login h2,

/* Checkout log in */
#opc-login h3,

/* Multiple checkout */
.multiple-checkout .col2-set h2.legend,
.info-set h2.legend
{
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
}

/* Headings with bottom border */
.account-login h2,
#opc-login h3 { border-bottom:1px solid #ddd; padding-bottom:5px; }


/* Section headings
-------------------------------------------------------------- */

/* Sidebar blocks */
.block .block-title,

/* Sections */
.section-title,

/* Cart */
.cart .crosssell h2,
.cart .discount h2,
.cart .shipping h2
{
	padding:13px 0 7px;
	border-bottom:0px solid #ddd;
	font-weight:normal;
	font-size:1.5em; /*18px*/
	line-height:1.2222em; /*22px*/
}
.block .block-title{ padding:0px; }

/* Account headings
-------------------------------------------------------------- */

/* Primary */
.box-account .box-head h2,
.order-items h2.table-caption,
.order-items h2.sub-title,
.order-items .order-comments h2 {}

/* Secondary */
.dashboard .box .box-title h3,
.dashboard .box .box-title h4,
.order-info-box h2 {}


/* Borders
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Elements with horizontal border - normal
-------------------------------------------------------------- */

/* Page title */
.my-account .page-title,
.category-title,

/* Misc */
.toolbar { border-color:#ddd; }

/* Elements with horizontal border - lighter
-------------------------------------------------------------- */
/* Product page - Add-to-cart area */
.product-view .product-type-data .price-box,
.container1-wrapper,
.container2-wrapper,
.product-view .add-to-box,

/* Product grid/list */
.category-products-grid .item,
.products-list li.item,

/* Pop-ups */
.remember-me-popup h3,
.map-popup-heading
{
	border-color:#f5f5f5;
}

/* Elements with vertical border - normal
-------------------------------------------------------------- */
/* Product page */
.product-secondary-column .inner,
.product-view .box-sidebar .box-sidebar-inner
{
	border-color:#ddd;
}

/* Elements with vertical border - lighter
-------------------------------------------------------------- */
/* Product grid/list */
.products-list .product-shop-inner
{
	border-color:#f5f5f5;
}


/* Colors
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Elements with light gray background
-------------------------------------------------------------- */
/* Main menu - vertical */
.vertnav,

/* Account */
.addresses-list .addresses-primary .item,
.order-info-box,

/* Advanced search */
.advanced-search-summary,

/* Checkout */
.opc .gift-messages-form
{
	background-color:#f5f5f5;
}

/* Elements with lighter text
-------------------------------------------------------------- */
/* Forms */
.form-list label,

/* Product grid/list */
.products-list .ratings,
.products-grid .ratings,
.products-list .ratings a,
.products-grid .ratings a,

/* Breadcrumbs */
.breadcrumbs li,
.breadcrumbs a,

/* Layered nav */
.block-layered-nav dd li,

 

/* Reviews */
.product-view .box-reviews dd .date,

/* Product options */
.item-options dd,
.product-options p.note,

/* Prices */
.price-notice .price,
.tier-prices li,

/* MSRP price and old price */
.old-price,
.map-popup-msrp .price
{
	color:#888;
}

/* Breadcrumbs */
.breadcrumbs li,
.breadcrumbs a { color:#bbb; }

/* Elements with darker border
-------------------------------------------------------------- */
/* Cart */
.data-table thead,
.cart-table thead tr,

/* Availability */
.availability-only-details thead
{
	border-color:#ddd;
}

/* Interface elements (like buttons or special links) with background color
-------------------------------------------------------------- */
/*.btn-remove,
.btn-remove2,
.btn-edit,
.tool-tip .btn-close a {}*/



/* Effects %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Shadows: for pop-ups, drop-downs etc.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* IE version included */
#nav.wide ul.level0,
#nav.wide div.level0,
#nav.classic .parent > ul,

/* Mini cart */
#mini-cart .block-content,
.truncated .truncated_full_value .item-options,

/* Compare drop-down */
.header .block-compare .block-content,

/* Search autocomplete */
.header .form-search .search-autocomplete ul,

/* Drop-down button */
.dropdown-button:hover,
.dropdown-button ul,

/* Pop-ups and tooltips */
.remember-me-popup,
.map-popup,
.tool-tip,
#subscribe-form .input-box .validation-advice
{
	-moz-box-shadow:1px 1px 5px rgba(0,0,0, 0.2);
	-webkit-box-shadow:1px 1px 5px rgba(0,0,0, 0.2);
	box-shadow:1px 1px 5px rgba(0,0,0, 0.2);
}


/* Transitions
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Product image (and other elements)
-------------------------------------------------------------- */
.product-image img {
	transition:			opacity 300ms ease-in-out;
	-moz-transition:	opacity 300ms ease-in-out;
	-webkit-transition:	opacity 300ms ease-in-out;
	-o-transition:		opacity 300ms ease-in-out;
}
.product-image img:hover { opacity:0.85; filter:alpha(opacity=85); }

	/* Remove this transition in product grid. Raplace it with "on item hover" transition. */
	.products-grid .product-image img:hover { opacity:1; }
	/*
	.products-grid .item:hover .product-image img { opacity:0.85; }
	*/

/* Links and other selected elements
-------------------------------------------------------------- */
a,
.feature div.icon,
#mobnav-trigger .icon .line,
.accordion .opener
{
	transition:			color 450ms ease-in-out, background-color 450ms ease-in-out;
	-moz-transition:	color 450ms ease-in-out, background-color 450ms ease-in-out;
	-webkit-transition:	color 450ms ease-in-out, background-color 450ms ease-in-out;
	-o-transition:		color 450ms ease-in-out, background-color 450ms ease-in-out;
}
a:hover,
.feature:hover div.icon,
#mobnav-trigger:hover .icon .line,
.accordion .opener:hover
{
	transition-duration:			100ms;
	-moz-transition-duration:		100ms;
	-webkit-transition-duration:	100ms;
	-o-transition-duration:			100ms;
}

/* Accordions & tabs
-------------------------------------------------------------- */
.gen-tabs .tabs a,
.gen-tabs .acctab,

/* OPC accordion */
.opc .step-title
{
	transition:			color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
	-moz-transition:	color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
	-webkit-transition:	color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
	-o-transition:		color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
}

/* Elements with animated color and borders
-------------------------------------------------------------- */
/* Forms */
input.input-text, select, textarea,
.product-options ul.options-list,

/* Product image thumbnails */
.product-view .product-img-box .more-views .thumbnails li a,

/* Product mini-lists */
.mini-products-list .product-image,
.cart .crosssell .product-image
{
	transition:			color 300ms ease-in-out, border-color 300ms ease-in-out;
	-moz-transition:	color 300ms ease-in-out, border-color 300ms ease-in-out;
	-webkit-transition:	color 300ms ease-in-out, border-color 300ms ease-in-out;
	-o-transition:		color 300ms ease-in-out, border-color 300ms ease-in-out;
}

/* Structural elements
-------------------------------------------------------------- */
/* Layered nav */
.block-layered-nav dd li,

/* Grid */
.grid12-1,
.grid12-2,
.grid12-3,
.grid12-4,
.grid12-5,
.grid12-6,
.grid12-7,
.grid12-8,
.grid12-9,
.grid12-10,
.grid12-11,
.grid4-1,
.grid4-2,
.grid4-3,
.grid2-1,
.grid-full,
.grid-col2-sidebar,
.grid-col2-main,

/* Products */

.product-view .product-img-box,

/* Misc */
.header .logo,

/* Menu */
#nav > li
{
	transition:			all 300ms ease-in-out;
	-moz-transition:	all 300ms ease-in-out;
	-webkit-transition:	all 300ms ease-in-out;
	-o-transition:		all 300ms ease-in-out;
}


/* Shadow for the main containers
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.shadow .show-bg {
	-moz-box-shadow:	0 2px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:	0 2px 3px rgba(0, 0, 0, 0.1);
	box-shadow:			0 2px 3px rgba(0, 0, 0, 0.1);
}
/* Note: "show-bg" for ".main" added via js */



/**
 *
 *
 *
 * Built-in static block
 *
 *
 *
 */



/* Category page */
.block_category_above_collection {  }
.block_category_below_collection {  }
.block_category_above_empty_collection {}

/* Product page */
	
	/* Main blocks */
	.block_product_primary_bottom { border-top:1px solid #f5f5f5; margin:10px 0 0; padding:15px 0 0; }
	.block_product_primary_bottom .addthis_toolbox {}
	.block_product_secondary_bottom { margin:15px 0; }

	/* Static blocks replacing related and up-sell products */
	.block_product_replace_related {}
	.block_product_replace_related {}
	
/* Cart */
.block_cart_below_totals {}
.block_cart_below_table {}

/* Mini cart */
.block_mini_cart_above_products { margin:0 0 10px; }

/* OPC */
.block_opc_below_progress { margin:15px 0; }
.block_opc_below_progress img { padding:10px 20px 0px 20px; }

/* CMS pages */
.block_cms_page_top { margin:0 0 15px; }

/* Header */
.block_header_top_help {}
.block_header_links_upper {}
.block_header_top_right {}

/* Footer */
.block_footer_primary_bottom_left {}
.block_footer_primary_bottom_right {}
.block_footer_payment { margin-right:10px; margin-bottom:10px; margin-left:20px; }


/* Sample block content
-------------------------------------------------------------- */
.sample-block {
	border:2px dotted #ddd;
	color:#999;
	margin-top:10px;
	padding:10px;
}
.sample-block:hover {
	color:#555;
}


 ul#subNav{
	font-size: 15px;
}

 ul#subNav li.children ul li{
	list-style-type: disc;
	margin-left: 15px;
	color: #666;
}

 ul#subNav {
	margin-bottom: 0;
	background-color: white;
    margin-bottom: 20px;
    padding: 15px;
	width:142px;
}
  ul#subNav li.current_page a {
    color: #B24424;
}

 ul#subNav li.toppage{
	list-style-type: none;
}

 ul#subNav li.toppage a{
	font-size: 18px;
	margin-left: 0;
	color: #B24424;
	font-weight:bold;
}

 
.sidebar-authors ul li{
	background-color: white;
	padding: 15px;
	/* width: 100%; */
	margin-bottom: 20px;
}

 
#subNav li.children ul li {
    color: #666666;
    list-style-type: disc;
    margin-left: 15px;
}


 

	
/* -----------------------------------------------
   Neccessities
   ----------------------------------------------- */

.clear {
	clear: both;
}

li.clearingli{
	float: none !important;
	clear: left !important;
	width: 0px !important;
	height: 0px !important;
	font-size: 0 !important;
	line-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

p, ul {
	line-height: 140%;
	margin: 0px;
}

b, strong{
	font-weight: bold;	
}

em{
	font-style: italic;	
}

sup{
	bottom: 0.8em;
    font-size: 0.5em;
	position: relative;
}

.content ul{
	list-style: disc;
	margin-left: 1.5em;
}

table, tr, th, td{
	vertical-align: top;
}

a{
	color: #B24424;
	text-decoration: none;
	font-weight:normal;
}

a:hover {
	color: #DA6A49;
	text-decoration: underline;
}

a.pdf{
	background: url('images/pdf.png') left center no-repeat;
	display: block;
	min-height: 17px;
	padding: 1px 0 0 21px;
}

td{
	vertical-align: top;	
}

p.wp-caption-text,
div.singleDescription p.wp-caption-text{
	font-size: 11px;
	text-align: center;
}


.sidebar ul, .sidebar ul ol {
	margin: 0;
	padding: 0;
}

.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0px;
}

.sidebar ul li#woocommerce_login-2{
	display: none;	
}

body.page-id-127 .sidebar ul li#woocommerce_login-2{
	display: block;	
}


/* -----------------------------------------------
   Headers
   ----------------------------------------------- */

h1 {
	font-size: 30px;
	font-family: "Garamond", Garamond, Georgia, "Times New Roman", Times, serif;
}

h1.pagetitle{
	font-size: 50px;
	color: #B24424;
	margin-bottom: 0.4em;
	line-height: 100%;
}

h2 {
	font-size: 30px;
	font-family: "Garamond", Garamond, Georgia, "Times New Roman", Times, serif;
	margin: 0 0 0.3em 0;
	line-height:1;
}

#accordion h2.nav-bar-open{
	margin: 15px 0 15px 0;	
	font-size: 30px;
}

#accordion h2{
	 line-height:24px;
	font-size: 24px;
}
.featured-image {margin:0 0 0px }
h2.posttitle{
	font-size: 38px;
}

.persephoneforum h2.posttitle{
	margin-bottom: 0.7em
}


h2.searchtitle {
	font-size: 24px;	
}

h2.searchtitle a{
	color: #4E8780;
}

.entry h3,
.pagecontent h3 {
	font-weight: bold;
	margin: 0 0 0.5em 0;
	font-size: 17px;
	line-height: 135%;
}

h3{

}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	/*text-decoration: none;*/
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	/*color: #333;*/
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, .sidebar h2, #wp-calendar caption, cite {
	/*text-decoration: none;*/
}



/* -----------------------------------------------
   Layout
   ----------------------------------------------- */

.wrapper {
	margin: 0 auto;
	width: 980px;
	text-align: left;
	padding: 0 0 0px 0;
}

.content {
	min-height: 500px;
}

.homepagecontent{
	min-height: inherit;
}

.blogcontent,
div.pagecontent{
	background-color: white;
	width: 778px;
	float: right;
	min-height: 500px;
}

div.pagecontentwide{
	width: 860px;
	padding: 20px 60px;
}


body.single-persephonepost div.blogcontent,
body.post-type-archive-persephonepost div.blogcontent{
	background: white url('images/post-header.jpg') top left no-repeat;
	padding-top: 220px;
}

body.single-persephoneforum div.blogcontent,
body.post-type-archive-persephoneforum div.blogcontent{
	background: white url('images/forum-header.jpg') top left no-repeat;
	padding-top: 220px;
}

body.single-persephoneletter div.blogcontent,
body.post-type-archive-persephoneletter div.blogcontent{
	background: white url('images/letter-header.jpg') top left no-repeat;
	padding-top: 220px;
}

body.single-favourites div.blogcontent,
body.post-type-archive-favourites div.blogcontent{
	background: white url('images/favourites-header.jpg') top left no-repeat;
	padding-top: 220px;
}


div.pagecontentNoBG{
	background: none;
	padding: 0;
	width: 778px;
}

div.pagecontentInner{
	background-color: white;
	padding: 20px;
	font-size: 15px;
	line-height: 135%;
	float:left;
	width: 738px;
	  min-height: 484px;
}



.blogcontent{
	width: 738px;
	padding: 20px;
}

.blogcontent .persephoneletter,
.blogcontent .persephoneforum,
.blogcontent .persephonepost,
.blogcontent .favourites{
	width: 660px;
	margin: 0 auto;
	padding-top: 15px;
}

.blogcontent .persephoneletter img,
.blogcontent .persephoneforum img,
.blogcontent .persephonepost img,
.blogcontent .favourites img{
	margin: 0 auto 17px auto;
	display: block;
}

.blogcontent .persephonepost img{
	min-width: 400px;
	height: auto !important;
}


.authorarchive{
	background-color: white;
	width: 100%;
	margin-bottom: 60px;
	width: 778px;
	float: right;
}



div#leftColumn{
	width: 450px;
	border-right: 2px solid #CCCCCC;
	float: left;
	padding: 0 30px 0 0;
	margin: 0 20px 0 0;
}

div#rightColumn{
	width: 235px;
	float: left;
}

div#rightColumn h2{
	font-size: 22px;
	margin: 0 0 0.5em 0;
}


div.pagecontentInnerWithHeader{
	padding-top: 30;	
}

.blogindex{
	
}

.blogsingle{
		
}

img.wp-post-image{
	margin: 0 0 17px 0;	
}

.blogsingle .persephonepost{
	/*
	width: 556px;
	border-bottom: 1px solid #CCC;
	padding: 0 40px 20px 0;
	margin: 0 0 20px 0;
	*/
}

.blogarchive{
		
}

#header {
	padding: 0 0 27px 0;
}

#headerRight{
	width: 300px;
	float: right;
	text-align: right;
	padding: 3px 0 0 0;
}

p#headerRightTel{
	font-size: 24px;	
	color: #ccc;
	margin: 0 0 3px 0;
	font-family: 'gillsans';
}


#headerBasket{ 
	background: #A1A1A1 url('/National_Library/20160521004321oe_/http://www.persephonebooks.co.uk/skin/frontend/ultimo/default/images/header-basket.png') 7px 6px no-repeat;
	  padding: 5px 7px 0px 32px;
	  height: 22px;
	  width: 202px;
	  margin: 0 0 8px 0;
	  float: right;
	  text-align: left;
}

#headerBasket a{
	color: white;
	
}

#headerBasket p{
	margin: 0;	
}

#headerBasket  p.subtotal{
	margin: 0;	
	float:left;
	margin-left:10px;
}
#headerBasket  p.amount{
	margin: 0;	
	float:left;
	
}


#headerRight form#searchform{
	width: 204px;
	float: right;
}

#headerRight form#searchform input#s{
	background-color: white;
	width: 145px;
	color: #333;
	border: 1px solid #ccc;
}



#header a#logo{
	display: block;
	width: 246px;
}

#footer {
	padding: 20px 0;
	margin: 0 auto;
	clear: both;
	border-top: 4px solid #ccc;
}

body.page-template-template-homepage-php #footer{
	min-height: 270px;
	border-top:  none;
	margin-top: 0;
	padding-top: 0;
}

#footer p {
	
}

#footer a.featuredImage{
	float: right;
	margin: 0 0 0 15px;
}

body.page-template-template-homepage-php #footer .col1 a.featuredImage{
	/*
	float: none;
	margin: 0;
	display: block;
	text-align: center;
	*/
}

#footer .col{
	width: 286px;
	float: left;
	margin: 0 30px 0 0;
	padding: 0 30px 0 0;
	border-right: 1px solid #CCCCCC;
	min-height: 150px;
}

#footer .wrap {
	width: 286px;
	float: left;
}

#footer .colContainer {
	width: 286px;
	display: table-cell;
	/*vertical-align: middle*/
}

body.page-template-template-homepage-php #footer .col{
	min-height: 270px;
}

#footer .col h2{
	font-size: 30px;
	font-family: "Garamond", Garamond, Georgia, "Times New Roman", Times, serif;
	margin: 0 0 5px 0;
}

.footerNotHome .col h2{
	margin: 0 0 14px 0 !important;
}

#footer .col p.tagline{
	color: #666666;
	font-style: italic;
	margin: 0 0 1em 0;
}

#footer .col3{
	margin-right: 0;
	padding-right: 0;
	border: 0;
}

.footer .col h3.posttitle{
	margin: 0 0 12px 0;
	font-size: 18px;
	line-height: 120%;
}

.footerNotHome .col1 h3.posttitle,
.footerNotHome .col2 h3.posttitle,
.footerNotHome .col3 h3.posttitle{
	margin: 0	
}


#footerBottom{
	margin: 0;
	background-color: #DFDFDC;
	position: absolute;
	 
	width: 100%;
	z-index: 1;
	text-align: left;
}

#footerBottomInner{
	margin: 0 auto;
	padding: 0px;
    width: 980px;
}


#footerBottom h3{
	font-family: "Garamond", Garamond, Georgia, "Times New Roman", Times, serif;	
	font-size: 18px;
	width:115px;
	
}
.row2column1{ float:left; width:305px; }
.row2column1 h3{float:left;}
/*
div.footerBottomCol1{
	color: #7AB6AE;
	font-size: 38px;
	font-style: italic;
	font-family: "Garamond", Garamond, Georgia, "Times New Roman", Times, serif;
	width: 305px;
	float: left;
	text-align: center;
	padding: 25px 0 0 0;
}
*/

div.footerBottomCol{
	float: left;
	border-right: 1px solid #B1B1B1;
	height: 107px;
}

div.footerBottomCol1{
	height: 107px;
	width: 214px;
	background: url('images/footer-mailinglist-2.png') top left no-repeat;
	padding: 0 0 0 168px;
	margin: 0 12px 0 0;
}

div.footerBottomCol1 h3{
	margin: 12px 0 5px 0;	
}

div.footerBottomCol1 p{
	font-size: 15px;	
}

div.footerBottomCol2{
	width: 55px;
	height: 40px;
	padding: 5px 0 0 15px;
	text-align: center;
	border: 0;
}

div.footerBottomCol2 a.footerBottomPhoto{
	margin: 0 0 5px 0;
	width: 100%;
}

div.footerBottomCol2 a.footerFacebook{
	width: 47px;
	height: 47px;
	display: block;
	background: url('images/footer-facebook-2.png') top left no-repeat;
	text-indent: -9999px;
}

div.footerBottomCol2 a.footerFacebook:hover{
	background-position: bottom left;
}

div.footerBottomCol2 a.footerGoogle{
	width: 47px;
	height: 47px;
	display: block;
	background: url('images/footer-google.png') top left no-repeat;
	text-indent: -9999px;
}

div.footerBottomCol2 a.footerGoogle:hover{
	background-position: bottom left;
}


div.footerBottomCol2 p{
	margin: 0 0 1px 0;	
}

div.footerBottomCol3{
	margin: 0 12px 0 0;
	width: 200px;
}

a.footerBottomPhoto{
	width: 70px;
	float: left;
	margin: 0 12px 0 0;
}

#footerBottom div.footerBottomCol3 h3{
	padding-top: 12px;	
}

#footerBottom div.footerBottomCol3 h3,
#footerBottom div.footerBottomCol4 h3{
	/* width: 125px; */
	font-size: 23px;
}


#footerBottom div.footerBottomCol4 h3{
	padding: 12px 0 5px 0;
}

#footerBottom div.footerBottomCol4 p{
	font-size: 15px;	
}


div.footerBottomCol4{
	width: 300px;
}

#footerBottom h3 a{
	color: #333;	
}

#footerBottom a:hover{
	color: #B24424;
}

div#footerFooter{
	background-color: #666;
	padding: 5px 0;
	color: white;	
	width: 100%;
	z-index: 1;
	text-align: left;
}

div#footerFooterInner{
	width: 980px;
	margin: 0 auto;
	padding:5px;
}

div#footerFooter p#footerAddress{
	font-size: 15px;
	margin: 0;
}

div#footerFooter ul{
	width: 50%;
	float: right;
	text-align: right;
	margin: 1px 0 0 0;
}

div#footerFooter ul li{
	display: inline;
	background: url('images/footer-sep.png') top right no-repeat;
	padding: 0 8px 0 0;
	margin: 0 7px 0 0;
}

div#footerFooter ul li#menu-item-118{
	background: none;
	padding: 0;
	margin: 0;
}

div#footerFooter ul li a{
	color: white;
}


/* -----------------------------------------------
   Sidebars
   ----------------------------------------------- */

.sidebar {
	width: 210px;
	float: left;
}

.sidebar-page{

}

.sidebar-home{

}

.sidebar form {
	margin: 0;
}

.sidebar h2.widgettitle{

}

.sidebar-shop{
	width: 142px;
	float: left;
}

div.sidebar-box{
	/*
	background-color: white;
	padding: 15px;
	width: 100%;
	margin-bottom: 20px;
	*/
}

.sidebar ul > li.widget{
	/*background-color: white;
	padding: 15px;
	margin-bottom: 20px;*/
}

.sidebar-page ul ul#subNav{
	font-size: 15px;
}

.sidebar-page ul ul#subNav li.children ul li{
	list-style-type: disc;
	margin-left: 15px;
	color: #666;
}

.sidebar-page ul ul#subNav,
.sidebar-page ul ul#subNav ul{
	margin-bottom: 0;
}

.sidebar-page ul ul#subNav li.toppage{
	list-style-type: none;
}

.sidebar-page ul ul#subNav li.toppage a{
	font-size: 18px;
	margin-left: 0;
	color: #333;
}

.sidebar-page ul ul#subNav li.current_page a{
	color: #B24424;
}


.sidebar-authors ul li{
	background-color: white;
	padding: 15px;
	/* width: 100%; */
	margin-bottom: 20px;
}

li#search-3 h2{
	margin-bottom: 7px;
}

form#searchform label{
	display: none;	
}

.wp-caption {
	padding: 10px 7px 0 7px;
	font-style: italic;
    background-color: #EAEAEA;
    text-align: center;
	margin-bottom: 5px
}

.wp-caption.aligncenter {
	padding-bottom: 5px	;
	margin-bottom: 25px
}

.wp-caption.alignleft {
	margin-right: 15px;
}

.wp-caption.alignright {
	margin-left: 15px;
}

a.inactive:hover {
	cursor: default
}

.blogcontent .entry .wp-caption p {
    font-size: 13px;
}

.sidebar input,
.sidebar select{
	border: 1px solid #ccc;	
	padding: 3px;
}

.sidebar input.submitbutton{
	border: 0;
	margin: 0 60px 10px 0;
}

li#woocommerce_login-2 label{
	margin-bottom: 3px;	
	display: block;
}

form#searchform input#s{
	padding: 5px 2px 4px 24px;
	margin: 0 4px 0 0;
	background: url('/National_Library/20160521004321oe_/http://www.persephonebooks.co.uk/skin/frontend/ultimo/default/images/search.png') 5px 5px no-repeat;
	width: 83px;
	float: left;
}

form#searchform input#searchsubmit, .widget input[value='Submit']{
	background : url("/National_Library/20160521004321oe_/http://www.persephonebooks.co.uk/skin/frontend/ultimo/default/images/search-button.png") no-repeat center center;
	width : 27px;
	height : 27px;
	border : none;
	color : transparent;
	font-size : 0;
	cursor: pointer;
}

.widget input[value='Submit']{
	float: right;
	margin-top: 5px
}

.widget #archiveDropdown {
	padding: 3px 3px 4px 3px	
}


li#findabook select{
	width: 111px;
	border: 1px solid #ccc;
	padding: 3px 3px 4px 3px;
	margin-bottom: 0;
}

.sidebar a.checkout{
	display: none;	
}

.sidebar li#shopping_cart-2{

}

.sidebar li#shopping_cart-2 p.total{
	margin: 0 0 12px 0;	
}


/* -----------------------------------------------
   Sidebar News
   ----------------------------------------------- */

.sidebar-news{

}


/* -----------------------------------------------
   Sidebar Page Sub-Nav
   ----------------------------------------------- */

.sidebar-page ul{
	
}

.sidebar-page ul li{

}

.sidebar-page ul li a{

}

.sidebar-page ul li.current_page_item a,
.sidebar-page ul li.current_page_ancestor a{
	font-weight: bold;
}


/* -----------------------------------------------
   Structure
   ----------------------------------------------- */

.post {
	margin: 0 0 40px;
}

.post hr {
	display: block;
}

p.postdate{
	font-size: 13px;
	margin-bottom: 20px;
}

.persephonepost p.postdate{
	font-size: 15px;	
}

span.postdate{
	font-size: 15px;
	margin-bottom: 20px;
	font-family: Georgia,"Times New Roman",Times,serif;
	padding-left: 5px
}

.postmetadata {
	margin: 30px 0;
}

.postmetadataComments a{
	font-size: 15px;	
}

.entry{
	
}

.blogcontent .entry p{
	font-size: 15px;
}

.blogcontent .entry,
.blogcontent .entry p,
.blogcontent .entry span{
	font-family: Georgia, "Times New Roman", Times, serif !important;
}


/* -----------------------------------------------
   Navigation
   ----------------------------------------------- */

ul#nav{
	padding: 0;
	margin: 0;
	font-size: 0;
}

ul#nav li{
	margin: 0;
	padding: 0;
	display: inline;
}

ul#nav li a{
	padding: 2px 15px 0px;
	margin: 0;
	font-size: 13px;
}

ul#nav li#menu-item-2123 a{
	background-color: #7B6983;
	padding: 4px 15px 0px 15px;
}

ul#nav li#menu-item-2122 a{
	background-color: #A08B88;
	padding: 4px 14px 0px 14px;
}

ul#nav li#menu-item-2124 a{
	background-color: #718693;
	padding: 4px 14px 0px 14px;
}




ul#nav li a{
	color: white;
	text-transform: uppercase;
	font-size: 15px;
	font-family:"gillsans","Garamond", Garamond, Georgia;
}

ul#nav li a:hover, ul#nav li a.active{
	/* border-bottom: 1px solid #999;*/ 
	color: #F07D46 !important;
}

ul#nav li.current_page_item a,
ul#nav li.current_page_parent a,
ul#nav li.current-page-ancestor a,
ul#nav li.current-menu-item a,
body.single-persephonepost ul#nav li.menu-item-2123 a,
body.post-type-archive-persephonepost ul#nav li.menu-item-2123 a,
body.single-persephoneforum ul#nav li.menu-item-2122 a,
body.post-type-archive-persephoneforum ul#nav li.menu-item-2122 a,
body.single-persephoneletter ul#nav li.menu-item-2124 a,
body.post-type-archive-persephoneletter ul#nav li.menu-item-2124 a,
body.booksinfo ul#nav li.menu-item-155 a,
body.woocommerce-page ul#nav li.menu-item-155 a,
 ul#nav li.menu-item-971 a{
	color: #F07D46;
}


/* -----------------------------------------------
   Text
   ----------------------------------------------- */

.postdate {
	text-transform: uppercase;
	margin: 0 0 10px 0;
	color: #666;
}

.regularcase{
	text-transform: none;
}

.sidebar {
	width: 172px;
	float: left;
	margin-bottom: 20px;
}

small, .sidebar ul ul li, .sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
	
	
/* -----------------------------------------------
   Images
   ----------------------------------------------- */
   
p img {
	padding: 0;
	max-width: 100%;
}

img.centered,
img.aligncenter,
div.centered,
div.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

table.aligncenter{
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	display: inline;
	padding: 0 0 20px 20px;
}

img.alignleft {
	display: inline;
	padding: 0 20px 20px 0;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.entry img.alignleft{
	padding: 0 20px 20px 0;
}

.entry img.aligncenter{
	padding-bottom: 10px;
}

.entry img.alignright{
	padding: 0 0 20px 20px;
}

 div.authorphoto{
	float: right;
	padding: 0 0 20px 20px;
	font-size: 12px;
	text-align: center;
}

 div.authorphoto img{
	max-width:400px;	
}

 div.authorphoto p.caption{
	display: inline;
}




div.picright{
	padding: 0 0 20px 20px;
	float: right;
	/*clear: right;*/
}

div.singleDescription div.picright p{
	font-size: 12px;
}

img.picright{
	padding: 0 0 20px 20px;
	float: right;
}



/* -----------------------------------------------
   Lists
   ----------------------------------------------- */

.entry ul{
	list-style-type: disc;
	margin-left: 1.5em;
}

.entry ul li{
	margin-bottom: 0.25em;
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}


.sidebar ul#pagelist li{
	margin: 3px 0 0 0;	
}

.sidebar ul li#findabook{

}

.sidebar ul li#findabook h2{
	margin: 0 0 2px 0;	
}


.sidebar ul p, .sidebar ul select {
	margin: 5px 4px 8px 0;
	width: 111px
}

.sidebar ul .widget_shopping_cart p {
	margin: 0 0 1em;
	width: auto
}

.sidebar ul ul, .sidebar ul ol {
	margin: 0 0 5px 10px;
}

.sidebar ul ul ul, .sidebar ul ol {
	margin: 0 0 10px 0;
}

ol li, .sidebar ul ol li {
/*	list-style: decimal outside;
*/}

.sidebar ul ul li, .sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

.sidebar ul li.active { background: url("/National_Library/20160521004321oe_/http://www.persephonebooks.co.uk/skin/frontend/ultimo/default/images/cat-arrow.png") no-repeat scroll 0 7px transparent;
    font-weight: bold;
    padding-left: 13px; }

.sidebar ul ul li.active a span{font-weight: bold; }
.sidebar   ul li.level1.nav-2-1.active{ padding:0px; background-image:none; font-weight:normal; }
.sidebar   ul li.level1.nav-2-1.active a span{ padding:0px; background-image:none; font-weight:normal; }

.sidebar ul.recent_posts_custom li{
	margin-bottom: 8px;
}

.level0.nav-1 { background:none !important;}
.sidebar ul.recent_posts_custom li a{
	display: block;	
}


body.single-persephoneletter .sidebar ul.recent_posts_custom li span.postdate,
body.post-type-archive-persephoneletter .sidebar ul.recent_posts_custom li span.postdate{
	display: none;	
}



li#woocommerce_login-2 ul.pagenav{
	margin: 0;	
}

ul.product-categories{
	margin: 0;	
}


ul.product-categories li.cat-item-656 > a,
ul.product-categories li.cat-item-657 > a{
	font-size: 18px;
	color: #333;
}

ul.product-categories li.current-cat,
ul#pagelist li.current_page_item,
body.postid-2384 ul.product-categories li.cat-item-685,
body.postid-884 ul.product-categories li.cat-item-647{
	font-weight: bold;
	padding-left: 13px;
	background: url('images/cat-arrow.png') 0 7px no-repeat;
}

li#product_categories-2{
	margin-bottom: 0;
	padding-bottom: 0;
}

li#product_categories-2 ul.product-categories{
	margin: 0;	
}

 li#product_categories-2.widget ul.product-categories li.cat-item ul.children{
	margin-bottom: 0;	
}

li#product_categories-2 ul.product-categories > li{
	display: none;
}

li#product_categories-2 ul.product-categories > li.cat-item-656,
li#product_categories-2 ul.product-categories > li.cat-item-657{
	display: block;
}

li#product_categories-2 ul.product-categories > li.cat-item-657{
	padding: 15px 0 0 0;	
}

li#product_categories-4{
	margin-bottom: 0;
	
}

li#product_categories-5{
	margin: -3px 0 20px;
    padding-bottom: 15px;
    padding-top: 0;
}

li#product_categories-5 h2{
	display: none;	
}

li#product_categories-4 ul.product-categories{
	padding: 0 0 15px 0;
	border-bottom: 1px solid #CCCCCC;
	margin: 0;
}

li#product_categories-5 ul.product-categories{
	margin: 0;	
}

/*
li#product_categories-4 ul.product-categories > li.cat-item-656,
li#product_categories-4 ul.product-categories > li.cat-item-657,
li#product_categories-4 ul.product-categories  li.cat-item-685,
li#product_categories-4 ul.product-categories > li.cat-item-647,
li#product_categories-4 ul.product-categories > li.cat-item-644,
li#product_categories-4 ul.product-categories > li.cat-item-643,
li#product_categories-4 ul.product-categories > li.cat-item-645,
li#product_categories-4 ul.product-categories > li.cat-item-646,
li#product_categories-4 ul.product-categories > li.cat-item-686,
li#product_categories-4 ul.product-categories > li.cat-item-696 > a,
*/

li#product_categories-4 ul.product-categories > li{
	display: none;
}

li#product_categories-4 ul.product-categories > li.cat-item-696{
	display: block;
}

li#product_categories-4 ul.product-categories > li.cat-item-696 > a,
li#product_categories-5 ul.product-categories > li.cat-item-696,
li#product_categories-5 ul.product-categories > li.cat-item-686{
	display: none;
}

/*
li#product_categories-5 ul.product-categories > li.cat-item-644,
li#product_categories-5 ul.product-categories > li.cat-item-643,
li#product_categories-5 ul.product-categories > li.cat-item-645,
li#product_categories-5 ul.product-categories > li.cat-item-646,
li#product_categories-5 ul.product-categories li.cat-item-685{
	display: block;
}
*/

.sidebar ul li ul.children{
	margin: 0 0 0 12px;
}

.sidebar ul li#product_categories-4 ul.children{
	margin: 0;
}



.sidebar h2.widgettitle{
	font-size: 18px;	
	margin: 0 0 4px 0;
	   font-family: 'gillsans';
}

.sidebar ul li.FeedburnerEmailWidget h2.widgettitle{
	font-size: 17px;	
}

.sidebar ul li.FeedburnerEmailWidget form input#feedburner_email_widget_sbef_email{
	margin-bottom: 6px;
}

.sidebar ul li.FeedburnerEmailWidget form input#feedburner_email_widget_sbef_submit{
	border: none;
	background-color: #B24424;
	color: white;
	cursor: pointer;
	font-family:Georgia, "Times New Roman", Times, serif;
}

ul#pagelist{
	margin: 0;	
}

li#text-2{
	margin: -3px 0 20px 0;
	padding-top: 0;
	padding-bottom: 10px;
}

li#text-2 ul{
	margin: 0;
	padding-bottom: 3px;
}


/* -----------------------------------------------
   Form elements
   ----------------------------------------------- */
  
h3#comments,
div#respond h3{
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 17px;
	line-height: 130%;
}


#searchform {
	padding: 0;
}

#searchform #s {
	width: 108px;
	padding: 2px;
}

#searchform #searchsubmit {
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
	
	
/* -----------------------------------------------
   Comments
   ----------------------------------------------- */
   

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	margin-bottom: 15px;
	text-align: justify;
	border-top: 1px solid #E5E5E5;
	}
	
.commentlist li {
	margin: 0;
	padding: 0 5px 0 0px;
	list-style: none;
	border-bottom: 1px solid #E5E5E5;
	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 4px 0 7px 12px;
	font-style: italic;
	font-size: 14px;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

#commentform input, 
#commentform textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.commentmetadata {
	margin: 0 0 8px 0;
	display: block;
}


.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {

}


#commentform input,
#commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#commentform textarea{
	border: 1px solid #ccc;
}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}
	
.commentlist cite {
    margin: 4px 0 4px 0;
}

.commentlist cite,
.commentlist cite a {
	font-style: normal;
	}
	
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	}

div.comment-body{
	padding: 15px;	
}

div.comment-author{
	margin: 0 0 5px 0;	
	font-size: 15px;
}

div.reply{
	display: none;	
}



/* -----------------------------------------------
   Calendar
   ----------------------------------------------- */

   
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
	
	
/* -----------------------------------------------
   Other
   ----------------------------------------------- */
   
   
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

hr {
	background-color: #ccc;
	height: 1px;
	border: none;
	margin: 30px auto;
	width: 80%;
}

a img {
	border: none;
}

.navigation {
	display: block;
	margin-top: 10px;
	margin-bottom: 0px;
	border-top: 1px solid #CCCCCC;
	text-align: center;
	padding: 15px 0 0 0;
}

.navigation a{
	background-color: #B24424;
	display: inline-block;
	color: white;
	padding: 5px 9px 5px 9px;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 140%;
	margin: 0 7px;
	float: none;
}

.search .blogarchive ul li {
	padding: 10px 0	
}


.homerow{
	margin: 0 0 32px 0;
	float:left;	
}

.homerow .col{
	padding: 15px;
	float: left;
	font-size: 15px;
	min-height: 230px;
}

.homerow .col h2{
	font-size: 30px;
	margin-bottom: 10px;
}

.homerow1 .col{
	min-height: 230px;
}

.homerow2 .col{
	min-height: 170px;
}



.homerow1 .col1 h2{
	font-size: 36px;
	color: white;
}

.homerow .col1{
	margin: 0 30px 0 0;
	width: 612px;
}

.homerow1 .col1{
	background-repeat: no-repeat;
	background-position: top right;
	width: 421px;
	padding: 15px 201px 15px 20px;
	position: relative;
}

.homerow1 .col1 p a{
	
}

p.imagecredit{
	text-align: right;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	line-height: 120%;
	margin: 0;
	position: absolute;
	right: 200px;
	bottom: 10px;
}

.homerow .col2{
	width: 285px;
	padding-right: 8px;
}

.homerow .col2 h3{
	color: #666;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	line-height: 120%;
}

.homerow .col2 img.wp-post-image{
	float: right;
	margin: 0 0 0 5px;
}

.homerow1 .col1{
	background-color: #8FBEB9;
}

.homerow1 .col2{
	background-color: #D2DABA;
}

.homerow1 .col2 p{
	margin-bottom: 0;	
}

.homerow2 .col1{
	/* background-color: #E6E0C1; */
	background-color: #D7D7D7;
	width: 950px !important;
	margin: 0 !important;
	height: 230px;
}

.homerow2 .col2{
	background-color: #C06A4E;
}

body.woocommerce-page div#container, 
div.pagecontent div#container {
	width: 778px;
	float: right;
	margin: 0 0 60px 0;
}


div.woocommerce_tabs ul.tabs{
	display: none;	
}


 .woocommerce_tabs,   .woocommerce_tabs {
    clear: none !important;
}

div.singleDescription{
	width: 538px;
	/*min-height:350px;*/
}

div.singleDescription p{
	font-size: 15px;	
}

div.summaryHolder{
	background-color: #7BB6AF;
	padding: 10px 14px;
    width: 144px;
	float: right;
	min-height:150px;
	overflow:visible;
}

 form.cart,   form.cart {
    margin-bottom: 4px;
}

div.quantity,  div.quantity{
	float: left;
	margin: 0 0 12px;
	width:60px;	
}


label#quantityLabel{
	float: left;
	margin: 0 10px 0 0;
	padding: 9px 0 0 0;
}


.sidebar ul.cart_list li{
	margin-bottom: 7px;	
}


a.button, button.button, input.button, #respond input#submit,  input.button,
.sidebar ul li a.button,
.submitbutton{
     border: none;
    border-radius: 0;
    box-shadow: none;
    color:  white;
    cursor: pointer;
    font-family: inherit;
    font-size: 100%;
    font-weight: bold;
    left: auto;
    line-height: 1em;
    margin: 0;
    overflow: visible;
     position: relative;
    text-decoration: none;
    text-shadow: none;
	text-transform: uppercase;
	
}

a.button:hover, 
button.button:hover, 
input.button:hover, 
#respond input#submit:hover, 
 input.button:hover, 
.sidebar ul li a.button:hover{
 	 color:#FFF;
}

.smallerbutton{
	font-size: 13px;
	padding: 6px 8px;
}

a.button.alt, button.button.alt, input.button.alt, #respond input#submit.alt,  input.button.alt {
    background: #C55B41;
    border: none;
    color: #FFFFFF;
	text-shadow: none;
}

a.button.alt:hover, button.button.alt:hover, input.button.alt:hover, #respond input#submit.alt:hover,  input.button.alt:hover,
.submitbutton:hover{
    background: #B14F36;
    border: none;
	text-shadow: none;
	color: white;
}


 form.cart,   form.cart button.single_add_to_cart_button{
	font-size: 14px;
	font-weight: normal;
	/*
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	*/
}



div#productInner{
	padding: 20px 20px 20px 20px;
	background-color: white;
	float:left;
	width:95%;
}

div#productInnerTop{
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px 0;
	margin: 0 0 27px 0;
	position:relative;
}

h1.product_title{
	font-size: 50px;
	color: #B24424;
	line-height: 1em;
    margin: 0;
}

p#bookAuthor{
	font-size: 24px;	
	font-family: "Garamond", Garamond, Georgia, "Times New Roman", Times, serif;
	margin: 0;
}



 div.endpaper{
    width: 100%;
	height: 170px;
	background-repeat: repeat;
	float:left;
}

div#bookNo{
	background-color: #B9B9B9;
	padding: 4px 4px 6px 4px;
	color: white;
	width: 154px;
	text-align:center;
	font-size: 15px;
	float: right;
	margin: 0 0 0 10px;
}

div#bookNo p{
	margin: 0;	
}

div#bookNo ul{
	margin: 0;
	padding: 0;
}

div#bookNo ul li{
	font-size: 17px;
	display: inline-block;
	padding: 0 3px;
}

div#bookNo ul li.selected{
	color: black;
}

div#bookNo ul li a{
	color: white;
}


_meta{
	border-top: 4px solid #CCCCCC;
	padding: 25px 0 0 0;
	width: 538px;
	line-height: 140%;
}

_meta p{
	margin: 1em 0 0 0;	
}


 div.summary,   div.summary {
    float: none;
	margin: 0;
    width: 100%;
}

div.summary h2{
	color: white;	
	font-size: 31px;
	font-family: "Garamond", Garamond, Georgia, "Times New Roman", Times, serif;
	line-height:1.0em;
}

div.summary .variations label.label_pa_gift-wrapping{
	margin-bottom: 8px;	
	display: block;
}

div.summary .variations select#pa_gift-wrapping{
	margin-bottom: 5px;	
	border: 1px solid #ccc;
	padding: 1px;
}

div.summaryVariable p.price{
	display: none;	
}

div.summary  p.required{ display:none }

.summary .last{ position:relative; }

 span.price,   span.price,  p.price,   p.price {
 
}

div.upsells{
	background-color: #E8E3C6;
    padding: 20px;
	margin-top: 30px;
	width: 95%;
	float:left;
}

div.upsells ul.products li.product {
	margin-bottom: 0;
}

div.upsells h2{
	font-size: 30px;
	margin: 0 0 0.5em 0;
}

.related ul.products li.product, .upsells.products ul.products li.product, .related ul li.product, .upsells.products ul li.product {
    width: 162px;
}

.products ul, ul.products {
    margin: 0;
}

ul.products li.product,
ul.product-categories li.product{
    margin: 0 29px 25px 0;
    width: 162px;
	float: left;
}

ul.product-categories li.product{
	margin-bottom: 15px;	
}

ul.products li.last,
ul.product-categories li.last{
	margin-right: 0;	
}

ul.products li.product a img,
ul.product-categories li.product a img{
    -moz-transition: all 0.2s ease-in-out 0s;
    box-shadow: none;
    display: block;
    height: auto;
    margin: 0 0 8px;
    width: 100%;
}

ul.products li.product a img.notEndpaper{
	width: auto;	
}


ul.products li.product a.add_to_cart_button,
ul.products li.product a.button{
	display: none;	
}

ul.products li.product h3,
ul.product-categories li.product h3{
    font-size: 18px;
	line-height: 110%;
	padding: 0;
	margin: 0;
	font-weight:normal;
}

ul.product-categories li.product h3{
	min-height: 40px;	
}

ul.products li.product h3 span.author{
	color: #333;
	font-size: 13px;
	line-height: 110%;
}

ul.products li.product .price {
    color: #666;
	font-size: 13px;
}

ul.products li.product .price span.from{
	display: none;	
}

div.sidebar-advert{
	color: #333;
	background-color: #C06A4E;
	line-height: 135%;
	width: 172px;
	padding-bottom: 12px;
}

div.sidebar-advert img{
	margin-bottom: 8px;	
}

div.sidebar-advert h2.widgettitle{
	color: white;
	padding: 0 15px 5px 15px;
	margin: 0;
}

div.sidebar-advert p{
	margin: 0;	
	line-height: 150%;
	font-size: 13px;
	padding: 0 15px 0 15px;
}

div.sidebar-advert a{
	color: white;	
}


CategoriesHolder{
	background-color: #E9E5CA;
	padding: 20px;
	float:left;
	width:737px;
}

CategoriesHolderFiction{
	border-bottom: 1px solid #B8B4A3;	
	margin: 0 0 25px 0;
}

CategoriesHolder h2{
	font-size: 30px;
	margin: 0 0 0 3px;
}

ul.books-main-otherproducts h2{
	margin-top: 20px;
}

CategoriesHolder h3{
	font-size: 20px;
	margin: 0 0 15px 0;
	font-weight: normal;
}

div.authorsProducts{
	width: 758px;
	float: right;
	margin: 20px 0 50px 0;
}
div.authorsProducts h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 15px;
}

div#latestProducts{
	background-color: #D2DABA;
	padding: 13px 20px 20px 20px;
	margin: 0 0 30px 0;
}

div#latestProducts h2{
	font-size: 30px;
	font-family: "Garamond", Garamond, Georgia, "Times New Roman", Times, serif;
	margin: 0 0 14px 0;
}


div.authorsProducts ul.products li.product,
div#latestProducts ul.products li.product{
	margin-bottom: 0;	
}

div.authorsProducts ul.products li span.author{
	display: none;	
}



div#booksHeader{
	width: 100%;
	height: 200px;
	margin: 0 0 30px 0;
	position: relative;
}

div#booksHeader h1{
	position: absolute;
	left: 20px;
	bottom: 20px;
	background-color: white;
	padding: 6px 10px;
	color: #B24424;
	font-size: 50px;
	margin: 0;
}

div#productCatalogue{
	height: 650px;	
}


div.authorarchive{
	
}

div.authorarchive div#letterHolder{

}

div.authorarchive div.letter{
	margin: 0 0 25px 0;
}	

div.lettercolumn{
	width: 216px;
	float: left;
	margin-right: 30px;
}

div.authorarchive div.letter ul,
div.authorarchive div.letter ul li,
div.authorarchive div.letter ul li a{
	line-height: 120% !important;
}

div.authorarchive div.letter ul li{
	padding-bottom: 4px;	
}



div.authorarchive div.letter ul li{
	text-indent: -10px;
	padding-left: 10px;
}

div.authorarchive div.letter ul li a{
	font-size: 15px;
}



.aboutquote{
	font-size: 30px;
	font-family: "Garamond", Garamond, Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 110%;
}


.latest_products ul.products{
	margin: 10px 0 0 185px;
	margin-left:40px;
	float:right;
	position:relative;
	left:-5%;
}

.in-col2 .latest_products ul.products { margin:0px; left:0%; float:left; }

.block_category_above_collection p { margin:0px; }
.block_category_above_collection { margin:0 0 30px; }
.latest_products_2 ul.products{
	margin: 25px 0 0 25px;	
}

.bookslatest_products ul.products{
	margin-left:88px;	
}

.bookslatest_products_3 ul.products{
	margin: 0;
}

.latest_products_3 ul.products{
	margin-left: 40px;
}

.latest_products ul.products li{
	width: 260px;
	height: 150px;
	background-color: white;
	/*
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	*/
	margin: 0 53px 0 0;
	position: relative;
	display: table;
}

.latest_products_2 ul.products li{
	width: 410px;
}

.bookslatest_products ul.products li{
	margin-right: 40px;
}

.bookslatest_products_3 ul.products li{
	margin-right: 36px;
	width: 222px;
}

.latest_products_3 ul.products li{
	margin-right: 45px;
	width: 257px;
	height: 150px;
}

.latest_products ul.products li.last{
	margin-right: 0;
}

.latest_products ul.products li.product2{ margin-left:0px; }
.latest_products ul.products li > a{
	width: 70px;
	overflow: hidden;
	display: block;
}

.latest_products ul.products li > a:hover{
	color:#333333;
}

.latest_products_2 ul.products li > a{
	width: 222px;
}

.latest_products ul.products li.product a img{
	/* width: 70px; */
	width: auto;
	height: auto;
	-moz-transition: none;
	box-shadow: none;
	margin: 0;
	/* display: inline; */
}

.in-col1 .latest_products ul.products li.product a { width:150px; }

/*.in-col2 .latest_products ul.products li.product a img{ width:100px !important; height:150px; }*/

.in-col2 .latest_products ul.products li.product {
 	margin-right:15px;
	width:239px;
}

.grid-col2-main .latest_products ul.products li.product2 {
	margin-left:0px;
}

.latest_products ul.products li.product a.valign,
.bookslatest_products_3 ul.products li.product a.valign{
	width: 173px;
	height: 150px; 
	display: table-cell; 
  	vertical-align: middle;
	
	/*
	position: absolute;
	top: 50%; 
	margin-top: -75px;
	left: 85px;
	*/
		
}

.latest_products h2 { font-weight:normal; }
.grid-col2-main  .latest_products ul.products li.product a.valign{
	width: 140px;
}

.latest_products ul.products li a span.title{
	font-size: 22px;
	margin-bottom: 3px;
	line-height: 110%;
	display: block;
}

.latest_products ul.products li.blacklink a span.title{
	color: #333;
}

.latest_products ul.products li a span.title:hover{
	text-decoration: none;	
}

.bookslatest_products_3 ul.products li a span.title{
	font-size: 18px;
}


.latest_products ul.products li a span.author,
.latest_products ul.products li a span.price{
	font-size: 15px;
	color: #333333
}

.bookslatest_products_3 ul.products li a span.author,
.bookslatest_products_3 ul.products li a span.price{
	font-size: 13px;
}


div.wpcf7{
	padding: 20px;
	margin: 20px 0 0 0;
	background-color: #F1EEDC;
	width: 400px;
}

div.wpcf7 input.wpcf7-text,
div.wpcf7 textarea.wpcf7-textarea{
	border: 1px solid #ccc;
	padding: 3px;
	margin-top: 3px;
}

div.wpcf7 input.wpcf7-text:focus,
div.wpcf7 textarea.wpcf7-textarea:focus{
	border: 1px solid #B24424;
}

div.wpcf7-validation-errors {
    border: none;
	padding: 13px;
	background-color: #F7E700;
	line-height: 120%;
	width: auto;
	left: auto;
	right: 0;
	font-size: 14px;
}

span.wpcf7-not-valid-tip {
    border: none;
	padding: 5px 8px;
	color: white;
	background-color: #B24424;
}



	
a.reset_variations{
	display: none;	
}

span.from{
	font-size: 18px;	
}


div.term-description{
	font-size: 15px;
	margin-bottom: 1.5em;
	line-height:1.5;
	margin-right:1.5em;
}


div.woocommerce_message{
	font-size: 16px;
	/* padding: 8px 16px 8px 48px;*/
}




form.subform{
	padding: 20px;
	margin: 20px 0 0 0;
	background-color: #F1EEDC;
	width: 500px;
	margin-left: 100px;
}

form.subform select{
	border: 1px solid #ccc;
	padding: 2px;
	width: 420px;
}

form.subform a.submitbutton{
	width: 115px;
	margin: 0 auto;
	display: block;
}

div#SubTableHolder{
	margin: 10px 0 10px 0;	
}

table.subscription{
}

table.subscription td{
	padding: 0 0 10px 0;
}

table.subscription td.month{
	white-space: nowrap;
	padding-right: 10px;
}

div.single_variation{
	position:relative;
	
}



ul.cart_list li dl dt, ul.product_list_widget li dl dt {
   float: none;
}


ul.cart_list li dl, 
ul.product_list_widget li dl {
    padding-left: 6px;
}

ul.product_list_widget li dl {
	display: none;	
}

.sidebar ul p.sidebarBasketNote{
	font-size: 11px;
	margin: 0 0 16px 0;
	display: block;
}




.cart .button, .cart input.button {
    padding: 5px 8px;
	font-size: 13px;
}

.btn-proceed-checkout { padding-right:0px !important; }
.cart input.button{
	background-color: #777;	
}

.cart input.button:hover{
	background-color: #575757;	
}

table.cart td.actions .button.alt,  table.cart td.actions .button.alt {
    margin-left: 10px;
}

.cart a.checkout-button{
    padding: 7px 11px;
	background-color: #B24424;
}

.cart a.checkout-button:hover{
	background-color: #88341C;
}

form.checkout input.input-text,
form.checkout textarea.input-text{
	border: 1px solid #ccc;	
	padding: 3px;
}

 .stock,   .stock {
	color: #B24424;
}


div#customer_details{
	margin-bottom: 40px;	
}





div.payment_method_sagepaydirect table td{
	padding-bottom: 5px;
}

div.payment_method_sagepaydirect table input.input-text,
div.payment_method_sagepaydirect table select{
	border: 1px solid #ccc;	
	padding: 2px;
}

.cart-collaterals .cart_totals {
    float: right;
    text-align: right;
    width: 275px;
}

div.cart-collaterals div.cart_totals table{
	width: 100%;
}

div.cart-collaterals div.cart_totals h2{
	display: none;	
}

div.cart-collaterals div.cart_totals table tr.shipping,
div.cart-collaterals div.cart_totals table tr.total{
	display: none;
}

table.shop_table {
    margin-bottom: 30px;
}

/*button.btn-update{ background-color: #777777 !important; }
*/
#shopping-cart-table{ 

	border: 1px solid rgba(0, 0, 0, 0.1);
    border-collapse: separate;
    border-radius: 5px 5px 5px 5px;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
	
}
table.cart td.actions,  table.cart td.actions {
    padding: 8px 14px;
}


#payment .terms label{
	padding-right: 5px;
}

#payment .terms input#terms{
	margin-right: 20px;	
}

#payment .terms {
	padding: 5px 0 0 0;	
}

#mc_message{
	margin: 0 0 10px 0;	
}

#mc_signup_form {
	padding: 0;	
}


label.mc_var_label{
	display: none;	
}

div#mc_subheader{
	margin: 8px 0 10px 0;
	color: #666;
}

input#mc_mv_EMAIL{
	border: 1px solid #AEAEAE;
	padding: 5px;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 5px 0 0;
	width: 154px;
}

div.mc_merge_var{
	width: 171px;
	float: left;
}

div.mc_signup_submit{
	width: 26px;
	float: left;
}

input#mc_signup_submit{
	background-color: white;
	text-indent: -9999px;
	background: url('images/sidebar-btn-submit.png') top left no-repeat;
	width: 26px;
	height: 25px;
}

ul.order_details{
	list-style-type: none;
	margin: 10px 0 30px 0;
}

.order_details li{
	font-size: 1em;	
}

body.page-id-127 form.shipping_calculator{
	display: none;
}


textarea#order_comments{
	height: 200px;	
}

a.back{
	text-align: center;
	display: block;
	font-size: 15px;
}



ul.products li.product .price del {
    color: #333;
    font-size: 12px;
    margin: -2px 0 0;
}

 span.price del,  p.price del,   span.price del, #content  p.price del {
    color: #333;
    font-size: 20px;
}


div.payment_description{
	font-size: 13px;
	margin: 7px 0 0 29px;
}

div.payment_description p{
	margin: 0;
	padding: 0;
}

div.payment_description p.sagepaySecure{
	padding: 0 0 0 16px;
	background: url('images/padlock.png') 0 1px no-repeat;
}

div.payment_description img#sagepaycards{
	margin: 5px 0 12px 0 !important;
	display: block;
}


p.thankyoumessage{
	font-size: 18px;	
}

a.thankyouback{
	font-size: 16px;
	text-align: center;
	display: block;
	margin: 40px 0 0 0;
}

dl.customer_details{
	margin: 0 0 20px 0;	
}

/*
dl.customer_details dt{
	width: 90px;
	float: left;
	clear: left;
}

dl.customer_details dd{
	width: 150px;
	float: left;
}
*/

.col2-set {
    clear: left;
}


 .out-of-stock, #content  .out-of-stock {
    color: red;
	font-size: 18px !important;
	margin-top: 10px;
}

#payment ul.payment_methods li {
	margin-bottom: 15px;	
}

#payment ul.payment_methods li label{
	font-size: 16px;	
}

div.payment_method_paypal{
	display: none !important;	
}

a.rss{
	display: block;
	padding-left: 19px;
	background: url('images/rss.png') top left no-repeat;
}


iframe#threedsecure{
	width: 400px;
	height: 550px;
}

.persephoneforum #introduction {
	background-color: #eaeaea;	
	font-style: italic;
	margin: 15px 0 25px 0;
	padding: 15px
}

.persephoneforum #details {
	width: 719px;
	padding-bottom: 40px
}

.persephoneforum #details h3 {
	float: left;
}

.persephoneforum #details h3 a {
	color: #fff;
	background-color: #666666;
	font-size: 18px;
	padding: 5px 40px 5px 15px;
	margin-right: 4px;
	display: block;
}

.persephoneforum #details .detail.active {
	display: block	
}

.persephoneforum #details h3 a:hover, .persephoneforum #details h3 a.active {
	background-color: #8c8c8c	
}

.persephoneforum #details h3 a strong {
	font-weight: 700;	
}

.persephoneforum #details .detail {
	float: left;
	width: 645px;
	min-height: 175px;
	clear: both;
	color: #fff;
	padding: 15px 59px 10px 15px;
	background-color: #8c8c8c;
	display: none
}

.persephoneforum #details h4 {
	font-weight: bold;
	font-size: 15px;
	padding: 15px 0 10px 0
}

.persephoneforum #details #author .attachment-pclassicthumb {
	float: left;
	margin: 5px 15px 0 0;
}

.persephoneforum #details #author #authorContent {
	float: right;
	width: 468px;
}

.persephoneforum #details #author #authorContent.full {
	width: 645px;	
}

.persephoneforum #details a {
	color: #000	
}

.persephoneforum #details a:hover {
	color: #fff	
}

.persephoneforum #details a.less {
	display: none	
}

.checkout #shiptobilling {
    float: none !important;
    clear: both;
    padding: 0;
	margin: 0 !important;
}

.col2-set .col-2 h3 {
	margin-bottom: 2px !important
}

.col2-set .col-1 h3 {
	padding-bottom: 20px
}

.cart .coupon .button {
	float: left;
	margin-left: 5px
}

.cart .note {
	text-align: left;
	padding: 10px;
	margin: 15px 0;
	line-height: 105%;
	
  background-color: #F7F6F7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F7F6F7), to(#F0EEF0));
  background-image: -webkit-linear-gradient(top, #F7F6F7, #F0EEF0);
  background-image:    -moz-linear-gradient(top, #F7F6F7, #F0EEF0);
  background-image:      -o-linear-gradient(top, #F7F6F7, #F0EEF0);
  background-image:         linear-gradient(to bottom, #F7F6F7, #F0EEF0);

    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    color: #5E5E5E;
	text-shadow: 0 1px 0 #FFFFFF;
	padding-left:15px;
	float:left;
	margin-left:20px;
	margin-top:0px;
 	
}

#accordion { background-color: white;
    font-size: 15px;
    line-height: 135%; padding:20px; }
	
	.persistent-grid3-1 { margin:0 20px 0 0; padding:0 0px 0 0}
	
	.footer-primary{ border-top:0px solid #ccc }
	.float-right ul li{ float:left; padding: 0 8px 0 0;
margin: 0 7px 0 0;}

.cart { background-color:10px; background-color:#FFF;   padding:20px;}
.grid12-8{  width:65.67% !important; }
.productCategoriesHolder{ float:left; background-color:#E9E5CA; padding:20px; width:757px; padding-right:0px; }
.productCategoriesHolder h2{ font-size:33px; margin:0px; margin-bottom:20px; }
.shopbybrand .shopbybrand-content { padding:10px; }

.sidebar-box ul > li.widget {
	/*background-color: white;
	padding: 15px;
	margin-bottom: 20px;
	display:block;*/
	
}
.sidebar-box, .sidebar-box-top {margin-bottom:20px; padding:15px; background-color:#FFF;   }
.sidebar-box-top{  margin-top:-10px; padding:15px 0 15px 15px; }
.sidebar-box-top a { font-size:15px; }
.sidebar-box-top ul li ul li { color: #666666;
    list-style-type: disc;
    margin-left: 15px; }
.sidebar-topgap { margin-top:-10px; }
div.product_meta {
    border-top: 4px solid #CCCCCC;
    line-height: 140%;
    padding: 25px 0 0;
    width: 538px;
}
.cms-no-route .col1-layout { background-color:#FFF }

.cms-no-route .col1-layout .page-title h1 { font-size:45px; padding-top:50px; }

.product-options dt label.required em{ display:none}



.quantity .minus,  .quantity .minus {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    bottom: 0;
    right: 0;
}
.quantity .plus, .quantity .minus,  .quantity .plus, .quantity .minus {
    background: -moz-linear-gradient(center top , #F7F6F7 0%, #DFDBDF 100%) repeat scroll 0 0 transparent;
    border: 1px solid #C7C0C7;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.075) inset, 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #5E5E5E;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 15px;
    line-height: 13px;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    vertical-align: text-top;
    width: 20px;
}
.quantity .minus,  .quantity .minus {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    bottom: 0;
    right: 0;
}
.quantity .plus, .quantity .minus,  .quantity .plus,  .quantity .minus {
    background: -moz-linear-gradient(center top , #F7F6F7 0%, #DFDBDF 100%) repeat scroll 0 0 transparent;
    border: 1px solid #C7C0C7;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.075) inset, 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #5E5E5E;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 15px;
    line-height: 13px;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    vertical-align: text-top;
    width: 20px;
}


.quantity input.qty,  .quantity input.qty {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #C7C0C7 -moz-use-text-color #C7C0C7 #C7C0C7;
    border-image: none;
    border-radius: 2px 0 0 2px;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    box-shadow: 0 0 2px 0 #F7F6F7 inset;
    float: left;
    font-weight: bold;
    height: 28px;
    padding: 0;
    text-align: center;
    width: 40px;
}
.quantity input.qty,  .quantity input.qty {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #C7C0C7 -moz-use-text-color #C7C0C7 #C7C0C7;
    border-image: none;
    border-radius: 2px 0 0 2px;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    box-shadow: 0 0 2px 0 #F7F6F7 inset;
    float: left;
    font-weight: bold;
    height: 28px;
    padding: 0;
    text-align: center;
    width: 40px;
}

.quantity .minus, #content .quantity .minus {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    bottom: 0;
    right: 0;
}
.quantity .plus, #content .quantity .plus {
    border-bottom: 0 none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    right: 0;
    top: 0;
}

 div.quantity {
    float: none;
    margin: 0 0 12px;
	overflow: hidden;
    position: relative;
}

.quantity input.qty, .quantity input.qty {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #C7C0C7 -moz-use-text-color #C7C0C7 #C7C0C7;
    border-image: none;
    border-radius: 2px 0 0 2px;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    box-shadow: 0 0 2px 0 #F7F6F7 inset;
    float: left;
    font-weight: bold;
    height: 28px;
    padding: 0;
    text-align: center;
    width: 40px;
}

.pagecontentInner ul {  list-style: disc outside none;
    margin-left: 1.5em; }
.pagecontentInner p { margin:0 0 1em; }

.place-order{ clear:both; padding-top:10px; padding-right:40px;   }
label[for="p_method_paypal_standard"] {
padding-bottom: 8px;
	padding-left: 65px;
	background-repeat: no-repeat;
	background-image: url(/National_Library/20160521004321oe_/http://www.persephonebooks.co.uk/media/wysiwyg/PayPal.gif);
	background-position: 0px 0px;
}