﻿body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.CategoryText
{
    font-size: 12px;
}
.ProductTitle 
{
    font-weight: bold;
    font-size: 16px;
}
.ProductPrice
{
    font-weight: bold;
    font-size: 13px;
}
.BoxLink 
{
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    color: #333333;  
}
.ProductD2
{
    font-size: 10px;
    text-decoration: none;
    color: #333333;  
}
.BottomImage
{
    border-style: solid;
    border-width: 1px;
    border-color: #333333;
}
.ColorBox
{
    border-color: #333333;
    border-width: 1px;
    border-style: solid;
    font-size: 12px;
    margin: 10px;
}
.FooterText
{
    color: #999999;
    font-size: 10px;
}
.TextLink
{
    color: #333333;
    font-weight:bold;
}
.CartBtn
{
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
}