/*

Beyond Words Phase II
Date July 2009
Author Reid Parham reid@edgedesign.us
Designer Megan Beierle megan@edgedesign.us


COLORS
grey	4d4d4d (type)
dk blue	446492
md blue	7090B7
dk green	758424
md green	ACB75E
lt green	DDE5A4 (multi_tab rule)
rose	91595E
lt brown	ECE3CF (rule)
lt brown	f2f5dd

*/


/* SELF-CLEAR FLOAT FIX
================================================== */

.c:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	margin-bottom: .001em;
}
.c {
    display: inline-block;
}
html[xmlns] .c {
    display: block;
}
* html .c {
    height: 1%;
}


/* GLOBAL RESET AND UTILITY
================================================== */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	margin: 0;
	padding: 0;
}
.a {
	position: absolute;
	left: -9999px;
}
.p {
	display: none;
}
a {
	cursor: pointer;
}
a:link, 
a:visited {
	color: #7090B7;
	text-decoration: none;
}
a:hover {
	color: #446492;
	text-decoration: underline;
}
img, 
a img {
	border: none;
	line-height: 1px;
}
.noborder {
	border: none !important;
}
.more_bottom_margin {
	margin-bottom: 30px !important;
}
ul.simple, 
ol.simple {
	list-style: none !important;
}
img.icon {
	vertical-align: top !important;
	border: none !important;
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	font-weight: normal;
}
.align-right {
	text-align: right;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-top input,
.align-top select, 
.align-top textarea {
	vertical-align: top !important;
}
.align-middle input,
.align-middle select, 
.align-middle textarea {
	vertical-align: middle !important;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.float-right-with_margin {
	margin-left: 6px;
	float: right;
}
.float-left-with_margin {
	margin-right: 15px !important;
	float: left;
}
.float-left-with_more_margin {
	margin-right: 40px !important;
	float: left;
}
.float-right-with_more_margin {
	margin-left: 30px !important;
	float: right;
}
body#calendar.authors div.float-left-with_more_margin, 
body#calendar.authors div.float-left {
	width: 270px;
	position: relative;
}
p.photos.float-left-with_margin {
	margin-right: 12px !important;
}
#secondary .float-right-with_margin {
	margin: 0 0 0 23px !important;
}
#secondary .float-left-with_margin {
	margin: 0 23px 0 0 !important;
}
.inline {
	display: inline !important;
}
.block {
	display: block;
}
.caps {
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.clear {
	clear: both;
}
.highlight-number {
	font-weight: bold;
	color: #91420e !important;
}
.highlight-light_grey {
	color: #aaa !important;
}
.disabled {
	font-style: italic;
}
.help {
	display: inline;
	margin: 0 0 0 6px;
	padding: 1px 4px 2px 4px;
	color: #808080;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}
.inline_spacer {
	margin: 0 6px;
}
.required {
	color: #ff0000;
}
object, embed {
	margin-bottom: 10px;
}
.serif-text {
	font-family: georgia, times, serif;
}
.xlarge-text {
	font-size: 2.4em !important;
	line-height: 1.5em !important;
}
.large-text {
	font-size: 1.8em !important;
	line-height: 1.5em !important;
}
.background-dkblue {
	background: #446492 !important;
}
.background-mdblue {
	background: #7090B7 !important;
}
.background-dkgreen {
	background: #758424 !important;
}
.background-mdgreen {
	background: #ACB75E !important;
}
.background-ltgreen {
	background: #DDE5A4 !important;
}
.background-rose {
	background: #91595E !important;
}
.background-ltbrown {
	background: #ECE3CF !important;
}
.text-white {
	color: #fff !important;
}
.text-dkblue {
	color: #446492 !important;
}
.text-mdblue {
	color: #7090B7 !important;
}
.text-dkgreen {
	color: #758424 !important;
}
.text-mdgreen {
	color: #ACB75E !important;
}
.text-ltgreen {
	color: #DDE5A4 !important;
}
.text-rose {
	color: #fff !important;
}
.text-brown {
	color: #ECE3CF !important;
}


/* LAYOUT
================================================== */

body {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	background: url('/images/bg-header.gif') 50% 0px no-repeat #fff;
	color: #4D4D4D;
}
body#microsite {
	background: #fff;
}
#page {
	width: 951px;
	margin: 0 auto;
	padding-bottom: 100px;
	position: relative;
}
#masthead {
	margin-left: 13px;
}
#content {
	margin: 9px 0 15px 0;
}
body#microsite #content, 
body#microsite #primary {
	margin-top: 0px !important;
}
#primary {
	position: relative;
	margin-top: 14px;
	overflow: hidden;
	width: 675px;
	float: right;
}
body.home #primary {
	float: left;
	width: 568px;
}
body#microsite #primary {
	float: none;
	width: 828px;
	margin-right: auto;
	margin-left: auto;
}
body.bookstores #primary {
	margin-right: 18px;
	width: 657px;
}
#primary .wide_column {
	width: 425px;
}
body#microsite #primary div.wide_column, 
body#microsite #primary div.narrow_column {
	float: left;
	padding-top: 10px;
}
body#microsite #primary div.wide_column {
	width: 520px;
	margin-right: 30px !important;
}
body#microsite #primary div.wide_column.padded {
	width: 500px;
	padding: 10px;
	margin-right: 30px !important;
}
body#microsite #primary div.narrow_column {
	width: 250px;
}
body#microsite #primary div.narrow_column.padded {
	width: 230px;
	padding: 10px;
}
body#index.authors #primary .wide_column {
	width: 448px;
}
body#index.authors #primary .wide_column .content_wrapper {
	padding-right: 12px;
	border-right: 1px solid #ECE3CF;
}
#primary .narrow_column {
	width: 225px;
}
body.authors #primary .narrow_column .event h3 {
	margin-bottom: 3px;
}
body.authors #primary .narrow_column .event {
	padding: 0 20px 10px 20px;
	margin-bottom: 14px;
	border-bottom: 1px solid #ECE3CF;
}
body.authors #primary .narrow_column .event.last {
	margin-bottom: 10px;
}
body.authors #primary .narrow_column .event h2 {
	font-size: 1.2em;
	margin-bottom: 5px;
}
body.authors #primary .narrow_column .event h2 a {
	color: #4d4d4d;
}
#secondary {
	width: 233px;
	background: url('/images/bg-sidebar_gradient.png') 0px 0px no-repeat #f2f5dd;
	margin: 0 0 82px 13px;
	float: left;
	position: relative;
}
body#beyond_distribution #secondary {
	background: url('/images/bg-sidebar_gradient-distrib.png') 0px 0px no-repeat #f2f5dd;
}
#secondary>div {
	background: url('/images/bg-sidebar_corner.png') 100% 100% no-repeat transparent;
	padding: 14px 0 10px 0;
}
#secondary>#call_to_action {
	position: absolute;
	bottom: -82px;
	right: 0px;
}
#secondary {
	margin-bottom: 92px;
}
body.home #secondary {
	width: 340px;
	background: transparent;
	margin-left: 39px;
	margin-top: 26px;
}
body.home #secondary>div {
	margin-bottom: 20px;
}
#Featured {
	width: 220px;
	position: absolute;
	top: 19px;
	right: 7px;
	color: #ACB75E;
	font-family: georgia, times, serif;
	font-size: 1.2em;
	font-weight: 700;
}
#Featured a {
	font-family: verdana, arial, sans-serif;
	color: #7090B7;
	font-weight: normal;
	font-size: 12px;
}
#footer {
	padding: 14px 0 0 0;
	margin-left: 13px;
	border-top: 1px solid #ECE3CF;
}
.BooksellersAZ {
	line-height: 16px;
	font-size: 1.2em;
}

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

