/* Offer Box */

.offer_box_1, .offer_box_2, .offer_box_3 {
    background-repeat: no-repeat;
    background-position: left top;
}

.offer_box_1 {
    background-image: url(/images/offers/OfferBox1.jpg);
}

.offer_box_2 {
    background-image: url(/images/offers/OfferBox2.jpg);
}

.offer_box_3 {
    background-image: url(/images/offers/OfferBox3.jpg);
}

.offer-box {
    position: relative;
    width: 242px;
}

.offer-box .edit-button {
    position: absolute;
    top: 13px;
    right: 10px;
}

.offer-box .add-button {
    position: absolute;
    top: 12px;
    right: 12px;
}

.offer-box img {
    border: none;
}

.offer_box_content {
    text-align: left;
    border: 1px    solid #c1c1c1;
    border-top: none;
    width: 230px;
    padding: 3px 5px;
}

/* Offers */

.special_offer {
    clear: both;
    font-size: 0.7em;
}

.special_offer a {
    color: #e24500;
    font-size: 1.3em;
    font-weight: bold;
}

.special_offer .bold {
    font-size: 1em;
    color: #555;
}

.special_offer .price {
    color: #DC1818;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1em;
    padding-top: 8px;
    text-align: right;
    float: right;
}

.special_offer_details_price {
    color: #DC1818;
    font-size: 2em;
    font-weight: bold;
    text-align: right;
}

.offer_break {
    border-top: 1px dashed #666666;
    padding-bottom: 2px;
    margin-top: 2px;
}

.images {
    border: 1px solid #bbb;
    margin-bottom: 1em;
}

.images_list {
    border-bottom: 1px solid #bbb;
    line-height: 85px;
}

.images img {
    border: 2px solid #bbb;
}

.images_list img {
    margin: 5px;
    margin-right: 0;
    vertical-align: middle;
    cursor: pointer;
}

.image_caption {
    padding: 0.5em;
    margin-bottom: 0.5em;
    color: #006699;
    font-weight: bold;
    font-size: 0.7em;
}

.offer_details_links {
    width: 232px;
    border: 1px solid #ccc;
    padding: 6px 10px;
    line-height: 1.2em;
    margin-bottom: 1em;
}

.offer_details_links a {
    text-decoration: none;
    color: #666;
}

.offer_details_links img {
    border: none;
}
