p.legal-disclaimer {
    font-style: italic;
    color: gray;
}

p.legal-disclaimer.footer-disclaimer {
    text-align: center;
}

/** css for the countdown sale display **/

.sherpa-cd-wrap {
    max-width: 1000px;
    display: block;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    margin-top: 12px;
    padding: 2px;
    position: relative;
}
.sherpa-cd-content {
    padding: 10px;
    font-weight: bold;
    font-size: 14pt;
    color: #000000;
    background-color: #FFFFFF;
    border: 2px solid #757575;
}
.sherpa-cd-content .clear-both {
    clear: both;
}
.sherpa-cd-close {
    position: absolute;
    font-size: 11px;
    line-height: 11px;
    top: 11px;
    right: 12px;
    color: #000000;
    margin: 0;
    padding: 0;
}
.sherpa-cd-close a {
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.sherpa-cd-close a:hover {
    text-decoration: underline;
}

.sherpa-cd-image-wrap {
    display: block;
    width: 49%;
    min-width: 310px;
    float: left;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.sherpa-cd-product-info {
    display: block;
    width: 49%;
    min-width: 310px;
    float: left;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.sherpa-cd-product-name-wrap {
    text-align: center;
    font-weight: bold;
}
.sherpa-cd-call-to-action {
    margin-top: 10px;
    line-height: 25px;
}
.sherpa-cd-button-wrap {
    clear: both;
}
.sherpa-cd-button-wrap a, .sherpa-cd-button-wrap a:visited {
    display: inline-block;
    background-color: #c93738;
    border:1px solid #c93738;
    border-radius: 3px;
    padding: 4px 16px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11pt;
}
.sherpa-cd-button-wrap a:hover {
    text-decoration: none;
    background-color: #363940;
    border-color: #363940;
    color: #ffffff;
}

.sherpa-cd-product-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.sherpa-cd-flipdown-wrap {
    padding-top: 13px;
    min-width: 308px;
    display: block;
    position: relative;
}

.sherpa-cd-flipdown.flipdown {
    width: 308px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}
    /** flipdown overrides **/
.sherpa-cd-wrap .rotor-group-heading {
    font-size: 10pt;
}

@media (max-width: 1090px) {
    .sherpa-cd-image-wrap, .sherpa-cd-product-info {
        width: 100%;
        float: none;
    }

}

@media (max-width: 950px) {
    .sherpa-cd-image-wrap, .sherpa-cd-product-info {
        width:49%;
        float: left;
    }

}

@media (max-width: 700px) {
    .sherpa-cd-image-wrap, .sherpa-cd-product-info {
        width: 100%;
        float: none;
    }

}
