
BODY
{
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
    FONT-SIZE: 11px;
	COLOR: #000000;
}

#container
{
    width: 960px;
    border-left: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    margin: auto;
}

TD
{
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
    FONT-SIZE: 11px;
	COLOR: #000000;
}

.ErrorText
{
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
    FONT-SIZE: 11px;
	COLOR: #ffcc00;
}

/* */
.HomeHead
{
    color: #999966;
    font-family: Verdana, Arial;
    font-size: 20px;
    font-weight: bold;
    HEIGHT: 35px
}

/* */
.ContentHead
{
    background-color: #dddca3;
    color: dimgray;
    font-family: Verdana, Arial;
    font-size: 20px;
    font-weight: bold;
    height: 35px
}

/* */
.SubContentHead
{
    background-color: #dddca3;
    color: dimgray;
    font-family: Verdana, Arial;
    font-size: 18px;
    font-weight: bold;
    height: 20px
}

/* */
.UnitCost
{
    color: #808080;
    font-family: Verdana, Arial;
    font-size: 15px;
    line-height: 20pt
}

/* */
.ModelNumber
{
    color: #808080;
    font-family: Verdana, Arial;
    font-size: 11px;
    line-height: 20pt
}

/* */
.ErrorText
{
    color: red;
    font-family: Verdana, Arial;
    font-size: 12px;
    line-height: 20pt
}
.MostPopularHead
{
    background-color: darkred;
    color: white;
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: bold
}

A.MostPopularItemText, A.MostPopularItemText:link, A.MostPopularItemText:visited
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    text-decoration: none
}

A.MostPopularItemText:hover
{
    color: red;
    font-family: Verdana, Arial;
    font-size: 11px;
    text-decoration: underline
}

.ProductListHead
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 14pt;
    text-decoration: underline;
}
.ProductListItem
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 10px
}

.CartListHead
{
    background-color: #dddca3;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: bold;
    line-height: 20pt;
    padding-left: 5px
}

.CartListItem
{
    background-color: #ffffff;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    padding-left: 5px
}

.CartListItemAlt
{
    background-color: #f2f2f2;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    padding-left: 5px
}

.CartListFooter
{
    background-color: #dddca3;
    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;
}

/* */
A.MenuUnselected, A.MenuUnselected:link, A.MenuUnselected:visited
{
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  11px;
    padding-left: 10px;
    BACKGROUND-COLOR: #cccccc;
	COLOR: #000000;
}
A.MenuUnselected:link
{
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  11px;
    padding-left: 10px;
    BACKGROUND-COLOR: #cccccc;
	COLOR: #000000;
}
A.MenuUnselected:visited
{
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  11px;
    padding-left: 10px;
    BACKGROUND-COLOR: #cccccc;
	COLOR: #000000;
}
A.MenuUnselected:hover
{
    text-decoration:	underline;
	color:	#ff0000;
}

A.MenuSelected
{
    color: white;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  12px;
    font-weight: bold;
    padding-left: 10px
}

A.MenuSelected:hover
{
    color: white;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    padding-left: 10px
}

/* GENERAL */

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

.NormalDouble
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 20px    
}

/* text style used for textboxes in the admin pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
}

/* text style used for selects in the admin pages, for Nav compatibility */
.NormalSelect
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
}

/* text style used for textboxes in the edit pages, for Nav compatibility */
.EditTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    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: Verdana, Helvetica, sans-serif;
    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: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalRadio
{
    font-family: Verdana, Helvetica, sans-serif;
    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: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-indent: -5px;
/*    border-style: solid;
    border-width: 1px;
    border-color: #cccc99; */
    background-color:#ccccaa;    
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px    
}

.NormalItalic
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px    
}


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
}

.bol_section
{
    FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold;
	COLOR: #FFFFFF;	
}

.bol
{
    FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
	COLOR: #000000;
}
.bol_black
{
    BACKGROUND-COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
	COLOR: #FFFFFF;
}
.bol_white
{
    BACKGROUND-COLOR: #ffffff;
    FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
	COLOR: #000000;
}
.bol_grey
{
    BACKGROUND-COLOR: #cccccc;
    FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold;
	COLOR: #000000;
}
.bol_blue
{
    BACKGROUND-COLOR: #3878B5;
    FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold;
	COLOR: #FFFFFF;
}
.bol_subnav
{
    BACKGROUND-COLOR: #666666;
    FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
	COLOR: #ffffff;
}
.bol_subnav_sel
{
    BACKGROUND-COLOR: #ffffff;
    FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
	COLOR: #cc0000;
}
.bol_headernav
{

    FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
	COLOR: #ffffff;
}

.bol_theme
{
    /* BACKGROUND-COLOR: #cc0000; */
    BACKGROUND-COLOR: #B8252E;
    FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
	COLOR: #FFFFFF;
}
.bol_navline
{
    BACKGROUND-COLOR: #666666;
}
.bol_footer
{
    BACKGROUND-COLOR: #ffffff;
    FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
	COLOR: #cc0000;
}
.bol_heading
{
    BACKGROUND-COLOR: #ffffff;
    FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
	COLOR: #CC0000;
}


.bol_headernav
{

    FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
	COLOR: #ffffff;
}

