/* CSS Document */
.ProductsBox
{
	border:1px solid #c0b0a7;
	width:305px;
	margin-bottom:10px;
	background:#eee8e3;
}
.ProductsBox td
{
	text-align:center;
	vertical-align:top;
}
.ProductsBox .ProdImage
{
	display:block;
	margin-bottom:5px;
}
.ProductsBox .ProdImage img
{
	width:80px;
	height:110px;
}
.ProductsBox table span
{
	font:bold 12px Arial;
	color:#943301;
}
.ProductsBox .ProdDesc
{
	padding:5px;
	min-height:100px;
	border-top:1px dotted #4f1b00;
	margin-top:5px;
}
.Paging
{
	margin:10px auto 0 auto;
	direction:ltr;
}
.Paging a
{
	color:#4f1b00;
}
#BookDetails
{
	width:350px;
	list-style:none;
	margin:0;
	padding:0;
	float:right;
}
#BookDetails li
{
	margin-bottom:5px;
}
#BookDetails span
{
	color:#c50109;
}
#Book
{
	overflow:hidden; 
	margin-bottom:10px;
	border-bottom:1px dotted #4f1b00;
	padding-bottom:10px;
}
.OrderBtn
{
	font:bold 12px Arial;
	color:#000;
}
.RelProductsBox
{
	border-bottom:1px solid #a7a7a7;
	margin-bottom:10px;
	padding-bottom:10px;
}
.RepProdHead
{
	width:250px;
	float:right;
}
