/* CSS Document */

#coupon-holder {
    overflow: hidden;
    width: 100%;
}

#coupon-holder .last {
    margin: 0;
} 

.coupon {
    float: left;
    margin: 0 8px 25px 0;
}

.coupon h2 {
    display: inline;
}

.coupon h2 a {
    background: url(/images/new/isecondary-button.gif) no-repeat top left;
    padding: 1px 0 2px 24px;
    font-size: 0.8em;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin-bottom: 7px;
}

.coupon h2 a:hover {
    text-decoration: underline;
}

.coupon div {
    padding: 3px;
    background-color: #EDE8DE;
}

.coupon div img {
    width: 182px;
}

#newsletterTitle {
    display: block;
    background: url(/images/newsletter-title-img.png) no-repeat left top;
    margin-top: 12px;
    height: 15px;
    text-indent: -5000px;
}

/* End of CSS Document */