﻿.CompetitionPreviewMainInteractiveDiv img {
    width: 580px;
    height: 276px;
}

/*competition list styles*/
.competitionListWithThumbnail 
{
    clear: both;
    overflow: hidden;
}

.competitionListWithThumbnail .competitioninfo-description h2
{
    border-bottom: 0 none;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 5px;
    padding-top: 0;
}

.competitionListWithThumbnail .competitionListImageLeft div, .competitionListImageRight div {
    margin-bottom: 20px;
}

.competitionListWithThumbnail .competitionListImageLeft .competitioninfo-pic
{
    width: 180px;
    float: left;
	margin-top: 8px;
}
.competitionListWithThumbnail .competitionListImageLeft .competitioninfo-description
{
    width: 450px;
    float: right;
}

.competitionListWithThumbnail .competitionListImageRight .competitioninfo-pic
{
    width: 180px;
    float: right;
}
.competitionListWithThumbnail .competitionListImageRight .competitioninfo-description
{
    width: 450px;
    float: left;
}

.competitionListWithThumbnail .competitionDateRange {
    color: #ACA59D;
    display: block;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
}

.competitionListWithThumbnail  .ReadMoreLink
{
    display: block;
    background: url(../images/interface/smallRightArrow.png) no-repeat left center;
    text-indent: 14px;
    margin-top: 4px;
    margin-left: 5px;
    margin-bottom: 5px;
    font-size: 11px;
    font-weight: bold;
}
