
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.clearfix {
    zoom: 1;
}
.content_tabs_container{
    position: relative;
    width: 240px;
}
.ct_nav_container{
    position: relative;
}
.ct_nav_item{
    float: left;
    width: 50%;
    height: 36px;
    cursor: pointer;
    color: #000;
}
.ct_nav_item span{
    position: absolute;
    font-family: CRC55M1251, Verdana;
    font-size: 12px;
    /*padding: 5px 0 0 10px;*/
    text-transform: uppercase;
    font-weight: bold;
}
.ct_nav_container{
    background: #d5d5d5;
    height: 36px;
    margin-top: 4px;
}
.ct_nav_item.ct_active{
    background: #000 url( ../img/tab-switcher-active-bg.png ) left top repeat-x;
    color: #F3F3F3;
    height: 44px;
    margin-top: -4px;
}
.ct_content_container{
    position: relative;
    top: 8px;
    border: 2px solid #000;
    padding: 6px 8px;
}
.ct_content_container .content_item{
    margin: 0 0 25px 0;
}
.ct_content_container .content_item:last-child{
    margin: 0 0 10px 0;
}
.ct_post_title{
    font-family: CRC55M1251, Verdana;
    font-size: 12px;
    text-transform: uppercase;
    padding: 3px 3px 3px 3px;
    border-bottom: 1px solid #000;
    margin: 0 -3px 5px -3px;
}
.ct_post_title a{
    color: #000;
}
.ct_post_title a:hover{
    color: #575756;
}
.ct_content_container .slide_item{
    float: left;
    width: 100%;
    background: #fff;
}
.ct_content_container .slide_item img{
    width: 220px;
    height: auto;
}