﻿body
{
    margin: 0px 0px 0px 0px;
    background-color: #ffffff;
}

.browseCategories
{
    color: White;
    background-color: #e7840b;
    font-family: Verdana;
    font-size: 12pt;
    font-weight: bold;
}

.headerLink
{
   
    color: black;
    font-family: Verdana;
    font-size: 8pt;
     text-align: center;
}


.headerLink a:link, .headerLink a:visited
{
    color: #B13CBE;
    text-decoration: none;
}

.headerLink a:link:hover, .headerLink a:visited:hover
{
    color: #076BBE;
    text-decoration: none;
}

.cartTotals
{
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
}


.featureProductName a:link, .featureProductName a:visited
{
    
    color: #21AAF8;
    font-family: Arial;
   font-weight:bold;
    font-size: 12px;
    text-decoration: underline;
}

.featureProductName a:link:hover, .featureProductName a:visited:hover
{
    color: #000000;
    font-family:  Arial;
   font-weight:bold;
    font-size: 12px;
    text-decoration: none;
}


.Header
{
    color: #D270DD;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
}

.information
{
        font-family: Arial;
    font-size: 10pt;
}

.indProductTable
{
    border: solid 1px #555555;
}

.indProductName
{
    
    color: #000000;
    font-family: Arial;
    font-weight: normal;
    font-size: 12px;
}

.indProductName a:link, .indProductName a:visited
{
    
    color: #000000;
    font-family: Arial;
   font-weight: normal;
    font-size: 12px;
    text-decoration: underline;
}

.indProductName a:link:hover, .indProductName a:visited:hover
{
    color: #21AAF8;
    font-family:  Arial;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
}

.indProductPrice
{
    color: #E77F82;
    font-family:  Arial;
    font-weight: bold;
    font-size: 12px;
}

.overAllTable
{
    border: solid 2px #333333;
}

.navigate 
{
    color: #000000;
    font-family: Arial;
    font-weight: normal;
    font-size: 12px;
    text-align:center;
    text-decoration: none;
}

.navigate a:link, .navigate a:visited
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.navigate a:link:hover, .navigate a:visited:hover
{
    color: #076BBE;
    font-weight: bold;
    text-decoration: none;
}

.subHeader
{
    background-color: #076BBE;
    color: #ffffff;
    font-family: Arial;
    font-size: 10pt;
    line-height:16pt;
    font-weight: bold;
}