﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-top:15px;
	margin-bottom:15px;
	margin-left: 0px;
	margin-right: 0px;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

a {
	color: #3366CC;
	text-decoration: none;
}

.cart-heading
{
    background-color: #c0c0c0;
	font-weight: bold;
}

.item-heading
{
	font-weight: bold;
}
.item-heading-id
{
	font-style:italic;
	color: #999999;
	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: #fa0012;
	font-weight: bold;
}

.ln-cat {
	color: #3366CC;
	text-decoration: none;
	background-image: url(/images/tn-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.ln-cat a {
	margin-left: 14px;
	display: block;
	font-weight: bold;
}

.ln-sub-cat {
	color: #000000;
	text-decoration: none;
	background-image: url(/images/tn-bullet2.gif);
	background-repeat: no-repeat;
	background-position: 14px 6px;
		padding-left: 20px;
}
.ln-sub-cat a {
	color: #000000;

}
.ln-sub-cat a:hover {
	color: #fa0012;
}
.ln-sub-sub-cat {
	color: #999999;
	text-decoration: none;
	padding-left: 20px;
}
.ln-sub-sub-cat a {
color: #999999;
}
.ln-sub-sub-cat a:hover {
color: #000000;
}