﻿.feedList
{
    width:100%;
    color:#3d3d3d;
    display:inline-block
}
.feedList .List 
{
    margin:0 10px 0;
    list-style-type:none;
    padding:0

}
.feedList .List ListItems
{
    padding:7px 0 7px;
    border-bottom:1px solid #dbdbdb

}
.feedList .List a,.feedlist .List a:link,.feedlist .List a:visited,.feedlist .List a:active
{
    display:block;
    color:#3d3d3d;
    font-weight:100;
    padding:7px 0px;
    text-decoration:none

}
.feedList .List a:hover,.feedlist .List a:focus
{
    color:#3d3d3d;
}
.feedListlist .List .last
{
    border-bottom:0

}
.feedList .highlight
{
    padding:7px 0px;
    font-size:12px;
    overflow: auto;
    float: left;
}
.feedList .List .listItem .listImgHolder {width: 20%; float: left; margin-right: 10px;}
.feedList .List .listItem .listContent {width: 75%; float: right;}
.feedList .List .listItem img
{
    float: left;
    margin-right: 10px;
}
.feedListAFTitle {width: 100%;}
.feedList .feedListAFTitle a
{
    font-size:16px;
    color: #11395f;
    text-decoration:none;
    width: 100%;
    font-weight: bold;
}
.feedList .List .listItem {
    margin-bottom: 10px;
    padding-bottom: 10px;
    height: 100%;
    clear: both;
}