#masthead ul {
	list-style: none;
}
ul.nav>li, 
ul.subnav>li {
	background: transparent;
	padding-left: 0px;
}
#nav_upper, 
#nav_lower {
	display: block;
	clear: both;
}
#nav_upper {
	z-index: 19;
}
#nav_lower {
	margin-left: 35px;
	margin-top: 9px;
	z-index: 18;
}
#nav_upper>li {
	position: relative;
	z-index: 20;
}
#nav_lower>li {
	position: relative;
	z-index: 19;
}
#nav_upper>li, 
#nav_lower>li {
	display: block;
	float: left;
	text-align: center;
}
#masthead ul.nav>li>ul {
	position: absolute;
	z-index: 21;
	text-align: left;
	top: 100%;
	left: 1px;
	width: 165px;
	margin-top: 1px;
}
#nav_upper>li>a, 
#nav_lower>li>a, 
#search_advanced {
	color: #fff;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	font-weight: 100;
	background: url('/images/bw_sprite.png');
}
#nav_upper>li>a {
	font-size: 1.1em;
	letter-spacing: 0.75px;
	line-height: 24px;
}
#nav_lower>li>a {
	font-size: 1.6em;
	letter-spacing: 0.5px;
	line-height: 33px;
}
#nav_upper li a:hover, 
#nav_lower li a:hover {
	text-decoration: none;
}
#nav_upper li#nav-trendwatch>a {
	padding-left: 14px;
	width: 134px;
	background-position: 0px 0px;
}
#nav_upper li#nav-about>a {
	width: 155px;
	border-left: 1px solid #fff;
	background-position: -148px 0px;
}
#nav_upper li#nav-foreign_rights>a {
	width: 115px;
	border-left: 1px solid #fff;
	background-position: -240px 0px;
}
#nav_upper li#nav-customized_books>a {
	width: 135px;
	border-left: 1px solid #fff;
	background-position: -356px 0px;
}
#nav_upper li#nav-beyond_distribution>a {
	width: 150px;
	border-left: 1px solid #fff;
	background-position: -492px 0px;
}
#nav_upper li#nav-trendwatch>a:hover, 
#nav_upper li#nav-trendwatch>a.current {
	background-position: 0px -24px;
}
#nav_upper li#nav-about>a:hover, 
#nav_upper li#nav-about>a.current {
	background-position: -148px -24px;
}
#nav_upper li#nav-foreign_rights>a:hover, 
#nav_upper li#nav-foreign_rights>a.current {
	background-position: -240px -24px;
}
#nav_upper li#nav-customized_books>a:hover, 
#nav_upper li#nav-customized_books>a.current {
	background-position: -356px -24px;
}
#nav_upper li#nav-beyond_distribution>a:hover, 
#nav_upper li#nav-beyond_distribution>a.current {
	background-position: -492px -24px;
}
#nav_lower li#nav-catalog>a {
	padding-left: 12px;
	width: 94px;
	background-position: 0px -48px;
}
#nav_lower li#nav-authors>a {
	width: 179px;
	border-left: 1px solid #fff;
	background-position: -106px -48px;
}
#nav_lower li#nav-bookstores>a {
	padding-right: 6px;
	width: 160px;
	border-left: 1px solid #fff;
	background-position: -339px -48px;
}
#nav_lower li#nav-catalog>a:hover, 
#nav_lower li#nav-catalog>a.current {
	background-position: 0px -81px;
}
#nav_lower li#nav-authors>a:hover, 
#nav_lower li#nav-authors>a.current {
	background-position: -106px -81px;
}
#nav_lower li#nav-bookstores>a:hover, 
#nav_lower li#nav-bookstores>a.current {
	background-position: -339px -81px;
}
#nav_lower li#nav-catalog ul {
	margin-left: 28px;
}
#masthead ul.nav li ul li {
	padding: 0px;
	margin: 0px;
	display: block;
	width: 165px;
}
#masthead ul.nav li ul li a {
	display: block;
	padding: 5px 20px;
	width: 125px;
	font-size: 1.2em;
	background: url('/images/bg-nav-sub.png') no-repeat;
}
#masthead #nav_upper li ul li a {
	background-position: 0px 50%;
}
#masthead #nav_upper li ul li a:hover {
	background-position: -165px 50%;
}
#masthead #nav_upper li ul li.first a {
	padding-top: 10px;
	background-position: 0px 0%;
}
#masthead #nav_upper li ul li.first a:hover {
	padding-top: 10px;
	background-position: -165px 0%;
}
#masthead #nav_upper li ul li.last a {
	padding-bottom: 10px;
	background-position: 0px 100%;
}
#masthead #nav_upper li ul li.last a:hover {
	padding-bottom: 10px;
	background-position: -165px 100%;
}
#masthead #nav_lower li ul li a {
	background-position: -330px 50%;
}
#masthead #nav_lower li ul li a:hover {
	background-position: -495px 50%;
}
#masthead #nav_lower li ul li.first a {
	padding-top: 10px;
	background-position: -330px 0px;
}
#masthead #nav_lower li ul li.first a:hover {
	padding-top: 10px;
	background-position: -495px 0px;
}
#masthead #nav_lower li ul li.last a {
	padding-bottom: 10px;
	background-position: -330px 100%;
}
#masthead #nav_lower li ul li.last a:hover {
	padding-bottom: 10px;
	background-position: -495px 100%;
}
#search_advanced {
	width: 148px;
	position: absolute;
	top: 128px;
	left: 656px;
	padding-left: 133px;
	background-position: -643px 0px;
}
#search_advanced a {
	letter-spacing: 0.75px;
	line-height: 24px;
	color: #fff;
	padding-left: 30px;
	display: block;
	font-weight: 100;
	background-position: -643px 0px;
}


