/* global defaults for display */
body
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 0px;
	background-color: #E5E5E5;
}

table, th, td
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 12px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
ul {
	list-style-image: url(http://198.31.251.123/images/red_arrow.jpg); 
	}

H1 
{
	margin: 0px;
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

H2
{
	margin: 0px;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

H3
{
	margin: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.HelpText
{
	margin: 0px;
	font: 10px Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.Price
{
	color: #c74305;
	font-weight: bold;
}

.Highlight
{
	color: #CC0000;
}

.ErrorMessage
{
	color: #CC0000;
	font-weight: bold;
}

.RetailPrice
{
	text-decoration: line-through;
}

.Left 
{
	text-align: left;
}

.Center
{
	text-align: center;
}

.Right
{
	text-align: right;
}

.Justify
{
	text-align:justify;
}

div.valign 
{
	height: 100%;
}

/* define how links are displayed, based on what they point to */

A:link { color: #000000; font-weight:bold; text-decoration: none; }
A:active { color: #CC0000; font-weight:bold; text-decoration: none; }
A:visited { color: #000000; font-weight:bold; text-decoration: none; }
A:hover { color: #CC0000; font-weight:bold; text-decoration: underline; }

A.Product:link { color: #666666; font-weight:bold; text-decoration: none; }
A.Product:active { color: #CC0000; font-weight:bold; text-decoration: none; }
A.Product:visited { color: #666666; font-weight:bold; text-decoration: none; }
A.Product:hover { color: #CC0000; font-weight:bold; text-decoration: underline; }

A.Category:link { color: #666666; font-weight:bold; text-decoration: none; }
A.Category:active { color: #CC0000; font-weight:bold; text-decoration: none; }
A.Category:visited { color: #666666; font-weight:bold; text-decoration: none; }
A.Category:hover { color: #CC0000; font-weight:bold; text-decoration: underline; }

A.Webpage:link { color: #000000; font-weight:500; text-decoration: underline; }
A.Webpage:active { color: #CC0000; font-weight:500; text-decoration: underline; }
A.Webpage:visited { color: #000000; font-weight:500; text-decoration: underline; }
A.Webpage:hover { color: #CC0000; font-weight:500; text-decoration: underline; }

A.WebpageBlue:link { color: #0000FF; font-weight:500; text-decoration: underline; }
A.WebpageBlue:active { color: #0C00FF; font-weight:500; text-decoration: underline; }
A.WebpageBlue:visited { color: #0000FF; font-weight:500; text-decoration: underline; }
A.WebpageBlue:hover { color: #CC00FF; font-weight:500; text-decoration: underline; }

A.WebpageBLACK:link { color: #000000; font-weight:500; text-decoration: none; }
A.WebpageBLACK:active { color: #000000; font-weight:500; text-decoration: none; }
A.WebpageBLACK:visited { color: #000000; font-weight:500; text-decoration: none; }
A.WebpageBlack:hover { color: #000000; font-weight:500; text-decoration: none; }

A.WebpageWhite:link { color: #FFFFFF; font-weight:500; text-decoration: underline; }
A.WebpageWhite:active { color: #FFFFFF; font-weight:500; text-decoration: underline; }
A.WebpageWhite:visited { color: #FFFFFF; font-weight:500; text-decoration: underline; }
A.WebpageWhite:hover { color: #FFFFFF; font-weight:500; text-decoration: underline; }

A.Tracking:link { color: #000000; text-decoration: underline; }
A.Tracking:active { color: #CC0000; text-decoration: underline; }
A.Tracking:visited { color: #000000; text-decoration: underline; }
A.Tracking:hover { color: #CC0000; text-decoration: underline; }

/* define the indents for the directory tree or sitemap */

.TreeLevel0 {padding-left:0px}
.TreeLevel1 {padding-left:20px}
.TreeLevel2 {padding-left:40px}
.TreeLevel3 {padding-left:60px}
.TreeLevel4 {padding-left:80px}
.TreeLevel5 {padding-left:100px}
.TreeLevel6 {padding-left:120px}
.TreeLevel7 {padding-left:140px}

/* set the desired width of the page */

.tbPage
{
	text-align: center;
	width: 775px;
	margin-top: 5px;
	border-style: solid;
	border-collapse:collapse;
 	border-bottom-color: #cccccc;
 	border-right-color: #cccccc;
 	border-left-color: #cccccc;
 	border-top-color: #cccccc;
 	border-width: 1px;	
	background-color:#FFFFFF;
}

.tbPage .Header
{
	text-align: center;
}

.tbPage .LeftCol
{
	text-align: center;
	width: 110px;
	padding: 0px 0px 0px 20px;
	display: block;
}

.tbPage .Content
{
	padding: 10px 0px 0px 0px;
	text-align: center;
	width:85%; 
	margin-left:5%; 
	margin-right:10%;
        border-width: 0px; 
}

.tbPage .RightCol
{
	display: none;
}

.tbPage .Footer
{
	text-align: center;
}

/* Define styles for use with the store header */

.tbStoreHeader
{
	border: thin 1px #cccccc;
}

.tbStoreHeader .HeaderRow 
{
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ffffff', endColorStr='#ffffff', gradientType='1');
	background-color: #FFFFFF;
	text-align: right;
}

.tbStoreHeader .HeaderCell
{
	padding: 20px 0px 20px 0px;
	border: thin 1px #FFFFFF;
}

.tbStoreHeader .Caption
{
	width: 100%;
	filter:progid:DXImageTransform.Microsoft.DropShadow();
	font: 22px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
	color: #000000;
	margin-right: 30px;
}

.tbStoreHeader .DataRow
{
	text-align: center;
}

.tbStoreHeader .DataCell
{
	text-align: center;
}

/*
The tab menu definitions are intended to be used with the data list
that displays the tabs in the store header
*/

.TabMenu
{
	width: 100%;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#cccccc', endColorStr='#ffffff', gradientType='0');
	background-color: #cccccc;
}

.TabMenu .OddItem, .TabMenu .EvenItem
{
	background-color: #cccccc;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	vertical-align: middle;
}

.TabMenu .SepItem
{
	background-color: #cccccc;
	vertical-align: middle;
}

.TabMenu A:link { color: #000000; font-weight:bold; text-decoration: none; }
.TabMenu A:active { color: #000000; font-weight:bold; text-decoration: none; }
.TabMenu A:visited { color: #000000; font-weight:bold; text-decoration: none; }
.TabMenu A:hover { color: #000000; font-weight:bold; text-decoration: underline; }

/* the ProgressMenu panel appears in the store header during checkout and shows
the progress of the order */

.ProgressMenu
{
	width: 100%;
	background-color: #cccccc;
}

.ProgressMenu .CompleteItem
{
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: center;
	vertical-align: middle;
	background-color: #cccccc;
	border: solid 1px black;
}

.ProgressMenu .CurrentItem
{
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: center;
	vertical-align: middle;
	background-color: #cccccc;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#cccccc', endColorStr='#ffffff', gradientType='1');
	border: solid 1px black;
}

.ProgressMenu .IncompleteItem
{
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: center;
	vertical-align: middle;
	background-color: #cccccc;
	border: solid 1px black;
}

.ProgressMenu A:link { color: #000000; font-weight:bold; text-decoration: none; }
.ProgressMenu A:active { color: #000000; font-weight:bold; text-decoration: none; }
.ProgressMenu A:visited { color: #000000; font-weight:bold; text-decoration: none; }
.ProgressMenu A:hover { color: #000000; font-weight:bold; text-decoration: underline; }

/* styles for content (outer) table */

.tbContent
{
	border: 0px solid #cccccc;
	width:90%;
	background-color: White;
}

.tbContent .HeaderRow
{
	background-color: #FFFFFF;
	text-align: center;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	border-bottom: solid 1px black;
}

.tbContent .HeaderCell
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.tbContent A.Caption:link { color: #cccccc; font-weight:normal; text-decoration: underline; }
.tbContent A.Caption:active { color: #cccccc; font-weight:normal; text-decoration: underline; }
.tbContent A.Caption:visited { color: #cccccc; font-weight:normal; text-decoration: underline; }
.tbContent A.Caption:hover { color: #CC0000; font-weight:normal; text-decoration: underline; }

.tbContent .Caption
{
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

.tbContent .OddRow
{
	cursor: default;
	background-color: white;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 8px;
	padding-top: 8px;
	border: 0px;
	text-align: left;
}

.tbContent .EvenRow
{
	cursor: default;
	background-color: whitesmoke;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 8px;
	padding-top: 8px;
	border: 0px;
	text-align: left;
}

.tbContent .FrameCell
{
	padding: 0px;
}


.tbContent .DataCell
{
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
}

.tbContent .ImageDataCell
{
	padding-right: 4px;
	padding-left: 20px;
	padding-bottom: 4px;
	padding-top: 4px;
}

.tbContent .FooterRow
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 2px;
	white-space: nowrap;
	background-color: #ffffff;
	text-align: center;
}

.tbContent .FooterCell
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 2px;
	white-space: nowrap;
}

/* styles for category table */

.tbCategory
{
	border: 1px solid #FFFFFF;
	width: 90%;	
	text-align: center;
	align: center;			
}

.tbCategory .HeaderRow
{
	background-color: #FFFFFF;
	text-align: center;
}

.tbCategory .HeaderCell
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: #000000 1px solid;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

.tbCategory .Caption
{
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

.tbCategory .OddRow
{
	cursor: default;
	background-color: white;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 8px;
	padding-top: 8px;
	border: 0px;
	text-align: left;
}

.tbCategory .EvenRow
{
	cursor: default;
	background-color: whitesmoke;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 8px;
	padding-top: 8px;
	border: 0px;
	text-align: left;
}

.tbCategory .DataCell
{
	padding: 2px;
}

.tbCategory .FooterRow
{
	background-color: #FFFFFF;
	text-align: center;
}

.tbCategory .FooterCell
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: #000000 1px solid;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}

/* styles for product details table */

.tbProduct
{
	border: 1px solid #FFFFFF;
	background-color: White;
	width: 100%;
}

.tbProduct .HeaderRow
{
	font-weight: bold;
	border-bottom: #000000 1px solid;
	background-color: #FFFFFF;
	text-align: center;
	font: 14px Arial, Helvetica, sans-serif;
	color: #000000;
}

.tbProduct .HeaderCell
{
	padding-right: 2px;
	padding-left: 20px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.tbProduct .Caption
{
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

.tbProduct .OddRow
{
	cursor: default;
	background-color: white;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 8px;
	padding-top: 8px;
	border: 0px;
	text-align: center;
}

.tbProduct .EvenRow
{
	cursor: default;
	background-color: whitesmoke;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 8px;
	padding-top: 8px;
	border: 0px;
	text-align: center;
}

.tbProduct .DataCell
{
	padding: 2px;
}

.tbProduct .ImageDataCell
{
	padding-right: 4px;
	padding-left: 20px;
	padding-bottom: 4px;
	padding-top: 4px;
}

.tbProduct .FooterRow
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 2px;
	white-space: nowrap;
	background-color: #cccccc;
	text-align: center;
}

.tbProduct .FooterCell
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 2px;
	white-space: nowrap;
}

/*
The ControlBox styles define the display options for control objects 
These commonly appear in the nav column, but occasionally are found within the body
of a page.
*/

.ControlBox
{
	margin: 6px 0px 0px 0px;
	border: #cccccc 1px thin;
	width: 110px;
	background-color: White;
	-moz-border-radius: 12px 12px 0px 0px;
}

.ControlBox .HeaderRow
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	padding-bottom: 2px;
	color: #cccccc;
	padding-top: 2px;
	border-bottom: #cccccc 1px thin;
	background-color: #ffffff;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#cccccc', endColorStr='#ffffff', gradientType='0');
	text-align: center;
	-moz-border-radius: 12px 12px 0px 0px;
}

.ControlBox .HeaderCell
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	padding-bottom: 2px;
	color: #000000;
	padding-top: 2px;
	border-bottom: #cccccc 1px solid;
	background-color: #ffffff;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#cccccc', endColorStr='#ffffff', gradientType='0');
	text-align: center;
	-moz-border-radius: 12px 12px 0px 0px;
}

.ControlBox A.Caption:link { color: #FFFFFF; font-weight:bold; text-decoration: none; }
.ControlBox A.Caption:active { color: #CC0000; font-weight:bold; text-decoration: none; }
.ControlBox A.Caption:visited { color: #FFFFFF; font-weight:bold; text-decoration: none; }
.ControlBox A.Caption:hover { color: #CC0000; font-weight:bold; text-decoration: none; }

.ControlBox .Caption
{
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
}

.ControlBox .OddRow
{
	cursor: default;
	background-color: white;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	border: 0px;
}

.ControlBox .EvenRow
{
	cursor: default;
	background-color: whitesmoke;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	border: 0px;
}

.ControlBox .OddRow_MouseOver
{
	cursor: hand;
	background-color: white;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	border: 0px;
}

.ControlBox .EvenRow_MouseOver
{
	cursor: hand;
	background-color: whitesmoke;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	border: 0px;
}

.ControlBox .DataCell
{
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	border: 0px;
}

.ControlBox .FooterRow
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	padding-bottom: 2px;
	color: #000000;
	padding-top: 2px;
	border-top: #000000 1px solid;
	background-color: #eceef1;
	text-align: center;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#cccccc', endColorStr='#ffffff', gradientType='0');
}

.ControlBox .FooterCell
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	padding-bottom: 2px;
	color: #000000;
	padding-top: 2px;
	border-top: #cccccc 1px solid;
	background-color: #eceef1;
	text-align: center;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#cccccc', endColorStr='#ffffff', gradientType='0');
}

/* inner table definitions, for listing of items within page */

.tbItemList
{
	background-color: white;
}

.tbItemList .HeaderRow
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	padding-bottom: 4px;
	padding-top: 4px;
	white-space: nowrap;
	background-color: #cccccc;
	text-align: center;
}

.tbItemList .HeaderCell
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 2px;
	white-space: nowrap;
	border: none;
	color: black;
}

.tbItemList .OddRow
{
	cursor: default;
	background-color: white;
	text-align: left;
}

.tbItemList .EvenRow
{
	cursor: default;
	background-color: whitesmoke;
	text-align: left;
}

.tbItemList .OddRow_MouseOver
{
	cursor: hand;
	background-color: gainsboro;
	color: black;
	text-align: left;
}

.tbItemList .EvenRow_MouseOver
{
	cursor: hand;
	background-color: gainsboro;
	color: black;
	text-align: left;
}

.tbItemList .DataCell
{
	padding: 2px;
}

.tbItemList .ImageDataCell
{
	padding: 2px;
	vertical-align: middle;
	text-align: center;
}

.tbItemList .FooterRow
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 2px;
	white-space: nowrap;
	background-color: #cccccc;
	text-align: center;
}

.tbItemList .FooterCell
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 2px;
	white-space: nowrap;
	color: Black;
}

.tbItemList .PagerRow
{
	background-color: #cccccc;
}

.tbItemList .PagerRow TD
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 2px;
	padding-top: 2px;
	white-space: nowrap;
	letter-spacing: 3px;
	text-align: center;
	color: Black
}

.tbItemList .PagerRow TD A
{
	text-decoration: underline;
}

/* form table definitions, for generic data entry forms (like address) */

.tbForm
{
	background-color: white;
}

.tbForm .HeaderRow
{
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: center;
}

.tbForm .HeaderCell
{
	font-weight: bold;
	white-space: nowrap;
	border: none;
	color: black;
	padding: 2px;
}

.tbForm .Caption
{
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	padding: 2px;
}

.tbForm .OddRow, .tbForm .EvenRow
{
	cursor: default;
	background-color: white;
	text-align: left;
}

.tbForm .OddRow_MouseOver
{
	cursor: hand;
	background-color: gainsboro;
	color: black;
	text-align: left;
}

.tbForm .EvenRow_MouseOver
{
	cursor: hand;
	background-color: gainsboro;
	color: black;
	text-align: left;
}

.tbForm .DataCell
{
	padding: 2px;
}

.tbForm .ImageDataCell
{
	padding: 2px;
	vertical-align: middle;
	text-align: center;
}

.tbForm .FooterRow
{
	font-weight: bold;
	background-color: #cccccc;
	text-align: center;
}

.tbForm .FooterCell
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 2px;
	white-space: nowrap;
	color: Black;
}

/* subform table definitions, for nested generic data entry forms (like payment account details) */

.tbSubForm
{
	background-color: white;
}

.tbSubForm .HeaderRow
{
	font-weight: bold;
	background-color: #cccccc;
	text-align: center;
}

.tbSubForm .HeaderCell
{
	font-weight: normal;
	font-style: italic;
	white-space: nowrap;
	border: none;
	color: black;
	padding: 2px;
}

.tbSubForm .Caption
{
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	padding: 2px;
}

.tbSubForm .OddRow, .tbSubForm .EvenRow
{
	cursor: default;
	background-color: white;
	text-align: left;
}

.tbSubForm .OddRow_MouseOver
{
	cursor: hand;
	background-color: gainsboro;
	color: black;
	text-align: left;
}

.tbSubForm .EvenRow_MouseOver
{
	cursor: hand;
	background-color: gainsboro;
	color: black;
	text-align: left;
}

.tbSubForm .DataCell
{
	padding: 2px;
}

.tbSubForm .ImageDataCell
{
	padding: 2px;
	vertical-align: middle;
	text-align: center;
}

.tbSubForm .FooterRow
{
	font-weight: bold;
	background-color: #cccccc;
	text-align: center;
}

.tbSubForm .FooterCell
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 2px;
	white-space: nowrap;
	color: Black;
}

/*
These styles apply to the fly out category menu
*/

.fly
{
	background-color: #fff;
	width: 105;
	font-size: 11px;	
}

.fly_sm
{
	width: 80px;
	border-bottom-width:thin;
	border-left-width:thin;
	border-right-width:thin;
	border-top-width:thin;   
	border-color:#eceef1;
	background-color: #eceef1;
}

.fly_mi
{
  	padding-right: 1px;
	padding-left: 1px;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 1px;
	color: #666666;
	padding-top: 1px;
	background-color: #ffffff;
	width: 105px;
	

}

.fly_mis
{
	padding-right: 1px;
	padding-left: 1px;
	font-weight: bold;
	padding-bottom: 1px;
	color: #666666;
	font-size: 11px;
	padding-top: 1px;
	background-color: #eceef1;
	cursor: hand;
	width: 105px;
	
}

.fly_fL { float: left; white-space: nowrap; font-size: 11px; } 
.fly_fR { float: right; text-align: right; padding-left: 10px; white-space: nowrap; font-size: 11px;}

/* styles for the navigation panel, as it appears on product,category,webpage display pages */

.tbNav 
{
	border-right: #666666 thin;
	border-top: #666666 thin;
	border-left: #666666 thin;
	border-bottom: #666666 thin;
	background-color: #FFFFFF;
	width: 90%;
	margin-bottom: 20px;
}

.tbNav TD
{
	padding: 4px 0px 4px 0px;
}

.tbNav .hr
{
	display: block;
	margin: 4px 0px 4px 0px;
	border-bottom: #eceef1 groove;
}

.tbNav A:link { color: #666666; font-weight: bold; text-decoration: none; }
.tbNav A:active { color: #CC0000; font-weight: bold; text-decoration: none; }
.tbNav A:visited { color: #666666; font-weight: bold; text-decoration: none; }
.tbNav A:hover { color: #CC0000; font-weight: bold; text-decoration: none; }

/* styles for the category breadcrumbs control */

.ctBreadCrumbs 
{
	text-align: center;
	font-weight: bold;
	color: #666666;
}

.ctBreadCrumbs .DataCell
{
	padding: 1px 3px 1px 3px;
}

.ctBreadCrumbs .SeparatorCell
{
	padding: 1px 1px 1px 1px;
}

.ctBreadCrumbs A:link { color: #666666; font-weight: normal; text-decoration: none; }
.ctBreadCrumbs A:active { color: #CC0000; font-weight: normal; text-decoration: none; }
.ctBreadCrumbs A:visited { color: #666666; font-weight: normal; text-decoration: none; }
.ctBreadCrumbs A:hover { color: #CC0000; font-weight: normal; text-decoration: none; }

/*
The BuyForm styles define the display options for the purchase form
that appears on product pages
*/

.tbBuyForm
{
	margin: 0px 0px 0px 10px;

}

.tbBuyForm .HeaderRow
{
	background-color: #ffffff;
	text-align: center;
	
}

.tbBuyForm .HeaderCell
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: 0px;
	background-color: #ffffff;
	font-weight: bold;
	color: #000000;
}

.tbBuyForm .DataRow
{
	background-color: White;
}

.tbBuyForm .DataCell
{
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	border: 0px;
}

.tbBuyForm .FooterRow
{
	background-color: #ffffff;
	text-align: center;
	
}

.tbBuyForm .FooterCell
{
	white-space: nowrap;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 4px;
	padding-top: 4px;
	border-top: 0px;
	
}


.MSRP {
	font-size:12px;
	text-align:right;
	text-decoration:line-through;
	color:#666
}



.style1 {
	font-size: 14px;
	color: #CC0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.style1 A:link { color: #CC0000; font-size: 14px; font-weight: bold; text-decoration: none;line-height: 10px; }
.style1 A:active { color: #666666; font-size: 14px; font-weight: bold; text-decoration: none; line-height: 10px;}
.style1 A:visited { color: #CC0000; font-size: 14px; font-weight: bold; text-decoration: none;line-height: 10px; }
.style1 A:hover { color: #666666; font-size: 14px; font-weight: bold; text-decoration: none;line-height: 10px; }

.style2 {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style3 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
}

.style3 A:link { color: #0000FF; font-size: 11px; font-weight: normal; text-decoration: underline;line-height: 14px; }
.style3 A:active { color: #0000FF; font-size: 11px; font-weight: normal; text-decoration: underline; line-height: 14px;}
.style3 A:visited { color: #0000FF; font-size: 11px; font-weight: normal; text-decoration: underline;line-height: 14px; }
.style3 A:hover { color: #0000FF; font-size: 11px; font-weight: normal; text-decoration: underline;line-height: 14px; }

.style4 {color: #CC0000}

.style5 {
	color: #666666;
	font-size: 10px;
	line-height: 14px;
}
.style5 A:link { color: #666666; font-size: 10px; font-weight: 500; text-decoration: none;line-height: 14px; }
.style5 A:active { color: #CC0000; font-size: 10px; font-weight: 500; text-decoration: none; line-height: 14px;}
.style5 A:visited { color: #666666; font-size: 10px; font-weight: 500; text-decoration: none;line-height: 14px; }
.style5 A:hover { color: #CC0000; font-size: 10px; font-weight: 500; text-decoration: none;line-height: 14px; }

.style5a {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 10px;
}
.style5a A:link { color: #FFFFFF; font-size: 10px; font-weight: 500; text-decoration: none;line-height: 10px; }
.style5a A:active { color: #CC0000; font-size: 10px; font-weight: 500; text-decoration: none; line-height: 10px;}
.style5a A:visited { color: #FFFFFF; font-size: 10px; font-weight: 500; text-decoration: none;line-height: 10px; }
.style5a A:hover { color: #CC0000; font-size: 10px; font-weight: 500; text-decoration: none;line-height: 10px; }

.style5b {
	color: #666666;
	font-size: 10px;
	line-height: 10px;
}
.style5b A:link { color: #CC0000; font-size: 10px; font-weight: 500; text-decoration: underline;line-height: 10px; }
.style5b A:active { color: #000000; font-size: 10px; font-weight: 500; text-decoration: underline; line-height: 10px;}
.style5b A:visited { color: #CC0000; font-size: 10px; font-weight: 500; text-decoration: underline;line-height: 10px; }
.style5b A:hover { color: #000000; font-size: 10px; font-weight: 500; text-decoration: underline;line-height: 10px; }

.style5c {
	color: #e3e3e3;
	font-size: 10px;
	line-height: 10px;
}
.style5c A:link { color: #e3e3e3; font-size: 10px; font-weight: 500; text-decoration: underline;line-height: 10px; }
.style5c A:active { color: #CC0000; font-size: 10px; font-weight: 500; text-decoration: underline; line-height: 10px;}
.style5c A:visited { color: #e3e3e3; font-size: 10px; font-weight: 500; text-decoration: underline;line-height: 10px; }
.style5c A:hover { color: #CC0000; font-size: 10px; font-weight: 500; text-decoration: underline;line-height: 10px; }

.style5d {
	color: #666666;
	font-size: 11px;
	line-height: 14px;
}
.style5d A:link { color: #666666; font-size: 11px; font-weight: 500; text-decoration: none;line-height: 14px; }
.style5d A:active { color: #CC0000; font-size: 11px; font-weight: 500; text-decoration: none; line-height: 14px;}
.style5d A:visited { color: #666666; font-size: 11px; font-weight: 500; text-decoration: none;line-height: 14px; }
.style5d A:hover { color: #CC0000; font-size: 11px; font-weight: 500; text-decoration: none;line-height: 14px; }


.style6 {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 11px;
	font-weight: 500;
}
.style6 A:link { color: #FFFFFF; font-size: 11px; font-weight: 500; text-decoration: none;line-height: 12px; }
.style6 A:active { color: #CC0000; font-size: 11px; font-weight: 500; text-decoration: none; line-height: 12px;}
.style6 A:visited { color: #FFFFFF; font-size: 11px; font-weight: 500; text-decoration: none;line-height: 12px; }
.style6 A:hover { color: #CC0000; font-size: 11px; font-weight: 500; text-decoration: none;line-height: 12px; }

.style6b {
	color: #CC0000;
	font-size: 12px;
	line-height: 12px;
	font-weight: 500;
	text-decoration: none;
}
.style6b A:link { color: #CC0000; font-size: 12px; font-weight: 500; text-decoration: none;line-height: 12px; }
.style6b A:active { color: #666666; font-size: 12px; font-weight: 500; text-decoration: none; line-height: 12px;}
.style6b A:visited { color: #CC0000; font-size: 12px; font-weight: 500; text-decoration: none;line-height: 12px; }
.style6b A:hover { color: #666666; font-size: 12px; font-weight: 500; text-decoration: none;line-height: 12px; }

.style7 {
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
}

.style30 {
	color: Green;
	font-size: 14px;
	font-weight: bold;
}

select {margin: 0px 0px 0px 0px;font-size: 12px; border: solid 0px #CCCCCC;color:#000000;} 

table#tblSubCatg {
	border: 0px solid #ffffff;
}

table#tblSubCatg td
{
	white-space: nowrap;
}

table#tblResults {
	border: 0px solid #ffffff;
}
