/* *Note* All comments refer to the line below -- not above */

/* Main Navigation -- These are all the hyperlinks that usually appear
in the header and act as the primary navigational element. If the
primary navigation is graphical, then these may not apply. */

a.mainnav:link, a.mainnav:active, a.mainnav:visited {
	font-family: arial black, arial, helvetica, verdana;
	font-size:10px;
	color:white;
	text-decoration:none;
}
a.mainnav:hover {
	text-decoration:underline;
}

a.mainnavtan:link, a.mainnavtan:active, a.mainnavtan:visited {
	font-family: arial black, arial, helvetica, verdana;
	font-size:10px;
	line-height:15px;
	color:#C9C995;
	text-decoration:none;
}
a.mainnavtan:hover {
	text-decoration:underline;
}
a.sidenav:link, a.sidenav:active, a.sidenav:visited {
	font-family: verdana, arial, helvetica, verdana;
	font-size:10px;
	line-height:18px;
	color:#333300;
	text-decoration:none;
}
a.sidenav:hover {
	text-decoration:underline;
}

/* Custom Class */

.makewhite {
	color:white;
	font-size:10px;
}

/* Select Category Header -- Type that proceeds a list of
product categories. */

.SelCatHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

/* Select Category List -- All product category hyperlinks.
These appear after the Category Header. */

A.SelCatlist:link, A.SelCatlist:visited, A.SelCatlist:active {
	color: #9A0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

A.SelCatlist:hover {
	color: #FF5222;
	text-decoration: underline;
}

/* Select Category List Quantity -- Appears after a category
item and denotes the total count of items in that particular
category. These are enclosed in square brackets (ex. [2]) and
are called out via the <span> tag. */

.SelCatlistQty {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
}

/* Select Category List Bracket -- Encloses a *SelCatList* 
class hyperlink using the <span> tag. This makes the square
brackets (ex [Show All]) the same style and color as the 
hyperlink it surrounds. Note that any class defined in the
<a> tag takes precedence over a parent class. */

.SelCatlistBracket {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9A0000;
	font-size: 12px;
}

/* Navigation Status -- Links that appear in the upper-left
corner of the cart interface and shows hierarchical location
within the shopping cart. */

.NavStat {
	color:#333300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

A.NavStat:link, A.NavStat:visited, A.NavStat:active {
	color: #9A0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 10px;
	text-decoration: none;
}

A.NavStat:hover {
	color: #FFAA4D;
	text-decoration: underline;
}

/* List Title -- A hyperlink product title that appears
in a short product detail page or list. This link would
take you to the detailed description. */

A.ListT:link, A.ListT:visited, A.ListT:active {
	color: #9A0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

A.ListT:hover {
	color: #FFAA4D;
}

/* Buy Now -- This is a shortcut link that appears in a short
product detail page or list. Clicking on this bypasses the long
product detail page and goes straight to checkout. */

A.ListBN:link, A.ListBN:visited, A.ListBN:active {
	color: #9A0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

A.ListBN:hover {
	color: #FFAA4D;
	text-decoration: underline;
}

/* Detail Product Title -- Product title in the detailed
description page. */

.DetailPT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#9A0000;
}

/* Detail Item -- Item number in the detailed description
page. */

.DetailI {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333300;
}

/* Detail Description -- Product description in the detailed 
product description page. */

.DetailD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:16px;
	font-size: 12px;
}

/* Detail Price -- Price in the detailed product description
page. */

.DetailP {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:red;
}

/* List Item -- Item number in the short description page
or list. */

.ListI {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* List Short Description -- Product description in the short
description page or list. */

.ListSD, .ListD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* List Price -- Price in the short description page or list. */

.ListP {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333300;
}

/* Sets separators (ex. | or >> or : ) in Main Navigation
to be the same style and color as hyperlinks. Because these
are outside of the <a> tag it is necessary to define these
using the <span> tag or within the <td> tag. */

.header {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Type that appears at the foot of the page. This is usually
a copyright statement, or address/phone number combination. */

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
