.extraContent{
    width: 300px;
    float: right;
}
.newsContainer{
    position: relative;
    width: 649px;
    background:  #f8faff;
    border: 1px solid #c0dcfc;
    padding: 7px;
}
.newsContainer .heading{
    position: relative;
    width: auto;
    height: 39px;
    margin-bottom: 20px;
    background: url('../images/bar_news_title.png') repeat-x;
}
.newsContainer .heading h2{
    margin: 0px;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    background: #fe7701;
    text-shadow: 1px 1px 1px #3d3c3b;
    font-family: Tahoma, Arial;
    color: #fff;
    font-size: 19px;
    margin-top: 6px;
    margin-left: 5px;
    padding: 0px 10px;
}
.newsItem{
    position: relative;
    border-bottom: 1px dotted  #999a9d;
    margin-bottom: 20px;
    padding: 10px 10px 40px 10px;
    overflow: hidden;
}
.newsItem .leftImg{
    width: 160px;
    float: left;
}
.newsItem .leftImg img{
    position: relative;
    width: 142px;
    height: 140px;
}
.newsItem h2{
    margin-bottom: 10px;
}
.newsItem h2{
    font: 20px Arial;
    color: #0066cb;
}
.newsItem .description{
    font: 12px Arial;
    color: #494949;
    text-align: justify;
}
.newsItem .description a{
    font: 12px Arial;
    color: #494949;
}
.newsItem .date{
    position: absolute;
    bottom: 10px;
    right: 10px;
    font: 10px Arial;
    color: #898989;
    padding: 0px 10px;
    line-height: 17px;
    background: #f1f1f2;
}

.page_navigation{
    text-align: right;
    padding-top: 15px;
    margin: 0px 7px;
    overflow: hidden;
}
.page_navigation ul{
    list-style: none;
}
.page_navigation a{
    display: inline-block;
}
.page_navigation .active{
    display: block;
    font: 11px Arial;
    color: #fff;
    background: #2e6ab1;
    border: 1px solid #2e6ab1;
    line-height: 19px;
    padding: 0px 5px;
}
.page_navigation a{
    display: block;
    font: 11px Arial;
    color: #0e50b0;
    border: 1px solid #2e6ab1;
    line-height: 19px;
    padding: 0px 6px;
    text-decoration: none;
    float: left;
    margin-right: 5px;
}
.page_navigation a.active_page, .page_navigation a:hover{
    color: #ffffff;
    background: #2e6ab1;
}
.newsContainer .owner{
    position: absolute;
    right: 10px;
    bottom: 5px;
}
/*            WIDGET CSS         */
.widgetTitle{
    text-align: center;
}
.widgetTitle a{
    color: #000;
    font: bold 16px Verdana,Arial;
}