
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;
	color: #2b502e;
	font-family: Tahoma, Verdana, sans-serif;
	text-transform: none;
    margin-top: 0;
    padding-top: 10px;
}

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;
}

.WebDateChooserBorder 
{
    border: solid 1px black; 
    padding: 1px;    
}

@media print
{
	.nonprint
	{
		display: none;
	}
	
	a, a:visited
	{
		color: Black;
	}
}

.PageContentDiv, .ShopContentDiv
{
    padding-left: 50px;
    padding-right: 60px;
    margin-bottom: 20px;
}

.ShopContentDiv 
{
    padding-right: 10px;
    margin-left: 250px;
}

.ShopContentRightMargin 
{
    padding-right: 60px;
}

/* 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;
}

.WelcomePageContentDiv 
{
    margin-right: 100px;    
}

.WelcomePageRightDiv 
{
    float: right;
    width: 220px;    
}

/*
.WelcomePageLeft
{
	width: 50px;
}

.WelcomePageCenter
{
	width: 70%;
}

.WelcomePageRight
{
	width: 100px;
}
*/
.PageLeft
{
	width: 50px;
}

.PageCenter
{
	width: 80%;
}

.PageRight
{
	width: 100px;
}

/* specific style for products and services shown on the Home page */
.HomeProductLink
{
	font-weight: bold;
}

/* 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;
}

.MenuHeaderDiv 
{
    width: 100%; 
    height: 27px;
}

.MenuShopHeaderDiv 
{
    width: 100%;
    height: 23px;    
}

/* 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;
}

.ProductList, .ProductListWithRecents 
{
    /*width: fill-available;*/ 
    /*margin-left: 10px;*/ 
    /*margin-right: 10px;*/
}

.ProductListWithRecents 
{
    margin-right: 210px;    
}

.RecentsVisible 
{
    float: right; 
    width: 200px;
}

.RecentsHidden 
{
    float: right; 
    background-color: red;
    width: 1px;
    visibility: hidden;
    display: none;    
}

.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
}

.ProductFooter 
{
    min-height: 10px;
    margin-top: 10px;
    margin-left: 10px;    
}

/* styles for the main shopping panels  */

.CategoryPanelDiv 
{
    float: left; 
    width: 250px; 
    height: 100%;
}

.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: 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: solid 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;
}

.PanelMaxWidth 
{
    max-width: 400px;    
}

/* 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, .MemoEdit
{
	font-weight: normal;
	font-size: 10pt;
	border: solid 1px black;
	background-color: White;
    margin-bottom: 2px;
}

.MemoEdit 
{
    font-family: Verdana, Helvetica, sans-serif;
}

.Button
{
	/* DO NOT set a width */
	color: black;
	font-size: 12px;
}

.SalesFooterDiv 
{
    clear: both;
    padding-bottom: 40px;    
}

.FooterDiv 
{
    position: fixed;
    bottom: 0;
    left: 0;
    height: 18px;
    width: 100%;
}

/* Styles for all page footers */
.Footer
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 12px;    
	background-color: #e0e0e0;
    padding-left: 5px;
}

.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, a.accordionHeader:visited
{
	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;
}