
#products {
	margin-bottom: 30px;
}

.tags {
	line-height: 1.5em;
	text-align: center;
}
.tags a {
	color: #000;
	background-color: #FFF;
	cursor: pointer;
	margin: 3px;
	padding: 4px 7px;
	border-radius: 5px;
}
.tags a:hover {
	background-color: #FFC;
	text-decoration: none;
}

.tags a.on {
	color: #FFF;
	background-color: #000;
}
.tags a.on:hover {
	background-color: #888;
}