A.headernav
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;  
	color: #ffffff; 
}

A.infolink:link 
{
	text-decoration:	none;
	color:	#666666;
}

A.infolink:hover
{
	text-decoration:	underline;
	color:	#CC0000;
}

A.infolink:visited	{	
	text-decoration:	none;
	color:	#666666;
	}	
A.infolink:active	{	
	text-decoration:	none;
	color:	#666666;
	}	


A:link{	
	text-decoration:	underline;
	color:	#666666;
	}	
	
A:visited	{	
	text-decoration:	underline;
	color:	#666666;
	}	
A:active	{	
	text-decoration:	underline;
	color:	#666666;
	}		
A:hover	{	
	text-decoration:	underline;
	color:	#CC0000;
	}
A.headernav:link	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
A.headernav:visited	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
A.headernav:active	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
A.headernav:hover	{	
	text-decoration:	underline;
	color:	#ffffff;
	}
A.subnav:link	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
A.subnav:visited	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
A.subnav:active	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
A.subnav:hover	{	
	text-decoration:	underline;
	color:	#cc0000;
	}
A.subnav_sel:link	{	
	text-decoration:	none;
	color:	#cc0000;
	FONT-WEIGHT: bold;
	background-color: #ffffff;
	}	
A.subnav_sel:visited	{	
	text-decoration:	none;
	color:	#cc0000;
	FONT-WEIGHT: bold;
	background-color: #ffffff;
	}	
A.subnav_sel:active	{	
	text-decoration:	none;
	color:	#cc0000;
	FONT-WEIGHT: bold;
	background-color: #ffffff;
	}	
A.subnav_sel:hover	{	
	text-decoration:	underline;
	color:	#cc0000;
	FONT-WEIGHT: bold;
	background-color: #ffffff;
	}
A.nav:link	{	
	text-decoration:	none;
	color:	#000000;
	}	
A.nav:visited	{	
	text-decoration:	none;
	color:	#000000;
	}	
A.nav:active	{	
	text-decoration:	none;
	color:	#000000;
	}	
A.nav:hover	{	
	text-decoration:	underline;
	color:	#cc0000;
	}
	
A.nav_bol:link,visited,active	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
A.nav_bol:visited	{	
	text-decoration:	none;
	color:	#ffffff;
	}
A.nav_bol:active	{	
	text-decoration:	none;
	color:	#ffffff;
	}
A.nav_bol:hover	{	
	text-decoration:	underline;
	color:	#ffffff;
	}

A.nav_title:link	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
A.nav_title:visited	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
A.nav_title:active	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
A.nav_title:hover	{	
	text-decoration:	underline;
	color:	#F4A72E;
	}

	
A.listing:link	{	
	text-decoration:	underline;
	color:	#666666;
	FONT-SIZE: 13px;
	FONT-WEIGHT: bold;
	}	
A.listing:visited	{	
	text-decoration:	none;
	color:	#666666;
	FONT-SIZE: 13px;
	FONT-WEIGHT: bold;
	}
A.listing:active	{	
	text-decoration:	underline;
	color:	#666666;
	FONT-SIZE: 13px;
	FONT-WEIGHT: bold;
	}
A.listing:hover	{	
	text-decoration:	underline;
	color:	#666666;
	FONT-SIZE: 13px;
	FONT-WEIGHT: bold;
	}

.list_table
{
    BACKGROUND-COLOR: #000000;
}
.list_title
{
    /* BACKGROUND-COLOR: #cc0000; */
    BACKGROUND-COLOR: #B8252E;
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold;
	COLOR: #ffffff;
}
.list_header
{
    BACKGROUND-COLOR: #cccccc;
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
	COLOR: #000000;
}
.list_content
{
    BACKGROUND-COLOR: #ffffff;
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
	COLOR: #000000;
}

.item_title
{
    FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
    FONT-SIZE: 13px;
    FONT-WEIGHT: bold;
	COLOR: #cc0000;
}


.reg_title
{
    /* BACKGROUND-COLOR: #cc0000; */
    BACKGROUND-COLOR: #B8252E;
	FONT-FAMILY: Comic Sans MS, Arial, Helvetica, Verdana, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
	COLOR: #ffffff;
}
.reg_header
{
	FONT-FAMILY: Comic Sans MS, Arial, Helvetica, Verdana, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
	COLOR: #808080;
}
.reg_content
{
    BACKGROUND-COLOR: #ffffff;
	FONT-FAMILY: Comic Sans MS, Arial, Helvetica, Verdana, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
	COLOR: #000000;
}

A
{
	text-decoration:	none;
	color:	#cc0000;
}
INPUT
{
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
    FONT-SIZE: 11px;
}
.button
{
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
    FONT-SIZE: 11px;
}
.list_content_winning
{
	font-weight: normal;
	font-size: 11px;
	color: black;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #99ff99;
}
.list_content_losing
{
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #ff0033;
}

.helpbg
{
	background-color: #FFF4E0;
	color: #ffffff; 
}

.infotext {
	FONT-SIZE: 11pt;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
}

.infotext_title {
	FONT-SIZE: 11pt;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	background-color: #fafad2;
}
