/* Module: Blog */
    .post-social {
        margin: 0 0 7px;
        }
        .post-social .share-item {
            float: left; 
            }
    .post__text img {
        max-width: 650px;
        }
.addthis_toolbox_bottom {
    position: relative;
    padding: 0 16px 0 0;
    height: 16px; 
    overflow: hidden;
    }
    .addthis_toolbox a {
        padding-bottom: 4px!important;
        }

.default_index .addthis_toolbox_bottom {
    width: 280px;
    }
.blog_index .post-preview .addthis_toolbox_bottom {
    width: 542px;  
    }
.blog_index .post .addthis_toolbox_bottom {
    width: 640px;
    }

.addthis_toolbox_bottom .ico-more  {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    right: 0;
    background: url(../img/btn_more-sb.gif) no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    }

/* Share this */
    .default_index .post-preview .sharring-counters {
        height: 26px;
        overflow: hidden;
        }
    .default_index .post-preview .share-item_su {
        display: none!important;
        }
