﻿.CompetitionPreviewMainInteractiveDiv img {
    width: 580px;
    height: 276px;
}

/*competition list styles*/
.competitionListWithThumbnail 
{
    clear: both;
    overflow: hidden;
}

.competitionListWithThumbnail .competitioninfo-description h2
{
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 7px;
    margin-bottom: 0px;
}

.competitionListWithThumbnail .competitionListImageLeft div, .competitionListImageRight div {
    margin-bottom: 20px;
}

.competitionListWithThumbnail .competitionListImageLeft .competitioninfo-pic
{
    width: 180px;
    float: left;
}
.competitionListWithThumbnail .competitionListImageLeft .competitioninfo-description
{
    width: 390px;
    float: right;
}

.competitionListWithThumbnail .competitionListImageRight .competitioninfo-pic
{
    width: 180px;
    float: right;
}
.competitionListWithThumbnail .competitionListImageRight .competitioninfo-description
{
    width: 390px;
    float: left;
}

.competitionListWithThumbnail .competitionDateRange {
    color: #00A1C9;
    font-style: italic;
    margin-bottom: 5px;
    display: block;
}

.mainContentArea .competitionListWithThumbnail .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;
}
