﻿* 
{
	font-family: Arial, Verdana;
}

body 
{
	background-color: #cccccc;
	padding: 0px;
	margin: 0px;
}

a img 
{
	border: none;
}

.sectionHead 
{
	height: 42px;
	width: 100%;
	background-image: url(/images/titleBG.png);
	font-size: 12px;
	font-weight:bold;
}

#productListingHead a 
{
	font-weight: bold;
}

div.sectionHead a
{
	color: Black;
	text-decoration: underline;
}

div.sectionHead a:hover
{
	color: Black;
	text-decoration: none;
}

.bodyWidth 
{
	width: 712px;
}

.center 
{
	margin: auto;
}

div.menuLink a 
{
	color: White;
	text-decoration: none;
}

div.menuLink a:hover 
{
	color: White;
	text-decoration: underline;
}

div.menuLink 
{
	float: left;
	padding: 8px;
}

div.contentBody 
{
	padding: 8px;
	background-color: White;
	width: 696px;
	padding-bottom: 30px;
}

div.headLinks a
{
	color: White;
	text-decoration: underline;
}

div.headLinks a:hover
{
	color: White;
	text-decoration: none;
}

div.clearBoth
{
	clear: both;
}


table.catagoryListingBottomRow td
{
	color: Black;
	font-weight: bold;
}


a.currentLink 
{
	color: Black;
	text-decoration: none;
}