/* Modal */
.modal {display:none;}
.offer-picker {text-align: center;}
.offer-picker img { margin-right: 50px;}
/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

.offer-preview-wrapper {
    margin: 5px;
    padding: 5px;
    background: #efefef;
}

.offer-preview {
    border-right: 3px solid #bdbdbd;
    border-bottom: 3px solid #bdbdbd;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    background: #ffffff;
}

#offer-image-placeholder {
    height: 141px;
    width: 85px;
    float: left;
}
#offer-elements-wrapper {
    float: left;
    width: 180px;
    overflow: hidden;
    margin-left: 5px;
    font-weight: bold;
    font-size: 13px;
}
#offer-preview-title {

}

div.close-deal-imaged-info-wrapper a,
div#number-wrapper a,
div#promo-code-wrapper a {
    color: inherit;
}

#offer-description-placeholder {
    background: url(/modules/default/img/offer-description-placeholder.jpg) no-repeat;
    height: 63px;
    width: 177px;
    color: #04b700;
    text-shadow: 1px 1px 1px #000000;
    padding: 4px 0px 0px 30px;
}

#offer-phone-description-placeholder {
    background: url(/modules/default/img/offer-phone-description-placeholder.jpg) no-repeat;
    height: 63px;
    width: 177px;
    color: #357BB9;
    text-shadow: 1px 1px 1px #ffffff;
    padding: 5px 0px 0px 9px;
}

#offer-online-lead-placeholder {
    background: url(/modules/default/img/offer-online-lead-placeholder.jpg) no-repeat;
    height: 127px;
    width: 177px;
    color: #357BB9;
    text-shadow: 1px 1px 1px #ffffff;
    padding: 5px 0px 0px 9px;
}

#purchaser_signup div.form-element-wrapper {
    height: 60px;
}





/**
 * Deal byte wrapper elements
 */
div.deal-byte-price-wrapper {
    border: 1px solid #BFD2E3;
    background: #D5E6EF;
    width: 186px;
    height: 35px;
    margin-bottom: 5px;
    position: relative;
    color: #679e4a;
    text-shadow: #535553 1px 1px 1px;
    text-align: center;
    font-weight: bold;
}

div.deal-byte-price-wrapper span.small {
    font-size: 1.5em;
    line-height: .5em;
    vertical-align: text-top;
}

div.deal-byte-price-wrapper span.large {
    font-size: 3em;
    line-height: .5em;
    vertical-align: text-top;
}

div.deal-byte-blue-wrapper {
    border: 1px solid #BFD2E3;
    background: #D5E6EF;
    width: 186px;
    height: 35px;
    margin-bottom: 5px;
    position: relative;
    color: #679e4a;
    text-shadow: #535553 1px 1px 1px;
    text-align: center;
    font-weight: bold;
    line-height: 1em;
    font-size: 1.5em;
}

div.deal-byte-blue-wrapper span {
    line-height: 1.95em;
    color: #357bb9;
    text-shadow: -2px 0 #FFFFFF, 0 2px #FFFFFF, 2px 0 #FFFFFF, 0 -2px #FFFFFF;
}

div.deal-byte-blue-wrapper span.blue-text {
}

div.deal-byte-yellow-wrapper {
    border: 1px solid #f0dc93;
    background: #fff3dd;
    width: 186px;
    padding: 5px 0;
    height:16px;
    text-align: center;
    color: #c98e16;
    font-size: 1.2em;
    line-height: 1.0em;
    font-weight: bold;
    text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
    margin-bottom: 5px;
}

div.deal-byte-yellow-wrapper span {
    font-weight: bold;
}

div.deal-byte-yellow-wrapper span.description {
    font-weight: normal !important;
}
.view-deal{ margin: 6px 0px 0px 40px; }

#add-coupons {
    padding: 5px;
    margin-top: 10px;
    text-align: center;
    border: 2px dashed #aaaaaa;
    width: 568px;
    background: #DFEEFE;
    font-weight: bold;
}