div.full_coupon {
    border: solid 1px #cccccc;
    margin-bottom: 10px;
    width: 608px;
    background: #ffffff;
}

div.full_coupon p {
    padding: 3px 0 3px 0;
}

div.full_coupon ul {
    padding: 3px 0 3px 25px;
}

div.full_coupon div.padding {
    padding: 5px;
}

div#home_page_holder div.full_coupon div.padding {
    padding: 5px;
}

div#leo_content_holder div.full_coupon div.padding {
    padding: 5px;
}

div.full_coupon div.header {
    background-color: transparent; /* This is the kill the styles from the Root MKC Site. */
    padding: 0;
    height: auto;
}

div.full_coupon div.header h1 {
    background: #e2e2e1;
    color: #190039;
    margin: 0 0 7px 0;
    padding: 5px;
    text-align: left;
    font-size: 18px;
}

div.full_coupon div.merchant_info img {
    margin-bottom: 5px;
    display: block;
}

div.full_coupon div.merchant_info h2 {
    font-size: 17px;
    margin-bottom: 5px;
}

div.full_coupon div.merchant_info h4 {
    font-weight: normal;
    font-size: 12px;
}

div.full_coupon div.merchant_info address {
    font-size: 10px;
    margin-top: 4px;
}

div.full_coupon div.coupon_info {
    border: dashed 3px #cccccc;
    float: right;
    width: 365px;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #fef1e4;
}

div.full_coupon div.coupon_info h3 {
    margin: 0 0 8px 0;
    padding: 7px;
    background-color: #99cc65;
}

div.full_coupon.restaurants div.coupon_info h3 {
    background-color: #ffcc99;
}

div.full_coupon div.coupon_info p {
    margin-bottom: 4px;
}

div.full_coupon div.coupon_info div.coupon_footer {
    font-size: 11px;
    padding-top: 5px;
    margin-top: 5px;
    text-align: right;
    font-style: italic;
    clear: both;
}

div.full_coupon div.coupon_info div.coupon_footer img {
    float: left;
    padding-right: 5px;
}

div.full_coupon div.coupon_info div.expires {
    font-weight: bold;
}

div.full_coupon div.coupon_info div.img_holder {
    float: right;
    margin-bottom: 5px;
    width: 110px;
    text-align: right;
}

div.full_coupon div.coupon_info div.img_holder img.logo {
    margin-bottom: 5px;
}

div.full_coupon div.coupon_info div.img_holder a.thickbox img {
    margin: 0;
    padding: 0;
    border: solid 2px #cccccc;
}

div.full_coupon div.coupon_info div.img_holder p {
    margin: 0 0 8px 0;
    padding: 0;
    font-size: 10px;
}

div.full_coupon div.actions, div.simple_coupon div.actions {
    float: right;
    clear: right;
    text-align: right;
}

div.full_coupon div.actions ul, div.simple_coupon div.actions ul {
    padding: 0;
    margin: 0;
    width: 350px;
}

div.full_coupon div.actions ul li, div.simple_coupon div.actions ul li {
    display: inline;
    margin-right: 5px;
}

div.full_coupon div.actions ul li img, div.simple_coupon div.actions ul li img {
    padding-right: 2px;
}

/* Simple Coupon */

div.simple_coupon {
    border: solid 1px #cccccc;
    background: #ffffff;
    position: relative;
    padding: 10px;
}

div.simple_coupon div.coupon_info {
    border: dashed 3px #cccccc;
    background-color: #fef1e4;
    position: relative;
    padding: 5px;
    margin-bottom: 10px;
}

div.simple_coupon h2 {
    background: #99cc65;
    padding: 10px;
    margin: 0;
}

div.simple_coupon.restaurants h2 {
    background: #ffcc99;
}


div.simple_coupon div.coupon_content {
    width: 100%;
    margin: 10px 5px 10px 5px;
}

div.simple_coupon div.coupon_content p {
    padding: 0 0 10px 0;
}

div.simple_coupon div.img_holder {
    float: right;
    width: 110px;
}

div.simple_coupon div.img_holder img {
    display: block;
    margin:  5px auto 0 auto;
}
div.simple_coupon div.img_holder p {
    margin: 0;
    padding: 0 0 0 0;
}

div.simple_coupon div.coupon_footer {
    clear:both;
    text-align: right;
    margin-top: 3px;
}

div.simple_coupon div.coupon_footer img {
    float: left;
}

div.simple_coupon div.coupon_footer div {
    padding-top: 5px;
}

div.simple_coupon div.actions {
    margin-bottom: 10px;
}

