﻿.presentationItemListWithThumbnail {
    clear: both;
    overflow: hidden;
}
.presentationIteminfo-description h2 {
    border-bottom: 0 none;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 5px;
    padding-top: 0;
}
.presentationIteminfo-description .ReadMoreLink {
    font-size: 12px;
    margin-left: 0;
}
.presentationItemListImageLeft div, .presentationItemListImageRight div {
    margin-bottom: 20px;
}
.presentationItemListImageLeft .presentationIteminfo-pic {
    float: left;
    width: 180px;
}
.presentationItemListImageLeft .presentationIteminfo-description {
    float: left;
    width: 450px;
}
.presentationItemListImageRight .presentationIteminfo-pic {
    float: right;
    width: 180px;
	margin-top:5px;
}

.presentationItemListImageRight .presentationIteminfo-pic a img {
    width: 167px;
}

.presentationItemListImageRight .presentationIteminfo-description {
    float: left;
    width: 450px;
}
.presentationItemDateRange {
    color: #ACA59D;
    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;
}
