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