﻿#divRegionalPromotions {
    width: 250px;
}

#divRegionalPromotions * {
    margin: 0;
    padding: 0;
}

#divRegionalPromotions h3 {
    padding-bottom: 3px;
    display: none;
}

#divRegionalPromotions h4 {
    width: 223px;
    height: 14px;
    font-size: 12px;
    font-family: arial, helvetica, Sans-Serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
    background: #eee url(http://www.softwarefx.com/wstest/regionalPromotions/images/headerBg.gif);
    border: solid 1px #ccc;
    border-top: none;
    border-left: none;
    padding: 5px 5px 5px 20px;
    margin-left: 1px;
    cursor: pointer;
    display: none;
}

#divRegionalPromotions object, #divRegionalPromotions img {
    margin: 0;
    padding: 0;
}

#divRegionalPromotions h4.active {
    background: #eee url(http://www.softwarefx.com/wstest/regionalPromotions/images/headerBgActive.gif);
    border-bottom: none;
    color: #336699;
    cursor: default;
}

#divRegionalPromotions .graphic {
    display: none;
    border: 0;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    margin-left: 1px;
}

#divRegionalPromotions div.graphic {
    font-size: 11px;
    padding: 5px 10px;
    text-decoration: underline;
}

#divRegionalPromotions .active {
    display: block;
}

#divRegionalPromotions .hover {
    color: #336699;
}

