﻿#newsC_Container 
{
    padding:20px 0; 
    min-height: 650px; 
}

#newsC_Button 
{
    margin: 1rem 0;
    float:right
}

#newsC_News {
    padding: 1rem;
    min-height: 500px;
    background: #e6e6e6;
}

.newsC_Box
{
    border-bottom:1px solid #efefef; 
    background: url("/images/arrows_widget_off.png") right center no-repeat;
    padding:15px 50px 15px 0
}

.newsC_Box:hover
{
    background: url("/images/arrows_widget_active.png") right center no-repeat;
    cursor:pointer
}

.newsC_BoxTitle { 
    font-weight: bold;
    color: #af1524;
    display:block;
}

.newsC_BoxContent {
    display: block;
    margin-top: 0.5rem;
}

.newsC_BoxContent img {
    float: none !important;
    height: auto !important;
    width: 100px !important;
    padding-top: 5px;
}

#newsC_Container .menu_title {
    color: #222222;
}