/* CSS Document created 20/08/2008 by Fraser Patullo*/
.productBox{
	width:240px;
	padding-bottom:50px;
	border: 1px solid black;
	margin:0 0 10px 50px;
	height:296px;
	background:url(../attributes/proshop/wellsmall.jpg) 100% 100% no-repeat;
	float:left;
	position:relative;
	overflow:hidden;
}
.productBox img{
	margin:10px;
}
.productBox h3{
	margin:10px 0;
}
#products p{
	clear:both;
}
.productBox p{
	overflow:hidden;
	width:195px;
	font:0.8em "Times New Roman", Times, serif;
	position:relative;
	text-align:justify;
	margin:10px;
}
#products{
	width:100%;
	clear:both;
	position:relative;
}


