﻿html, body {
	margin: 0px; 	
	font-size: 12px;
	font-family: Arial, Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif; 
	font-weight: normal;	
	}
	img 
	{
		border:none;
	}
a:link {
	color: #000099; 
	text-decoration:  underline;
	}	
a:visited {
	color: #000099; 
	text-decoration:  underline;
	}
a:hover {
	color: #000099; 
	text-decoration: underline;
	}

input.Button
{
   font-size:10px;
   font-family:Arial,sans-serif;
   font-weight:bolder;
   background-color:#FED525;
   border-style:outset;
   border-width:1px;
}

.Header
{
	background-color:#000000;
	height: 125px;
}

A.Gold
{
	color:#FED525;
	font-family: Arial;
	font-weight: bolder;
	font-size: 12px;
	text-decoration:none;
}
A.Gold:visited
{
	color:#FED525;
	font-family: Arial;
	font-weight: bolder;
	font-size: 12px;
	text-decoration:none;
}
A.Gold:link
{
	color:#FED525;
	font-family: Arial;
	font-weight: bolder;
	font-size: 12px;
	text-decoration:none;
}
A.Gold:Hover
{
	color:#FED525;
	font-family: Arial;
	font-weight: bolder;
	font-size: 12px;
	text-decoration:underline;
}

A.White
{
	color:#ffffff;
	font-family: Arial;
	font-weight: bolder;
	font-size: 12px;
	text-decoration:none;
}
A.White:visited
{
	color:#ffffff;
	font-family: Arial;
	font-weight: bolder;
	font-size: 12px;
	text-decoration:none;
}
A.White:link
{
	color:#ffffff;
	font-family: Arial;
	font-weight: bolder;
	font-size: 12px;
	text-decoration:none;
}
A.White:Hover
{
	color:#ffffff;
	font-family: Arial;
	font-weight: bolder;
	font-size: 12px;
	text-decoration:underline;
}
TD.Header{
	height: 25px; 
	background-image: url(images/header/hdr_bkgrd.gif);
}

/* Accordion */
.accordionHeader
{
    border: 1px solid #000000;
    color: #ffffff;
    background-color: #CCCCCC;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
    padding: 5px;
    /*margin-top: 5px;*/
    cursor: pointer;
    text-align:left;
}

#master_content .accordionHeader a
{
	color: #000000;
	font-size: xx-small;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: none;
}

.accordionContent
{
    background-color: #F4F3EE;
    border: 1px solid #000000;
    border-top: none;
    padding: 0px;
    padding-top: 0px;
    text-align: left;
}
A.accordionLink
{
	color:#000000;
	font-family: Arial;
	font-weight: bolder;
	font-size: 12px;
	text-decoration:underline;
}
A.accordionLink:visited
{
	color:#000000;
	font-family: Arial;
	font-weight: bolder;
	font-size: 12px;
	text-decoration:underline;
}
A.accordionLink:link
{
	color:#000000;
	font-family: Arial;
	font-weight: bolder;
	font-size: 12px;
	text-decoration:underline;
}
A.accordionLink:Hover
{
	color:#000000;
	font-family: Arial;
	font-weight: bolder;
	font-size: 12px;
	text-decoration:underline;
}
.galleryImg
{
 padding: 2px 2px 2px 2px;
}
TR.MainHeading
{
	height: 25px;
   /* background-color: #333333; */
   background-color: #444444;
    color: #FED525; 
    font-family: Arial; 
    font-size: 12px;
    font-weight: bold;
}
TR.SubHeading
{
	height: 25px;
   /* background-color: #333333; */
   background-color: #f4f3ee;
    color: #000000; 
    font-family: Arial; 
    font-size: 12px;
    font-weight: bold;
}



/*	This code is used to display the custom tooltip on the Schedule Summary */
a.alert{
    position:relative; /*this is the key*/
    font-size: 8px;
    z-index:24; /*background-color:#ffffff;*/
    /*color:#00348a;
   text-decoration:underline */
}
a.alert:hover
{
	font-size: 8px;
	z-index:25; 
	background-color:Transparent;
}
a.alert span
{
	font-size: 8px;
	display: none
}
a.alert:hover span{ /*the span will display just on :hover state*/
	font-size: 8px;
    display:block;
    position:absolute;
    top:0px; left:0px; /*width:12em;*/
    border:2px solid #FED525;
    background-color:#FFFFFF; color:#000000;    
    font-weight: normal;
    text-decoration: none;
    text-align:left
    }
/*	End of custom tooltip on link mouseover css*/

