﻿/* begin pNews ********************/
.pNews
{
    width:100%;
}
/* end pNews ********************/ 
/* begin ctrlTopNews ********************/
.ctrlTopNews
{
    float:left;
    clear:both;
    width:100%;
    margin-top:5px;
    border-top:solid 3px #f1e3d1;
}
.ctrlTopNews .headerWrapper
{
    margin-bottom:0px;
}
.ctrlTopNews .headerWrapper h1 a
{  
    height:25px;
    line-height:25px;
    color:#311307;
    text-decoration:none;
}
.ctrlTopNews .headerWrapper h1 a:hover
{  
    text-decoration:underline;
}
.ctrlTopNews .body .news
{
    float:left;
    width:250px;
    padding:5px 70px 5px 0px;
}
.ctrlTopNews .body .image
{
    float:left;
    width:103px;
}
.ctrlTopNews .body .image img
{
    width:97px;
    width:100px;
    border:solid 3px #f0ddc2;
}
.ctrlTopNews .body .date
{
    float:right;
    width:140px;
    font-size:0.8em;
    color:#844831;
    text-align:left;
}
.ctrlTopNews .body .title
{
    float:right;
    width:140px;
    text-align:left;
}
.ctrlTopNews .body .title a
{
    color:#575149;
    text-decoration:none;
}
.ctrlTopNews .body .title a:hover
{
    text-decoration:underline;
}
.ctrlTopNews .body .withoutImage .date
{
    float:left;
    width:100%;
    font-size:0.8em;
    color:#844831;
}
.ctrlTopNews .body .withoutImage .title
{
    float:left;
    width:100%;
}
/* end ctrlTopNews ********************/
