/*******************************************/
.breadcrumbs_news a, .breadcrumbs_news a:link, .breadcrumbs_news a:hover, .breadcrumbs_news a:visited, .breadcrumbs_news a:active{
    color:#003366;
    font-size: 10px;
}
.breadcrumbs_news{
    height:15px;
    background: url(/images/system/dotgreen.png) left bottom no-repeat;
    border-top:2px solid #076600;
    padding:0px 5px 2px 36px;
    margin:0 5px 5px 0;
    border-radius:0px;
    font-size: 10px;
    text-transform: uppercase;
}
.breadcrumbs_news span, .breadcrumbs_news a:last-child{
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
}
.breadcrumbs_news a{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
}
.breadcrumbs_news li, .breadcrumbs_news .divider, .breadcrumbs_news li.active{
    color:#000;
    font-weight: bold;
}
/*******************************************/
.pager_news a{
    color: #000000;
}
/*******************************************/
.listNews{
    width: 100%;
    border-collapse: collapse;
}
.listNews td{
    padding: 0 0 8px 0;
}
.listNews_column1 td{width: 100%;}
.listNews_column2 td{width: 50%;}
.listNews_column3 td{width: 33%;}
.listNews_column4 td{width: 25%;}
.listNews_column5 td{width: 20%;}
.listNews_column6 td{width: 16%;}
.listNews img{
    width: 70px;
    float: left;
}
.listNews .category{
    margin: 0 0 3px 0;
}
.listNews .category a{
    color: #D96F00;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
}
.listNews .date, .article .date{
    color: grey;
    font-size: 10px;
    text-decoration: none;
}
.listNews .attachments, .article .attachments{
    color: #D96F00;
    font-size: 12px;
}
.listNews .image img{
    width: 70px;
    padding: 0 10px 0 5px;
}
.listNews .title{
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline;
}
.listNews .introtext{
    color: #000000;
    font-size: 12px;
    text-decoration: none;
}
.listNews .s{
    color: #D96F00;
    font-size: 10px;
    text-decoration: none;
}
.listNews .comment{
    color: #D96F00;
    font-size: 10px;
    text-decoration: underline;
}
.listNews .hits{
    color: #D96F00;
    font-size: 10px;
    text-decoration: underline;
}
/******************************************/
.article{
    width: 100%;
    font-size: 12px;
}
.article .info{
    width: 320px;
    vertical-align: top;
}
.article .info a{
    color: #D96F00;
    font-weight: bold;;
}
.article .info .preview{
    text-align: left;
}
.article .info .preview img{
    max-width: 300px;
}
.article .content{
    vertical-align: top;
    text-align: left;
}
.article .title{
    color: #003366;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}
.article .fulltext{
    text-align: justify;
}
.article .source{
    font-weight: bold;
    color: #000;
}
.article .source a{
    font-weight: bold;
    color: #000;
    text-decoration: underline;
}

.article_orsk .info{
    width: 220px;
    vertical-align: top;
}
.article_orsk .info .preview img{
    max-width: 200px;
}
/*****************************************/
.pager_news_main{
    text-align: center;
}
.pager_news_main ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.pager_news_main ul li{
    display: inline;
    padding: 0;
}
.pager_news_main ul li a{
    font-size: 12px;
    font-weight: bold;
    color: #000;
}
.pager_news_main ul li.active a{
    background: #003366;
    color: #fff;
    padding: 0 2px;
}