/* ================================
    CSS STYLES FOR IBUYSPY STORE 
    v1.1, 06/2001
*/   

BODY
{
}

/* */
.HomeHead
{
    color: #999966;
    font-family:  Arial,Verdana ;
    font-size: 20px;
    font-weight: bold;
    HEIGHT: 35px
}

/* */
.ContentHead
{
    background-color: #dddca3;
    color: dimgray;
    font-family: Arial,Verdana;
    font-size: 20px;
    font-weight: bold;
    height: 35px
}

/* */
.SubContentHead
{
    background-color: #dddca3;
    color: dimgray;
    font-family: Arial,Verdana;
    font-size: 18px;
    font-weight: bold;
    height: 20px
}

/* */
.UnitCost
{
    color: #808080;
    font-family: Arial,Verdana;
    font-size: 15px;
    line-height: 20pt
}

/* */
.ModelNumber
{
    color: #808080;
    font-family: Arial,Verdana;
    font-size: 11px;
    line-height: 20pt
}

/* */
.ErrorText
{
    color: red;
    font-family: Arial,Verdana;
    font-size: 12px;
    line-height: 20pt
}
.MostPopularHead
{
    background-color: #045c85;
    color: white;
    font-family: Arial,Verdana;
    font-size: 11px;
    font-weight: bold
}

A.MostPopularItemText, A.MostPopularItemText:link, A.MostPopularItemText:visited
{
    color: black;
    font-family: Arial,Verdana;
    font-size: 11px;
    text-decoration: none
}

A.MostPopularItemText:hover
{
    color: red;
    font-family: Arial,Verdana;
    font-size: 11px;
    text-decoration: underline
}

.ProductListHead
{
    color: black;
    font-family: Arial,Verdana;
    font-size: 15px;
    font-weight: bold;
    line-height: 14pt;
    text-decoration: underline;
}
.ProductListItem
{
    color: black;
    font-family: Arial,Verdana;
    font-size: 13px
}

.CartListHead
{
    background-color: #DEF0F8;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-family: Arial,Verdana;
    font-size: 11px;
    font-weight: bold;
    line-height: 20pt;
    padding-left: 5px
}

.CartListItem
{
    background-color: #006600;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: white;
    font-family: Arial,Verdana;
    font-size: 11px;
    padding-left: 5px
}

.CartListItemAlt
{
    background-color: #00CC00;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: white;
    font-family: Arial,Verdana;
    font-size: 11px;
    padding-left: 5px
}

.CartListFooter
{
    background-color: #DEF0F8;
    line-height: 10pt
}

/* text style for the links */
A.SiteLink, A.SiteLink:link, A.SiteLink:visited
{
    font-family: Arial 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: Navy ;
    font-family:Arial,Verdana , Helvetica, sans-serif;
    text-decoration: none;
    font-size:  11px;
    font-weight: bold
}

A.SiteLinkBold:hover
{
    color: F86D12;
    text-decoration: none;
}

A.MenuUnselected:visited
{
    color:  #006600;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  14px;
    font-weight: bold;
    line-height: 16px;
  
    //*a.link {text-decoration:none;font-weight:bold; color:#006600;  
    visited {text-decoration:none;font-weight:bold;color:#339900;  
    hover {text-decoration:none;font-weight:bold;color:#00CC00; 
    */
}


A.MenuUnselected:hover
{
    color: darkgreen;
    text-decoration: none;
    padding-left: 12px
}
A.MenuUnselected:link
{
    color: darkgreen;
    text-decoration: none;
    padding-left: 12px;
    font-weight: bold
}

A.MenuTopic
{
    color: white;
    font-family:Arial,Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  18px;
    font-weight: bold;
    line-height: 16px;
  
}
A.MenuTopicUnselected, A.MenuTopicUnselected:link, A.MenuTopicUnselected:visited
{
    color:  #DEF0F8;
    font-family:Arial, Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  12px;
    font-weight: bold;
    line-height: 16px;
   
        
}

A.MenuCat
{
	color: white;
    font-family:Arial, Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  12px;
    font-weight: bold;
    line-height: 16px;
}  

A.MenuSelected:hover
{
    color: green;
    font-family:Arial, Verdana, Helvetica, sans-serif;
    text-decoration: none;
   
}
A.MenuSelected:hover
{
    color: green;
    font-family:Arial, Verdana, Helvetica, sans-serif;
    text-decoration: none;
   
}

/* GENERAL */

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    color:Black;    
}

.NormalDouble
{
    font-family:Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px    
}

/* text style used for textboxes in the admin pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, 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: Arial,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: Arial,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 */
.Companies
{
	font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color:Yellow;
    text-decoration:underline;
}

.NormalControl
{
    font-family:Arial, 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: Arial,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:Arial, 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: Arial,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: Arial,Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    color: darkgreen    
}

.NormalItalic
{
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px    
}



A:link  {
    text-decoration: none;
    font-weight: bold;
    color:  white;
}

 A:hover {
    text-decoration: none;
     font-weight: bold;
    color:  darkgreen;
}
A:visited {
    text-decoration: none;
     font-weight: bold;
    color:  darkgreen;
}

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
}

