﻿
.cart-heading
{
    background-color: #c0c0c0;
	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: #007856;
	font-weight: bold;
}

.ln-cat {
	background-image: url(../../images/ln-arrow.gif);
	background-repeat: no-repeat;
	background-position: 25px 5px;
	padding-left: 30px;
	margin-bottom: 2px;
	font-size: 11px;
	font-weight: bold;
	padding-right: 35px;
}
.ln-cat a {
	color: #000000;
}
.ln-cat a:hover {
	color: #666666;
}
.ln-cat-a {
	background-image: url(../../images/icon-account.gif);
	background-repeat: no-repeat;
	background-position: 19px 3px;
	padding-left: 30px;
	margin-bottom: 2px;
	font-size: 11px;
	font-weight: bold;
	padding-right: 35px;
	display: block;
	background-color: #ffffff;
	opacity:.70;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7;

}
.ln-cat-a a {
	color: #007856;
		opacity:1;
	filter: alpha(opacity=100); 
	-moz-opacity: 1;
}
.ln-cat-a a:hover {
	color: #666666;
}
.ln-cat-c {
	background-image: url(../../images/icon-cart.gif);
	background-repeat: no-repeat;
	background-position: 19px 3px;
	padding-left: 30px;
	margin-bottom: 2px;
	font-size: 11px;
	font-weight: bold;
	padding-right: 35px;
	display: block;
	background-color: #ffffff;
	opacity:.70;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7;

}
.ln-cat-c a {
	color: #007856;
		opacity:1;
	filter: alpha(opacity=100); 
	-moz-opacity: 1;
}
.ln-cat-c a:hover {
	color: #666666;
}

.ln-sub-cat {
	background-image: url(../../images/ln-dot.gif);
	background-repeat: no-repeat;
	background-position: 32px 5px;
	padding-left: 38px;
	margin-bottom: 2px;
	font-size: 11px;
}
.ln-sub-cat a {
	color: #333333;
}
.ln-sub-cat a:hover {
	color: #666666;
}
.ln-sub-sub-cat {
	text-decoration: none;
	padding-left: 46px;
}
.ln-sub-sub-cat a {
	color: #666666;
}
