.news-important .news-item {
    padding-top:15px;
    padding-bottom:2px;
}

.news-item .image {
    float:left;
    width:160px; height:120px;
    margin-right: -160px;
}
.news-item .image a {
    position:relative;  
}
.news-item .right-container {
    float:left; width:100%;
}
.news-item .news-header {
    height:120px;   
}
.news-item .right {
    
    margin-left: 180px;
}
.news-item .right h3 {
    display: table-cell;
    vertical-align: middle;
    height:80px;
    padding:0px; margin:0px;    
}

* html .news-item .right h3 {
    position: relative;
    top:50%;
    margin-top:-20px;
    zoom:1;
    height:80px;
    
}


.news-item .right h3 a {
    font-size:25px;
    color:#C91C14;
    font-weight: normal;
}

.date {
    width:90px;
    height:18px; color:#ffffff; font-size:12px;
}

.date-right {
    float:right;

    background-repeat: no-repeat;
    width:2px;
    height:18px;
    margin-left:-2px;
}
.date-main-container {
    float:right; 
    width:100%;
    height:18px;
    
}
.date-main {
    height:18px;
    background-repeat: no-repeat;
    background-color:#000000;
    border-radius: 2px;
    padding-left:10px;
    
}
.date-main .text {
    padding-top:2px;    
}
.separator-line {
    width:100%;
}

.separator-line .inner {
    font-size:1px;
    height:5px;
    background-image: url('/images/news-line.gif');
    margin-right: 2px;
    margin-top: 20px;
}

.news-text {
    font-size:12px;
    line-height:140%;
}


.news-last-item {
    background-image: url('/images/news-arrow-small.gif');
    background-repeat: no-repeat;
    padding-left:15px;
    background-position: 0px;
    padding-top:6px;
    font-size:14px;
    height:25px;
}
.news-last {
    padding-top:20px;
    padding-bottom:15px;
    
}

.news-last-item a {
    color:#000000;
}
.news-last-item sub {
    color:#D9251D;
}
.news-link {
    float:right;
    font-size:12px;
    padding-right:40px;
}
.news-link a {
    color:#D9251D;
}
.paginator {
    font-size:14px;
    padding-top:5px;
    padding-bottom:5px;
}
.paginator a {
    color:#0060A3;  
}
.news p {
    padding-top:4px;
}

.news-text {
    line-height:160%;
}
