@charset "utf-8";
/* CSS Document */
<!-- 
/* BODY FONT AND SIZE */
body { 
font-family: Arial, Narrow; 
font-size: 10pt; 
color: #696a5d; 
background-color: #d5e0e2; 
margin: 0px; 
}

/* ANCHOR STYLES */
a { 
color: #bebebe; 
text-decoration: none; 
}

a:hover { 
color: #4FA9BC; 
text-decoration: none; 
}
a:link {
	color: #333333;
}

/* TABLE DATA CELL FONT AND SIZE */
td { 
font-family: Arial, Narrow; 
font-size: 10pt; 
}

/* SMALL FONT SIZE */
.smfont { 
font-size: 10pt; 
text-decoration: none; 
}

/* LARGE FONT SIZE */
.lgfont { 
font-size: 12pt; 
font-weight: bold; 
}

/* BOLD FONT */
.boldtext { 
font-weight: bold; 
font-size: 14px;
}

/* ACCENTED FONT */
.accent { 
font-style: italic; 
}

/* HIGHLIGHT TEXT */
.highlighttext { 
color: #C00C3A; 
font-weight: bold; 
}

/* ACCENT TEXT */
.accenttext { 
color: #EBF7FA; 
font-weight: bold; 
}


/* CELL COLOR FOR ACCENTS */
.accentcell { 
background-color: #EBF7FA; 
}

/* TABLE BORDER FOR ACCENTS */
.accenttable { 
border: 1px solid #EBF7FA; 
border-collapse: collapse; 
}

/* FORMATTING FOR ORDER/SEARCH BUTTONS AND LINKS */
.formbutton { 
color: #000000; 
font-weight: bold; 
background-color: #d5e0e3; 
border-color: #000000; 
border: 1px solid; 
}

.orderlink { 
font-weight: bold; 
color: #000000; 
background-color: #d5e0e3; 
border-color: #000000; 
border: 1px solid; 
text-decoration: none; 
padding: 3; 
}

/* SALE AND ERROR COLOR */
.salecolor { 
color: #4FA9BC; 
}

/* HORIZONTAL LINE LINK */
.linecolor { 
color: ; 
height: 1px; 
width: 100%; 
}

/* LINE TABLE */
.linetable { 
border: 1 solid ; 
border-collapse: collapse; 
}

/* LINE TABLE CELL */
.linecell { 
border: 1 solid ; 
}

/* PRODUCT LINK */
.itemcolor { 
color: #696a5d; 
text-decoration: none; 
font-weight: bold; 
}

a.itemcolor:hover { 
color: #4FA9BC; 
text-decoration: none; 
font-weight: bold; 
}

/* PAGE LINK */
.pagelinkcolor { 
color: #a6c5cb; 
font-weight: bold; 
text-decoration: none; 
}

a.pagelinkcolor:hover { 
color: #4FA9BC; 
font-weight: bold; 
text-decoration: none; 
}

/* FEATURED ITEMS */
.featurecolor { 
font-size:16px;
color: #696a5d; 
text-decoration: none; 
font-weight: bold; 
}

a.featurecolor:hover { 
color: #4FA9BC; 
text-decoration: none; 
font-weight: bold; 
}

/* EMAIL FRIEND LINK */
.emailcolor { 
color: #696a5d; 
text-decoration: none; 
}

a.emailcolor:hover { 
color: #4FA9BC; 
text-decoration: none; 
}

/* RELATED ITEM LINK */
.relatedcolor { 
color: #696a5d; 
text-decoration: none; 
}

a.relatedcolor:hover { 
color: #4FA9BC; 
text-decoration: none; 
}

/* POP UP LINK */
.popupcolor { 
color: #696a5d; 
}

a.popupcolor:hover { 
color: #4FA9BC; 
}

/* DRILL DOWN LINK */
.drilldown { 
color: #696a5d; 
text-decoration: none; 
}

a.drilldown:hover { 
color: #4FA9BC; 
text-decoration: none; 
}

/* VIEW CART LINK */
.cartcolor { 
color: #696a5d; 
text-decoration: none; 
font-weight: bold; 
}

a.cartcolor:hover { 
color: #4FA9BC; 
text-decoration: none; 
font-weight: bold; 
}