/* MASTHEAD
================================================== */

#masthead h2 a {
	width: 336px;
	height: 128px;
	margin-left: 21px;
	display: block;
	background: url('/images/bw_logo.png') 28px 25px no-repeat;
}
body#microsite #masthead h2 a {
	margin-left: 90px;
	height: 85px;
	width: 512px;
	background: url('/images/bw_logo-microsite.png') 0px 20px no-repeat;
}
#utility {
	position: absolute;
	top: 160px;
	right: 15px;
}
#utility p {
	padding-top: 6px;
}
#utility p a {
	margin-left: 10px;
}
#utility a#mycart {
	padding: 4px 0 6px 29px;
	background: url('/images/icon-cart.png') 0px 0px no-repeat;
}
#masthead_search {
	position: absolute;
	z-index: 200;
	top: 98px;
	right: 9px;
}
#masthead_search input[type=text] {
	vertical-align: top;
	margin: 1px 6px 0 0;
	padding: 3px 4px 4px 4px;
}


/* CONTENT
================================================== */

#primary h1 {
	font-size: 2em;
	margin-bottom: 10px;
}
#primary h2 {
	font-size: 1.6em;
	margin-bottom: 5px;
}
ul {
	list-style: none;
}
#content ul.nav li, 
#masthead #Featured li p a, 
#primary ul li {
	padding-left: 14px;
	background: url('/images/bullet-md-rose.png') 0 4px no-repeat;
}
ul.nobullets>li {
	padding-left: 0px !important;
	background: transparent !important;
}
#content h3 {
	font-size: 1.5em;
	color: #91595E;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
#content h3 a {
	color: #91595E;
}
#content h3.chrome {
	line-height: 34px;
	margin: 0 0 20px 0;
	padding-left: 30px;
	background: url('/images/bg-gradient-vert-white_tan-lt.gif') 0px 100% no-repeat;
}
#content h3.chrome span {
	padding: 0 30px 8px 0; /* previously 7px bottom, IE and Safari like 8px */
	line-height: 34px;
	background: url('/images/bg-gradient-vert-white_tan-rt.gif') 100% 100% no-repeat;
}
#content #notice h3 {
	padding: 0px;
	margin: 0px;
	color: #fff;
	text-transform: none;
	background: transparent;
}
#content div.event h3 {
	font-family: georgia, times, serif;
	font-weight: 700;
	color: #ACB75E;
	text-transform: none;
	background: transparent;
	padding: 0px;
	margin: 0 0 5px 0;
}
#content p {
	margin-bottom: 10px;
}
body.shop #primary div.products div.product_group div.product h1 {
	margin-bottom: 2px;
}
body.shop #primary div.products div.product_group div.product p {
	font-size: 10px;
	margin-bottom: 2px;
}
#primary ul {
	margin-bottom: 15px;
}
#primary ul li {
	font-size: 1.2em;
}
#content ul li {
	margin-bottom: 2px;
}
#content p + ul {
	margin-top: 10px;
}
#primary div.author {
	border-bottom: 1px solid #ECE3CF;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#primary div.product_group, 
