
body
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    background-color: #ffffff;
    margin: 0 0 0 0;
}

table 
{
	font-size: 1em;
}

h1
{
	font-weight: normal;
	font-size: 18pt;
	font-variant: normal;
	color: #2b502e;
	padding-top: 20pt;
	font-family: Tahoma, Verdana, sans-serif;
	text-transform: none;
}

h2, h3
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11pt;
	font-weight: normal;
	color: #2b502e;
	text-transform: none;
	text-decoration: underline;
}

a, a:visited
{
	text-decoration: none;
	color: blue;
}

a:hover 
{
    text-decoration: underline;
    color:  red;
}

@media print
{
	.nonprint
	{
		display: none;
	}
	
	a, a:visited
	{
		color: Black;
	}
}

/* styles to control overall page size and left/right borders on info pages */
.PageTable
{
	/* set a minimum height for page e.g. 600px */
	/* or use 100% to place the footer at the bottom of the page */
	/* or auto for the height just to automatically be set */
	height: 600px;
}

.WelcomePageLeft
{
	/* margin for left of welcome page */
	width: 50px;
}

.WelcomePageCenter
{
	/* width of center of welcome page */
	width: 70%;
}

.WelcomePageRight
{
	/* margin for right of welcome page */
	width: 100px;
}

.PageLeft
{
	/* margin for left of content pages */
	width: 50px;
}

.PageCenter
{
	/* width of center of content pages */
	width: 80%;
}

.PageRight
{
	/* margin for right of content pages */
	width: 100px;
}

/* specific style for products and services shown on the Home page */
.HomeProductLink
{
	font-weight: bold;
}

/* Header Graphic */
.Header
{
	background: url(images/header.jpg) 0 0 no-repeat;
	width: 500px;
	height: 72px;
}

.HeaderFiller
{
	background: url(images/header_filler.jpg) 0 0 repeat-x;
}

.HeaderEnd
{
	background: url(images/header_end.jpg) 0 0 no-repeat;
	width: 1px;
	height: 72px;
}

.HeaderPrint
{
	background: url(images/header_thin.jpg) 0 0 no-repeat;
	width: 635px;
	height: 44px;
}

.HeaderPrintFiller
{
	background: url(images/header_thin_filler.jpg) 0 0 repeat-x;
}

/* styles that are used in tables such as documents/newsletters/orders/quotes */
/* may also be used in dynamic content */
.Table
{
	border: solid 1pt white;
}

.TableHeader
{
	color: White;
	background-color: #2b502e;
}

.TableItem
{
}

.TableAlternating
{
	background-color: #e0e0e0;
}

.TablePages
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	color: black;
}

.TablePager, .TablePager:link, .TablePager:visited
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	color: #2b502e;
	padding-left: 10px;
	text-decoration: none;
}

.TablePager:hover
{
	color: #2b502e;
    text-decoration: underline
}

/* styles that are used in the product/shopping cart tables */
.ProductTable
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 8pt;
	border: solid 1pt white;
}

.ProductHeader
{
	color: White;
	background-color: #2b502e;
	font-weight: bold;
}

.ProductItem
{
	white-space: nowrap;
}

.ProductAlternative
{
	background-color: #e0e0e0;
}

.ProductTableHighlight
{
	color: Blue;
}

.ProductTextEdit
{
    color: black;
    font-family: Verdana, Helvetica, Arial;
    font-size: 8pt;
	border: solid 1px black;
	background-color: White;
}

.ProductGrade
{
	color: Blue;
	text-decoration: 'underline';
}

.ProductPages
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	color: black;
}

.ProductPager, .ProductPager:link, .ProductPager:visited
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	color: #2b502e;
	padding-left: 10px;
	text-decoration: none;
}

.ProductPager:hover
{
	color: #2b502e;
    text-decoration: underline
}

/* styles for the main shopping panels  */
.SearchPanel
{
	padding: 5px;
	background-color: #b2bcc1; /*#e0e0e0;*/
	width: 250px;
	font-weight: bold;
}

.CategoryPanel
{
	/* set a fixed minimum height for category panel e.g. 400px */
	/* or use 100% so the category panel fills the complete left side */
	background-color: #b2bcc1;
	width: 250px;
	height: 100%;
}

.NonCategoryPanel
{
	width: 80%;
	height: 100%;
}

.ColumnGap
{
	/* fixed width gap used between layout panels such as those on Go Shopping */
	/* and as the main left/right borders of all shopping pages */
	width: 30px;
}

/* style for a panel such as the login panel */
.Panel
{
	border: none 1px black;
	background-color: #b2bcc1;
	width: 400px;
}

.PanelWide
{
	border: none 1px black;
	background-color: #b2bcc1;
	width: 600px;
}

.PanelTitle
{
	background-color: #2b502e;
	color: White;
	height: 24px;
	font-size: 8pt;
}

/* style for information panels such as website update */
.PanelInfo
{
	border: solid 2px #2b502e;
	background-color: White;
	width: 600px;
}

.PanelInfoTitle
{
	background-color: #2b502e;
	color: White;
	height: 24px;
	font-size: 8pt;
	font-weight: bold;
	padding-left: 10px;
}

/* style for SMS panel */
.PanelSMS
{
	border: solid 2px #2b502e;
	background-color: White;
	width: 200px;
}

.PanelSMSTitle
{
	background-color: #2b502e;
	color: White;
	height: 24px;
	font-size: 8pt;
	font-weight: bold;
	padding-left: 10px;
}

/* all input/user errors are display in this style */
.ErrorText
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: red;
}

.SuccessText
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: green;
}

/* styles for other controls */
.TextEdit
{
	font-weight: normal;
	font-size: 10pt;
	border: solid 1px black;
	background-color: White;
}

.Button
{
	/* DO NOT set a width */
	color: black;
	font-size: 12px;
}

/* Styles for all page footers */
.Footer
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 12px;    
	background-color: White; /*#e0e0e0;*/
}

.FooterCompany
{
	font-weight: bold;
	text-transform: none;	
}

.FooterLogin
{
	font-weight: bold;
}

/* Styles for sales history */
.SalesFooter
{
	border-top: solid 1px #2b502e;
	border-bottom: solid 1px #2b502e;
	padding-left: 6px;
	height: 40px;	
}

.SalesAlternative
{
	background-color: #e0e0e0;
}

/* Two level category menu */
a.TopMenu, a.TopMenu:link, a.TopMenu:visited
{
	padding-left: 10px;
	font-weight: bold;
	font-size: 11px;
	color: #2b502e;
	line-height: normal;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

a.TopMenu:hover
{
    color: white;
    text-decoration: none;
}

/* Child level category menu */
a.ChildMenuUnselected, a.ChildMenuUnselected:link, a.ChildMenuUnselected:visited
{
	padding-left: 25px;
	font-weight: normal;
	font-size: 10px;
	color: #2b502e;
	line-height: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

a.ChildMenuUnselected:hover
{
    color: white;
    text-decoration: none;
}

a.ChildMenuSelected, a.ChildMenuSelected:link, a.ChildMenuSelected:visited, a.ChildMenuSelected:hover
{
	padding-left: 25px;
	font-weight: normal;
	font-size: 10px;
	color: white;
	line-height: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2b502e;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

a.accordionHeader
{
	color: white;
	background: none;
	text-decoration: none;
}

a.accordionHeader:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2b502e;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected a
{
	color: white;
	background: none;
	text-decoration: none;
}

.accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #b2bcc1;
    border: 1px solid #2b502e;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.accordionPanel
{
	width: 530px;
}