 /*HACK to DISPLAY cart differently to HTML on site */


.productListing-odd {
	display: inline;
	padding-bottom: 5px;
	background: white;
}

.productListing-even {
	display: inline;
	padding-bottom: 5px;
	background: white;
}

.productListing-heading {
	display: none;
	background: white;
}

.productListing-data {
	background: white;
}

.productListing {
	background: white;

}

.productListing tr{
 background: none;
display: block;
border-bottom: 1px solid #ccc;
}

.newproductsmagic {
	width: 33%;
	text-align: center;
	display: normal;
	
}