.products table {
	/*width: 100%;*/
	margin-top: 40px;
}
.product-container {
	margin-bottom: 3em;
}
.product-title {
	float: left;
	margin-bottom: -2px;
}
.product-category {
	float: right;
	margin-bottom: -2px;
}
.product-container > .product-category {
	margin-bottom: 2px;
}
.product-line {
	clear: both;
	overflow: hidden;
	height: 1px;
	margin: 5px 0;
}
.product-description p {
	margin: 0;
}