.soc_tabs {
    list-style: none;
    padding: 0px;
    margin: 20px 0 0 0;
}

.soc_tabs li {
    list-style: none;
    position: relative;
    float: left;
    font-size: 11px;
    color: #000000;
}

.soc_tabs li i {
    background: url("/assets/images/left_block/addTo.gif") repeat scroll 0 0 transparent;
    position: absolute;
    cursor: pointer;
    display: block;
    height: 16px;
    overflow: hidden;
    width: 16px;
    margin: 7px 0 0 10px;
}

.soc_tabs li a {
    font-size: 11px;
    color: #000000;
    position: relative;
    padding-left: 20px;
    text-decoration: underline;
    display: block;
    padding: 7px 10px 9px 30px;
}

.soc_tabs li a:hover {
    text-decoration: none;
}

.tabs_vk i {
    background-position: -17px 0 !important;
}

.tabs_fb i {
    background-position: -34px 0 !important;
}

.act_soc_tab {
    background: #f2f2f2;
}

.social-blocks {
    min-height: 320px;
    margin-bottom: 20px;
}