/*	This code is used to display the custom tooltip on the Schedule Summary */
a.alert2{
    position:relative; /*this is the key*/
    z-index:0; /*background-color:#ffffff;*/
    /*color:#00348a;
   text-decoration:underline */
}
a.alert2:hover
{
	z-index: 50; 
	background-color: transparent;
}
a.alert2 span
{
	display: none;
	background-color:#f4f3ee; 
	position: absolute;
	padding-left: 5px;
	color:#000000;    
	text-decoration: none;
	font-weight: normal;
    text-align:left;
	left: -1000px;
	border:1px solid #000000;
	visibility: hidden;	
}
a.alert2:hover span{ /*the span will display just on :hover state*/
	visibility: visible;
    display:block;
    top:-2px; 
    left:165px; 
    width:200px; /*position where enlarged image should offset horizontally */
    /*	End of custom tooltip on link mouseover css*/
}    

P.pageLinks
{
	color: #666666;
}


/* */
.HomeHead
{
	color: #666666;
    font-family: Verdana, Arial;
    font-size: 20px;
    font-weight: bold;
    HEIGHT: 35px    
}
/*  */
.SearchText
{
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 9px;
	color: #ffffff;
	height: 20px;
}
A.SearchText, A.SearchText:link, A.SearchText:visited
{
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
A.SearchText:hover
{
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 12px;
	color: #FED525;
	text-decoration: none;
}
A.SearchTextSelected,A.SearchTextSelected:link, A.SearchTextSelected:visited, A.SearchTextSelected:hover
{
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 12px;
	color: #FED525;
	text-decoration: none;
}

/* */
.ContentHead
{
    /*background-color: #FFFFFF;*/
    color: #f4f3ee;
    font-family: Verdana, Arial;
    font-size: 20px;
    font-weight: bold;
    height: 35px;
	border-bottom-width: 2px;
	border-bottom-color:#CCCCCC;
	border-bottom-style: solid;
    
}

.ProductHead
{
    background-color: #e4e3e0;
    color: #000000; /*#ffffff*/
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    height: 20px;    
}

/* */
.SubContentHead
{
    /*background-color: #dddca3;*/
    color: #000000; /*#ffffff*/
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    height: 20px
}

/* */
.UnitCost
{
    color: #808080;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;    
}

/* */
.ModelNumber
{
    color: #808080;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;        
}

/* */
.ErrorText
{
    color: red;
    font-family: Arial;
    font-size: 12px;
    line-height: 20pt
}
.MostPopularHead
{
    background-color: #FED525;
    color: black;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    
}

A.MostPopularItemText, A.MostPopularItemText:link, A.MostPopularItemText:visited
{
    color: black;
    font-family: Arial;
    font-size: 11px;
    text-decoration: underline
}

A.MostPopularItemText:hover
{
    color: #000000;
    font-family: Arial;
    font-size: 11px;
    text-decoration: underline
}

.ProductListHead
{
    color: black;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 14pt;
    text-decoration: underline;
}
ProductListItemCrossout
{
	color: black;
	font-family: Arial;
    font-size: 10px;
    text-decoration: line-through;
}
ProductListItemSpecial
{
	color: red;
	font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}
ProductListItem
{
	color: Black;
	font-family: Arial;
    font-size: 10px;
}
A.ProductListItemPrice, A.ProductListItemPrice:link,A.ProductListItemPrice:visited
{
    color: #FED525;
    font-family: Arial;
    font-size: 10px;
    text-decoration:none;
}
A.ProductListItemPrice:hover
{
    color: #FED525;
    font-family: Arial;
    font-size: 10px;
    text-decoration:none;
}

.CartListHead
{
    background-color: #CCCCCC;
    border-bottom: #f4f3ee;
    border-left: #f4f3ee 1px solid;
    color: black;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    line-height: 20pt;
    padding-left: 5px
}

.CartListItem
{
    background-color: #ffffff;
    border-bottom: #f4f3ee;
    border-left: #f4f3ee 1px solid;
    color: black;
    font-family: Arial;
    font-size: 11px;
    padding-left: 5px
}

.CartListItemAlt
{
    background-color: #f2f2f2;
    border-bottom: #f4f3ee;
    border-left: #f4f3ee 1px solid;
    color: black;
    font-family: Arial;
    font-size: 11px;
    padding-left: 5px
}

.CartListFooter
{
    background-color: #efefef;
    line-height: 10pt
}

/* text style for the links */
A.SiteLink, A.SiteLink:link, A.SiteLink:visited
{
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    color: #dddddd;
    font-size: 11px;
}   

A.SiteLink:hover    
{
    text-decoration: underline;
    color: white;
}

A.SiteLinkBold, A.SiteLinkBold:link, A.SiteLinkBold:visited
{
    color: #dddddd;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  11px;
    font-weight: bold
}

A.SiteLinkBold:hover
{
    color: white;
    text-decoration: none;
}
/* TOP NAV */
A.NavLink, A.NavLink:link, A.NavLink:visited
{
    color: #FFFFFF;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  14px;
    font-weight: bold
}
A.NavLink:hover
{
    color: #FED525; 
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  14px;
    font-weight: bold   
}
A.NavLinkSelected, A.NavLinkSelected:link, A.NavLinkSelected:visited
{
    color: #FED525;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  14px;
    font-weight: bold
}
A.NavLinkSelected:hover
{
    color: #FED525; 
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  14px;
    font-weight: bold   
}
/* FOOTER NAVE */
A.FooterNavLink, A.FooterNavLink:link, A.FooterNavLink:visited
{
    color: #FFFFFF;
    font-family: Arial;
    text-decoration: none;
    font-size:  10px;
    font-weight: bold
}

A.FooterNavLink:active
{
    color: #FED525; 
    font-family: Arial;
    text-decoration: none;
    font-size:  10px;
    font-weight: bold   
}
A.FooterNavLink:hover
{
    color: #FED525; 
    font-family: Arial;
    text-decoration: none;
    font-size:  10px;
    font-weight: bold   
}
/* Menu Items */
A.MenuUnselected, A.MenuUnselected:link, A.MenuUnselected:visited
{
    color: black;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  12px;
    font-weight: normal;
    line-height: 16px;
    padding-left: 25px
}

A.MenuUnselected:hover
{
    color: black;
    text-decoration: underline;
   /* background-color:#E4E3E0; */
    padding-left: 25px
}

A.MenuSelected
{
    color: black;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
  /* background-color:#E4E3E0; */
    font-size:  12px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 2px
}

A.MenuSelected:hover
{
    color: black;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
   /* background-color:#E4E3E0; */
    padding-left: 2px
}

/* GENERAL */

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

/* text style used for textboxes in the admin pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial;
    font-size: 1.2em;
    font-weight: normal;
}

/* text style used for selects in the admin pages, for Nav compatibility */
.NormalSelect
{
    font-family: Arial;
    font-size: 1.2em;
    font-weight: normal;
}

/* text style used for textboxes in the edit pages, for Nav compatibility */
.EditTextBox
{
    font-family: Arial;
    font-size: 1em;
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
    border-color: #999966;
    width: 100%;
}

/* text style used for controls in the admin and edit pages, for Nav compatibility */
.NormalControl
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalCheckBox
{
    margin-left: -4px;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalRadio
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    text-indent: -5px;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalButton
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    text-indent: -5px;
/*    border-style: solid;
    border-width: 1px;
    border-color: #cccc99; */
    background-color:#ccccaa;    
}

.NormalRed
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px    
}

