/***************** 
    Shelf Life 
 *****************/

.booklisting {
	width: 530px;
	margin: 0 auto 12px;
	padding: 10px;
	background-color: #D7DADF;
	border: 1px solid #ccc;
	clear: both;
	overflow: hidden;
	_height: 1%;
}

.booklisting p {
	font-size: 11px;
}

.booklisting.alt {
	background-color: #DBD9D5;
}

#shelflife .author {
	font-weight: bold;
}

#shelflife .title {
	font-weight: bold;
	font-style:italic;
}

#shelflife .publisher {
	font-weight: normal;
	font-style:italic;
}

#shelflife .price {
	font-weight: normal;
	font-style: italic;
}

#shelflife .spotlight {
	border-bottom: 1px solid #999;
	padding-bottom: 12ps;
	margin: 0 auto 12px;
	overflow: hidden;
	_height: 1%;
}

.snippetholder, .quoteholder {
	width: 550px;
	margin: 1em auto;
	position: relative;
	_height: 1%;
	overflow: hidden;
}

.booksnippet {
	width: 448px;
	padding: 0;
	border: 0 none;
	position: relative;
	overflow: hidden;
	_height: 1%;
	float: left;
}

.booksnippet,
.booksnippet * {
	font-size: 10px;
}

.snippetholder img {
	position: absolute;
	width: 100px;
	bottom: 0;
}

.booksnippet div {
	position: relative;
	float: right;
	width: 355px;
	bottom: 0;
	right: 0;
	padding: 0px;
	background-image: url(/news/magazine/images/elements/bubbletop.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.booksnippet div div {
	position: relative;
	top: 0;
	left: 0;
	width: 315px;
	min-height: 80px;
	padding: 10px 30px 30px 10px;
	background-image: url(/news/magazine/images/elements/bubblebot.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.booksnippet div div,
.booksnippet div div * {
		text-align: center;
		margin: 0;
}

.booksnippet .quote {
	color: #414126;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	margin-bottom: .5em;
}

#shelflife .booksnippet .author {
	text-transform:uppercase;
}

#shelflife .booksnippet .title {
	color: #900;
	font-style:normal;
	text-transform:uppercase;
}

