body, td,
.NormalText	{color: #222; font-size: 13px; font-family: "Trebuchet MS", Arial, Georgia; padding: 0; margin: 15px 100px;}
.header		{font-weight: bold;}
.navy		{color: #023567;}
.red		{color: red;}
.LightBlue	{color: #3366FF}
.Green		{color: #00CC00}
.Pink		{color: #FF3399}

body		{background-color: #89aa63;}
blockquote	{margin-left: 10px;}
div.spacer	{clear: both; height: 1px;}
input.submit	{border: 1px solid #222; background-color: #dedede; }
input.input_text	{border: 1px solid #222;}
table.form_table	{border: 0px solid #222;}

a img {
	border: 0;
}

p.topmargin10	{margin: 10px 0px 0px 0px;}
p.lmargin5		{margin: 0px 0px 0px 5px;}
p.event			{margin-left: 10px;}
span.event		{color: darkslateblue; font-weight: bold; font-size: 16px;}

tr td.main_body	{background-color: #fff;}
tr td.main_div	{padding: 5px; font-weight: bold;}
tr td.retail_td	{padding-left: 10px; padding-right: 10px; vertical-align: top; }
tr td.navy_line	{background-color: #023567;}
tr td.pricing	{border: 1px solid #222; font-weight: normal;}
tr td.frontlink,
tr td.bold		{font-weight: bold; }

a.bottomlink:link,
a.bottomlink:visited,
a.bottomlink:active,
a.bottomlink:hover	{color: #336; font-weight: bold;}

div.HeaderBanner {
	width: 477px;
	color: #333366;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	background-color: #E9D9F3;
	border: 1px solid #8D7BB9;
	padding: 2px 5px;
	margin-bottom: 5px;
}

/* --- Product Page --- */

table.ProductGrid img {
	border: 1px solid #000;
}

a.ImagePlaceholder:link,
a.ImagePlaceholder:active,
a.ImagePlaceholder:visited,
a.ImagePlaceholder:hover {
	display: block;
	width: 113px;
	height: 55px;
	padding-top: 30px;
	background-color: #F9E5E6;
	color: #333366;
	font-size: 11px;
	text-decoration: none;
	border: 1px solid #F4CACD;
	text-align: center;
}

table.Product td {
	color: #3F3F3F;
	vertical-align: top;
}

table.Pricing {
	border-collapse: collapse;
	border: 1px solid #AFAFAF;
}

table.Pricing td {
	border: 1px solid #AFAFAF;
	padding: 3px;
	color: #3F3F3F;
}

td.label {
	font-weight: bold;
	text-align: right;
	color: #000;
}

div.pricingOptions {
	width: 342px;
	text-align: left;
	margin-bottom: 15px;
}

/* --- Product Navigation --- */

ul#nav {
	list-style: none;
	margin: 5px 5px 0 5px;
	padding: 0;
}
ul#nav li a:link,
ul#nav li a:active,
ul#nav li a:visited {
	display: block;
	width: 134px;
	padding: 2px 5px;
	margin-bottom: 5px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-transform: lowercase;
	font-weight: bold;
	text-decoration: none;
	color: #333366;
	background-color: #C0D5A7;
	border: 1px solid #89AA63;
}

ul#nav li a:hover,
ul#nav li a.current {
	background-color: #CFDCE9;
	border-color: #7896B4;
}

input#submit,
a#viewcart:link,
a#viewcart:active,
a#viewcart:visited {
	width: 100px;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #333366;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	background-color: #FEF7DA;
	border: 1px solid #FCE790;
	padding: 2px 5px;
	margin-top: 5px;
}

input#submit:hover,
a#viewcart:hover {
	background-color: #F9E5E6;
	border: 1px solid #EEAFB4;
}

#discount-code {
	width: 105px;
}

#discount-message {
	color: red;
	font-weight: bold;
}

.error {
	color: #C7000A;
}

input.error {
	background-color: #F9E5E6;
	border: 1px solid #C7000A;
}

/* --- Featured --- */

div#featured {
	text-align: center;
}

div#slide-container {
	width: 510px;
	background-color: #C0D5A7;
	border: 3px solid #FF0099;
	text-align: center;
	margin: 0 auto;
}

div#slide-container div {
	top: 0;
	left: 0;
	width: 390px;
	padding: 10px;
	margin-left: 50px;
}