.NormalItalic
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px    
}



A:link  {
    text-decoration: none;
    color:  black;
}

A, A:hover {
    text-decoration: underline;
    color:  black;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    height:1pt;
    text-align:left
}
P 
{
	font-family: Arial;
	font-size: 12px;	
}
.Crumb
{
	color: #333333;
	font-family:Arial;
	font-size: 16px;
	font-weight: bold;
}
A.Crumb
{
	color: #FED525;
	font-family:Arial;
	font-size: 16px;
	font-weight: bold;
}

.OrderHeading
{
    background-color: #FFFFFF;
    color: black;
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
	border-bottom-width: 2px;
	border-bottom-color:#CCCCCC;
	border-bottom-style: solid;
     
}

A.SiteMap
{
	text-decoration: underline;	
}

.OrderFormMainHeader
{
	font-family: Calibri;
	font-size: 18pt;
	font-weight: bold;	
}
.OrderFormMainHeaderLarger
{
	font-family: Calibri;
	font-size: 28pt;
	font-weight: bold;	
}
.OrderFormTableHeader
{
	font-family: Calibri;
	font-size: 12pt;
	font-weight: bold;	
	background-color: #dfdbce;
}
.OrderFormShaded
{
	font-family: Calibri;
	font-size: 10pt;
	font-weight: bold;		
	background-color: #f4f3ee;
}
.OrderForm,TD
{
	font-family: Calibri;
	font-size: 10pt;
	font-weight: normal;		
}