﻿body 
{
	background-color:White;
	color:Navy;
	font-family:Sans-Serif;
	font-size:10pt;
	text-decoration: none;
}
.Links
{ 
	color:black;
	font-family:Sans-Serif;
	font-size:10pt;
	text-decoration: none; 
	}
.CategoryLinks
{ 
	color:Navy;
	font-family:Sans-Serif;
	font-size:10pt;
	text-decoration: none; 
	}

.ProductListItem
{
	color: Navy;
	font-family: Sans-Serif;
	font-size: 10pt;
	text-decoration: underline;
}
.Images
{
	border-color:White;
	border-width:0;
}
.ImageTable
{
	border-color: Navy;
	border-width: 1;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
.ProductNumber
{ 
	color:Navy;
	font-family:Sans-Serif;
	font-size:10pt;
	text-decoration: none; 
	}
.Total
	{
	color:Navy;
	font-family:Sans-Serif;
	font-size:10pt;
	text-decoration: none;
	}
.ErrorText
{
	color:Red;
	font-family:Sans-Serif;
	font-size:10pt;
	text-decoration: none;
}
.CategoryTitle
{
	color: Navy;
	font-family: Sans-Serif;
	font-size: 10pt;
	text-decoration: bold;
}
.Description
{
	color:Navy;
	font-family:Sans-Serif;
	font-size:10pt;
	text-decoration: none;
}
.Test
{	color:Red;}

.navigation
{
	width:600px;
	margin-top:30px;
}

#leftnav 
{
	float:left;
	width:180px;
	text-align:center;
}

#rightnav 
{
	float:right;
	width:180px;
	margin-right:20px;
	text-align:center;
}

#numnav
{
	float:inherit;
	text-align:center;
	
}
