.cite_item {
    background: #eff5f6 url(../images/headline-bg-blue.jpg) no-repeat;
    height: 160px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    border: 1px solid #e9eae9;
    position: relative;
    margin-bottom: 20px;
}
.cite_ico {
    position: absolute;
    top: -7px;
    left: 20px;
    width: 32px;
    height: 25px;
    background-image: url(../images/headline-sprite.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}
.cite_header {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    height: 46px;
    line-height: 34px;
    background: url(../images/headline-corner.jpg) no-repeat 100% 0;
}
.cite_content {
    padding: 20px;
    font-size: 11px;
    line-height: 13px;
    overflow: hidden;
    zoom: 1;
}
.cite_content img {
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}
.cite_content a {
    color: #333;
    overflow: hidden;
    display: block;
}
.cite_content_more {
    clear: both;
    text-align: right !important;
    font-size: 12px !important;
    line-height: 14px !important;
    font-weight: bold;
    padding-top: 5px;
    margin: 0 !important;
}
p.new_author {
    font-weight: bold;
    text-align: right;
    font-style: italic;
}

p.source {
    text-align: right;
    margin-bottom: 30px;
    font-size: 12px;
}
p.source a {
    text-decoration: underline;
    color: #1B79BC;
}

/* Главная нвость в списке публикаций */
.top_new {
    width: 245px;
    float: left;
}
    .top_new_photo {
        margin-bottom: 15px;
        border: 1px solid #E9EAE9;
    }
    .top_new_name {
        font-size: 16px;
        line-height: 17px;
        margin-bottom: 10px;
    }
    .top_new_name a {
        color: #CD2F15;
    }
    .top_new_annonce {
        line-height: 14px;
    }
    .top_new_annonce a {
        color: #333;
    }
.top_small_news {
    width: 390px;
    /*height: 300px;*/
    float: right;
    overflow: hidden;
}
.top_small_news table {
    width: 100%;
}
.top_small_news td {
    height: 60px;
    vertical-align: middle;
}
.top_small_news td a {
    color: #1b79ce;
}
.top_small_news td img {
    border: 1px solid #E9EAE9;
}
.top_small_news th {
    height: 20px;
    background: url("../images/dotted-gray.gif") 0 50% repeat-x;
}
