
#book_shelf{
		clear: left;
		position:relative;
		width: 1000px;
		display:block;
		overflow:hidden;
		margin-top:30px;
	}
	
.book_grid {
	list-style:none;
}

.book_grid li{
	display:block;
/*	width:150px;*/
/*	background:#f60;*/
	margin: 0px 20px 20px 0px;
	float:left;
}

.book_cover {
	border:#ddd 1px solid;
	display:block;
	overflow:hidden;
	float:left;
}

.spec_wrapper {
	display:block;
	
	background:#f00;
	float:left;
	margin-left:20px;
}

.spec_text {
	width:200px;
	list-style:none;
	position:absolute;
	float:left;
	bottom:0px;
	display:block;
	color:#000;
}

.b_title, .b_price {
	margin-bottom:10px;
	font-style: italic;
}

.b_publisher, .b_year, .b_isbn, .b_year {
	font-size:0.9em;
}
.b_request a {
	font-size: 0.9em;
}

#dropwrap {
	float:left;
	margin-right:15px;
}

#pagination {
	
/*	margin:5px 10px 0px 5px;*/
	color:#444;
}

#book_nav, #nav_back, #view_nav {
	
	margin:5px 0px 0px 0px;
/*	float:left;*/
/*	padding:0px;*/
}

#display_toggle {
	float:left;
	width:60px;
	overflow:hidden;
	margin:5px 0px 0px 5px;
}


#book_next, #book_prev{
	width:14px;
	height:12px;
	display:block;
	float:left;
	text-indent:-1000px;
	overflow:hidden;
	margin-left:10px;;
}

#book_prev {
	background: url(../../images/arrow_left.gif) bottom left no-repeat;
}

#book_next {
	background: url(../../images/arrow_right.gif) bottom left no-repeat;
}

#book_prev:hover, #book_next:hover  {
	background-position:top left;
}