﻿@charset "utf-8";
/* CSS Document */

.rightside
{
    font-size:12px; text-align:justify; 
	background:url(../imgs/bg/bg-grey.png);
}

.rightside p
{
    padding:0px 0px 0px 10px; margin-bottom:0px;
}

.news
{
    margin-bottom:20px; border-bottom: #CCC dotted 1px; padding-bottom:20px;
}

.news-img
{
    width:35%; /*height:150px;*/
    overflow:hidden;
}

.news-img img
{
    width:100%;
    height:auto !important;
}

.news-txt
{
    width:63%;
}

.news h3
{
    margin-bottom:10px;
}