table.products.home
{
	margin: 1em;
}
table.products.home td
{
	padding: 5px;
}
table.products.home td div.image
{
	float: left;
	margin: 0 5px 5px 0;
}
table.products.home td div.image a img
{
	border: 5px solid #cb8;
}
table.products.home td div.image a:hover img
{
	border-color: #eda;
}
table.products.home td div.text
{
	margin-left: 165px;
}
table.products.home td div.text div.name
{
	color: #667443;
	margin: 0 0 0.5em 0;
}
table.products.home td div.text div.description
{
	margin: 0.5em 0;
}
table.products.home td div.text div.price
{
	color: #035;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0.5em 0;
}
table.products.home td div.text div.more
{
	margin: 0.5em 0;
}
table.products.home td div.text div.more a img
{
	border: 0;
}