body#catalog.shop #primary div.products {
	border-bottom: 1px solid #ECE3CF;
	padding: 0 0 18px 0;
	margin: 0 13px 18px 0;
}
body#detail.authors #primary div.product_group {
	padding: 0;
	margin: 0 13px 0 0;
}
body#catalog.shop #primary div#CatalogFeat>div.product_group {
	height: 400px; /* IE uses this */
	min-height: 400px; /* FF and Safari use this */
	position: relative;
}
body#catalog.shop #primary div#ComingSoon.product_group, 
body#catalog.shop #primary div#SaleThumbs.product_group {
	height: 325px; /* IE uses this */
	min-height: 325px; /* FF and Safari use this */
	position: relative;
}
#primary div.product_group.last, 
body#catalog.shop #primary div.products.last {
	border-bottom: none;
}
body#catalog.shop #primary div.product_group {
	border-bottom: none;
	padding: 0;
	margin: 0;
}
#primary div.products.last {
	margin: 0;
}
#primary div.products div.product_group {
	float: left;
}
#primary div#CatalogFeat.products>div.product_group + div.product_group {
	margin-left: 20px;
}
#primary div.products>div.product_group + div.product_group div.content_wrapper {
	border-left: 1px solid #ECE3CF;
}
#primary div.products div#SaleThumbs.product_group {
	margin-left: 10px;
}
#primary div.products div.product {
	float: left;
	position: relative;
	margin-right: 25px;
}
#primary div.products div.product_group div.product {
	width: 100px;
}
#primary div.products div.product_group div.product.last {
/*	margin-right: 0px;*/
}
body#view_cart div.products div.product_group div.product {
	height: 261px;
}
body#view_cart div.products div.product_group div.product form {
	position: absolute;
	bottom: 0px;
}
#primary div#CatalogFeat.products div.product_group div.product {
	width: 185px;
	margin-right: 20px;
}
#primary div.products div#ComingSoon.product_group div.product {
	margin-right: 15px;
}
#primary div#CatalogFeat.products div.product_group div.product.last {
	margin-right: 0px;
}
#primary div.content_wrapper, 
#secondary div.content_wrapper {
	padding-left: 28px;
}
body#beyond_distribution #secondary {
	padding-top: 17px;
}
#secondary div.product {
	padding: 0 35px 20px 35px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ECE3CF;
}
body#beyond_distribution #secondary h5 {
	margin-bottom: 30px;
}
#secondary div.product h2 {
	margin-top: 6px;
	font-size: 1.2em;
	font-weight: 700;
}
body.account #primary div.content_wrapper, 
body#detail.authors #primary div.content_wrapper, 
body#calendar.authors #primary div.content_wrapper, 
body#checkout.shop #primary div.content_wrapper, 
body#confirm.shop #primary div.content_wrapper {
	margin-right: 28px;
}
#primary div.products p.product_image a {
	height: 130px;
	position: relative;
	display: block;
}
#primary div#CatalogFeat.products p.product_image a {
	height: 249px;
	padding: 0px;
	margin: 0px;
}
#primary div.products p.product_image img {
	position: absolute;
	bottom: 5px;
	left: 0px;
}
#primary p.more_link {
	clear: both;
	margin-right: 10px;
	margin-top: 40px;
	text-align: right;
}
#primary div#HomeBrowseFamily p.more_link {
	margin-top: 10px;
	text-align: left;
	float: right;
	width: 340px;
}
#primary p.more_link a#more_top_sellers, 
#primary p.more_link a#more_new_titles, 
#primary p.more_link a#more_coming_soon, 
#primary p.more_link a#more_titles_on_sale {
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: url('/images/bw_sprite.png');
	height: 24px;
}
#primary p.more_link a#more_top_sellers {
	background-position: 0px -230px;
	width: 131px;
}
#primary p.more_link a#more_new_titles {
	background-position: -131px -230px;
	width: 131px;
}
#primary p.more_link a#more_coming_soon {
	background-position: -262px -230px;
	width: 142px;
	right: 20px;
}
#primary p.more_link a#more_titles_on_sale {
	background-position: -404px -230px;
	width: 142px;
}
#primary p.more_link a#more_top_sellers:hover {
	background-position: 0px -254px;
}
#primary p.more_link a#more_new_titles:hover {
	background-position: -131px -254px;
}
#primary p.more_link a#more_coming_soon:hover {
	background-position: -262px -254px;
}
#primary p.more_link a#more_titles_on_sale:hover {
	background-position: -404px -254px;
}
#primary div#TopSellers, 
#primary div#CatalogFeat {
	margin-top: 20px;
}
#primary div.products div.product h1 {
	font-size: 1.2em;
	font-weight: 700;
}
body#detail div.product {
	margin-right: 26px;
}
#primary div.product h1 {
	font-size: 1.6em;
	color: #91595E;
}
body#detail #primary div.product h1 {
	margin-bottom: 2px;
}
#primary div.product #product_info {
	margin-top: 30px;
	margin-left: 257px;
	padding-top: 2px;
}
#primary div.product #product_info>ul {
	border-top: 1px solid #ECE3CF;
	border-bottom: 1px solid #ECE3CF;
	padding: 8px 30px;
	margin-bottom: 10px;
}
#primary div.product #product_info>p, 
#primary div.product #product_info>form {
	margin-right: 30px;
	margin-left: 30px;
}
#primary div.product>div.float-left>p>img.product {
	margin: 26px 10px 3px 0;
	float: left;
	display: block;
}
#primary div.product>div.product_image {
	width: 250px;
	margin-bottom: 10px;
}
#primary #read_how_you_want {
	float: right;
	margin: 0 15px;
	position: relative;
	z-index: 200;
}
#primary #read_how_you_want a#read_how_you_want_link {
	display: block;
	float: left;
	width: 74px;
	height: 40px;
	background: url('/images/bw_sprite.png') -788px -150px no-repeat;
}
#primary #read_how_you_want a#rhyw_help {
	display: block;
	float: left;
	width: 20px;
	height: 18px;
	margin: 22px 0 0 10px;
	background: url('/images/bw_sprite.png') -108px -114px no-repeat;
}
#primary #read_how_you_want #read_how_you_want_details {
	position: absolute;
	top: -200px;
	right: 0px;
	width: 300px;
	height: 180px;
	padding: 10px 15px;
	background: #DDE5A4;
}
#primary #read_how_you_want #read_how_you_want_details a.close {
	display: block;
	width: 20px;
	height: 18px;
	background: url('/images/bw_sprite.png') -108px -132px no-repeat;
}
#primary div.product p.BookPrice {
	margin-bottom: 15px;
}
#primary div.product span.your_price {
	display: block;
	font-weight: 700;
	font-size: 15px;
}
#primary div.product div.related_products {
	clear: right;
	margin-top: 10px;
	height: 164px;
	border: 1px solid #ECE3CF;
	z-index: 10;
	position: relative;
}
body.authors #primary div.related_products {
	margin-top: 20px;
	height: 164px;
	width: 423px;
	border-top: 1px solid #ECE3CF;
	z-index: 10;
	position: relative;
}
body#view_cart #primary div.product div.related_products {
	padding-top: 20px;
	margin-right: 28px;
	height: 180px;
}
#primary div.product div.related_products a#related_products_previous, 
#primary div.product div.related_products a#related_products_next, 
body.authors #primary div.related_products a#related_products_previous, 
body.authors #primary div.related_products a#related_products_next {
	display: block;
	width: 20px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	z-index: 22;
}
#primary div.product div.related_products a#related_products_previous:hover, 
#primary div.product div.related_products a#related_products_next:hover, 
body.authors #primary div.related_products a#related_products_previous:hover, 
body.authors #primary div.related_products a#related_products_next:hover {
	background-color: #ffffcc;
}
#primary div.product div.related_products a#related_products_previous, 
body.authors #primary div.related_products a#related_products_previous {
	left: 0px;
	background: url('/images/btn-arrow_left-blue.png') 6px 45% no-repeat;
}
#primary div.product div.related_products a#related_products_next, 
body.authors #primary div.related_products a#related_products_next {
	right: 0px;
	background: url('/images/btn-arrow_right-blue.png') 4px 45% no-repeat;
}
#primary div.product div.related_products h4, 
body.authors #primary div.related_products h4 {
	color: #7090B7;
	font-size: 1.3em;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin: 7px 31px 0px 31px;
	z-index: 11;
}
#primary h4, 
body#index.bookstores h1, 
body#index.authors h1, 
body#detail.authors h1 {
	color: #7090B7;
	font-size: 1.3em;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-bottom: 4px;
}
#primary div.product div.related_products p, 
body.authors #primary div.related_products p {
	margin-bottom: 0px;
}
#primary div.product div.related_products ul {
	margin-left: 22px;
	padding: 0px;
	z-index: 12;
}
body.authors #primary div.related_products ul {
	margin-left: 28px;
	padding: 0px;
	z-index: 12;
}
body#view_cart #primary div.product div.related_products ul {
	margin-left: 38px;
}
#primary div.product div.related_products li, 
body.authors #primary div.related_products li {
	float: left;
	width: 75px !important;
	height: 118px !important;
	display: block;
	text-align: center;
	padding: 0px;
	margin: 0 6px 0 0 !important;
	background: transparent;
	position: relative;
	z-index: 13;
}
body.authors #primary div.related_products li {
	margin: 0 20px 0 0 !important;
}
body#view_cart #primary div.product div.related_products li {
	width: 100px !important;
	height: 130px !important;
	margin: 0 12px 0 0 !important;
}
#primary div.product div.related_products li a, 
body.authors #primary div.related_products li a {
	height: 94px;
	display: block;
	position: relative;
	z-index: 20;
}
body#view_cart #primary div.product div.related_products li a {
	height: 130px;
}
#primary div.product div.related_products li a img, 
body.authors #primary div.related_products li a img {
	position: absolute;
	bottom: 5px;
	z-index: 20;
}
#primary div.product div.related_products li form, 
body.authors #primary div.related_products li form {
	margin-top: 7px;
}
#primary div.product div.related_products h2, 
#primary div.author_group div.author h2, 
body.authors #primary div.related_products h2 {
	z-index: 22;
}
#primary div.author_group div.author {
	position: relative;
}
#primary div.product div.related_products img, 
body.authors #primary div.related_products img {
	width: 64px;
	padding-left: 5px;
	display: block;
	margin: 0 auto;
}
body#view_cart #primary div.product div.related_products img {
	width: auto;
}
div.multi_tab_wrapper {
	clear: both;
	margin: 30px 0;
}
body#detail.authors div.multi_tab_wrapper {
	margin-top: 18px;
}
div.multi_tabs>ul {
	border-bottom: 3px solid #DDE5A4;
	margin: 0px !important;
}
div.multi_tabs>ul>li {
	background: transparent !important;
	padding: 0px !important;
	display: block;
	float: left;
	margin-left: 3px;
	margin-bottom: 0px !important;
}
div.multi_tabs>ul>li p {
	margin: 0px !important;
}
div.multi_tabs>ul>li a {
	background: url('/images/bg-multi_tab.png') 0px 0px repeat-x;
	line-height: 26px;
	padding: 0px 14px;
	display: block;
}
div.multi_tabs>ul>li.current a {
	background: url('/images/bg-multi_tab.png') 0px -26px repeat-x;
	color: #446492;
}
div.multi_tabs>ul>li.first {
	margin-left: 0px !important;
}
div.multi_tab {
	border: 1px solid #DDE5A4;
	border-top: none;
	padding: 20px;
/*	text-align: justify; is this necessary? */
}
#primary div.multi_tab ul.divided_list>li, 
#primary div.related_products>ul>li, 
body.authors #primary div.related_products>ul>li {
	font-size: 10px;
	margin-bottom: 10px;
}
#primary #local_video_asset {
	width: 320px;
}
#primary #description {
	padding: 30px;
}
#primary .multi_tab ul + div {
	margin-top: 20px;
}
#primary #tab_about_the_author>ul>li, 
#primary #tab_reviews_and_press>ul>li {
	padding: 10px;
	background: transparent;
	border-bottom: 1px solid #DDE5A4;
}
#primary #tab_about_the_author>ul>li.last {
	border-bottom: none;
}
#primary p.portrait {
	background: #fff;
	border: 1px solid #ECE3CF;
	padding: 5px;
	margin-left: 30px;
	float: right;
}
body#detail.bookstores #primary p.portrait {
	border: 1px solid #ECE3CF;
}
body#detail #primary p.portrait {
	border: 1px solid #DDE5A4;
}
#primary div.multi_tab_wrapper h4 {
	color: #7090B7;
	font-weight: 700;
	font-size: 1.3em;
}
#primary div#pagination_wrapper h3 {
/*	margin-bottom: 10px !important;*/
}
#primary div.pagination {
	text-align: right;
	font-size: 10px;
	letter-spacing: 0.5px;
	margin: 5px 26px 10px 13px;
}
#primary div.pagination span {
	margin: 0px 4px;
}
#primary #bookstore_find {
	border-top: 1px solid #ECE3CF;
	padding: 10px 20px;
	width: 304px;
	margin: 10px 290px 10px 0;
}
#primary #bookstore_overview {
	border-top: 1px solid #ECE3CF;
	margin: 10px 0 20px 0;
}
#primary #become_a_bookseller {
	float: left;
	width: 344px;
	padding: 25px 30px 20px 0;
	border-right: 1px solid #ECE3CF;
}
#primary #bookstore_login {
	float: left;
	padding: 25px 0 20px 30px;
}
#primary #tab_reviews_and_press p.attribution, 
#primary #tab_reviews_and_press p.attribution a {
	color: #91595E;
}
#primary .review_quote_container {
	position: relative;
	padding-left: 12px;
}
#primary .review_quote_container p.review_quote_opener, 
#primary .review_quote_container p:last-child:after {
	color: #999;
	font-size: 24px;
	line-height: 16px;
	vertical-align: bottom;
	font-family: georgia, times, serif;
}
#primary .review_quote_container p.review_quote_opener {
	position: absolute;
	top: 0px;
	left: 0px;
}
#primary .review_quote_container p:last-child {
	display: inline;
}
#primary .review_quote_container p:last-child:after {
	content: "”";
	display: inline;
	margin-left: 1px;
}
#primary .audio_player {
	width: 240px;
}
#primary .audio_player h3 {
	margin-bottom: 11px;
}
#primary .author_group .author {
	float: left;
	margin-left: 10px;
}
#primary .author_group .author.first {
	margin-left: 0px;
}



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

