.productcell{
	margin: 0px;
	padding: 5px;
}
.productcell li{
	list-style-type: none;
	border: 1px solid #CCCCCC;
	overflow: visible;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 90px;
}
.productcell ul{
	overflow: visible;
	margin: 0px;
	padding: 0px;
}

.productcell h1{
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.productcell h2{
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.productcell p{
	font-size: 0.9em;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.productcell img{
	margin: 0px;
	overflow: visible;
	float: left;
	padding: 0px;
}