﻿.promotionListWithThumbnail
{
    clear: both;
    overflow: hidden;
}

.promotioninfo-description h2
{
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 7px;
    margin-bottom: 0px;
}

.promotionListImageLeft div, .promotionListImageRight div {
    margin-bottom: 20px;
}

.promotionListImageLeft .promotioninfo-pic
{
    width: 180px;
    float: left;
    padding-top: 4px;
}
.promotionListImageLeft .promotioninfo-description
{
    width: 390px;
    float: right;
}

.promotionListImageRight .promotioninfo-pic
{
    width: 180px;
    float: right;
    padding-top: 4px;
}
.promotionListImageRight .promotioninfo-description
{
    width: 390px;
    float: left;
}

.promotionDateRange {
    color: #00A1C9;
    font-style: italic;
    margin-bottom: 5px;
    display: block;
}

.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;
}
