div.category
{
}
div.category div.description
{
	margin: 1em 0;
}
div.category div.image
{
	float: left;
	margin: 0 1em 1em 0;
}
div.subcategories a
{
	font-size: 1.1em;
	font-weight: bold;
}
div.subcategories a:hover
{
	color: #59f;
}
div.category div.image img
{
	border: 2px solid #57c;
}
div.category div.products
{
	clear: left;
}
div.category div.products div.product
{
	border-bottom: 1px solid #bdf;
	clear: left;
	margin: 1em 0;
}
div.product div.image
{
	float: left;
	margin: 0 1em 1em 0;
}
div.product div.image img
{
	border: 2px solid #57c;
}
div.product div.text
{
	margin: 1em;
}
div.product div.images
{
	clear: left;
}
div.product div.images div.image
{
	margin: 0 1em 0 0;
}
div.product div.images div.image img
{
	border: 2px solid #57c;
}
div.product tr.price span.price,
tr.product td.price span.price
{
	color: #060;
	font-weight: bold;
}
div.product tr.price del.price.old,
tr.product td.price del.price.old
{
	color: #700;
	font-weight: bold;
}
div.product tr.price em.price.new,
tr.product td.price em.price.new
{
	color: #060;
	font-style: italic;
	font-weight: bold;
}
div.more
{
	clear: both;
	margin-top: 1em;
	text-align: center;
}
div.more a
{
	font-size: 1.1em;
	font-weight: bold;
}
div.more a:hover
{
	color: #59f;
}
div.more img
{
	border: 0 none;
	margin-right: 15px;
	vertical-align: middle;
}
table.gallery
{
	margin: 1em 0;
	width: 100%;
}
table.gallery td
{
	padding: 10px;
	text-align: left;
	vertical-align: top;
	width: 25%;
}
table.gallery td table
{
}
table.gallery td table td.image
{
	height: 125px;
	padding: 0;
	text-align: center;
	vertical-align: bottom !important;
}
table.gallery td table td.image a img
{
	border: 2px solid #57c;
}
table.gallery td table td.caption
{
}

