@import url("base.css");

.category
{
	border-top: 1px solid #34552f;
	border-bottom: 1px solid #34552f;
	margin: 5em 0;
	padding: 1em 0;
}

.category .top
{
	font-size: smaller;
	margin-top: 2em;
	text-align: right;
}

ul.reviews
{
	list-style-type: none;
	list-style-image: url("images/bullet-leaf.png");
	margin-bottom: 0;
}
