/*products CSS Document */

div.product
{
	height: 370px;
	padding: 10px 0 10px 0;
}

div.productText
{
	width: 180px;
	height: 364px;
	float: left;
}

p.ppText
{
	position: relative;
	top: 50%;
	margin-top: -22%;
}

img.productImg
{
	width: 500;
	height: 364;
	float: right;	
}
