div#products div.item {
	float: left;
	padding: 2px;
	width: 174px;
}

div#products div.item {
	font-size: 11px;
	margin-bottom: 5px;
}

div#products div.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

div#products div {
	margin-bottom: 1px;
}

div#products div a {
	color: #099a36;
}

div#products div.title a {
	font-weight: bold;
}

div#products img.img {
	padding: 2px;
	border: 1px solid #ddd;
}

div#products a:hover img.img {
	border: 1px solid #099a36;
}