@charset "UTF-8";
/* CSS Document */

#book-list{
	width:860px;
	display:block;
	float:left;
}

/* books Page Difinition */
.book-entry{
	width:200px;
	height:380px;
	display:block;
	float:left;
	margin:10px 10px 10px 0px;
	color:#083C49;
	border:#333333 1px solid;
}

.book-img{
	width:195px;
	height:210px;
	display:block;
	padding-top:15px;
}

.product-title{
	color:#b52803;
	font-size:13px;
	line-height:14px;
	width:170px;
	height:43px;
	margin-bottom:0px;
	margin-top:10px;
	padding:0 5px 0 5px;
	text-align:center;
	vertical-align:middle;
}

.product-image{
	margin-right:auto;
	margin-left:auto;
	border:#333333 1px solid;
	display:block;
}

.product-weight{
	display:none;
}

.books{
	width:180px;
	float:left;
	color:#083C49;
	display:block;
}

.books a{
	color:#083C49;
	text-decoration:none;
}

.price-box{
	display:block;
	float:left;
	padding:0;
	width:180px;
}
.price-left{
	color:#b52803;
	font-weight:bold;
	text-align:center;
	width:180px;
	float:left;
}

.googlecart-left{
	margin-left:35px;
	margin-top:5px;
	float:left;
	display:block;
	width:190px;
}


.select-box{
	width:190px;
	text-align:center;
	font-size:12px;
	margin-top:10px;
	padding:0;
}