body.home #primary div.product h1 {
	font-size: 1.3em;
	font-weight: 700;
	padding-top: 7px;
	margin-bottom: 4px;
}
#primary p, 
#Featured p, 
#utility p {
	font-size: 1.2em;
	line-height: 16px;
}
#primary p.small {
	font-size: 1em;
	line-height: 18px;
}
#primary p.authors {
	font-size: 1em;
}
body.home #primary div.product img {
	margin-left: 30px;
}
#HomeFeatProducts {
	margin-bottom: 25px;
}
#HomeFeatProducts h3 {
	margin-bottom: 12px;
}
#HomeFeatProducts>ul {
	border-top: 1px solid #ECE3CF;
	border-bottom: 1px solid #ECE3CF;
	margin: 12px 0 0 12px;
	padding: 15px 0 15px 10px;
	z-index: 20;
}
#primary div.product div.related_products ul, 
body.authors #primary div.related_products ul {
	z-index: 20
}
#HomeFeatProducts>ul>li, 
#primary div.product div.related_products ul>li, 
body.authors #primary div.related_products ul>li {
	list-style: none;
	float: left;
	display: block;
	width: 66px;
	height: 89px;
	margin-left: 12px;
	position: relative;
	background: transparent;
	padding-left: 0px;
}
#HomeFeatProducts>ul li a, 
#primary div.product div.related_products ul li a, 
body.authors #primary div.related_products ul li a {
	display: block;
}
#HomeFeatProducts>ul li img, 
#primary div.product div.related_products ul li img, 
body.authors #primary div.related_products ul li img {
	position: absolute;
	bottom: 0px;
	display: block;
	width: 66px;
	z-index: 20;
}
#HomeFeatProducts>ul h2, 
#primary div.product div.related_products h2, 
#primary div.author_group div.author h2, 
body.authors #primary div.related_products h2 {
	position: absolute;
	bottom: 103px;
	left: -29px;
	text-align: center;
	width: 126px;
	height: 20px;
	font-size: 12px;
	padding: 9px 0 0 0;
	background: url('/images/bg-feat_prod_title.png') 0px 0% no-repeat;
	z-index: 21;
	overflow: visible;
}
body#view_cart #primary div.product div.related_products h2 {
	left: -10px;
}
#HomeFeatProducts>ul h2 span, 
#HomeBrowseFamily>ul h2 span, 
#primary div.product div.related_products h2 span, 
#primary div.author_group div.author h2 span, 
body.authors #primary div.related_products h2 span {
	font-size: 12px;
	padding: 0 10px 17px 10px;
	display: block;
	background: url('/images/bg-feat_prod_title.png') 0px 100% no-repeat;
}
#HomeBrowseFamily {
	position: relative;
}
#HomeBrowseFamily ul, 
#HomeBrowseFamily p.families {
	clear: both;
	margin: 17px 0 0 12px;
	padding: 0 10px 4px 10px;
}
#HomeBrowseFamily p.families {
	border-top: 1px solid #ECE3CF;
	border-bottom: 1px solid #ECE3CF;
	margin-top: 10px;
	padding-top: 4px;
	text-align: center;
}
#HomeBrowseFamily p.product_family_abs_link {
	position: absolute;	
	top: 10px;
	right: 0px;
}
#HomeBrowseFamily ul.products li {
	list-style: none;
	float: left;
	display: block;
	width: 90px;
	height: 118px;
	margin-left: 15px;
	position: relative;
	background: transparent;
	padding-left: 0px;
}
#HomeBrowseFamily>ul li a {
	display: block;
}
#HomeBrowseFamily p.families a:link, 
#HomeBrowseFamily p.families a:visited, 
#HomeBrowseFamily p.families {
	color: #b3b3b3;
}
#HomeBrowseFamily p.families a.current {
	color: #7090B7;
}
#HomeBrowseFamily p.families a:hover {
	color: #446492;
}
#HomeBrowseFamily>ul li img {
	position: absolute;
	bottom: 0px;
	display: block;
	width: 90px;
}
#HomeBrowseFamily>ul h2 {
	position: absolute;
	bottom: 110px;
	left: -16px;
	text-align: center;
	width: 126px;
	height: 20px;
	font-size: 1.2em;
	padding: 9px 0 0 0;
	background: url('/images/bg-feat_prod_title.png') 0px 0% no-repeat;
	z-index: 21;
	overflow: visible;
}
#HomeBrowseFamily ul.products li img {
	display: block;
	width: 90px;
}
#HomeBrowseFamily>ul li.first, 
#HomeFeatProducts>ul li.first {
	margin-left: 0px;
}
#call_to_action a#newsletter_cta {
	margin: 0px;
	display: block;
	background: url('/images/bw_sprite.png') -556px -150px no-repeat;
	height: 62px;
	width: 232px;
}
body.home #call_to_action a#newsletter_cta {
	margin: 10px 0 17px 13px;
	display: block;
	background: url('/images/bw_sprite.png') 0px -150px no-repeat;
	height: 80px;
	width: 554px;
}
#call_to_action>p {
	padding: 0px;
	margin: 0px;
}
#social_links {
	margin: 20px 38px;
}
body#microsite #social_links {
	margin: 0px;
	height: 36px;
	padding: 15px 10px 0px 0px;
}
#facebook_link, 
#twitter_link, 
#rss_link {
	display: block;
	float: right;
	width: 36px;
	height: 36px;
	margin: 0 6px;
	background:url('/images/bw_sprite.png');
}
#facebook_link {
	background-position: -36px -114px;
}
#twitter_link {
	background-position: 0px -114px;
}
#rss_link {
	background-position: -72px -114px;
}
#secondary div#HomeWhatsNew>ul>li {
	padding-left: 14px !important;
	background: url('/images/bullet-md-rose.png') 0 4px no-repeat !important;
}
#secondary div#HomeWhatsNew>ul>li, 
#secondary div#HomeTrendWatch>ul>li {
	margin-bottom: 10px;
}


