﻿.OfferPreviewMainInteractiveDiv img
{
    width: 580px;
    height: 276px;
}

/*offer list styles*/
.offerListWithThumbnail
{
    clear: both;
    overflow: hidden;
}

.offerListWithThumbnail .offerinfo-description h2
{
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 7px;
    margin-bottom: 0px;
}

.offerListWithThumbnail .offerListImageLeft div, .offerListWithThumbnail .offerListImageRight div
{
    margin-bottom: 20px;
}

.offerListWithThumbnail .offerListImageLeft .offerinfo-pic
{
    width: 180px;
    float: left;
    padding-top: 4px;
}
.offerListWithThumbnail .offerListImageLeft .offerinfo-description
{
    width: 390px;
    float: right;
}

.offerListWithThumbnail .offerListImageRight .offerinfo-pic
{
    width: 180px;
    float: right;
    padding-top: 4px;
}
.offerListWithThumbnail .offerListImageRight .offerinfo-description
{
    width: 390px;
    float: left;
}

.offerListWithThumbnail .offerDateRange
{
    color: #00A1C9;
    font-style: italic;
    margin-bottom: 5px;
    display: block;
}

.mainContentArea .offerListWithThumbnail .ReadMoreLink
{
    background-image: url('../images/interface/CinemaSelectionPopup/buttonBackground.png');
    background-position: left top;
    background-repeat: repeat-x;
    color: #FFF;
    text-decoration: none;
    font-size: 10px;
    display: inline-block;
    height: 10px;
    line-height: 10px;
    min-width: 86px;
    width: auto;
    padding: 9px;
    margin: 5px 0 0 0;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    text-indent: 0px;
}
