#smartPage {
	margin-bottom: 10px;
}
.category-description {
	margin: 10px;
}
.products li.product {
	width: 295px;
	float: left;
	margin: 10px 10px;
	background: transparent url(/images/grey-bg.jpg) repeat-x left bottom;
	border: 1px solid #D8D8D8;
	min-height: 250px;
}
.inner-product {
	padding: 10px;
}
* html .products li.product {
	height: 250px;
	width: 285px;
}
.SmartPage-6 .products li.product {
	width: 450px;
	min-height: 220px;
}
.products h2 {
	font-size: 1em;
	border-bottom: 1px solid #D8D8D8;
	height: 25px;
	line-height: 25px;
	padding: 5px;
}
.products h2 a {
	color: #333;
}
.products li .short-description li {
	margin: 0 0 0 25px;
	list-style: disc;
}
.short-description {
	margin-top: 10px;
}
.products img.product-pic {
	width: 100px;
	float: right;
	border: 1px solid #D8D8D8;
	margin: 5px 0 5px 5px;
}
.product-price {
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
}
.cart-box {
	text-align: center;
	margin-top: 5px;
}
.cart-box img {
	border: 0;
}
.product-shipping {
	font-size: .9em;
	text-align: center;
}
.product-chfmi {
	text-align: center;
	padding-right: 5px;
	margin-top: 5px;
}
.product-chfmi a {
	color: #085AFE
}
.related-smart-pages {
	margin: 10px;
}
.related-smart-pages li {
	margin-left: 20px;
	margin-bottom: 5px;
}
.related-smart-pages li a  {
	color: #333;
}
.related-smart-pages-header {
	font-weight: bold;
	padding: 5px;
}