@charset "utf-8";
/* CSS Document */

.productWrapper{
	width:130px;
	height:315px;
	
	float:left;
	
	margin-right:25px;
	text-align:center;
	
	border:1px solid #999999;
}


.product{
	width:120px;
	height:150px;
	
	margin:0 auto;
	margin-top:4px;
	
	border:1px solid #cccccc;
}

.productDescription{
	width:120px;
	height:140px;
	
	margin:0 auto;
	margin-top:10px;
	
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
}

