#content table.products {
	border-collapse: collapse;
	width: 100%;
}

#content table.products td {
	text-align: center;
	width: 33%;
}

#content table.products .product {
	list-style: none;
	margin: 1.5em 0;
	padding: 0 3em;
}

#content table.products .product .title a:link,
#content table.products .product .title a:visited,
#content table.products .product .title a:hover,
#content table.products .product .title a:active {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

#content table.products .product .title a:hover {
	text-decoration: underline;
}

#content table.products .product .price-exc-tax {
	color: #e10101;
	font-weight: bold;
	margin-top: 0.5em;
}

#content table.products .product .price-inc-tax {
	font-size: 90%;
}
