﻿/*============================
NewsList Style
==============================*/
.news-list
{
    padding-left: 8px;
    font-family: 'Segoe UI',Tahoma,Arial,Helvetica,sans-serif;
}

.news-list a
{    
    text-decoration: none;
    color: Black;
    border: 1px solid #DDDDDD;
    margin-left: -1px;
    margin-bottom: -1px;
    float: left;
}

.news-item
{
    width: 644px;
    height: 200px;  
    padding: 5px;   
    background-color: #F0F1F4;
}
.news-item:hover
{
    border-right: 3px solid #D8C967;
    background-color: white;
}
.news-item-image
{            
    width: 190px;
    height: 190px;
    float: left;
    margin-right: 5px;
}
.news-item-image img
{
    border: 0px;
    width: 190px;
    height: 190px;
}
.news-item-title
{
    width: 449px;
    float: left;
    overflow: hidden;
}
.news-item-title h3
{        
    padding: 0px;
    margin: 0px;
}
.news-item-ud-date
{
    width: 449px;
    float: left;
    overflow: hidden;
    margin-bottom: 10px;
    font-style: italic;
    font-size: 0.8em;
    color: #c6c7cb;
}
.news-item-summary
{        
    width: 449px;
    height: 140px;
    float: left;
    overflow: hidden;
    font-size: 0.95em;
}