
.st_container{
    position: relative;
    height: 350px;
    width: 240px;
    overflow: hidden;
}
.st_tab_item{
    position: absolute;
    top: 47px;
    left: 0;
    height: 350px;
    width: 230px;
    background: #fff;
}
.st_nav_item{
    float: left;
    width: 50%;
    height: 36px;
    cursor: pointer;
    line-height: 39px;
    color: #000;
}
.st_nav_item span{
    display: block;
    font-family: CRC55M1251, Verdana;
    font-size: 12px;
    padding: 0 0 0 10px;
    text-transform: uppercase;
    font-weight: bold;
}
.st_tab_nav_container{
    background: #d5d5d5;
    height: 36px;
    margin-top: 4px;
}
.st_nav_item.st_active{
    background: #000 url( ../img/tab-switcher-active-bg.png ) left top repeat-x;
    color: #F3F3F3;
    height: 44px;
    margin-top: -4px;
    line-height: 46px;
}
.st_nav_item:not(.st_active):hover{
    /*transition: background-color 500ms linear;*/
   /* background-color: #F3F3F3;*/
}

/*.fb-like-box{
  height: 290px;
}
i[class*="st_icon_"]{
    display: inline-block;
    width: 34px;
    height: 34px;
    background-image: url( /wp-content/plugins/social-tabs/img/social-icons.png );
    background-repeat: no-repeat;
}*/
/*
.st_icon_fb{
    background-position: -42px 0;
    margin: 3px;
}
.st_icon_vk{
    background-position: -84px 0;
    margin: 3px;
}
#fb_nav{

}
#vk_nav{

}*/
