/* global defaults for display */
body
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	font: 12px Verdana, Helvetica, sans-serif;
	color: black;
	padding-top: 0px;
	background-color: #ffffff;
}

table, th, td
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 12px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

H1 
{
	margin: 0px;
	font: 12px Verdana, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 30px;
}

H1.seo
{
	margin: 0px;
	font: 10px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #753229;
	float: left;
}

H2
{
	margin: 0px;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

H2.seo
{
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
}

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: Red;
}

.ErrorMessage
{
	color: Red;
	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: red; font-weight:bold; text-decoration: none; }
A:visited { color: #000000; font-weight:bold; text-decoration: none; }
A:hover { color: red; font-weight:bold; text-decoration: underline; }

A.Product:link { color: #000000; font-weight:bold; text-decoration: none; font-size: 8pt; font-family: Tahoma; }
A.Product:active { color: red; font-weight:bold; text-decoration: none; font-size: 8pt; font-family: Tahoma; }
A.Product:visited { color: #000000; font-weight:bold; text-decoration: none; font-size: 8pt; font-family: Tahoma; }
A.Product:hover { color: red; font-weight:bold; text-decoration: underline; font-size: 8pt; font-family: Tahoma; }

A.MyProduct:link { display: none; color: black; font-size: 8pt; font-family: Tahoma; font-weight:bold; text-decoration: none; }
A.MyProduct:active { display: none; color: black; font-size: 8pt; font-family: Tahoma; font-weight:bold; text-decoration: none; }
A.MyProduct:visited { display: none; color: black; font-size: 8pt; font-family: Tahoma; font-weight:bold; text-decoration: none; }
A.MyProduct:hover { display: none; color: red; font-size: 8pt; font-family: Tahoma; font-weight:bold; text-decoration: underline; }

A.Category:link { color: #000000; font-weight:bold; text-decoration: none; font-size: 8pt; font-family: Tahoma; }
A.Category:active { color: red; font-weight:bold; text-decoration: none; font-size: 8pt; font-family: Tahoma; }
A.Category:visited { color: #000000; font-weight:bold; text-decoration: none; font-size: 8pt; font-family: Tahoma; }
A.Category:hover { color: red; font-weight:bold; text-decoration: underline; font-size: 8pt; font-family: Tahoma; }

A.MyCategory:link { color: black; font-size: 8pt; font-family: Tahoma; font-weight:bold; text-decoration: none; }
A.MyCategory:active { color: black; font-size: 8pt; font-family: Tahoma; font-weight:bold; text-decoration: none; }
A.MyCategory:visited { color: black; font-size: 8pt; font-family: Tahoma; font-weight:bold; text-decoration: none; }
A.MyCategory:hover { color: red; font-size: 8pt; font-family: Tahoma; font-weight:bold; text-decoration: underline; }

A.Webpage:link { color: #000000; text-decoration: none; font-size: 8pt; font-family: Tahoma; }
A.Webpage:active { color: red; text-decoration: none; font-size: 8pt; font-family: Tahoma; }
A.Webpage:visited { color: #000000; text-decoration: none; font-size: 8pt; font-family: Tahoma; }
A.Webpage:hover { color: red; text-decoration: underline; font-size: 8pt; font-family: Tahoma; }

A.MyWebpage:link { color: #000000; text-decoration: none; font-size: 8pt; font-family: Tahoma; }
A.MyWebpage:active { color: red; text-decoration: none; font-size: 8pt; font-family: Tahoma; }
A.MyWebpage:visited { color: #000000; text-decoration: none; font-size: 8pt; font-family: Tahoma; }
A.MyWebpage:hover { color: red; text-decoration: underline; font-size: 8pt; font-family: Tahoma; }

A.Tracking:link { color: #000000; text-decoration: underline; }
A.Tracking:active { color: red; text-decoration: underline; }
A.Tracking:visited { color: #000000; text-decoration: underline; }
A.Tracking:hover { color: red; text-decoration: underline; }

.ThemesCategory P
{
    padding: 0px 0px 8px 0px;
    margin: 0px;
}
.ThemesCategory BR
{
	display: none;
}

.NotThemesCategory P
{
    padding: 0px 0px 0px 0px;
    margin: 0px;
}
.NotThemesCategory BR
{
	display: none;
}

/* 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: 800px;
	margin:0px;
}

.tbPage .Title
{
	text-align: right;
}

.tbPage .Header
{
	text-align: center;
}

.tbPage .LeftCol
{
	display: none;
	height: 100%;
	background-color: #A3DBED;
	width: 226px; 
	padding: 0px; 
	margin: 0px 4px 0px 0px;
	position: relative;
	float: left;
}

.tbPage .Content
{
	padding: 0px 0px 0px 0px;
	text-align: left;
	
	width: 800px;
}

.tbPage .RightCol
{
	display: none;
}

/*************** Footer Items ****************/
.tbPage .Footer
{
	text-align: center;
	width:800px;
	background-color:#ffffff;
	padding-bottom:20px;
}

.tbPage .FooterSeparator 
{
    width:100%;
    height:9px;
    background-color:#0099cc;
    margin-bottom:15px;
}

div #FooterHome 
{
    float:left;  
    margin:3px 0px 0px 15px;
}

div #FooterCustomerService 
{
    float:left;
    margin:3px 0px 0px 0px; 
}

div #FooterMyAccount
{
    float:left;
    margin:3px 0px 0px 0px; 
}

div #FooterSpecials 
{
    float:left;
    margin:3px 0px 0px 0px; 
}

div .FooterDivide 
{
    float:left;  
    background-image:url(../images/footer/vertical.gif);
    background-repeat:no-repeat;
    width:2px;
    height:18px;
    margin: 0px 8px 0px 8px;
}

div #FooterDisclaimer
{
    float:right;
    text-align:right;
    font-size:10px;
    margin-top:-13px;
}

/* Define styles for use with the store header */

.tbStoreHeader
{
	border: solid 0px black;
}

.tbStoreHeader .HeaderRow 
{
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ffffff', endColorStr='#ffffff', gradientType='1');
	background-color: #A3DBED;
	text-align: right;
	/*hide this element*/
	display: none;
	width: 0px;
	height: 0px;
}

.tbStoreHeader .HeaderCell
{
	padding: 10px 0px 10px 0px;
	border: solid 1px black;
}

.tbStoreHeader .Caption
{
	width: 50%;
	filter:progid:DXImageTransform.Microsoft.DropShadow();
	font: 24px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
	color: black;
	margin-right: 40px;
}

.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='#A3DBED', endColorStr='#A3DBED', gradientType='0');
	background-color: #A3DBED;
}

.TabMenu .OddItem, .TabMenu .EvenItem
{
	background-color: #A3DBED;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	vertical-align: middle;
}

.TabMenu .SepItem
{
	background-color: #A3DBED;
	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: #A3DBED;
}

.ProgressMenu .CompleteItem
{
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: center;
	vertical-align: middle;
	background-color: #A3DBED;
	border: solid black;
	border-width: 0px 1px 1px 1px;
}

.ProgressMenu .CurrentItem
{
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: center;
	vertical-align: middle;
	background-color: #A3DBED;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#A3DBED', endColorStr='#A3DBED', gradientType='1');
	border: solid black;
	border-width: 0px 1px 1px 1px;
}

.ProgressMenu .IncompleteItem
{
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: center;
	vertical-align: middle;
	background-color: #f1ecd4;
	border: solid black;
	border-width: 0px 1px 1px 1px;
}

.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: 1px solid #A3DBED;
	width: 100%;
	background-color: White;
}

.tbContent .HeaderRow
{
	background-color: #A3DBED;
	text-align: center;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
	border-bottom: solid 0px 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: white; font-weight:normal; text-decoration: underline; }

.tbContent .Caption
{
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
}

.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: 2px;
}

.tbContent .ImageDataCell
{
	padding: 20px;
}

.tbContent .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;
}

.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 #753229;
	width: 100%;
}

.tbCategory .HeaderRow
{
	background-color: #A3DBED;
	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: black;
}

.tbCategory .Caption
{
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
}

.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: #A3DBED;
	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: black;
}

/* styles for product details table */

.tbProduct
{
	border: 0px solid #A3DBED;
	background-color: White;
	width: 574px;
	height: 100%;
}

.tbProduct .HeaderRow
{
	font-weight: bold;
	border-bottom: #000000 1px solid;
	background-color: #A3DBED;
	text-align: center;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
}

.tbProduct .HeaderCell
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.tbProduct .Caption
{
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
}

.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: 14px 12px 0px 8px;
	vertical-align: top;
}

.tbProduct .MayWeSuggestCell
{
    padding: 14px 0px 0px 0px; 
	width: 135px; 
	border-left: solid 1px black; 
	border-right: solid 1px black;
	text-align: center;
	vertical-align: top;   
}

.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: 10px 0px 0px 0px;
	border: #000000 1px solid;
	width: 100%;
	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: #000000;
	padding-top: 2px;
	border-bottom: #000000 1px solid;
	background-color: #A3DBED;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#A3DBED', endColorStr='#A3DBED', 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: #000000 1px solid;
	background-color: #A3DBED;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#A3DBED', endColorStr='#A3DBED', gradientType='0');
	-moz-border-radius: 12px 12px 0px 0px;
}

.ControlBox A.Caption:link { color: #000000; font-weight:bold; text-decoration: none; }
.ControlBox A.Caption:active { color: #000000; font-weight:bold; text-decoration: none; }
.ControlBox A.Caption:visited { color: #000000; font-weight:bold; text-decoration: none; }
.ControlBox A.Caption:hover { color: #000000; font-weight:bold; text-decoration: underline; }

.ControlBox .Caption
{
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
}

.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: #A3DBED;
	text-align: center;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#A3DBED', endColorStr='#A3DBED', gradientType='0');
}

.ControlBox .FooterCell
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	padding-bottom: 2px;
	color: #000000;
	padding-top: 2px;
	border-top: #000000 1px solid;
	background-color: #A3DBED;
	text-align: center;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#A3DBED', endColorStr='#A3DBED', 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: #A3DBED;
	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: #A3DBED;
}

.tbItemList .PagerRow TD
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	font-size: 14px;
	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: #cccccc;
	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: black;
	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: black;
	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
*/

/*
These styles apply to the fly out category menu
*/

.fly
{
	background-color: #fff;
	width: 100%;
}

.fly_sm
{
	border-right: medium none;
	table-layout: auto;
	border-top: medium none;
	border-left: medium none;
	border-bottom: medium none;
	background-color: #ffffff;
}

.fly_mi
{
  	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
	padding-bottom: 3px;
	color: #753229;
	padding-top: 3px;
	background-color: #ffffff;
	width: 100%;
	border: thin outset;

}

.fly_mis
{
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
	padding-bottom: 3px;
	color: black;
	padding-top: 3px;
	background-color: gainsboro;
	cursor: hand;
	width: 100%;
	border: thin outset;
}

.fly_fL { float: left; white-space: nowrap; } 
.fly_fR { float: right; text-align: right; padding-left: 10px; white-space: nowrap;}

/* styles for the navigation panel, as it appears on product,category,webpage display pages */

.tbNav 
{
	/*border-right: #97534b outset;
	border-top: #97534b outset;
	border-left: #97534b outset;
	border-bottom: #97534b outset;
	background-color: #e4dab1;*/
	width: 100%;
	margin-bottom: 20px;
}

.tbNav TD
{
	padding: 0px;
}

.tbNav .hr
{
	display: block;
	margin:1px 0px 0px 0px;
	padding:0px;
	height:1px;
	width:100%;
	color:#FFFFFF;
	border-top:solid 1px #FFFFFF;
}

.tbNav A:link { color: #753229; font-weight: bold; text-decoration: none; }
.tbNav A:active { color: #753229; font-weight: bold; text-decoration: none; }
.tbNav A:visited { color: #753229; font-weight: bold; text-decoration: none; }
.tbNav A:hover { color: #000000; font-weight: bold; text-decoration: none; }

/* styles for the category breadcrumbs control */

.ctBreadCrumbs 
{
	text-align: center;
	font-weight: bold;
	font-family: Verdana;
	color: black;
}

.ctBreadCrumbs .DataCell
{
	padding: 0px 0px 2px 0px;
	vertical-align: top;
	text-align: left;
}

.ctBreadCrumbs .SeparatorCell
{
	padding: 0px 0px 2px 0px;
	vertical-align: top;
}

.ctBreadCrumbs A:link { color: #000000; font-weight: bold; text-decoration: none; }
.ctBreadCrumbs A:active { color: red; font-weight: bold; text-decoration: none; }
.ctBreadCrumbs A:visited { color: #000000; font-weight: bold; text-decoration: none; }
.ctBreadCrumbs A:hover { color: red; font-weight: bold; text-decoration: underline; }

/*
The BuyForm styles define the display options for the purchase form
that appears on product pages
*/

.tbBuyForm
{
	margin: 0px 0px 0px 0px;
	border: #A3DBED 1px solid;
	background-color: White;
	width: 100%;
	/*-moz-border-radius: 12px 12px 12px 12px;*/
}

.tbBuyForm .HeaderRow
{
	background-color: #A3DBED;
	text-align: center;
	/*-moz-border-radius: 12px 12px 0px 0px;*/
}

.tbBuyForm .HeaderCell
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	/*border-bottom: #000000 1px solid;*/
	background-color: #A3DBED;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#A3DBED', endColorStr='#A3DBED', gradientType='0');
	/*-moz-border-radius: 12px 12px 0px 0px;*/
	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;
	/*-moz-border-radius: 0px 0px 12px 12px;*/
}

.tbBuyForm .FooterCell
{
	white-space: nowrap;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 4px;
	padding-top: 4px;
	/*border-top: #000000 1px solid;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#A3DBED', endColorStr='#A3DBED', gradientType='0');
	-moz-border-radius: 0px 0px 12px 12px;*/
}


.MSRP {
	font-size:12px;
	text-align:right;
	text-decoration:line-through;
	color:#666
}

.faqPage A
{
    font-weight: normal;
	text-decoration: underline;
}
