﻿

.cart-heading
{
    background-color: #f5d588;
	font-weight: bold;
}

.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: #33150b;
	font-weight: bold;
}

.ln-cat a {
	color: #4D2519;
	text-decoration: none;
}
.ln-cat a:hover {
	color: #8F481E;
}

.ln-sub-cat {
	color: #bd9852;
	text-decoration: none;
	font-weight: normal;
	padding-left: 5px;
	background-image:url(../../Images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}
.ln-sub-cat a {
	color: #8F481E;
	text-decoration: none;
}
.ln-sub-sub-cat {
	color: #bd9852;
	text-decoration: none;
		font-weight: normal;
	padding-left: 5px;
}
.ln-sub-sub-cat a {
	color: #bd9852;
	text-decoration: none;
}