.Product{
	a
	padding: 5px 5px;
}

.Product{
	float:left;
	padding: 5px 5px;
}

.ProdHead{
	background:url(/images/products/head.gif);
	background-repeat: no-repeat;
	width:220px;
	height:7px;
}

.ProdTitle{
	background:url(/images/products/title.gif);
	background-repeat: no-repeat;
	width:220px;
	height:35px;
}

.ProdBody{
	background:url(/images/products/body.gif);
	background-repeat: repeat-y;
	width:220px;
	height:115px;
	text-align:left;
}

.ProdBodyL{
	width:80px;
	height:112px;
	float:left;
	margin:7px;
}

.ProdBodyR{
	width:112px;
	height:112px;
	float:left;
	margin:7px;
	text-align:left;
	vertical-align:bottom;
	align:right;
}


.ProdFoot{
	background:url(/images/products/foot.gif);
	background-repeat: no-repeat;
	width:220px;
	height:7px;
}
