
body
{
	font-family: Arial, Verdana, sans-serif;
    background-color: #ffffff;
    margin: 0 0 0 0;
}

table
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.0em;
}

h1
{
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	color: #0033cc;
	padding-top: 20pt;
	text-transform: uppercase;
}

h2, h3, h4
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #0033cc;
	text-transform: none;
}

ul li
{
    list-style-image: url("images/dot.gif");
}

ul li li    
{
    list-style-image: url("images/dot2.gif");
}

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
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.8em;
    font-weight: normal;

	/* 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: 800px;
}

.WelcomePageLeft
{
	/* margin for left of welcome page */
	width: 50px;
}

.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: 881px;
	height: 113px;
}

.HeaderFiller
{
	background: url(images/header_filler.jpg) 0 0 repeat-x;
}

.HeaderEnd
{
	background: url(images/header_end.jpg) 0 0 no-repeat;
	width: 9px;
	height: 113px;
}

.HeaderPrint
{
	background: url(images/header.jpg) 0 0 no-repeat;
	width: 635px;
	height: 44px;
}

.HeaderPrintFiller
{
	background: url(images/header_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;
	font-size: 0.9em;
}

.TableHeader
{
	background-color: #999999;
	color: White;
}

.TableItem
{
}

.TableAlternating
{
	background-color: #f5f5f5;
}

.TablePages
{
	font-weight: bold;
	color: black;
}

.TablePager, .TablePager:link, .TablePager:visited
{
	color: #0033cc;
	padding-left: 10px;
	text-decoration: none;
}

.TablePager:hover
{
	color: #0099ff;
    text-decoration: underline
}

/* styles that are used in the product/shopping cart tables */
.ProductTable
{
	font-size: 0.85em;
	border: solid 1pt white;
	border-width: 2pt;
}

.ProductHeader
{
	background-color: #cccccc;
	/*#999999;*/
	color: White;
	font-weight: bold;
}

.ProductItem
{
	white-space: nowrap;
}

.ProductAlternative
{
	background-color: #f5f5f5;
}

.ProductTableHighlight
{
	color: #0033cc;
}

.ProductTextEdit
{
    color: black;
    font-size: 1.0em;
	border: solid 1px black;
	background-color: White;
}

.ProductPages
{
	font-size: 0.85em;
	font-weight: bold;
	color: black;
}

.ProductPager, .ProductPager:link, .ProductPager:visited
{
	color: #0033cc;
	padding-left: 10px;
	text-decoration: none;
}

.ProductPager:hover
{
	color: #0099ff;
    text-decoration: underline
}

/* styles for the main shopping panels  */
.SearchPanel
{
	padding: 5px;
	background-color: #e0e0e0;
	width: 230px;
	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: #e0e0e0;
	width: 230px;
	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: solid 1px Black;
	background-color: white;
	width: 450px;
}

.PanelTitle
{
	background-color: #999999;
	color: White;
	height: 2.0em;
}

/* style for information panels such as website update */
.PanelInfo
{
	border: solid 2px #0033cc;
	background-color: White;
	width: 600px;
}

.PanelInfoTitle
{
	background-color: #0033cc;
	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;	
}

/* Styles for all page footers */
.Footer
{
    font-size: 0.8em;
    line-height: 1.0em;    
	background-color: #e0e0e0;
}

.FooterCompany
{
	font-weight: bold;
	text-transform: none;	
}

.FooterLogin
{
	font-weight: bold;
}

/* Two level category menu */
a.TopMenu, a.TopMenu:link, a.TopMenu:visited
{
	padding-left: 10px;
	font-weight: bold;
	font-size: 0.9em;
	color: #0033cc;
	line-height: normal;
	text-decoration: none;
}

a.TopMenu:hover
{
    color: #0099ff;
    text-decoration: none;
}

/* Child level category menu */
a.ChildMenuUnselected, a.ChildMenuUnselected:link, a.ChildMenuUnselected:visited
{
	padding-left: 25px;
	font-weight: normal;
	font-size: 0.85em;
	color: #0033cc;
	line-height: normal;
	text-decoration: none;
}

a.ChildMenuUnselected:hover
{
	color: #0099ff;
	text-decoration: none;
}

a.ChildMenuSelected, a.ChildMenuSelected:link, a.ChildMenuSelected:visited, a.ChildMenuSelected:hover
{
	padding-left: 25px;
	font-weight: bold;
	font-size: 0.85em;
	color: black;
	line-height: normal;
	text-decoration: none;
}

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #002d64;
	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: #002d64;
	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: #e0e0e0;
	border: 1px solid #002d64;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
}

.accordionPanel
{
	width: 530px;
}

