
.books-list
{
    list-style: none;
    padding: 0px;
    margin-top: 30px;
	margin-left: 40px;
}

.books-list li
{
    margin-bottom: 22px;
}

.books-list li p
{ 
	margin: 22px 0px;
}

.book-image
{
    width: 160px;
    height: 222px;
    border: 1px solid #b5b5b5;
    padding: 2px;
}

.book-image:hover
{
    cursor: pointer;
    border: 1px solid #444;
}

.books-list li p.books-list-item-name
{
	margin-top: 0px;
	font-size: 18pt;
	color: #036;
}

.books-list-item
{
    width: 650px;
    margin-left: 18px;
	font-size: 10pt;
}

.footer-divider
{
	background: transparent url(../images/footer.png) no-repeat 0 0;
    height: 2px;
    margin: 50px 0px 50px 0px;
	width: 830px;
}

.checkout
{
	background: #87bb4d;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 10px 20px;
	text-shadow: 0 -1px 0 #508221;
	color: #fff;
	margin-left: 12px;
	font-size: 10pt;
	margin-top: 0px;
	cursor: pointer;
}

.checkout_confirm
{
	background: #fafafa;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 10px 20px;
	text-shadow: none;
	color: #333333;
	margin-top: 0px;
}

.shopping-cart
{
	background: #fafafa;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 10px 20px;
	font-size: 10pt;
	margin-top: 0px;
	cursor: pointer;
}

a.buy-button
{
	background-color: #f2f7fa;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 8px 16px;
	text-decoration: none;
}
