.blockCont {
    width: 670px;
    background: #fff;
    border: 1px solid #d6d6d6;
    overflow: hidden;
    margin-top: 23px;
    min-height: 164px;
}

.news_image_conteiner {
    float: left;
    width: 229px;
    height: 164px;
    overflow: hidden;
}

.textual-part h2 {
    padding: 0;
    font-size: 18px;
    margin: 8px 0 5px;
}

.news_image_conteiner > img {
}

.news_small_text_conteiner {
    width: 425px;
    margin-left: 230px;
}

.textual-part {
    width: 425px;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 600;
    min-height: 127px;
}

#new_info_with_image {
    background: #e3e3e3;
    width: 440px;
    height: 29px;
    overflow: hidden;
}

#new_info_with_image a {
    background: url("images/read-more.png") no-repeat right center;
    padding-right: 20px;
    text-decoration: none;
    font-weight: bold;
    color: #f19c1e;
    font-size: 14px;
    display: block;
    float: right;
    margin-top: 6px;
    margin-right: 11px;
}

#new_info_with_image div {
    background: url("images/clock.png") no-repeat left 0px;
    padding-left: 26px;
    text-decoration: none;
    font-weight: 600;
    color: #696969;
    font-size: 14px;
    float: left;
    margin-top: 7px;
    margin-left: 10px;
    height: 18px;
}

#news-list-section {
    width: 685px;
    float: left;
    border-right: 1px solid #d6d6d6;
}

#newsletter-section {
    float: right;
    width: 283px;
}

#newsletter-section > h1 {
    width: 261px;
    background: url("images/menu_default.png");
    border: 1px solid #d6d6d6;
    border-bottom: 2px solid #f19c1e;
    text-align: right;
    padding: 5px 10px;
    margin: 0;
}

#newsletter-section > ul {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
}

#newsletter-section > ul > li {
    margin: 2px 0 0 0;
    padding: 0;
    background: #eee;
    color: #1e1e1e;
}

#newsletter-section > ul > li > a {
    margin: 2px 0 0 0;
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 12px 7px;
    display: block;
}

#newsletter-section > ul > li:hover {
    background: #f19c1e;
    color: #FFF;
}


.section_separator_tham {
    overflow: hidden;
    padding: 0;
}

.current_news_main_wropper {
    overflow: hidden;
    margin-top: 20px;
}

.current_news_main_wropper > .inner_news_img_wropper {
    float: left;
}


.current_news_main_wropper > p{
    float: right;
}

.news_inner_text {
    float: right;
    width: 721px;
    font-size: 20px;
    line-height: 30px;
}
.news_inner_text > p:first-child{
    margin-top: 0;
}


.paginator-continer{
    padding: 5px 12px 20px;
}
.page_centre {
    float: right;
}

.page_centre .pageprev{

}
.page_centre .pagenext{

}
.page_centre .paging{
    background: #fff;
    color: #f19c1e;
    border: 1px solid #f19c1e;
    text-decoration: none;
    padding: 2px 5px;
    margin: 0 2px;
    float: left;
}
.page_centre .current{
    background: #f19c1e !important;
    color: #fff !important;
}