/* CALENDAR
================================================== */

body#calendar.authors table.calendar {
	background: url('/images/bg-sidebar_gradient.png') repeat-x;
	border-collapse: collapse;
	margin-bottom: 20px;
	width: 100%;
}
body#calendar.authors table.calendar td, 
body#calendar.authors table.calendar th {
	text-align: right;
	padding: 4px 4px 2px 4px;
	border-bottom: 1px solid #DDE5A4;
}
body#calendar.authors table.calendar th {
	background: #7090B7;
	color: #fff;
	border-bottom: 1px solid #446492;
}
body#calendar.authors table.calendar td.inactive_date {
	background: #ECE3CF;
}
body#calendar.authors table.calendar td.has_event {
	background: #91595E;
	color: #fff;
}
body.microsite #primary div.multi_tab div.entry, 
body#calendar.authors #primary div.entry, 
body#detail.authors #primary div.entry {
	border-top: 1px solid #DDE5A4;
	padding-top: 5px;
	margin-top: 10px;
}
body#calendar.authors div.entry.first, 
body#detail.authors #primary div.entry.first {
	border-top: none;
	padding-top: 0px;
	margin-top: 0px;
}
body#calendar.authors div.entry div.content_wrapper {
	margin-left: 10px;
}
#primary div.entry div.content_wrapper {
	margin-left: 17px !important;
}
body#microsite div.entry h3.float-left,
body#calendar.authors div.entry h3.float-left, 
body#detail.athors div.entry h3.float-left {
	padding-left: 4px;
}
body#calendar.authors #events_filter {
	float: right;
	padding: 10px 20px;
	margin: 0 0 20px 20px;
	border: 1px solid #ECE3CF;
}


