.fancybox_image, .article_image {
    float: left ; 
    width: 115px ; 
}


.article {
    position: relative ;
    border: 1px dotted #B2B2B2 ;
    background: white ;
    padding: 15px ;
    padding-bottom: 5px ;
    margin-bottom: 3px ;
}

#sub_rub_articles_left .article, #sub_rub_articles_right .article {
    margin-bottom: 10px ; 
}

#sub_rub_articles_wide {
    background-color: white;
    width: 565px;
    border: 1px dotted #b2b2b2;
}
.article_noborder {
    /* f** that shit! */
    border: none !important;
    background-color: transparent !important;
}

.article h2 {
    padding-bottom: 10px ;
    color: #124780 ;
    font-size: 15px ; 
}

.article h2 a {
    color: #124780 ;
    font-size: 15px ; 
}

.article h2 a:hover {
    text-decoration: none ; 
}

#right_col_inner_wrap .article, #right_col_inner_wrap_top .article {
    margin-bottom: 10px ;
}

.more_button_wrap {
    padding-top: 2px ;
    float: left ;
    display: none ;
}

.less_button_wrap {
    padding-top: 2px ;
    float: left ;
    display: none ;
}

.article_body {
    overflow: hidden ;
}

.article_body a {
    color: #124780 ;
}

.article_body .body ul {
    overflow: auto ;
}
