/* Product list and product page css */
#Products {
	width: 350px ! important;
	float:left;
}
.product_summary #ProductList {
	color: #666;
	list-style:none;
	float: left;
	width: 350px ! important;
	margin: 0;
	padding: 0;
}
#News {
	width: 350px ! important;
	float:left;
}
.entry_summary #EntryList {
	color: #666;
	list-style:none;
	float: left;
	width: 350px ! important;
	margin: 0;
	padding: 0;
}