/* FORMS
================================================== */

input, 
select, 
textarea {
	vertical-align: middle;
}
#primary form label {
	margin-top: 2px;
}
#primary form#add_self_to_cart label {
	margin-top: 5px;
}
input[type=text], 
input[type=password], 
input[type=file], 
select, 
option, 
textarea {
	background: #f2f2f2;
	color: #666;
}
input[type=text], 
input[type=password], 
input[type=file], 
textarea {
	padding: 3px 4px 4px 4px;
}
option {
	padding: 1px 4px 1px 4px;
}
select {
	padding: 2px 0 1px 0;
}
input[type=text]:focus, 
input[type=password]:focus, 
input[type=file]:focus, 
select:focus, 
textarea:focus {
	background: #fff;
	color: #000;
}
input[type=text], 
input[type=password], 
input[type=file], 
select, 
textarea {
	border: 1px solid #8CB8E0;
}
input[type=image] {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
input.xsmall, 
textarea.xsmall {
	width: 30px;
}
select.xsmall {
	width: 40px;
}
input.small, 
textarea.small {
	width: 106px;
}
select.small {
	width: 116px;
}
input.medium, 
textarea.medium {
	width: 126px;
}
select.medium {
	width: 136px;
}
input.large, 
textarea.large {
	width: 250px;
}
select.large {
	width: 260px;
}
input.xlarge, 
textarea.xlarge {
	width: 426px;
}
select.xlarge {
	width: 436px;
}
input.xxlarge, 
textarea.xxlarge {
	width: 560px;
}
select.xxlarge {
	width: 570px;
}
#primary label {
	width: 125px;
	display: block;
	line-height: 1.4em;
	float: left;
}
#primary input[type=radio] + label, 
#primary input[type=checkbox] + label {
	display: inline;
	width: auto;
	float: none;
}
label.small {
	font-size: 10px;
	width: 80px !important;
}
label.small.inline {
	width: auto !important;
	margin-right: 4px;
}
label.large {
	width: 175px !important;
}
#primary label.block {
	width: auto;
	float: none;
	display: block;
}


/* SECONDARY
================================================== */

