div.shelf {

	display: block;
}
.shelf div.innerDiv {
	padding:0px 0px;
	width:100%;
}
.booktitle{ 
	font-weight: bold;
	font-size: 15px;
	}
.shelf .books img {
	margin-right:10px;
	padding-top: 15px;
	margin-bottom: 11px;
}
span.old_price {
	color: #E53B2C;
	text-decoration: line-through;
}
.bookshelf_tbl {
	margin:0px 20px 0px 0px !important;
	width:100%;
}
.bookshelf_tbl td.title {
	height:30px;
}
.bookshelf_tbl td.cart {
	padding:10px 20px;
	color:#999;
}
.bookButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 15px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	margin-top:5px;
}.bookButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.bookButton:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */