#category, #product h1 {
	display: block;
}

#category .footer {
	clear: left;
}

/* _products.rhtml */

ul.products {
	display: block;
	margin: 0px;
	padding: 4px;
	width: 98%;
}
ul.products li {
	float: left;
	padding: 4px;
	text-align: center;
	display: block;
	width: 183px;
	height: 270px;
}

ul.products > li > a > img {
	border: 1px solid white;
	margin: 4px;
	width: 175px;
	height: 175px;
}
ul.products > li > a:hover > img {
	border: 1px solid green;
	margin: 4px;
}
ul.products li div {
	float: none;
}

ul.products li a {
	text-decoration: none;
	font-weight: bold;
}

ul.products .price {
	font-size: 14px;
	display: block;
}
ul.products .deluxe a {
	font-weight: normal;
}