.Header
{
	font-size:18;
	font-weight:bold;
	color:#333333;
}

.Header2
{
	font-size:16;
	font-weight:bold;
	color:#666666;
	padding-bottom:10;
}

.TextHi
{
	font-size:14;
	font-weight:bold;
	color:#999999;
}

.Text
{
	font-size:12;
	color:#999999;
	padding-bottom:5;
}

body,table 
{
	font-size:12;
	font-family:Verdana,Arial;
}
a
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}


td
{
	font-family:Verdana;
	vertical-align:top;
}

.defaultBanner
{
	height:50;
	padding:10;
}

.defaultNav
{
	height:50;
	padding:10;
}

.defaultMain
{
	padding:10;
}

.defaultFooter
{
	height:50;
	padding:10;
	text-align:center;
	border-top:1 solid silver;
}


.Category 
{
	list-style:none;
	margin:0;
	border:1 silver dotted;
	width:120;
	padding:5;
	font-size:14;
	background-color:#cccccc;
}
.Category A 
{
	color:#333333
}

.SubCategory 
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.SubCategory LI
{
	display:inline;
}


.SubCategory A 
{
	color:#ffffff;
	padding:5;
	height:20;
	background-color:#999999;
	color:#ffffff;
	border:1 silver solid;
}
.SubCategory A:hover
{
	color:#ffffff;
	padding:5;
	height:20;
	background-color:#666666;
	color:#ffffff;
	border:1 silver solid;
	text-decoration:none;
}

/* PRODUCT CSS */
.ProductContainer
{
	width:100%;
	padding-bottom:10;
	padding-top:5;
}

.ProductLeftColumn
{
	width:20%;
	float:left;
}

.ProductRightColumn
{
	width:100%;
	border-bottom:1 gray dotted;
}

.ProductName
{
	font-weight:bold;
	font-size:14;
	color:#006699;
	width:100%
}
.ProductCode
{
	width:100%;
	padding-left:0;
	padding-top:5;
	font-size:9;
}
.ProductIntro
{
	width:100%;
	padding-left:0;
	padding-top:5;
	font-style:italic
}
.ProductPrice
{
	font-weight:bold;
	font-size:14;
	color:#999999;
	font-style:italic;
	width:100%;
	padding-top:5;
	padding-bottom:10
}
.ProductActions A,A:hover
{
	color:#006699;
}
.ProductSoldOut
{
	color:Red;
	font-size:16;
}
.ProductOnSpecial
{
	color:Purple;
	font-size:16;
}


