﻿

.cart-heading
{
    	border: 1px solid #f9eaa8;
	background-color: #fffedf;
	font-weight: bold;
}

.item-heading
{
	font-weight: bold;
	font-size: 12px;
	color: #003768;
	margin-bottom: 5px;
}

.category-heading
{
	font-weight: bold;
	font-size: 13px;
}

.cart-button {
	font-size: 11px;
	color: #ffffff;
	border: 1px solid #cccccc;
	background-color: #003768;
	font-weight: bold;
}

.ln-cat2 {
	color: #3366CC;
	text-decoration: none;
	background-color: #f1b822;
	background-image:url(/Images/ln-cat-bg.gif);
	padding-left: 10px;
	font-weight: bold;
	color: #ffffff;
	height: 20px;
}

.ln-sub-cat {
	color: #5e819f;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background-color: #fdf9cc;
	border-bottom: 1px solid #f8e8a7;
	border-left: 1px solid #f1b822;
	border-right: 1px solid #f1b822;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image:url(/Images/bullet-lb.gif);
	background-repeat: no-repeat;
	background-position: 10px 8px;
	
}
.ln-sub-cat:hover {
background-color: #ffffff;}

.ln-sub-cat a {
	color: #003569;
	font-weight: bold;
	display: block;
}

.ln-sub-sub-cat {
	color: #3366CC;
	text-decoration: none;
	background-color: #fdf9cc;
	border-left: 1px solid #f1b822;
	border-right: 1px solid #f1b822;
	padding-left: 10px;
	font-size: 11px;
}

.strike {
	text-decoration: line-through;
	font-size: 11px;
	color: #000000;
}

.ln-sub {
	
	color: #003569;
	font-size: 11px;
	text-decoration: none;
	background-color: #fdf9cc;
	border-bottom: 1px solid #f8e8a7;
	border-left: 1px solid #f1b822;
	border-right: 1px solid #f1b822;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image:url(/Images/bullet-lb.gif);
	background-repeat: no-repeat;
	background-position: 10px 8px;
	
}
.ln-sub:hover {
background-color: #ffffff;}

.ln-sub a {
	color: #5e819f;
	display: block;
	font-size: 11px;
	text-decoration: none;
	
}