﻿h1
{
    color: #336699;
}

.stores
{
    list-style: none;
    margin: 0px;
    width: 640px;
    font-size: 11px;
    line-height: 1.5em;
}

.special-container
{
    float: left;
    width: 510px;
}

.store
{
    display: block;
    float: left;
    width: 150px;
    font-size: 11px;
    height: 100%;
    padding: 10px 5px 5px 5px;
}

.offer
{
    display: block;
    width: 280px;
    font-size: 11px;
    text-align: justify;
    line-height: 11pt;
    padding: 5px 15px 5px 5px;
    float: left;
    display: block;
}

.expiration
{
    width: 70px;
    font-size: 11px;
    line-height: 1.1em;
    padding: 5px 0px;
    color: #000000;
    float: left;
    display: block;
    text-align: right;
    padding-right: 15px;
}

.type
{

    width: 100px;
    font-size: 11px;
    line-height: 1.1em;
    padding: 5px 0px 0px 0px;
    float: left;
    display: block; 
    font-weight: bold;
    color: #3C749A;
    clear: right;
    margin: 0px;
}

.store-header
{
    display: block;
    float: left;
    width: 160px;
    font-size: 9pt;
    text-align: left;
    line-height: 11pt;
    background-color: #336699;
    color: #ffffff;
    padding: 2px;
    font: bold 10pt Arial;
}

.offer-header
{
    display: block;
    float: left;
    width: 290px;
    font-size: 9pt;
    text-align: left;
    line-height: 11pt;
    background-color: #336699;
    color: #ffffff;
    padding: 2px;
    font: bold 10pt Arial;
}

.expiration-header
{
    display: block;
    float: left;
    width: 80px;
    font-size: 10pt;
    line-height: 1.1em;
    text-align: left;
    background-color: #336699;
    color: #ffffff;
    padding: 2px;
    font: bold 10pt Arial;
}


.type-header
{
    display: block;
    float: left;
    width: 90px;
    font-size: 10pt;
    line-height: 1.1em;
    text-align: left;
    background-color: #336699;
    color: #ffffff;
    padding: 2px;
    font: bold 10pt Arial;
}

.blankrow
{
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid gray;
    display: block;
    height: 2px;
    margin-left: 12px;
    width: 638px;
}

.special-offer
{
    font-weight: bold;
    color: red;
}

.stores select
{
    width: 210px;
    font: normal 11px Arial;
}

.topSpecials
{
    background-color: #F5F7DD;
}

.redsmall
{
    color: #CC0000;
}

