/*
Title:      W.W.Norton styles for print media
*/

body {
	margin: .6in;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 1.5em;
	}

#dash, #nav, #subnav, #secondary, #extra, .tools, .overview, .search-dash, hr, .skip, .hide {
	display: none;
	}

a:link, a:visited {
	color: gray;
	}	

h1, h2, h3, h4, h5 {
	line-height: 1.2em;
	}
h1 {
	font-size: 1.2em;
	}
h2, h3, h4 {
	font-size 1em;
	}
p {
	font-size: 1em;
	}

/* book list */

ol.book-lst {
	margin: 2em 0;
	padding: 0;
	list-style: none;
	}
ol.book-lst li {
	margin: 0 0 1.5em 0;
	overflow: hidden;
	}
ol.book-lst li img.thumb {
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #ccc;
	}
ol.book-lst li h3 {
	margin: 0 0 5px 20px;
	padding: 0;
	}
ol.book-lst li h3 a {
	line-height: 1.3em;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	}
ol.book-lst li a.more {
	display: none;
	}
ol.book-lst li h4 {
	margin: 0 0 5px 82px;
	color: #666666;
	}
.fn {
	font-family: Verdana, sans-serif;
	font-size: .9em;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .1em;
	}
ol.book-lst li p {
	margin: 5px 0 0 82px;
	font-family: Verdana, sans-serif;
	font-size: .9em;
	line-height: 1.5em;
	}

ol.book-lst li p em.meta {
	display: block;
	}	

/* book list additions */

ol.wish input.check {
	display: none;
	}
ol.wish li div.add-cart {
	display: none;
	}
ol.wish li div.price {
	float: right;
	width: 170px;
	margin: 0 20px;
	font-family: Verdana, sans-serif;
	}
ol.wish li div.price h5,
ol.wish li div.price h6 {
	padding: 4px 0 0 0;
	font-size: 1em;
	line-height: 1.5em;
	}
ol.wish li div.price h6 {
	font-weight: normal;
	}

/* edtions book lists */

#main ol.editions li {
	padding-bottom: 20px;
	border-bottom: 2px solid #eee;
	}
#main ol.editions li p {
	margin: 0 0 4px 0;
	}
#main ol.editions li div.contents p {
	margin: 4px 0 0 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.5em;
	}
ol.editions li div.price {
	font-family: Verdana, sans-serif;
	}
ol.editions li div.price h5,
ol.editions li div.price h6 {
	margin: 0;
	padding: 4px 0 0 0;
	font-size: 1em;
	line-height: 1.5em;
	}
ol.editions li div.price h6 {
	font-weight: normal;
	}

/* tables */

table {
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
	}
table th,
table td {
	padding: 4px 0;
	font-size: .9em;
	line-height: 1.5em;
	text-align: left;
	border-bottom: 1px solid #eee;
	}
table th {
	padding: 0;
	font-family: Verdana, sans-serif;
	border-bottom-width: 2px;
	}
table tr.last td {
	border: none;
	background: #f2f2f2;
	}
table tr.single td {
	border-bottom-width: 2px;
	}

/* hide footers except for copyright */

#footer ul {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 2px solid #eee;
	}
#footer ul li {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	}
#footer ul li#copyright {
	display: inline;
	}
#footer ul li#copyright a {
	text-decoration: none;
	}