﻿.landingTemplate_EEEL {
    width: 978px;
}
.landingTemplate_EEEL .centerContent {
    width: 978px;
    margin: auto;
    padding: 10px 0 0 0;
}
.interstitial {
    margin-bottom: 10px;
}
.interstitial .primary-button {
    font-size: 11px;
    padding: 8px 12px;
    display: inline-block;
}

@media only screen and (min-width: 1025px) {    
.specialBlock-Interstitial-Wide img {
    display: block;
    height: auto;
    width: 498px;
    margin: 0 auto;
    }
    .specialBlock-Interstitial img {
        display: block;
        width: 234px;
        height: auto;
        margin: 0 auto;
    }
    .smallBlock-Interstitial img {
        display: block;
        width: 236px;
        height: auto;
        margin: 0 auto;
    }
}
.smallBlock-Interstitial {
    width: 243px;
    height: 340px;
    position: relative;
    cursor: pointer;
}
.smallBlock-Interstitial-Wide {
    width: 515px;
    height: 340px;
    float: left;
    position: relative;
    cursor: pointer;
}
.smallBlock-Interstitial-Wide img, .smallBlock-Interstitial img {
    width: 224px;
    height: 224px;
    display: block;
    margin: 0 auto;
}
.smallBlock-Interstitial-info {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../images/white-partial-transparent.png);
    background-repeat: repeat;
    padding: 10px 10px 50px 10px;
}
.smallBlock-Interstitial-info.wide {
    padding: 10px 10px 50px 46px;

}
.smallBlock-Interstitial-info .title {
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    color: #666666;
}
.smallBlock-Interstitial-info .origDeal {
    font-size: 11px;
    font-weight: normal;
    text-decoration: line-through;
    color: #666666;
}
.smallBlock-Interstitial-info .deal {
    font-size: 24px;
    font-weight: bold;
    color: #9c2d49;
}
.smallBlock-Interstitial-info .validDates {
    font-size: 11px;
    font-weight: normal;
    color: #666666;
    padding-top: 5px;
}
.posButton-Interstitial {
    position: absolute;
    right: 10px;
    bottom: 9px;
}
.posButton-Interstitial-Wide {
    position: absolute;
    right: 60px;
    bottom: 9px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    /* iPad/tablet Portrait AND Landscape */   
}
@media only screen and (min-width: 960px) and (max-width: 1024px) {
    /* iPad/tablet Landscape */
    .landingTemplate_EEEL {
        width: 958px;
    }
    .landingTemplate_EEEL .centerContent {
        width: 958px;
        margin: auto;
    } 
    .smallBlock-Interstitial {
        width: 238px;
        height: 340px;
        position: relative;
        cursor: pointer;
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px) { 
    /* iPad/tablet Portrait */ 
    .landingTemplate_EEEL {
        width: 746px;
    }
    .landingTemplate_EEEL .centerContent {
        width: auto;
        margin: 0 auto;
    }
    .block-one.forSEImage {
        margin-left: 7px;
    }
    .interstitial.block-two {
        margin-left: 0;
    }
    .specialBlock-Interstitial-Wide img {
        display: block;
        width: 503px;
        height: auto;
    }
    .specialBlock-Interstitial img {
        display: block;
        width: 236px;
        height: auto;
    }
} 
@media only screen and (max-width: 767px) {
	.landingTemplate_EEEL {
        width: auto;
    }
    .landingTemplate_EEEL .centerContent {
        width: auto;
        margin: auto;
        padding: 0;
    }
    .interstitial {
        float: none;
        margin-bottom: 10px;
    }
    .interstitial .primary-button {
        font-size: 11px;
        padding: 8px 12px;
        display: inline-block;
    }
    .specialBlock-Interstitial-Wide img {
        display: block;
        width: 100%;
        height: auto;
    }
    .specialBlock-Interstitial img {
        display: block;
        width: 100%;
        height: auto;
    }
    .smallBlock-Interstitial img {
        display: block;
    }
    .smallBlock-Interstitial , .smallBlock-Interstitial-Wide {
        width: auto;
        float: none;
        height: auto;
        float: none;
        width: 93.75%;
        min-width: 280px;
        margin: 15px auto 0;
        padding: 10px;
    }
    .smallBlock-Interstitial-Wide img, .smallBlock-Interstitial img {
        display: block;
        margin: 0 auto;
        float: left;
        width: 45%;
        height: auto;
    }
    .smallBlock-Interstitial-info.wide, .smallBlock-Interstitial-info {
        background-image: none;
        position: static;
        float: right;
        width: 50%;
        padding: 0px 0 20px;
    }
    .smallBlock-Interstitial-info .title {
        font-size: 14px;
        line-height: 16px;
        font-weight: normal;
        color: #666666;
        margin-bottom: 5px;
    }
    .smallBlock-Interstitial-info .origDeal {
        font-size: 11px;
        font-weight: normal;
        text-decoration: line-through;
        color: #666666;
    }
    .smallBlock-Interstitial-info .deal {
        font-size: 24px;
        font-weight: bold;
        color: #9c2d49;
        margin-bottom: 5px;
    }
    .smallBlock-Interstitial-info .validDates {
        font-size: 11px;
        font-weight: normal;
        color: #666666;
    }
    .posButton-Interstitial, .posButton-Interstitial-Wide {
        position: static;
        margin-top: 10px;
    }
}


