﻿
.cart-heading
{
    background-color: #004813;
	font-weight: bold;
	color: #ffffff;
}

.item-heading
{
	font-weight: bold;
}

.category-heading
{
	font-weight: bold;
	font-size: 13px;
}

.cart-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	border: 1px solid #cccccc;
	background-color: #7a1600;
	font-weight: bold;
}

.ln-cat {
	color: #004813;
	text-decoration: none;
	padding-left: 15px;
	background-image:url(../../Images/ln-arrow2.gif);
	background-repeat: no-repeat;
	background-position: 8px 6px ;
}
.ln-cat a {
	color: #004813;

}
.ln-cat a:hover {
	color: #038424;
}
.ln-sub-cat {
	color: #dd974f;
	text-decoration: none;
	padding-left: 20px;
}
.ln-sub-cat a {
	color: #dd974f;
	text-decoration: none;
}
.ln-sub-cat a:hover {
	color: #af622e;
	text-decoration: none;
}
.ln-sub-sub-cat {
	color: #dd974f;
	text-decoration: none;
}