/* news css */
#news_sidebar {
    padding-right: 30px;
    width: 175px;
}
#news_container {
    background: url('/media/images/common/clean_content_bg.gif') top left repeat-y #fff; 
}
#news_sidebar .title{
    font-size: 12px;
    color: #333;
    font-weight: bold;
    padding-top: 5px;
}
#news_sidebar a{
    text-decoration: none;
}
#news_sidebar a:hover {
    color: #D80000;
}
#news_sidebar a.home {
    font-size: 14px;
    font-weight: bold;
    color: #D80000;
}
#news_sidebar a.home:hover {
    text-decoration: underline;
}
#news_sidebar .date {
    border-bottom: 1px solid #dfdfdf;
    font-size: 11px;
    color: #595959;
    padding-bottom: 5px;
}
#news_content {
    margin-top: 20px; 
    margin-left: 235px;
}

.news_list {
    margin-bottom: 30px;
}
.news_list .thumbnail {
    float: left;
}
.news_list .details {
    margin-left: 110px;
}
.news_list .title a {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
.news_list .title a:hover {
    text-decoration: underline;
}
.news_list .date { font-size: 11px; color: #666;}
.news_list .excerpt p {
    margin-top: 0;
}
#news_article .title {
    margin: 10px 0 0;
    color: #252525;
}
#news_article .leadin {
    font-size: 13px;
    color: #333;
}
#news_article .date {
    font-weight: bold;
    font-size: 11px;
    color: #000;
    margin: 10px 0;
}
#news_article  .image {
    float: right;
    margin: 0 0 10px 20px;
    background: transparent url('/media/images/news/image_bg.jpg') top right no-repeat;
    padding: 16px;
    width: 268px;
    height: 187px;
    text-align: center;
}

.cleared {
    clear: both;
}
.pager {
    text-align: right;
}

