﻿

/*--------------------------------  Footer SYLE RULES -------------------------------*/

a.FooterNav
{
    text-decoration: none;
    color: #333333;
}

/*-------------------------  Page SYLE Classes & element IDs ------------------------*/

/*--General--*/
#Gutter_Left
{
    width: 20px;
    height: 200px;
    float: left;
}

#Gutter_Right
{
    width: 20px;
    height: 200px;
    float: right;
}

/*--Product Item Page--*/
#item-subContent
{
    text-align: left;
    float: left;
    width: 100%;
}

/*--Cart Summary User Control--*/
#cart-summary
{
    background-image: url(   "images/Content/CartSummary.jpg" );
    background-repeat: no-repeat;
    text-align:center;
    float: right;
    width: 178px;
    height: 108px;
    margin: 0px;
    padding: 0px;
}
#cart-summary a
{
    color: #003399;
    font-size: 10px;
    text-decoration: none;
    border: 0px;
}

#cart-summary a:hover
{
    color: #003399;
    font-size: 10px;
    text-decoration: underline;
    border: 0px;
}

#cart
{
    border: 1px solid #507CD1;
}


/*--------------------------------  GENERAL SYLE RULES -------------------------------*/
body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #333333;
}
a
{
    text-decoration: none;
    color: #437D26;
    border: none 0px;
}
a:hover
{
    text-decoration: underline;
    color: #A5C899;
    border: 0px;
}

h1
{
    font-size: 30px;
    color: #639D42;
}
h2
{
    font-size: 30px;
    color: #666666;
}
h3
{
    font-size: 20px;
    color: #437D26;
}
h4
{
    font-size: 20px;
    color: #333333;
}
h5
{
    font-size: 12px;
    color: #437D26;
}
h6
{
    font-size: 12px;
    color: #333333;
}




