/* ================================
    CSS STYLES FOR THE COMMERCE STARTER KIT 
    v1.0, 10/2002
   ================================
*/   

BODY
{
/*
*/	
	font-family: Bradley Hand ITC, Verdana, Arial;
	background-image:  url([images/site_bg.gif]);
	font-size: x-small;
}

/* */
.HomeHead
{
    color: #009900;
    font-size: medium;
    font-weight: bold;
    line-height: 35px
}

/* */
.ContentHead
{
    color: dimgray;
    font-size: 20px;
    font-weight: bold;
    height: 35px
}

/* */
.SubContentHead
{
    color: dimgray;
    font-size: 18px;
    font-weight: bold;
    height: 20px
}

/* */
.UnitCost
{
    color: #009900;
    font-size: small;
    line-height: 20pt
}

/* */
.ModelNumber
{
    color: #009900;
    font-size: 11px;
    line-height: 20pt
}

/* */
.ErrorText
{
    color: red;
    font-size: 12px;
    line-height: 20pt
}
.MostPopularHead
{
    background-color: pink;
    color: white;
    font-size: small;
    font-weight: bold
}

A.MostPopularItemText, A.MostPopularItemText:link, A.MostPopularItemText:visited
{
    color: black;
    font-size: small;
    text-decoration: none
}

A.MostPopularItemText:hover
{
    color: #009900;
    font-size: small;
    text-decoration: none
}

.ProductListHead
{
	color: #000066;
    font-size: small;
    font-weight: bold;
    line-height: 14pt;
    text-decoration: none;
}
.ProductListItem
{

    font-size: small
}

.CartListHead
{
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;

    font-size: 11px;
    font-weight: bold;
    line-height: 20pt;
    padding-left: 5px
}

.CartListItem
{
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-size: 11px;
    padding-left: 5px
}

.CartListItemAlt
{
    background-color: #f2f2f2;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-size: 11px;
    padding-left: 5px
}

.CartListFooter
{
    background-color: #f8f8f8;
    line-height: 10pt
}

/* text style for the links */
A.SiteLink, A.SiteLink:link, A.SiteLink:visited
{
    text-decoration: none;
    color: #000099;
    font-size: small;
}   

A.SiteLink:hover    
{
    text-decoration: none;
    color: #009900;
}

A.SiteLinkBold, A.SiteLinkBold:link, A.SiteLinkBold:visited
{
    color: #444444;
    text-decoration: none;
    font-size: small;
    font-weight: bold
}

A.SiteLinkBold:hover
{
    color: #009900;
    text-decoration: none;
}

A.FooterLink, A.FooterLink:link, A.FooterLink:visited
{
    color: #green;
    text-decoration: none;
    font-size:  x-small;
    font-weight: bold
}
A.FooterLink:hover    
{
    text-decoration: none;
    color: #000099;
}


/* */
A.MenuUnselected, A.MenuUnselected:link, A.MenuUnselected:visited
{
    color: #000000;
    text-decoration: none;
    font-size:  x-small;
    font-weight: bold;
    line-height: 16px;
    padding-left: 15px;
    white-space:nowrap;
}

A.MenuUnselected:hover
{
    color: #009900;
    text-decoration: none;
    padding-left: 15px
}

A.MenuSelected
{
    color: #009900;
    text-decoration: none;
    font-size:  x-small;
    font-weight: bold;
    line-height: 16px;
    padding-left: 15px
}

A.MenuSelected:hover
{
    color: #009900;
    text-decoration: none;
    padding-left: 15px
}

/* GENERAL */

/* text style used for most text rendered by modules */
.StraightText
{
	font-family: Verdana, Arial, Gill Sans MT;
	font-size: x-small;
}

.FooterText
{
	font-family: Verdana, Arial, Gill Sans MT;
	font-size:xx-small;
}

.Normal
{
    font-size: small;
    font-weight: normal;
    line-height: 12px    
}

.NormalDouble
{
    font-size: small;
    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    
}

.SiteHighlightBox
{
	background-color: #ffffff;
	border-style: solid;
	border-width: thin;
	
}

a:link{text-decoration:none;color:#000066;}
a:visited{text-decoration:none;color:#000099;}
a:active{text-decoration:none;color:#000066;}
a:hover{color:#009900;text-decoration:none;}

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
}

.input_text
{
	background: #fcfcfc;
	border-style:solid;
	border-width: thin;
	border-color: #cccccc;
}
