/* **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: Arial, sans-serif;
	font-size: 14px;
}
.MainSecondLine
{
	font-family: Arial, sans-serif;
	color: #000000;
	font-size: 13px;
	font-weight:bold;
}
.MainBodyBlack
{
	font-family: Arial, sans-serif;
	font-size: 12px;
}
.BodyDkGray
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: 696969;
}
.Notes
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-style: italic;
}
.FeaturesNotes
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/* **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: 13px;
}
.Header_Blue
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4682b4;
	font-weight: bold;
	font-size: 13px;
}


/* Bobby Added this */
.Feature_Product_Header
{
	font-family: Trebuchet MS; sans-serif;
	color: #fff;
	font-size: 14px; 
	font-weight:bold;
}

.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;
}
a.products
{
	text-decoration:none;
	color:#4682b4;
	font-weight:bold;
}
a.products:link
{
	color: #4682b4;
	text-decoration:none;
	font-weight:bold;
}
a.products:hover
{
	color: #cc0017;
	font-weight: bold;
	text-decoration:underline;
}
a.products:visited
{
	color: #cc0017;
	text-decoration:none;

}
a.prodName
{
	color:#000000;
	text-decoration:none;
}
a.prodName:link
{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
a.prodName:hover
{
	color:#4682b4;
	text-decoration:underline;
}
a.prodName:visited
{
	color: #999999;
	text-decoration:none;

}
/* **Table Styles** */
td.Grid
{
	BORDER-RIGHT: #e0dfe3;
	BORDER-TOP: #e0dfe3;
	BORDER-LEFT: #e0dfe3;
	WIDTH: 161pt;
	BORDER-BOTTOM: #e0dfe3;
	HEIGHT: 12.75pt;
	BACKGROUND-COLOR: transparent;
	width: 215;
	height: 17;
	text-align:center;
}
td.cells
{
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}
td.feat_cell
{
	/*border-bottom:1px solid #4682b4;*/
	/*border-right:1px solid #4682b4;*/
	/*border-left:2px solid #4682b4;*/
}
/* ** Links Styles ** */
a.notice_me_link
{
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight:bold;
	font-style: normal;
	color: #4682b4;
	text-decoration: none;

}
a.notice_me_link:hover
{
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	font-style: normal;
	color:#FF8700;
}


/* Home Page CSS Stuff */
a.products_HP
{
 	font-family: Arial Black, sans-serif;
	 font-size: 12px;
	 text-decoration:none;
	 color:#000;
}


a.products_HP:link
{
	color: #4682b4;
 	text-decoration:none;
 	
}

a.products_HP:hover
{
 	color: #cc0017;
	text-decoration:underline;
}

a.products_HP:visited
{
	 color: #cc0017;
	 text-decoration:none;
}