/* MAIN CATEGORY LINK */
.catcolor { 
color: #696a5d; 
text-decoration: none; 
font-weight: bold; 
}

a.catcolor:hover { 
color: #4FA9BC; 
text-decoration: none; 
font-weight: bold; 
}

/* SUBCATEGORY LINK */
.subcatcolor { 
color: #696a5d; 
text-decoration: none; 
}

a.subcatcolor:hover { 
color: #4FA9BC; 
text-decoration: none; 
}

/* END CATEGORY LINK */
.endcatcolor { 
color: #696a5d; 
text-decoration: none; 
}

a.endcatcolor:hover { 
color: #4FA9BC; 
text-decoration: none; 
}

/* PARAGRAPH LAYOUT FOR CATALOG PRODUCTS */
.p_layout { 
}

/* BUTTON SETUP FOR USE WITH %PAGES_TABLE% OR %NAVBAR_TABLE% */
td.buttoncell { 
border: 1 solid #000000; 
background-color: #EBF7FA; 
color: #000000; 
}

td.buttoncell a { 
font-weight: bold; 
color: #000000; 
text-decoration: none; 
background-color: #EBF7FA; 
display: block; 
}

td.buttoncell a:hover, td.buttonactive a:hover { 
font-weight: bold; 
color: #FFFFFF; 
text-decoration: none; 
background-color: #99D6E6; 
display: block; 
}

td.buttonactive { 
border: 1 solid #000000; 
background-color: #C2E6F0; 
color: #000000; 
}

td.buttonactive a { 
font-weight: bold; 
color: #000000; 
text-decoration: none; 
background-color: #C2E6F0; 
display: block; 
}

/* TAB CELL STYLE FOR USE WITH %PAGES_TABS% OR %NAVBAR_TABS% */
td.tabcell { 
border-top: 1 solid #000000; 
border-left: 1 solid #000000; 
border-right: 1 solid #000000; 
background-color: #EBF7FA; 
color: #000000; 
}

td.tabcell a { 
font-weight: bold; 
color: #000000; 
text-decoration: none; 
background-color: #EBF7FA; 
display: block; 
}

td.tabcell a:hover, td.tabactive a:hover { 
font-weight: bold; 
color: #FFFFFF; 
text-decoration: none; 
background-color: #99D6E6; 
display: block; 
}

td.tabactive { 
border-top: 1 solid #000000; 
border-left: 1 solid #000000; 
border-right: 1 solid #000000; 
background-color: #C2E6F0; 
color: #000000; 
}

td.tabactive a { 
font-weight: bold; 
color: #000000; 
text-decoration: none; 
background-color: #C2E6F0; 
display: block; 
}

/* BAR CELL STYLE FOR USE WITH %PAGES_BAR% OR %NAVBAR_BAR% */
table.bar { 
border-top: 1 solid #000000; 
border-bottom: 1 solid #000000; 
background-color: #EBF7FA; 
}

td.barcell { 
background-color: #EBF7FA; 
color: #000000; 
}

td.barcell a { 
font-weight: bold; 
color: #000000; 
text-decoration: none; 
background-color: #EBF7FA; 
display: block; 
}

td.barcell a:hover, td.baractive a:hover { 
font-weight: bold; 
color: #FFFFFF; 
text-decoration: none; 
background-color: #99D6E6; 
display: block; 
}

td.baractive { 
background-color: #C2E6F0; 
color: #000000; 
}

td.baractive a { 
font-weight: bold; 
color: #000000; 
text-decoration: none; 
background-color: #C2E6F0; 
display: block; 
}

h1 {
	font-size: 18px;
	color: #4FA9BC;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bebebe;
	padding-bottom: 6px;
}
h2 {
	font-size: 14px;
	color: #4FA9BC;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bebebe;
	padding-bottom: 6px;
}
h3 {
	font-size: 12px;
	color: #4FA9BC;
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bebebe;
	padding-bottom: 6px;
}
h4 {
	font-size: 10px;
	color: #4FA9BC;
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bebebe;
	padding-bottom: 6px;

}
.nav {
	font-size: 16px;
	font-weight: bold;
	color: #696a5d;
	text-decoration: none;
}
.nav a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #4FA9BC;
	text-decoration: none;
}
.footer {
	text-decoration: none;
	color: #666666;
	font-size: 10px;

	
// -->
