.book-main {
	width: 455px;
	float: right;
}

.book-accessory {
	width: 180px;
	float: left;
}

.book-accessory .cover {
    margin: 0 0 10px;
}

#wrapper .book-accessory .book-sample-link {
    margin: 0 0 10px;
}

.book-author-previews,
.book-related,
.author-preview {
	clear: both;
	float: none;
	margin-top: 10px;
	
}


#featured-books {
	background: white;
	margin-bottom: 20px;
}

#featured-books ul {
	padding: 20px;
}

#featured-books li {
	float: left;
	width: 20%;
}

#featured-books li p {
	padding-right: 5px;
	line-height: 1.3;
	margin: 8px 0;
	font-size: 0.9em;
}

#featured-books li a.cover-link {
	min-height: 100px;
	display: block;
}

#featured-books li a.book-title {
	font-weight: bold;
}

.book-related .content {
	margin-top: 5px;
}

.book-related li {
	display: inline;
}

div.book-meta {
	background: rgb(243, 239, 232);
	padding: 5px 10px;
	margin-bottom: 10px;
	
}

div.book-meta h2 {
	text-transform: uppercase;
	font-size: 0.8em;
	font-family: 'Helvetica', 'Arial', sans-serif;
	color: rgb(120, 120, 120);
}

table.book-meta {
	width: 100%;
	margin: 0 0 10px 0;
}

table.book-meta td {
	padding: 2px 5px;
	font-size: 0.9em;
	max-width: 86px;
	
	word-wrap: break-word;
}

table.book-meta td.meta-label {
	text-transform: uppercase;
	color: rgb(120, 120, 120);
	font-size: 0.8em;
	font-family: 'Helvetica', 'Arial', sans-serif;
}

table tr.odd {
	background: white;
}

table tr.even {
	background: #f4f4f4;
}

ul.attachment-list img {
	height: 24px;
	width: auto;
	vertical-align: middle;
	margin: 0 2px 0 0;
}

ul.attachment-list li {
	margin: 0 0 5px;
}

body.single-book .book-covers.count-5 li {
	margin-right: 18px;
	position: relative;
	height: 100px;
}

body.single-book .book-covers.count-4 li {
	margin-right: 8px;
	position: relative;
	height: auto;
	width: 100px;
	display: block;
	float: left;
	
}


body.single-book .book-covers li .authors {
	display: none;
}

body.single-book .book-covers li p {
	font-size: 1em;
	line-height: 1.3;
	margin-top: 7px;
	padding-right: 5px;
}

/*
body.single-book .book-covers li p {
	display: none;
	float: left;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
	font-size: 11px;
	background: url(../images/book-related-bg.png) repeat-y;
	line-height: 1.2;
	
	width: 100px;
	overflow: hidden;
	word-wrap: break-word;
}

body.single-book .book-covers li p a {
	color: white;
}

body.single-book .book-covers li p .book-title {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

body.single-book .book-covers li:hover p {
	display: block;
}
*/

body.single-book .small-edit {
	margin: 5px 0;
}

body.single-book-press span.book-press-label {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: rgb(120, 120, 120);
}

.book-attachments h2 {
	margin: 10px 0 5px;
	font-size: 1.2em;
}

.book .book-options li {
	margin: 5px 0;
}

body.single-book .book .book-main {
	position: relative;
}

.book .stock-exception {
	color: rgb(240, 130, 130);
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	
	position: absolute;
	top: 0;
	right: 0;
}

.book.preview .stock-exception {
	position: relative;
	top: inherit;
	left: inherit;
	padding: 0 5px;
	color: rgb(80, 80, 80);
	font-size: 0.9em;
	margin-top: 5px;;
}

body.single-book .book.not-published.stock-exception h1.book-title {
	padding-right: 140px;
}

body.single-book .book.sold-out.stock-exception h1.book-title {
	padding-right: 80px;
}