/* Product pages */
.book-top { 
	clear: both;
	display: inline-block;
	width: 100%;
	margin-bottom: 2em;
}
.book-description {
	float: left;
}
@media only screen and (min-width: 768px) {
	img.bookcover-small {
		margin: 0 2em 1em 0;
		width: 33%;
		float: left;
	}
	.book-details {
		width: 100%;
		column-count: 2;
	}
	.book-columns {
		
	}
	.book-col {
		min-width: 33%;
		max-width: 33%;
	}
}
.book-columns {
	margin: 0 0 4em 0;
	text-align: center;
	align-content: center;
}
.book-columns .book-author {
	font-size: .875em;
	margin: 1em 0;
}
.book-columns .book-title {
	font-size: 1.25em;
	margin: .5em 0;
}
.book-col {
	display: table-column;
	float: left;
	margin: 0 0 2em 0;
}
.book-feedthumb { 
	background: #eee;
	align-content: center;
	padding: 0.5em 0 0 0;
	border-right: 1px solid #fff;
}
.book-details {
	font-size: .75em;
	margin: 2em 0;
	line-height: 2;
	display: block;
}
.book-details th {
	white-space: nowrap;
}
.book-details td, .book-details th {
	vertical-align: text-top;
	padding: 0 .5em;
}
img.rs-icon {
	margin: 0 1em 0 0;
}
.book-subtitle {
	font-size: 1.25em;
	font-weight: 500;
}
.book-author {

}
.book-vendors {
	margin: .5em 0;
}
.book-vendors h2 {
	font-size: 1.25em;
	margin: 0;
}
.book-vendors ul {
	list-style: none;
	padding: 0;
	margin: .5em 0;
	display: inline-block;
	column-count: 2;
}
.book-vendors ul li {
	padding: 0.5em;
}
.book-pagecount {
	
}
.book-pubdate {
	
}
p.comingsoon {
	font-size: 1.5em;
}
/* Price list / Retailer info */
table.price-list {
	font-size: .875em;
}
table.price-list td {
	vertical-align: top;
}
.price-list-cover-image img {
	width: 150px;
	height: auto;
}
table.price-list th { 
	text-align: botoom;
	line-height: 1.2;
}
table.price-list .sortable div.tablesorter-header-inner:after {
	font-family: ticons;
	content: "\f0dc";
	padding: 0 0 0 1ex;
	color: #BBB;
}