.m_b_popup{
    width:725px;
    min-height:85px;
    border-top:4px solid #ca0f0a;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    position: absolute;
    bottom: 0;
    right: -2000px;
    background: #fff;
    z-index: 1000;
}

.b-postTitle{
    width:172px;
    background: #ebebeb;
    min-height: 85px;
    overflow: hidden;
    /*display: inline-block;*/
    float:left;
    border-right:2px solid #fff;
}

.b-postTitle a{
    color:#000;
    font-size: 12px;
    margin: 10px;
    display: block;
}

.b-postTitle:hover{
    background: #e1e1e1;
}

.b-postTitle:hover a{
    color:#ca0f0a;
}

.b-postTitle_white{
    background: #fff;
}

.b-postTitle_white span{
    font-size:14px;
    font-weight:bold;
    text-transform: uppercase;
    margin: 10px;
    display: block;
}

.close_popup{
    margin:10px 5px;
    cursor: pointer;
}