/* eCommerce styles */

.prodname {
	font-size: 14px;
	color: #821517;
}

.detailname {
	font-size: 18px;
	color: #821517;
}

.detailprice {
	font-size: 14px;
	color: #821517;
}

td.catname {
	vertical-align: bottom;
	padding-bottom: 0;
}

td.catname p.catname strong a {
	font-size: 15px;
	display: block;
	background: url(/images/arrow-red.gif) no-repeat;
	padding: 0 0 0 10px;
	color: #640B0D;
	text-decoration: none;
}

td.catname p.catname strong a:hover {
	color: #E70A0F;
	text-decoration: none;
}