/* 
================================================================================================================================ CREDITS
Copyright : Copyright 2013 Schiffer Publishing, Ltd. All Rights Reserved.
Date      : 02/10/2013
Notes     : Root CSS file for SchifferBooks.com desktop web site.
================================================================================================================================ BEGIN CSS
*/

/* ============================================================================================================================= NORMALIZE.CSS v2.0.1 */

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* ============================================================================================================================= BODY */

html { 
	background: #475C7B url(/images/treeblue.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	min-height: 100%;
}
body {
	position: relative;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
}
body.clean { min-height: 100%; background: #FFF; }

/* ============================================================================================================================= STANDARD TAG RESETS */

:focus { outline: 0 !important;}

p { margin: 0px 0px 14px 0px; padding: 0px; }

h1, h2, h3, h4 { font-family: Georgia, "Times New Roman", Times, serif; }
h1 { margin: 0px 0px 15px 0px; padding: 0px; font-size: 20px; font-weight: bold; line-height: 1em; }
h2 { margin: 0px 0px 12px 0px; padding: 0px; font-size: 15px; font-weight: bold; line-height: 1em; }
h3 { margin: 0px 0px 10px 0px; padding: 0px; font-size: 12px; font-weight: bold; line-height: 1em; }
h4 { margin: 0px 0px  8px 0px; padding: 0px; font-size: 11px; font-weight: bold; line-height: 1em; }

td { vertical-align: top; }
a { color: #475D7C; text-decoration: none; }
a:hover { text-decoration: underline; }

/* H1/h2 heading on the top of every page - this is the "suggested" way of hiding it*/
#indexDefaultHeading, .greeting { display:none; }

ul.icons { margin: 0px 0px 15px 0px; padding: 0px; list-style-type: none; }
ul.icons li { margin: 0px; padding: 0px 0px 5px 22px; background: url(/images/icons/pdf.png) no-repeat 0px 2px; }

ul ul, ol ul { list-style-type: disc; }

/* ============================================================================================================================= HEADER */

/* TAGLINE */
#topPageSpacer {
	padding: 10px;
	height: 22px;
	overflow: hidden;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: oblique;
	color:#FFF;
	text-align:center;
}

.hdr-container { position: relative; z-index: 101; height: 120px; background: url(/images/hdr-container-bg.jpg) no-repeat; }

/* LOGO */
.logo { margin: 21px 0px 0px 41px; width: 250px; float: left; }

/* MY ACCOUNT, CATALOG, MAILING LIST */
.hdr-links { position: absolute; top: 15px; right: 240px; margin: 0px; padding: 0px; list-style-type: none; color: #455B79; }
.hdr-links li { padding-bottom: 3px; text-align: right; }
.hdr-links a { font-size: 12px; color: #455B79; }
.hdr-links a:hover { text-decoration: underline; }

/* SHOPPING BAG */
.hdr-shopping-bag {
	padding: 8px 0px 0px 82px;
	width: 137px;
	height: 106px;
	float: right;
	background: url(/images/shopping_bag.png) no-repeat 14px 9px;
}
.hdr-shopping-bag h3 {
	margin-bottom: 2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #465C7B;
	text-transform: uppercase;
}	
.hdr-shopping-bag h3 a { color: #465C7B; }
.hdr-shopping-bag h3 a:hover { text-decoration: none; }

.item-total { margin-bottom: 8px; font-size: 12px; font-style: oblique; font-weight: bold; }
.item-total a { color: #000; text-decoration: underline; }
.item-total a:hover { color: #465C7B; }

.login-register-list { margin: 0px; padding: 0px; list-style-type: none; }
.login-register-list li { float: left; }
.login-register-list a {
	padding: 0px 15px 0px 0px;
	background: url(/images/shopping_cart_arrow.png) no-repeat right 1px;
	display: block;
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
}
.login-register-list a:hover { text-decoration: underline; }

/* SEARCH */
.hdr-search { position: absolute; top: 82px; right: 11px; }
.hdr-search .search-options {
	padding-top: 9px;
	height: 21px;
	width: 114px;
	display: block;
	float: left;
	background: url(/images/search-tag.png) no-repeat;
	font-size: 14px;
	color: #FFF;
	text-align: center;
}
.hdr-search .search-options.active { background-position: 0px -30px; }
.hdr-search .search-options:hover { text-decoration: none; }

.search-options-list {
	position: absolute;
	top: 31px;
	margin: 0px;
	padding: 0px;
	display: none;
	height: 1px; /* ANIMATES TO 120px */
	width: 134px;
	list-style-type: none;
	background: #475D7C;
}
.search-options-list a { display: block; padding: 5px 0px; font-size: 14px; color: #E6E8EC; text-align: center; }
.search-options-list a.active { color: #DCD3B9; font-weight: bold; background: #627794; }
.search-options-list a:hover { background: #627794; text-decoration: none; }

.hdr-search input, .hdr-search img { vertical-align: middle; }
.hdr-search .search-input {
	margin: 0px 2px;
	padding: 2px;
	width: 455px;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #989898;
	height: 26px;
	border: none;
	-webkit-box-shadow: 1px 1px 8px #ACACAC;
	   -moz-box-shadow: 1px 1px 8px #ACACAC;
	        box-shadow: 1px 1px 8px #ACACAC;
}

/* ============================================================================================================================= MAIN NAVIGATION */

#topmenu { margin: 0px; padding: 0px; list-style-type: none; float: right; height: 22px; }
#topmenu > li { margin-top: 1px; float: left; }
#topmenu > li > a {
	position: relative;
	z-index: 100;
	padding: 4px 25px 4px 21px;
	display: block;
	height: 22px;
	font-size: 14px;
	line-height: 22px;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	background-color: #FFF;
	background-image: url(/images/topmenu-pipe.png);
	background-repeat: no-repeat;
	background-position: right 4px;
}
#topmenu > li.dropdown > a {
	background-image: url(/images/icons/dropdown-arrow-sprite.png);
	background-repeat: no-repeat;
	background-position: right 4px;
}
#topmenu > li.dropdown > a:hover, #topmenu > li.dropdown.active > a { background-position: right -26px; }

#topmenu a.selected { color: #C8472B; }
#topmenu a:hover, #topmenu li.active a { color: #FFF; background: #475D7C; text-decoration: none; }
#topmenu > li.dropdown.active > a:hover, #topmenu li.dropdown.active > a { 
	color: #FFF;
	text-decoration: none;
	background-color: #475D7C;
	background-image: url(/images/icons/dropdown-arrow-sprite.png);
	background-repeat: no-repeat;
	background-position: right -26px;
}

#topmenu > li.about > a { background-position: right -56px; }
#topmenu > li.about > a:hover, #topmenu > li.about.active > a { background-position: right -26px; }

#topmenu .contact a { padding: 4px 69px; color: #FFF; background: #050505; border-right: 1px solid #FFF; }
#topmenu .contact a:hover { background: #2A2A2A; }
#topmenu .contact a.selected { color: #C8472B; }

/* ============================================================================================================================= MAIN NAVIGATION (DROPDOWN MENUS) */

.menu_main { height: 31px; }
#topmenu .subnav { 
	position: absolute;
	z-index: 99;
	width: 150px;
	display: none;
	padding: 20px;
	background: #475D7C;
	-webkit-box-shadow: 3px 3px 15px #000;
	   -moz-box-shadow: 3px 3px 15px #000;
	        box-shadow: 3px 3px 15px #000;
}
#topmenu .categories .subnav { width: 537px;}
#topmenu .subnav .col { width: 179px; float: left; }

#topmenu .subnav ul { margin: 0px; padding: 0px; list-style-type: none; }
#topmenu .subnav li { float: none; }
#topmenu .subnav a {
	padding: 3px 5px 3px 15px;
	display: block;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	color: #FFF;
}
#topmenu .subnav a:hover { color: #C1AB74; text-decoration: none; }
#topmenu .subnav .has-children a:hover { background: url(/images/shopping_cart_arrow.png) no-repeat 0px 5px; }

/* ============================================================================================================================= FRAMEWORK */

#page-wrapper {
	position: relative;
	z-index: 10;
	margin: 0px auto;
	background-color: #FFF;
	text-align: left;
	width: 1020px;
	vertical-align: top;
}
.page-header {
	background: #2D3B4F url(/images/backgrounds/page-header-about.jpg) no-repeat;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	height: 175px;
}
.page-header-no-subnav { height: 70px; }
.page-header-no-height { height: auto; padding-bottom: 15px; }
.page-header h1 {
	margin: 0px;
	padding: 22px 0px 22px 40px;
	font-family: Optima, Tahoma, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #FFF;
	background-image: url(/images/backgrounds/page-header-bg.png);
}
.page-header a { color: #FFF; }

.page-header-links { margin: 0px 0px 0px 25px; padding: 10px 0px 0px 0px; list-style-type: none; }
.page-header-links li { margin: 0px; padding: 0px; width: 260px; position: relative; }
.page-header-links a {
	padding: 3px 5px 3px 17px;
	display: block;
	font-size: 12px;
	color: #D1D2D3;
}
.page-header-links a:hover, .page-header-links a.active {
	color: #FFF;
	text-decoration: none;
}
.page-header-links > li > a:hover,
.page-header-links > li > a:active,
.page-header-links li.active:hover > a {
	color: #FFF;
	background: url(/images/shopping_cart_arrow.png) no-repeat 0px 5px;
}
.page-header-links a.current-category {
	font-weight: bold;
	color: #fff;
	background: url(/images/shopping_cart_arrow.png) no-repeat 0px 5px;
}
.categoryListBoxContents .page-header-links ul {
	display: none;
	position: absolute;
	top: -7px;
	left: 188px;
	z-index: 10;
	margin: 0;
	width: 228px;
	padding: 7px 0;
	list-style: none;
	background: #475d7c;
}
.categoryListBoxContents .page-header-links .active ul { display: block; }

.page-header-links-left { width: 520px; }
.page-header-links-left li { float: left; }
.page-header-copy { margin: 10px 0px 0px 42px; padding: 0px; }
.page-header-copy p { margin-bottom: 0px; padding: 3px 0px; font-size: 12px; color: #D1D2D3; }
.page-header-copy strong { color: #FFF; }

.page-col-container { margin-bottom: 80px; border-left: 1px solid #FFF; border-right: 1px solid #FFF; font-size: 14px; line-height: 19px; color: #222221;
	background: url(/images/page-col-container.png) repeat-y;
 }
.page-col-container > p { margin-bottom: 20px; }
.page-col-container h2 { margin: 0px 0px 20px 0px; font-size: 18px; font-weight: normal; font-style: oblique; color: #40536E; }
.page-col-left h2 { margin-left: -10px; }

/* ONE COLUMN LAYOUT */
.page-single-col {
	padding: 40px 60px 80px 60px;
	background: url(/images/backgrounds/page-col-left-bg.png) repeat-x;
}

/* TWO COLUMN LAYOUT (Left/Right) */
.page-col-left {
	padding: 40px 60px 0px 60px;
	float: left;
	width: 585px;
	min-height: 500px;
	border-right: 1px solid #445976;
	/*background: url(/images/backgrounds/page-col-left-bg.png) repeat-x;*/
}
.page-col-left-login { padding: 40px 20px 0px 20px; width: 665px; }

.page-col-right { float: left; width: 312px; }
.page-col-right-noheader { border-top: 40px solid #40536E; padding-top: 20px }
.page-col-right p { margin-right: 19px; margin-left: 19px; }
.col-right-hdr {
	margin: 0px 0px 20px 0px;
	padding: 13px 0px;
	background: #40536E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: oblique;
	font-weight: normal;
	color: #CDD1D7;
	text-align: center;
}
.order-summary { padding-left: 30px; background: #40536E url(/images/order-summary.png) no-repeat 65px 6px; }
.order-summary-hdr {
	margin: 0px 10px 25px 10px;
	font-size: 18px;
	font-weight: bold;
	color: #40536E;
	border-bottom: 1px solid #B09A63;
}
.order-summary-hdr p { margin: 0px 10px 15px 10px !important; }

.order-summary-price { color: #C63F23; }
.shopping-bag-overview { margin-bottom: 5px !important; font-size:18px; font-weight: bold; color: #40536E; }

.order-summary-list { margin: 0px 10px; font-size: 13px; width: 292px; }
.order-summary-list .col1 { padding: 5px; text-align: center; }
.order-summary-list .col1 img { height: 50px; }
.order-summary-list th.col1 { padding: 5px; text-align: left; }
.order-summary-list .col2 { padding-right: 8px; }
.order-summary-list .col3 { text-align: center; }
.order-summary-list  th, .order-summary-list  td { padding: 5px 0px; border-bottom: 1px solid #B09A63; }

.page-col-right .messageStackError, .page-col-right .messageSoftNotice { margin-left: 19px; margin-right: 19px; }
.page-col-right .messageStackError p, .page-col-right .messageSoftNotice p { margin-left: 0px; margin-right: 0px; }

/* ============================================================================================================================= HOME PAGE */

/* HERO SLIDESHOW/WELCOME MESSAGE */
.hero-container {
	position: relative;
	height: 331px;
	background: url(/images/index-mission-bg.jpg) no-repeat right top;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
#hero-slideshow {}
#hero-slideshow p { position: absolute; z-index: 1; margin-bottom: 0px; }
#hero-slideshow p.active { z-index: 3; }

.hero-pagination { position: absolute; bottom: 25px; left: 65px; z-index: 4; margin: 0px; padding: 0px; list-style-type: none; }
.hero-pagination li { float: left; }
.hero-pagination a {
	display: block;
	width: 13px;
	height: 13px;
	background: url(/images/hero-pagination-sprite.png) no-repeat;
	text-indent: -9999px;
}
.hero-pagination li.active a { background-position: 0px -13px; }

.welcome-msg { padding: 25px 20px 0px 20px; width: 298px; color: #FFF; float: right; }
.welcome-msg h1 {
	margin: 0px 0px 14px 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	text-align:center;
	font-style: oblique;
}
.welcome-msg p { margin: 0px 0px 10px 0px; padding: 0px; font-size: 12px; line-height: 15px; }

.home-secondary-container {}
.home-secondary-container .col1 { padding: 20px 0px 0px 20px; width: 660px; float: left; }

/* NEW RELEASES */
.new-releases-container {
	margin-bottom: 25px;
	padding: 4px;
	width: 634px;
	border: 1px solid #D6D6D6;
	-webkit-box-shadow: 0px 0px 4px #D6D6D6;
	   -moz-box-shadow: 0px 0px 4px #D6D6D6;
	        box-shadow: 0px 0px 4px #D6D6D6;
}
.new-releases-inner-container { position: relative; background: #F4F2EA; border: 1px solid #D6D6D6; }

.new-releases-info {
	height: 31px;
	background: #B09A63 url(/images/new_releases_bg.png) no-repeat -10px 0px;
	overflow: hidden;
}
.new-releases-info h2 {
	margin-bottom: 0px;
	padding: 6px 0px 0px 12px;
	width: 175px; 
	float: left;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	text-transform: uppercase;
}
.new-releases-info ul { margin: 0px; padding: 0px; list-style-type: none; }
.new-releases-info li { margin-top: 8px; float: left; font-size: 12px; font-style: oblique; color: #FFF; }
.new-releases-info li.title { width: 300px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; }
.new-releases-info li.price { 
	padding-right: 10px;
	width: 52px;
	font-style: oblique;
	text-align: right;
	border-right: 1px solid #FFF;
}
.new-releases-info li.add { padding-left: 8px; font-weight: bold; }
.new-releases-info li.add a { color: #FFF; }

.new-releases-list-container { position: relative; margin: 0px 16px; height: 158px; overflow: hidden; }
.new-releases-list { position: absolute; margin: 0px; padding: 0px; list-style-type: none; }
.new-releases-list li { float: left; }
.new-releases-list a { padding: 8px 0px 0px 0px; width: 150px; display: block; background-color: #F4F2EA; }
.new-releases-list a.active { background-color: #FFF; }
.new-releases-list li span { display: none; }

/* NEW RELEASES PREV/NEXT BUTTONS */
.prev-btn { position: absolute; top: 92px; left: 0px; }
.next-btn { position: absolute; top: 92px; right: 0px; }

.prev-btn a, .next-btn a {
	display: block;
	width: 16px;
	height: 26px;
	text-indent: -9999px;
	background: url(/images/icons/prev-next-sprite.png) no-repeat 0px 0px;
}
.next-btn a { background-position: -16px 0px; }
.prev-btn a.inactive, .next-btn a.inactive { cursor: default; opacity: .3; filter:alpha(opacity=30);}

/* HOME PAGE CALLOUTS */
.home-callouts-container { margin-bottom: 25px; }
.home-callout {
	padding: 4px;
	width: 196px;
	float: left;
	border: 1px solid #D6D6D6;
	-webkit-box-shadow: 0px 0px 4px #D6D6D6;
	   -moz-box-shadow: 0px 0px 4px #D6D6D6;
	        box-shadow: 0px 0px 4px #D6D6D6;
} 
.home-callout-mright { margin-right: 13px; }
.home-callout-inner { margin-bottom: 0px; height: 164px; background: #F4F2EA; border: 1px solid #D6D6D6; }
.callout-mask { position: relative; height: 62px; overflow: hidden; background: url(/images/home-callout-bg.png) repeat; }
.home-callout-inner h3 {
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
}
.home-callout-inner h3 a { padding: 10px 0px 0px 15px; display: block; color: #475D7C; text-transform: uppercase; }
.home-callout-inner h3 a:hover{ text-decoration: none; }
.home-callout-inner h3 span { font-size: 15px; font-weight: bold; text-transform: none; }
.home-callout-inner p { padding: 0px 15px; font-size: 12px; color: #475D7C; }
.home-callout-inner .learn-more { position: absolute; top: 130px; right: 0px; margin-bottom: 0px; padding: 0px; }
.home-callout-inner .learn-more a {
	padding: 1px 0px 0px 25px;
	display: block;
	width: 85px;
	height: 18px;
	color: #FFF;
	background: url(/images/learn-more-bg.png) no-repeat;
}
.home-callout-inner .learn-more a:hover { text-decoration: none; }

.callout-author-resource-center { background: url(/images/home/author-resource-center.jpg) no-repeat; }
.callout-customer-care-center { background: url(/images/home/customer-care-center.jpg) no-repeat; }
.callout-georges-picks { background: url(/images/home/georges-picks.jpg) no-repeat; }
.active { background-position: 0px -164px; }

/* OUR IMPRINTS */
.our-imprints {
	margin-bottom: 18px;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
	font-style: oblique;
	color: #435875;
	text-align: center;
	border-bottom: 1px solid #B09A63;
}
.our-imprints-logos { text-align: center; }

/* EXPLORE OUR CATEGORIES */
.home-secondary-container .col2 { padding: 20px 20px 0px 10px; width: 310px; float: right; }
.home-secondary-container .col2 h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: oblique;
	color: #435875;
	border-bottom: 1px solid #B09A63;
}
.explore-categories-list { margin: 0px; padding: 0px 15px 0px 0px; list-style-type: none; width: 140px; float: left; }
.explore-categories-list li { padding-bottom: 4px; }
.explore-categories-list a {
	padding-left: 10px;
	display: block;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #5E5E5E;
	background: url(/images/icons/bullet-gray.png) no-repeat 0px 5px;
}
.explore-categories-list a:hover { text-decoration: underline; }

/* ============================================================================================================================= BOOKS BY SUBJECT/WHAT'S NEW */

#whatsnew .product-listing { margin: 0px; padding: 0px; list-style-type: none; }
#whatsnew .product-listing li {
	padding: 0px 60px;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	color: #000;
}
#whatsnew .product-listing div { padding-bottom: 25px; width: auto !important; }
#whatsnew .product-listing a { margin-bottom: 0px; display: block; color: #000; }
#whatsnew .product-listing a img {
	-webkit-box-shadow: 3px 3px 5px #666;
	   -moz-box-shadow: 3px 3px 5px #666;
	        box-shadow: 3px 3px 5px #666;
}

#productListing .product-listing { margin: 0px; padding: 0px; list-style-type: none; }
#productListing li.productListing-rowheading { display: none; }
#productListing li {
	position: relative;
	padding: 15px 0px;
	text-align: left;
	border-bottom: 1px solid #D7CCB1;
}
#productListing li.row0 { padding-bottom: 3px; }
.page-col-left #productListing li.row0 { display: none; }
.page-col-left #productListing li.row1 { border-top: 1px solid #D7CCB1; }

#productListing .itemTitle { margin-bottom: 3px; padding-top: 5px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #000; }
#productListing .itemAuthor { margin-bottom: 10px; }
#productListing .itemAuthor span { color: #AD9862; }
#productListing span.edition { color: #222221; font-style: italic; }
#productListing  a { color: #000; }
#productListing .listingDescription { font-size: 12px; }
#productListing .col0 {
	margin-right: 15px;
	padding: 0px 10px 10px 0px;
	width: 120px;
	overflow: hidden;
	float: left;
	text-align: center;
}
#productListing .col0 img {
	-webkit-box-shadow: 2px 2px 4px #666;
	   -moz-box-shadow: 2px 2px 4px #666;
	        box-shadow: 2px 2px 4px #666;
}
#productListing .col1 {
	padding-right: 90px;
	width: 350px;
	float: left;
}
#productListing .col2 {
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #C63F23;
}

.filter-results { margin-bottom: 5px; }

#productsListingTopNumber { padding-bottom: 8px; }
#productsListingBottomNumber { padding-top: 8px; }
#productsListingTopNumber a, #productsListingBottomNumber a { padding: 0px 3px; }

#productListing .row0 { font-weight: bold; }
#productListing .row0.col2 { bottom: 3px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 14px; }

.new-releases-view-all a {
	display: block;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 21px;
}
.new-releases-view-all a img { margin-left: 4px; }

/* ============================================================================================================================= WHAT'S NEW LIST */

#sorter, .search-form-filter { margin-bottom: 15px; }
.display-list-top { margin-bottom: 25px; padding-bottom: 5px; border-bottom: 1px solid #CCC; }
.display-list-top p { margin-bottom: 0px; }
.display-list-bottom { border-top: 1px solid #CCC; padding-top: 5px; }
.display-list-bottom  p { margin-bottom: 5px; }
.add-selected-to-cart { margin-bottom: 0px; }
.add-selected-top { margin-top: -36px; margin-bottom: 0px !important; float: right; }
.add-selected-bottom { padding-top: 5px; text-align: right; }
.whatsnew-list { margin: 0px; padding: 0px; list-style-type: none; width: 896px; }
.whatsnew-list li {
	padding: 0px 10px 10px 10px;
	width: 204px;
	height: 320px;
	float: left;
	text-align: center;
	font-size: 13px;
}
/*
.whatsnew-list li input {
	margin-right: 10px;
	padding: 2px;
	width: 25px;
	font-size: 12px;
	line-height: 13px;
	text-align: center;
	color: #B09A63;
	border: 1px solid #B09A63;
	-webkit-box-shadow: inset 0px 0px 3px #888;
	   -moz-box-shadow: inset 0px 0px 3px #888;
	        box-shadow: inset 0px 0px 3px #888;
}
*/
.whatsnew-list li a { line-height: 16px; }
.whatsnew-img-wrapper {
	width: 200px;
	height: 170px;
	overflow: hidden;
	margin:auto;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.whatsnew-img-wrapper img {
	max-width: 160px;
	max-height: 160px;
	-webkit-box-shadow: 2px 2px 4px #666;
	   -moz-box-shadow: 2px 2px 4px #666;
	        box-shadow: 2px 2px 4px #666;
}
.product-title { margin-bottom: 0px; padding-top: 5px; }

.price-buy-now-container { padding-top: 10px; color: #B09A63; }
.price-buy-now-container img { padding-top: 5px; }
.whatsnew-price { font-weight: bold; color: #C63F23; }

.buy-now-price { padding: 5px 0px 0px 25px; float: left; }
.buy-now-button { padding-right: 25px; float: right; }
.availability { margin-bottom: 10px; color: #AD9862; }

/* ============================================================================================================================= BOOK DETAILS PAGE */

.details-container { }

/* ONE COLUMN LAYOUT */
.page-details-col {
	padding: 0px 0px 60px 0px;
	background: url(/images/backgrounds/page-col-left-bg.png) repeat-x;
}
.share-page { height: 70px; }
.share-page a {
	padding: 10px 0px 0px 57px;
	float: right;
	display: block;
	width: 135px;
	height: 27px;
	border-bottom: 1px solid #AD9862;
	background: url(/images/share-page.png) no-repeat 25px 5px;
	font-size: 14px;
}
.details-col1 { padding: 0px 35px; width: 365px; float: left; }
.details-col2 { padding-right: 40px; width: 543px; float: left; }

.details-img { text-align: center; }
.details-img img {
	max-width: 345px;
	max-height: 500px;
	-webkit-box-shadow: 5px 5px 10px #666;
	   -moz-box-shadow: 5px 5px 10px #666;
	        box-shadow: 5px 5px 10px #666;

}
.look-inside a {
	margin: 0px auto;
	padding: 5px 0px 0px 32px;
	display: block;
	height: 23px;
	width: 110px;
	background: url(/images/look_inside_book.png) no-repeat 0px 0px;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}

/* RELATED PRODUCTS */
.related-products-container { padding-top: 100px; }
.related-products-hdr { font-size: 18px; font-weight: normal; font-style: oblique; color: #B09A63; }
.related-products-list { margin: 0px; padding: 0px; list-style-type: none; }
.related-products-list td {
	border-bottom: 10px solid #FFF;
	border-right: 10px solid #FFF;
	width: 115px;
	height: 115px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	background: #F2EFE6;
}
.related-products-list td.border-right { border-right: 0px solid #FFF; }
.related-products-list img { max-width: 105px; max-height: 105px; }

/* RELATED PRODUCTS (TOOLTIP) */
.related-details { display: none; }
.related-details-author { font-size: 12px; font-style: oblique; }
#tooltip {
	position: absolute;
	z-index: 100;
	padding: 10px 15px 5px 15px;
	width: 300px;
	background: #475D7C;
	background: rgba(71, 93, 124, .9);
	display: none;
	font-size: 13px;
	color: #FFF;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	        border-radius: 8px;
}
#tooltip p { margin-bottom: 5px; }

.details-col2 h1 { margin-bottom: 3px; font-size: 24px; font-weight: normal; font-style: oblique; color: #445977; }
.details-col2 h2 { margin-bottom: 20px; font-size: 16px; font-weight: normal; color: #445977; }

.details-col2 p.edition { color: #AD9862; font-size: 14px; font-weight: bold; }

.status-price-container { }
.status { float: left; font-size: 14px; font-weight: bold; color: #AD9862; }
.status p { margin-bottom: 5px; }
.price-container { float: right; text-align: right; }
.price { margin-bottom: 7px; font-size: 18px; color: #C63F23; }
.add-to-bag { margin-bottom: 0px; }
.details-description { padding: 20px 0px 70px 0px; font-size: 14px; line-height: 26px; color: #445977; }

/* TABS */
.tab-list { margin: 0px; padding: 0px; list-style-type: none; height: 34px; }
.tab-list li { margin-right: 1px; float: left; }
.tab-list a {
	padding: 9px 0px 0px 0px;
	width: 125px;
	height: 23px;
	display: block;
	text-align: center;
	border: 1px solid #ECECEC;
	background: #ECECEC;
	font-size: 14px;
	font-weight: bold;
	-webkit-border-radius: 7px 7px 0px 0px;
	   -moz-border-radius: 7px 7px 0px 0px;
	        border-radius: 7px 7px 0px 0px;
}
.tab-list a:hover { text-decoration: none; }
.tab-list li.active {
	border-top: 1px solid #B09A63;
	border-right: 1px solid #B09A63;
	border-left: 1px solid #B09A63;
	-webkit-border-radius: 7px 7px 0px 0px;
	   -moz-border-radius: 7px 7px 0px 0px;
	        border-radius: 7px 7px 0px 0px;
}
.tab-list li.active a { background: #F4F0E6; border: 1px solid #F4F0E6; }

.tab-container {
	padding:25px 25px 15px 25px;
	border: 1px solid #B09A63;
	background: #F4F0E6;
	font-size: 14px;
	line-height: 22px;
	color: #445977;
	display: none;
}
.tab-inner-container { height: 220px; overflow: hidden; }

/* TABS (jScrollPane) */
.jspContainer { overflow: hidden; position: relative; }
.jspPane { position: absolute; }
.jspPane p { text-align: left !important; } /* override copy/paste garbage */
.jspVerticalBar { position: absolute; top: 0; right: 0; width: 8px; height: 100%; }
.jspCap { display: none; }
.jspTrack { background: #E5DBC4; position: relative; }
.jspDrag { background: #B09A63; position: relative; top: 0; left: 0; cursor: pointer; }
.jspTrack, .jspDrag { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

/* ============================================================================================================================= SHOPPING BAG */

.shopping-bag { width: 100%; }
.shopping-bag th {
	padding: 4px 0px;
	background: #465B79;
	color: #FFF;
	text-transform: uppercase;
}
.shopping-bag th.col1 {
	text-align: center;
	width: 160px;
	-webkit-border-radius: 7px 0px 0px 7px;
	   -moz-border-radius: 7px 0px 0px 7px;
	        border-radius: 7px 0px 0px 7px;
}
.shopping-bag th.col3 { padding-right: 10px; width: 110px; text-align: center; }
.shopping-bag th.col4 { width: 50px; text-align: right; }
.shopping-bag th.col5 {
	padding-right: 30px;
	width: 80px;
	text-align: right;
	 -webkit-border-radius: 0px 7px 7px 0px;
	    -moz-border-radius: 0px 7px 7px 0px;
	         border-radius: 0px 7px 7px 0px;
}

.shopping-bag td { padding: 15px 0px; border-bottom: 1px solid #D7CCB1; }
.shopping-bag td.col1 { text-align: center; }
.shopping-bag td.col1 img {
	-webkit-box-shadow: 2px 2px 4px #666;
	   -moz-box-shadow: 2px 2px 4px #666;
	        box-shadow: 2px 2px 4px #666;
}
.shopping-bag td.col3 { padding-right: 10px; text-align: center; }
.shopping-bag td.col4 { text-align: right; }
.shopping-bag td.col4 input { display: none; }
.shopping-bag td.col4 .qty-container input { display: block; float: right; }
.shopping-bag .qty-container { position: relative; text-align: right; }
.shopping-bag .qty-refresh { position: absolute; top: 28px; right: 6px; }
.shopping-bag td.col4 .qty-input input {
	padding: 2px;
	width: 32px;
	border: 1px solid #B09A63;
	text-align: center;
	color: #B09A63;
	-webkit-box-shadow: inset 0px 0px 3px #888;
	   -moz-box-shadow: inset 0px 0px 3px #888;
	        box-shadow: inset 0px 0px 3px #888;
}
.shopping-bag .col-price { position: relative; padding-right: 30px; text-align: right; font-weight: bold; }
.col-price .del { position: absolute; top: 2px; right: 8px; width: 20px; height: 20px; }

.shopping-bag .qty { margin-bottom: 6px; color: #475D7C; }
.shopping-bag .remove { font-size: 11px; font-style: oblique; }

.cart-ftr-msg { padding-top: 5px; font-size: 12px; color: #465B79; }
.cart-ftr-msg h3 { margin-bottom: 3px; font-size: 13px; font-style: oblique; font-weight: normal; }
.cart-subtotal {
	padding: 10px 30px 0px 0px;
	width: 230px;
	float: right;
	background: #EEE9DD;
}
.subtotal-col1 { width: 150px; float: left; text-align: right; }
.subtotal-col2 { width: 80px; float: left; text-align: right; }

.update-cart { margin-bottom: 0px; padding-right: 10px; text-align: right; }

.submit-buttons, .submit-options { margin-bottom: 20px; padding-top: 20px; }
.submit-buttons { text-align: right; float: right; }
.submit-buttons a { padding-left: 9px; }

.backorder-note { margin: 8px 0 0; font-style: italic; font-size: 11px; color: #555; }

/* ============================================================================================================================= CHECKOUT PROCESS */

.checkout-process { 
	margin: 18px 0px 0px 30px;
	padding: 0px;
	width: 960px;
	height: 60px;
	list-style-type: none;
	background: url(/images/checkout-sprite.png) no-repeat;
}
.checkout-process li { float: left; }
.checkout-process a { display: block; height: 60px; text-indent: -9999px; }

.checkout-step2 { background-position: 0px -60px }
.checkout-step3 { background-position: 0px -120px }
.checkout-step4 { background-position: 0px -180px }
.checkout-step5 { background-position: 0px -240px }

.checkout-process .step1 { margin-right: 70px; width: 110px; }
.checkout-process .step2 { margin-right: 50px; width: 160px; }
.checkout-process .step3 { margin-right: 80px; width: 160px; }
.checkout-process .step4 { width: 100px; }
.checkout-process .step5 { text-indent: -9999px; }

/* ============================================================================================================================= SHIPPING ESTIMATOR */

body.shipping-estimator { background: #475D7C; color: #FFF; }
.shipping-estimator .ajax-content { padding-bottom: 200px; font-size: 12px; }

.shipping-estimate { width: 96%; }
.shipping-estimate th { padding: 3px 20px; text-align: left; border-bottom: 1px solid #FFF; }
.shipping-estimate th.shipping-price { text-align: right; }

.shipping-estimate td { padding: 3px 20px; border-bottom: 1px solid #FFF; }
.shipping-estimate td.shipping-price { text-align: right; }

/* USED BY CMS JS */
.hiddenField { display: none; }
.visibleField { display: block; }
li.statezone select { margin-bottom: 4px; }
li.statezone .inputLabel { margin-left: 168px; }

/* ============================================================================================================================= CHECKOUT */

.checkout-process-container {
	margin-bottom: 25px;
	padding: 0px 0px 15px 0px;
	border-bottom: 1px solid #b09A63;
}
.checkout-process-container h3 { font-size: 15px; font-weight: bold; color: #40536E; }
.option-fieldset {
	margin-bottom: 10px;
	padding: 15px;
	color: #40536E;
	border: none;
}
.option-hdr { font-size: 14px; line-height: 17px; font-weight: bold; color: #000; }
.option-hdr img { vertical-align: middle; }

.radio-btn-options {}
.radio-btn-options td { padding: 2px 5px; }
.opt-btn input { margin-top: 2px; }
.opt-label {}

.step-next { font-family: Georgia, "Times New Roman", Times, serif; font-size: 15px; color: #B09A63; }

.total-container { padding: 5px 0px 5px 0px; border-bottom: 1px solid #E1D9BE; }
.totalBox { padding-right: 15px; width: 80px; float: right; text-align: right; }
.lineTitle { padding-left: 15px; }
#ottotal { font-weight: bold; border: none; }

.checkout-review-container { margin-bottom: 20px; padding-top: 20px; }
.checkout-review-container h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #40536E;
}
.checkout-review-containers { border-bottom: 1px solid #B09A63; }
.checkout-review-container-right { margin-left: 50px; width: 280px; float: right; }
.next-step-container { padding-top: 20px; }

.shopping-carts-checkout-list { margin-bottom: 20px; width: 100%; }
.shopping-carts-checkout-list th, .shopping-carts-checkout-list td { padding: 5px 10px; }
.shopping-carts-checkout-list th { border-bottom: 1px solid #B09A63; }
.shopping-carts-checkout-list tr.rowOdd td { background: #F2EEE1; }
.shopping-carts-checkout-list .cartQuantity { width: 50px; }
.shopping-carts-checkout-list .cartTotalDisplay { padding: 5px 15px 5px 5px; width: 80px; text-align: right; }

.notify-me-container { margin-bottom: 20px; padding: 15px 15px 5px 15px; border: 1px solid #B09A63; }
.thankyou-msg { font-size: 16px; font-weight: bold; }

/* ============================================================================================================================= SEARCH HELP */

body.search-help { background: #475D7C; color: #FFF; }
.search-help .ajax-content { padding-bottom: 50px; font-size: 12px; }
.search-help-ctr { padding: 25px 0px 5px 0px; border-bottom: 1px solid #FFF; }
.search-help-hdr { padding-top: 15px; border-top: 1px solid #FFF; font-size: 16px !important; }

body.cvv-help {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding: 20px 20px 40px 20px;
	background: #475D7C;
	color: #FFF;
}
body.cvv-help strong { font-size: 15px; }
body.cvv-help a { color: #FFF; }

/* ============================================================================================================================= LOGIN/REGISTER */

.form-container {}
.form-inner-container { padding: 20px 10px 10px 10px; background: #D0D9E4; }
.form-inner-container-no-bg { background: none; }
.form-inner-container-margin { margin-bottom: 20px; }
.request-catalog .form-inner-container { background: #FFF; }
.returning-customers .form-inner-container { background: #EBE7DB; }
.form-container h3 {
	margin-bottom: 0px;
	padding: 7px 7px 7px 10px;
	background: #475D7C;
	font-size: 16px;
	color: #FFF;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}
.returning-customers h3 { background: #B09A63; }
.form-container fieldset { margin: 0px 0px 15px 0px; padding: 0px; border: none; }
.form-container legend {
	margin-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #92A2B9;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: oblique;
	font-weight: bold;
	color: #657995;
}
.form-container legend span { padding-left: 168px; }

/* FORM ul contents */
.form { margin: 0px; padding: 0px; list-style-type: none; }
.form li { margin-bottom: 12px; clear: both; }
.form-small li { margin-bottom: 7px; clear: both; }
.form label, .form .check-radio-label { padding: 3px 18px 0px 0px; width: 150px; display: block; float: left; font-weight: bold; text-align: right; }
.ccinfo .form label, .form .check-radio-label { width: 170px; }
.form .check-radio-wrapper { overflow: auto; }
.form .check-radio-wrapper label { padding-right: 15px; display: inline; float: none; font-weight: normal; }
.form .check-radio-wrapper input { margin-right: 5px; }
input.basic, input.small, input.visibleField, .input-basic input, .input-dark input, .ccinfo input {
	padding: 3px;
	width: 220px;
	border: 1px solid #FFF;
	font-style: oblique;
	color: #7B7B7A;
}
.input-dark input, .ccinfo input { border: 1px solid #B09A63; }
input.small, .ccinfo input#authorizenet-cc-cvv { width: 100px; }

textarea.basic, textarea.small, textarea.dark {
	padding: 3px;
	height: 150px;
	width: 360px;
	border: 1px solid #FFF;
	font-style: oblique;
	color: #7B7B7A;
}
textarea.dark { border: 1px solid #B09A63; }
textarea.small { width: 220px; height: 100px; }

.input-basic input:focus, .input-dark input:focus, .ccinfo input:focus,
input.basic:focus, input.small:focus, textarea.basic:focus, textarea.small:focus, textarea.dark:focus, input.visibleField:focus {
	border: 1px solid #475D7C;
	-webkit-box-shadow: 0px 0px 6px #475D7C;
	   -moz-box-shadow: 0px 0px 6px #475D7C;
	        box-shadow: 0px 0px 6px #475D7C;
}
select:focus {
	-webkit-box-shadow: 0px 0px 6px #475D7C;
	   -moz-box-shadow: 0px 0px 6px #475D7C;
	        box-shadow: 0px 0px 6px #475D7C;
}

.request-catalog input.basic, .request-catalog textarea.basic {
	border: 1px solid #C7C4C0;
	-webkit-box-shadow: 2px 2px 3px #CCC;
	   -moz-box-shadow: 2px 2px 3px #CCC;
	        box-shadow: 2px 2px 3px #CCC;
}
.request-catalog .form input.basic:focus, .request-catalog .form textarea.basic:focus {
	border: 1px solid #475D7C;
	-webkit-box-shadow: 2px 2px 3px #475D7C;
	   -moz-box-shadow: 2px 2px 3px #475D7C;
	        box-shadow: 2px 2px 3px #475D7C;
}

.alert { color: #FF0000 }
.alert-note { margin-bottom: 0px; padding: 0px 10px 0px 0px; color: #FF0000; float: right; font-size: 11px; }
.alert-note-nofloat { margin-bottom: 10px; padding: 4px 30px 0px 0px; color: #FF0000; font-size: 11px; text-align: right; }
.alert-password { padding: 3px 0px 0px 168px; font-size: 12px; font-style: oblique; color: #666; }
.form .required { background: url(/images/icons/required.png) no-repeat 156px 7px; }

.submit { margin-bottom: 8px; padding: 10px 6px 0px 168px; }
.submit2 { margin-bottom: 10px; padding: 0px 6px 0px 168px; }
.forgot { margin-bottom: 5px; padding-left: 168px; font-style: oblique; }
.dsign { padding-right: 5px; color: #657995; font-weight: bold; }

/* SEARCH FORM */
.form-container legend span.legend-search { padding-left: 78px; }
.form-search label, .form-search .check-radio-label { width: 60px; }
.submit-search { padding-left: 78px; }

.address-name { font-size: 16px; }
.address-title { font-size: 16px; font-weight: bold; }
.address-padding { padding-bottom: 15px; }
.address-padding-left { padding-left: 25px; }
.pad-top { padding-top: 15px; }

/* ============================================================================================================================= REQUEST A CATALOG / MAILING LIST (SIDEBAR) */

.newsletter-list-options { margin: 0px 0px 30px 10px; padding: 0px; list-style-type: none; }
.newsletter-list-options li {
	position: relative;
	margin: 0px 25px 15px 0px;
	padding: 6px 11px;
	width: 228px;
	height: 143px;
	float: left;
	font-size: 12px;
	color: #40536E;
	border: 1px solid #B09A63;
	-webkit-box-shadow: 2px 2px 3px #CCC;
	   -moz-box-shadow: 2px 2px 3px #CCC;
	        box-shadow: 2px 2px 3px #CCC;
}
.newsletter-img { margin: 0px 12px 0px 0px; float: left; }
.newsletter-txt { overflow: auto; }
/*.catalog-checkbox { margin-bottom: 0px; position: absolute; left: 132px; bottom: 15px; }*/
.catalog-checkbox { margin-bottom: 0px; }

.form-sidebar-hdr { color: #40536E; }
.form-sidebar { margin: 0px 19px; color: #40536E; }
.form-sidebar fieldset { margin: 0px; padding: 0px; border: none; }
.form-sidebar label {
	padding-right: 0px;
	width: auto;
	display: block;
	float: none;
	font-weight: bold;
	text-align: left;
}
.form-sidebar input.basic {
	width: 260px;
	border: 1px solid #C7C4C0;
	-webkit-box-shadow: 2px 2px 3px #CCC;
	   -moz-box-shadow: 2px 2px 3px #CCC;
	        box-shadow: 2px 2px 3px #CCC;
}
.form-sidebar input.basic:focus {
	border: 1px solid #475D7C;
	-webkit-box-shadow: 2px 2px 6px #475D7C;
	   -moz-box-shadow: 2px 2px 6px #475D7C;
	        box-shadow: 2px 2px 6px #475D7C;
}

.form-sidebar p.newsletter-options-hdr { margin-left: 0px; margin-right: 0px; padding-top: 20px; }
.form-sidebar .check-radio-wrapper label { font-size: 12px; }
.form-sidebar .options-col { float: left; width: 122px; }
.form-sidebar .options-col2 { float: left; width: 152px; }
.form-sidebar input.other { margin-left: 21px; padding: 2px; font-size: 12px; line-height: 12px; width: 100px; }
.submit-sidebar { padding-top: 0px; text-align: right; }

/* ============================================================================================================================= CUSTOMER CARE CENTER */

p.expand-hdr, p.empty-hdr { margin-bottom: 0px; padding-top: 3px; font-weight: bold; }
p.expand-hdr a, p.empty-hdr a {
	padding-left: 20px;
	display: block;
	color: #222221;
}
p.expand-hdr a { background: url(/images/icons/expand-collapse-sprite.png) no-repeat 0px 3px; }
p.expand-hdr a.active { background-position: 0px -97px; }

.expand-details { padding: 10px 30px 0px 30px; }

.customer-care-content-hdr { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #B09A63; }

/* ============================================================================================================================= MY ACCOUNT */

.previous-orders { margin-bottom: 15px; width: 100%; border-top: 1px solid #D7E0EE; border-right: 1px solid #D7E0EE; }
.previous-orders th, .previous-orders td { padding: 3px; border-bottom: 1px solid #D7E0EE; border-left: 1px solid #D7E0EE; }

.order-history-item { margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid #D7E0EE; }
.order-hiistory-section { margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid #D7E0EE; }

/* ============================================================================================================================= EZ PAGE TEMPLATES */

/* ABOUT US - DIRECTIONS */
.page-col-container p.iframe-container { margin-bottom: 3px; border: 1px solid #475D7C; }
.page-col-container p.directions-hdr { margin-bottom: 0px; padding-top: 20px; font-weight: bold; }
p.directions-hdr a {
	padding-left: 20px;
	display: block;
	color: #222221;
	background: url(/images/icons/expand-collapse-sprite.png) no-repeat 0px 3px;
}
p.directions-hdr a.active { background-position: 0px -97px; }

/* ABOUT US - SCHIFFER IMPRINTS */
.imprints-list { margin: 0px; padding: 0px; list-style-type: none; }
.imprints-list li { padding: 20px 0px; border-top: 1px solid #40536E; height: 100px; clear: both; }
.imprints-list .imprints-logo { float: left; padding-right: 25px; }
.imprints-list .imprints-overview { overflow: auto; }

/* ABOUT US - PRESS RELEASES */
.press-release { margin-bottom: 25px; padding-top: 25px; border-top: 1px solid #475C7B; }
.press-release .date { margin-bottom: 5px; font-weight: bold; font-style: oblique; }

/* PRESS - SOCIAL MEDIA */
.social-hdr a {
	padding: 2px 0px 0px 33px;
	height: 26px;
	display: block;
	background: url(/images/social-icon-sprite.png) no-repeat;
	color: #40536E;
	text-decoration: none;
}
.hdr-twitter a { background-position: 0px -50px; }
.hdr-youtube a { background-position: 0px -100px; }
.hdr-pinterest a { background-position: 0px -150px; }
.hdr-instagram a { background-position: 0px -184px; }

.facebook-ctr { margin-bottom: 60px; }
.twitter-ctr { margin-bottom: 60px; padding-right: 38px; width: 460px; float: left; }
.pinterest-ctr { margin-bottom: 60px; width: 400px; float: left; }
.instagram-ctr { margin-bottom: 0px; width: 400px; float: left; }
.youtube-ctr ul { margin: 0px; padding: 0px; list-style-type: none; }
.youtube-ctr li { margin-right: 29px; float: left; }
.youtube-ctr li.last { margin-right: 0px; }

.sidebar-hdr { }
.sidebar-hdr-border { border-top: 1px solid #B09A63; padding-top: 25px; }
.sidebar-hdr a { padding-top: 40px; display: block; color: #B09A63; text-align: center; }
.sidebar-hdr a { color: #B09A63; }
.sidebar-hdr a.goodreads { background: url(/images/logos/goodreads.png) no-repeat center top; }
.sidebar-hdr a.librarything { background: url(/images/logos/librarything.png) no-repeat center top; }
.sidebar-copy { padding: 0px 10px; font-size: 12px; text-align: justify; }

.youtube-iframe-container { margin-bottom: 15px; width: 483x; height: 329px; border: 1px solid #80807F; }
.youtube-copy-container h4 { margin-bottom: 10px; font-size: 16px; font-style: oblique; font-weight: normal; color: #40536E; }
.youtube-copy-container p { text-align: justify; }

/* PRESS - GEORGE'S PICKS */
.george-container { padding-bottom: 15px; }
.george-photo { margin-right: 20px; float: left; }
.george-photo img { border: 5px solid #475C7B; }
.george-overview { padding-right: 100px; line-height: 24px; }

.pick-container { margin-bottom: 25px; padding-top: 25px; border-top: 1px solid #475C7B; }
.pick-img { padding-right: 25px; float: left; }
.pick-img img { border: 5px solid #475C7B; }
.pick-copy { overflow: auto; }
.page-col-left .pick-copy h2 { margin-left: 0; }

ul.picks-archive-list { margin: 0; padding: 0 15px; list-style-type: none; }
ul.picks-archive-list li { margin: 0 0 12px; line-height: 1.3;  }

.footnote { font-size: 12px; }

/* PRESS - OUR REVIEWERS */
.reviewers-page h2 { margin-left: -32px; margin-right: -32px; padding-bottom: 3px; border-bottom: 1px #465c7a solid; }

.top-reviewers { width: 978px; margin: 0 -48px 0 -32px; }
.top-reviewers .top-reviewer { float: left; width: 147px; margin: 0 16px 16px 0; font-size: 12px; line-height: 1.5; text-transform: uppercase; text-align: center; }
.top-reviewers .top-reviewer.row-start { clear: left; }
.top-reviewers .top-reviewer.last-row { margin-left: 236px; }
.top-reviewers .top-reviewer img { display: block; margin: 0 0 13px; }
.top-reviewers .top-reviewer a { color: #000; }

.all-reviewers { margin: 0 -60px; padding: 12px 43px; background: #ebe7db; }
.all-reviewers h2 { margin: 0; border: none; }
.all-reviewers p { margin: 0 0 11px 13px; }
.all-reviewers p a { font-style: italic; }
.all-reviewers .reviewer-lists { border-top: 1px #465c7a solid; }
.all-reviewers .reviewer-lists ul { float: left; margin: 0 0 0 2%; width: 23.5%; padding: 14px 0 0; list-style: none; }
.all-reviewers .reviewer-lists ul.first { margin-left: 0; }
.all-reviewers .reviewer-lists li { margin: 0 0 6px; line-height: 1.2; }
.all-reviewers .reviewer-lists li a { color: #000; }

.top-reviewers:after,
.reviewer-lists:after { content: "."; display: block; clear: both; visibility: hidden; overflow: hidden; }
.top-reviewers,
.reviewer-lists { zoom: 1; }

/* ============================================================================================================================= SITE MAP */

.site-map-ctr {}
.site-map-col { padding-right: 20px; width: 429px; float: left; }
.site-map-col li { font-size: 15px; line-height: 17px; }
.site-map-col li li { font-size: 14px; line-height: 16px; }
.site-map-col li li li { font-size: 13px; line-height: 15px; }
.site-map-col li li li li { font-size: 12px; line-height: 13px; }


.sitemap-hdr { padding-top: 20px; font-size: 16px; font-weight: bold; }

/* ============================================================================================================================= FOOTER */

.footer {
	position: relative;
	padding: 40px 0px 0px 20px;
	height: 170px;
	background: url(/images/footer-bg-gradient.jpg) repeat-x 0px 18px;
	font-size: 12px;
	color: #475D7C;
	line-height: 20px;
}
.footer a { color:#475D7C; }
.footer a:hover { text-decoration:underline; }
.copyright { margin-bottom: 25px; padding-bottom: 25px; width: 660px; border-bottom: 1px solid #919191; }

.footer-links { margin: 0px; padding: 0px; list-style-type: none; width: 450px; }
.footer-links li { width: 150px; float: left; }
.footer-links li.narrow { width: 110px; }

.footer-callouts { position: absolute; top: -40px; right: 15px; width: 300px; }
.footer-callouts h3 {
	margin-bottom: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}
.social-media-container {
	margin-bottom: 15px;
	padding: 4px;
	width: 286px;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 4px #D6D6D6;
	   -moz-box-shadow: 0px 0px 4px #D6D6D6;
	        box-shadow: 0px 0px 4px #D6D6D6;
}
.social-media-list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 284px;
	height: 43px;
	background: #F4F2EA url(/images/icons/social-media-sprite.png) no-repeat 187px -66px;
	border: 1px solid #D6D6D6;
}
.social-media-list li { float: left; }
.social-media-list a {
	display: block;
	width: 31px;
	height: 43px;
	background: url(/images/icons/social-media-sprite.png) no-repeat 4px 9px;
	text-indent: -9999px;
}
.social-media-list li.facebook { margin-left: 0px; }
.social-media-list li.twitter a { background-position: -31px 9px; }
.social-media-list li.tumblr a { background-position: -66px 9px; }
.social-media-list li.youtube a { background-position: -101px 9px; }
.social-media-list li.pinterest a { background-position: -136px 9px; }
.social-media-list li.instagram a { background-position: 2px -25px; }
.social-media-list li.social a { background: none; width: 98px; }

.catalog-list { margin: 0px; padding: 0px; list-style-type: none; }
.catalog-list li { margin-right: 7px; float: left; }
.catalog-view { padding-right: 5px; font-size: 14px; text-align: right; }

/* ============================================================================================================================= WARNINGS, ERRORS, MESSAGES */

.header-stack-messages-container { position: absolute; top: 0px; left: 20px; width: 300px; }

.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution, .messageSoftNotice {
	margin: 0px 0px 14px 0px;
	padding: 15px 15px 0px 34px; 
	font-weight: bold;
}
.messageStackWarning a, .messageStackError a, .messageStackSuccess a, .messageStackCaution a, .messageSoftNotice a { text-decoration: underline; }
.messageStackWarning img, .messageStackError img, .messageStackSuccess img, .messageStackCaution img { display: none; }
.messageStackWarning ul, .messageStackError ul, .messageStackSuccess ul, .messageStackCaution ul { margin: 0px 0px 14px 30px; padding:0px; }
.messageStackWarning, .messageStackError, .messageStackCaution {
	border: 1px dotted #6A798E; 
	background: #F5F6F8 url(/images/icons/caution.png) repeat; 
	color: #6A798E; 
}
.messageStackWarning a, .messageStackError a, .messageStackCaution a { color: #6A798E; }

.messageSoftNotice, .alert-wrapper .messageStackWarning, .alert-wrapper .messageStackError, .alert-wrapper .messageStackCaution {
	border: 1px dotted #6A798E; 
	background: #F5F6F8 url(/images/icons/caution.png) repeat; 
	color: #6A798E; 
}
.messageSoftNotice a, .alert-wrapper .messageStackWarning a, .alert-wrapper .messageStackError a, .alert-wrapper .messageStackCaution a { color: #6A798E; }

.messageStackSuccess {
	border: 1px dotted #6A798E; 
	background: #F5F6F8 url(/images/icons/caution.png) repeat; 
	color: #6A798E; 
}
.messageStackSuccess a { color: #6A798E; }

/* ============================================================================================================================= MODALS */
/* REQUIRES: jscript_jquery.simplemodal.1.4.3.min.js */

#simplemodal-overlay { background: url(/images/modal-overlay.png) repeat; }
#simplemodal-container {
	padding: 32px 30px 0px 30px;
	width: 540px;
	height: 450px;
	text-align: left;
	color: #FFF;
	background: #475D7C;
	border: 1px solid #FFF;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	-webkit-box-shadow: 5px 5px 14px #000;
	   -moz-box-shadow: 5px 5px 14px #000;
	        box-shadow: 5px 5px 14px #000;
}

.modal-content { height: 360px; }
.modal-content .loading { padding-top: 160px; text-align: center; }

.simplemodal-container h1 { margin-bottom: 15px; font-size: 22px; }
.simplemodal-container h2 { margin-bottom: 5px; padding-top: 10px; font-size: 18px; }
.simplemodal-container p { font-size: 14px; line-height: 18px; }
.simplemodal-container a.modalCloseImg {
	position: absolute; 
	top: 20px; 
	right: 17px; 
	z-index: 200; 
	background: url(/images/icons/x-white.png) no-repeat; 
	width: 11px;
	height: 11px; 
	display: inline;
	cursor: pointer;
}

/* SHARE WITH FRIEND MODAL */
#simplemodal-container-share {
	width: auto;
	height: auto;
	background: none;
	-webkit-box-shadow: 5px 5px 14px #000;
	   -moz-box-shadow: 5px 5px 14px #000;
	        box-shadow: 5px 5px 14px #000;
}
#simplemodal-container-share a.modalCloseImg {
	top: 15px; 
	right: 15px; 
	background: url(/images/icons/x-share.png) no-repeat; 
	width: 14px;
	height: 14px; 
}

.share-with-friend-wrapper { display: none; }
.share-with-friend { padding: 5px; background: #FFF; }
.share-with-friend-inner .message-wrapper { padding-top: 40px; }
.share-with-friend-inner .messageSoftNotice { margin: 0px 25px 5px 25px; }
.share-with-friend-inner {
	width: 440px;
	height: 570px;
	background: #F4F0E6;
	-webkit-box-shadow: inset 0px 0px 3px 3px #D5D0C5;
	   -moz-box-shadow: inset 0px 0px 3px 3px #D5D0C5;
	        box-shadow: inset 0px 0px 3px 3px #D5D0C5;
}

.share-with-friend fieldset { margin: 0px; padding: 35px 35px 10px 35px; border: none; }
.share-with-friend h3 {
	margin: 0px 0px 20px 0px;
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	font-style: oblique;
	color: #475D7C;
	border-bottom: 1px solid #AD9862;
}
.share-with-friend .alert-note { font-size: 11px; }
.share-with-friend label { width: 90px; font-size: 12px; color: #475D7C; }
.share-with-friend label.required { background-position: 96px 7px; }
.share-with-friend input { }
.share-with-friend .check-radio-label { width: 90px; }
.share-with-friend .submit { padding-left: 108px; }


/* ============================================================================================================================= COLORBOX */
/* REQUIRES: jscript_jquery.colorbox.min.js */

/* COLORBOX STANDARD */
#colorbox, #cboxOverlay, #cboxWrapper { position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay { position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft { clear:left;}
#cboxContent { position:relative;}
#cboxLoadedContent { overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle { margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic { position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow { cursor:pointer;}
.cboxPhoto { float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe { width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent { box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* COLORBOX CUSTOM */
#cboxOverlay {  background: url(/images/modal-overlay.png) repeat; }
#colorbox {
	background: #475D7C;
	border: 1px solid #FFF;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	-webkit-box-shadow: 5px 5px 14px #000;
	   -moz-box-shadow: 5px 5px 14px #000;
	        box-shadow: 5px 5px 14px #000;
}
#colorbox { outline:0; }
#cboxTopLeft, #cboxTopRight, #cboxBottomLeft, #cboxBottomRight { width:21px; height:21px; }
#cboxMiddleLeft, #cboxMiddleRight { width:21px; }
#cboxTopCenter, #cboxBottomCenter { height:21px; }
#cboxContent { overflow:hidden; }
.cboxIframe { background: #FFF; }
#cboxError { padding:50px; border:1px solid #CCC; }
#cboxLoadedContent { margin-bottom:28px; }
#cboxTitle { position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#FFF; font-size: 13px; }
#cboxCurrent { position:absolute; bottom:4px; left:58px; color:#FFF; font-size: 13px; }
#cboxLoadingGraphic { background:url(/images/loading-reverse.gif) no-repeat center center; }

#cboxPrevious, #cboxNext, #cboxClose {
	position:absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 25px;
	height: 25px;
	background:url(/images/icons/prev-next-modal-sprite.png) no-repeat 0px 3px;
	text-indent:-9999px;
	border: 0px;
	overflow: visible;
}
#cboxNext { left:27px; background-position: -25px 3px; }
#cboxClose { left: auto; right:0; background-position: -50px 3px; }

/* ============================================================================================================================= POLYFILLS */

/* BACKGROUND-SIZE: COVER */
.bgcover-polyfill { position: absolute; height: 100%; width: 100%; top: 0; z-index: 1; }
.bgcover-polyfill img { width: 100%; height: 100%; }

/* ============================================================================================================================= OLD TEMPLATE STYLES (SHOULD UPDATE) */

.categoryListBoxContents { float: left; }
.categoryListBoxContents ul { margin: 0px 5px 0px 22px; }
.categoryListBoxContents ul li { width: auto; }
.clearBoth { clear: both; }

/* ============================================================================================================================= FLOATS / BASICS */

.left { float: left; }
.right { float: right; }
.aright { text-align: right; }
.hid { display: none; }
.nomargin { margin: 0px !important; }
.smmargin { margin-bottom: 5px !important; }
.lgmargin { margin-bottom: 20px !important; }

.cf:before, .cf:after { content:''; display:table; }
.cf:after { clear:both; }
.cf { *zoom:1; }

