﻿
body
{
	font-family: Verdana;
}

.default 
{
	font-size : 11px;
	color : #666666;
}

.mainTable
{
	width: 800px; 
	margin-left: auto; 
	margin-right: auto;
/*	border: solid 2px gray; */
}

.topNavCategory
{
	border-collapse: collapse;
}

.topNavCategory td
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	background-color: rgb(22,70,19);
	border: solid 1px #808080;
	padding: 2px 10px 2px 10px;
	text-transform: uppercase;
	text-align: center;	
}

.topNavCategory td a, .topNavCategory td a:visited
{
	text-decoration: none;
	color: White;
}

.topNavCategory td a:hover
{
	text-decoration: none;
	color: rgb(255,153,14);
}

.leftCategory.level1, .leftCategory.level1 a, .leftCategory.level1 a:visited
{
	font-size: 20px;
	font-weight: normal;
	color: #cc0033;
	text-transform: uppercase;
	font-family: Arial;
	text-decoration: none
}

.leftCategory.level1 a:hover
{
	text-decoration: underline;
}

.leftCategory.level2, .leftCategory.level2 a, .leftCategory.level2 a:visited
{
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-transform: uppercase;
	font-family: Tahoma;
	text-decoration: none
}

.leftCategory.level2 a:hover
{
	text-decoration: underline;
}

.leftCategory.level3, .leftCategory.level3 a, .leftCategory.level3 a:visited
{
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	font-family: Arial;
	text-decoration: none
}

.leftCategory.level3 a:hover
{
	text-decoration: underline;
}



.thumbImage
{
	border: solid 1px #E0E0E0;
}

.thumbHeader
{
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}

a.browseProduct
{
	font-size: 12px;
	font-weight: bold;
	color: rgb(188, 0, 20);
}

.browsePrice
{
	font-size: 12px;
	font-weight: bold;
	color: rgb(79, 110, 177);
}

.browseListPrice
{
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: line-through;
}


.detailsHeader
{
	font-size : 18px;
	color : #B22C1B;
	font-weight: bold;
}

.detailsPrice
{
	font-size: 14px;
	font-weight: bold;
	color: rgb(79, 110, 177);
}

.detailsListPrice
{
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-decoration: line-through;
}




.optionName
{
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

.asterisk
{
	font-size: 11px;
	font-weight: bold;
	color: #B22C1B;
}


h1
{
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size:  20px;
	font-weight: bold;
	color: rgb(79, 110, 177);
}

.cart th
{
	background-color: rgb(79, 110, 177);
	font-size: 11px;
	color: White;
}

.cartTotal
{
	border-top: solid 2px #666666;
	font-size : 13px;
	color : rgb(188, 0, 20);
	font-weight: bold;
}


.footer
{
	background-color: #F0F0F0;
}

a.footerLink, a.footerLink:visited, a.footerLink:hover
{
	font-family: Tahoma;
	font-size: 10pt;
	color: rgb(79, 110, 177);
	text-decoration: none;
}

a.footerLink:hover
{
	text-decoration: underline;
	color: rgb(188, 0, 20);
}

.wizardButton
{
	border: solid 1px #C0C0C0;
	background-color: #F0F0F0;
	color: Black;
}

.wizardButtonComplete
{
	border: solid 1px #A0A0A0;
	background-color: Red;
	color: White;
}

.wizardNavigation
{
	background-color: #FF990E;
	padding: 4px;
}

/* 
red
rgb(188, 0, 20);

blue
rgb(79, 110, 177);

yellow
rgb(255,153,14);

green
rgb(22,70,19);

*/