﻿

#ProductBox
{
	max-height:210px;
	max-width:170px;
	height:210px;
	width:170px;
	
	border-color:Silver;
	border-width:2px;
	border-style:solid;
	
	padding:5px;
	margin:5px;
	padding-top:8px;
	
}


#ImgWrapper
{
	height:140px;
	
}

img.ProductImage
{
	max-height:130px;
	max-width:170px;
}
