@charset "utf-8";
/* CSS Document */

/* **These are for the "Features" area of the individual products** */
.ProductTopLine
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.ProductSecondLine
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight:bold;
}
.ProductBodyBlack
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* **This section is for adding a splash of color to the Copy** */
.BoldBlue
{
	font-weight:bold;
	color: #4682b4
}
.BoldRed
{
	color: #cc0017;
	font-weight: bold;
}
.BodyBlue
{
	color: #4682b4;
}
.BodyRed
{
	color: #cc0017;
}

/* **These are for the "Category Description" area of the individual Categories** */
.MainTopLine
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.MainSecondLine
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	font-weight:bold;
}
.MainBodyBlack
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Notes
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}
/* **This is for the pricing grid table styling on garments** */
.Table_Notes
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}
.Table_Price
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.Table_Qty_Bold
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:bold;
}
.Header_Red
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #cc0017;
	font-weight: bold;
	font-size: 12pt;
}
.Header_Blue
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4682b4;
	font-weight: bold;
	font-size: 12pt;
}
.Table_Body_Big_Bold
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
}
.Table_Body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}
td.calen_all
{
	width:37px;
	height:37px;
}
td.calen_small
{
	width:20px;
	height:20px;
}
td.header
{
	background-color:#EEEEEE;
	text-align:center;
}
td.dates
{
	text-align:right;
	vertical-align:top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}
.sur_month
{
	color:#CCCCCC;
}
a
{
	text-decoration:underline;
	color:#cc0017;
}
a:link
{
	color: #cc0017;
	text-decoration: underline;
}
a:hover
{
	color: #4682b4;
	font-weight:bold;
	text-decoration: underline;
}
a:visited
{
	color: #4682b4;
	text-decoration: underline;

}
