body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1
{
	display: inline;
	font-weight: normal;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

A.white:visited  {color: #ffffff; text-decoration: none; font-size: 10px;}
A.white:link  {color: #ffffff; text-decoration: none; font-size: 10px;}
A.white:active  {color: #ffffff; text-decoration: none; font-size: 10px;}
A.white:hover   {color: #e5e5e5; text-decoration: none; font-size: 10px;}

A.BodyText:visited  {color: #666666; text-decoration: none; font-size: 10px;}
A.BodyText:link  {color: #666666; text-decoration: none; font-size: 10px;}
A.BodyText:active  {color: #666666; text-decoration: none; font-size: 10px;}
A.BodyText:hover   {color: #000000; text-decoration: none; font-size: 10px;}

.BodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.PageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.BottomText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}





.LeftButtons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}



A.newleftlink:visited  {color: #000000; font-family: Arial, Helvetica, sans-serif;	font-size: 11px; font-weight: normal; text-decoration: none}
A.newleftlink:link  {color: #000000; font-family: Arial, Helvetica, sans-serif;	font-size: 11px; font-weight: normal; text-decoration: none}
A.newleftlink:active  {color: #000000; font-family: Arial, Helvetica, sans-serif;	font-size: 11px; font-weight: normal; text-decoration: none}
A.newleftlink:hover   {color: #333333; font-family: Arial, Helvetica, sans-serif;	font-size: 11px; font-weight: normal; text-decoration: underline}

.topbartitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}

A.prodboxlink:visited  {color: #000000; font-family: Arial, Helvetica, sans-serif; 	font-size:12px; font-weight: bold; text-decoration: none;}
A.prodboxlink:link  {color: #000000; font-family: Arial, Helvetica, sans-serif; 	font-size:12px; font-weight: bold; text-decoration: none;}
A.prodboxlink:active  {color: #000000;	font-family: Arial, Helvetica, sans-serif; font-size:12px; font-weight: bold; text-decoration: none;}
A.prodboxlink:hover   {color: #000000; font-family: Arial, Helvetica, sans-serif; 	font-size:12px; font-weight: bold; text-decoration: underline;}


.productboxtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* Admin pages */
.adminGrid { border: 2px solid black; width: 80%; font-size: 12px; }
.adminGrid tbody th { font-weight: bold; border: 2px solid black; }
.adminGrid tbody tr td { border: 2px solid black; }
.adminGrid img { width: 50px; height: 50px; }
.adminGrid .linkColumn { width: 50px; font-size: 9px; text-align: center; }
.altRow { background-color: #dedede; }
.adminGrid .priceColumn { width: 70px; } 
.adminGrid .priceColumn input { width: 50px; }
.adminGrid .errors { border: 1px solid red; }