body.home #secondary div {
	background: url('/images/bg-sidebar_gradient-home.png') 0px 0px no-repeat;
	padding: 0px;
}
body.home #secondary ul {
	list-style: none;
	padding: 18px 18px 20px 18px;
	margin: 0 12px;
	background: url('/images/bg-sidebar_gradient-home.png') 0px 100% no-repeat;
}
body.home #secondary ul>li {
	background: transparent;
	padding-left: 0px;
}
body.home #secondary h3 {
	margin-bottom: 0px;
}
#secondary ul li {
	padding: 0px !important;
	background: transparent !important;
}
#secondary ul.nav li p a {
	color: #4d4d4d;
	display: block;
	padding: 0 15px 0 35px;
	line-height: 1.7em;
	background: url('/images/bullet-md-rose.png') 15px 7px no-repeat;
}
#secondary ul.nav li p.text {
	padding: 0 15px 0 35px;
	line-height: 1.7em;
	background: url('/images/bullet-md-rose.png') 15px 7px no-repeat;
}
#secondary ul li p a:hover {
	color: #446492;
}
#secondary ul li p {
	margin: 0px;
}
#secondary ul {
	list-style: none;
}
#secondary ul + ul {
	margin-top: 21px;
}
#secondary div.segment, 
#secondary h5 {
	margin-bottom: 15px;
}
#secondary ul li {
	
}
#secondary h4 {
	font-size: 1.3em;
	font-weight: 700;
}
#secondary h5 {
	border-top: 1px solid #ECE3CF;
	border-bottom: 1px solid #ECE3CF;
	line-height: 27px;
	padding: 0 35px;
	color: #91595E;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 1.2em;
}
#secondary p {
	font-size: 1.2em;
}
#secondary p.metadata {
	font-style: italic;
}
blockquote#HomeIntro {
	color: #ACB75E;
	margin: 0 23px 27px 27px;
}
blockquote#HomeIntro p {
	font-weight: 700;
	font-family: georgia, times, serif;
	font-size: 1.5em;
	line-height: 1.45em;
}
blockquote#HomeIntro.outdent_quote p {
	text-indent: -7px;
}
blockquote#HomeIntro p.attribution {
	font-family: verdana, arial, sans-serif;
	font-size: 1.2em;
	font-weight: 100;
	margin-left: 120px;
	margin-right: 20px;
	text-indent: -12px;
}
#secondary>p {
	margin-left: 26px;
}


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

#footer #bottom_nav {
	width: 646px;
	margin: 6px 2px 0 17px;
	float: left;
}
#footer #bottom_nav p {
	font-size: 1.1em;
	line-height: 1.35em;
	color: #7090B7;
	margin-bottom: 9px;
}
.separator {
	margin: 0 3px;
}
#footer #Legal {
	margin: 0 0 0 17px;
	color: #7090B7;
}
#contact_info {
	float: left;
	padding: 3px 0 3px 22px;
	border-left: 1px solid #ECE3CF;
}
#contact_info p {
	margin-bottom: 5px;
	font-size: 1.1em;
	line-height: 1.2em;
}

/* QUICK SEARCH
================================================== */

#q_auto_complete, 
#q2_auto_complete {
	z-index: 9999;
	position: absolute;
	left: 742px;
	top: 32px;
}
#q_auto_complete ul, 
#q2_auto_complete ul {
	z-index: 9999;
	margin: 0;
	padding: 0;
	width: 213px;
	background: #fff;
	border: 1px solid #888;
}
#q_auto_complete ul li, 
#q2_auto_complete ul li {
	z-index: 9999;
	float: none;
	height: auto;
	width: auto;
	list-style: none;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	border-bottom: 1px solid #ccc;
	display: block;
	font-size: 10px;
	line-height: 1.35em;
	background-image: none;
}
#q_auto_complete li:hover, 
#q_auto_complete li.selected, 
#q2_auto_complete li:hover, 
#q2_auto_complete li.selected {
	background: #ffb;
}
#q_auto_complete li h3, 
#q_auto_complete li h4, 
#q2_auto_complete li h3, 
#q2_auto_complete li h4 {
	letter-spacing: 0px;
	text-transform: none;
	margin: 0px;
	padding: 0px;
}
#q_auto_complete li h3, 
#q2_auto_complete li h3 {
	font-size: 12px;
	font-weight: normal;
}
#q_auto_complete li h3 a span.class {
	color: #999;
}
#q_auto_complete li h4, 
#q2_auto_complete li h4 {
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
}
#q_auto_complete li a:link, 
#q_auto_complete li a:visited, 
#q2_auto_complete li a:link, 
#q2_auto_complete li a:visited {
	display: block;
	padding: 5px 10px;
	margin: 0px;
	width: auto;
}
#q_auto_complete li h4 a:link, 
#q_auto_complete li h4 a:visited, 
#q2_auto_complete li h4 a:link, 
#q2_auto_complete li h4 a:visited {
	padding: 0px 10px 5px 10px;
}
#q_auto_complete li a:link + a:link, 
#q_auto_complete li a:visited + a:visited, 
#q2_auto_complete li a:link + a:link, 
#q2_auto_complete li a:visited + a:visited {
	display: block;
	padding: 0px 10px 5px 10px;
	width: auto;
}
#q_auto_complete li a:link, 
#q_auto_complete li a:visited, 
#q_auto_complete li a:hover, 
#q2_auto_complete li a:link, 
#q2_auto_complete li a:visited, 
#q2_auto_complete li a:hover {
	color: #333;
	text-decoration: none;
}
#primary fieldset {
	border: 1px solid #DDE5A4;
	padding: 5px 20px;
	margin: 10px 0 20px 0;
}
#primary fieldset legend {
	color: #7090B7;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
#masthead #auto_complete_container {
	position: relative;
}
#auto_complete_loading_status {
	position: absolute;
	top: 5px;
	right: 90px;
	z-index: 20;
}


/* SHOPPING CART
================================================== */
#primary form#cart_form {
	margin-right: 23px;
}

table.cart {
	border-collapse: collapse;
	margin: 5px 0 20px 0;
	width: 100%;
}
table.cart th, 
table.cart td {
	vertical-align: top;
	border-top: 1px solid #ECE3CF;
	border-bottom: 1px solid #ECE3CF;
	padding: 2px 4px;
}
table.cart tr.head th {
	background: #f2f5dd;
	color: #91595E;
}
table.cart tr.foot th, 
table.cart tr.foot td {
	background: #f2f5dd;
}
table.cart td {
	
}
body#view_cart #primary div#related_products {
	
}
/* CHECKOUT
================================================== */




/* NOTICE
================================================== */

#primary div#notice {
	background: url('/images/bg-notice_top.gif') no-repeat 0px 0px #7090B7;
	color: #fff;
	width: 400px;
	margin: 5px 0 10px 0;
}
#primary div#notice>div.wrapper {
	padding: 10px 15px 5px 15px;
	background: url('/images/bg-notice_bottom.gif') no-repeat 0px 100%;
}
