@CHARSET "UTF-8";

#books #page #main p {
	font-weight:normal;
}

#books #page #main #products .product .image {
	width:400px;
	float:left;
	text-align:center;
	margin-right:15px;
}

#books #page #main #products .product .description {
	width:480px;
	float:left;
}

#books #page #main #products .product .description h3 {
	margin-top:0;
}

#books #page #main #products .product .description .buyNow {
	height:23px;
}

#books #page #main #products .product .description .buyNow .price {
	vertical-align:top;
	font-weight:bold;
	font-size:20px;
}

#books #page #main #products .product .description .buyNow .button {
	vertical-align:bottom;
}