.bprog .prog-basic a{
    text-decoration: underline;
    cursor: pointer;
    color: black;
}
.bprog .prog-basic a:hover{
    text-decoration: underline;
}
.clear, .spacer{	clear:both; }
ul{
    margin:0;
    padding:0;
    list-style: none;
}

.bprog, .bmsg, .bswitcher{
    float: left;
    /*background-color: #d3d3d3;*/
}

.bprog{
    width: 430px;
    padding: 5px 20px 5px 5px;
}
    .bprog .logo{
        display: block;
        float: left;
        padding: 0 5px 5px 0;
    }
    .bprog .prog-name{
        font-size: 18px;
        color: #5475C3;
        font-weight: bold;
    }
    .bprog .presenters .sign{
        display: block;
        float: left;
        margin-right: 5px;
    }
    .bprog .presenters ul {
        float: left;
    }
    .bprog .presenters li{
        float: left;
    }

    .bprog .phones .sign{
        font-weight: bold;
    }

    .bprog .player{
        margin: 5px 0;
    }

    .bprog .other-formats{
        font-weight: bold;
        font-size: 17px;
    }

    .bprog .other-formats .sign a.format{
        width: 50px;
        height: 25px;
        background: url("/-images/popup/bg_format.jpg") no-repeat scroll 0 0 #0866C6;
        font-size: 14px;
        text-align: center;
        padding-top: 10px;
        color: #fff;
        display: inline-block;
    }

    .bprog .other-formats .formats-dropdown:hover .formats-box{
        display: block;
    }

    .bprog .other-formats ul.formats-box{
        min-width: 80px;
        /*background-color: #0866C6;*/
    }

    .bprog .other-formats ul.formats-box {
        /*margin-bottom: 6px;*/
        margin-bottom: 30px;
    }

    .bprog .other-formats ul.formats-box li{
        /*margin-bottom: 6px;*/
        min-width: 80px;
    }

    .bprog .other-formats .formats-dropdown{
        display: inline-block;
        position: relative;
    }

    .bprog .other-formats .formats-box{
        min-width: 100px;
        display: flex;
        z-index: 1000;
    }

    .bprog .other-formats .formats-box li{
        margin-left: 20px;
    }
    
    .bprog .other-formats .formats-box a{
        background-color: #0866C6;
        border: 1px solid #1BAEE7;
        border-radius: 3px;
        color: #FFFFFF;
        padding: 5px;
        font-size: 14px;
        display: inline-block;
        width: 100%;
    }
    .bprog .other-formats .formats-box a:hover,
    .bprog .other-formats .formats-box a.active{
        background-color: #FFFFA8;
        border: 1px solid #1BAEE7;
        color: #086BC9;
        text-decoration: none;
    }

    .bprog .descr{
        height: 190px;
        overflow-y: scroll;
    }
    .bprog .descr p{
        margin: 5px 0;
    }
    .bprog .descr-archive{
        height: 260px;
    }

.bmsg{
    width: 300px;
    margin-right: 10px;

}
    #idAjaxSuccess,
    .bmsg ul.ajax-err{
        display: none;
        border: 1px solid #1BAEE7;
        background-color: #F5F6FB;
        border-radius: 5px;
        color: #f00;
    }

    #idAjaxSuccess{
        color: green;
        text-align: center;
    }

    .bmsg ul.ajax-err li{
        text-align: center;
    }
    .bmsg ul li{
        margin: 5px 0;
        text-align: right;
        width: 300px;
    }
    .bmsg textarea{
        width: 300px;
        height: 200px;
        border: 1px solid #d3d3d3;
    }
    .bmsg input[type=text]{
        border: 1px solid #d3d3d3;
        height: 25px;
    }

    .bmsg .social{
        float: left;
        width: 150px;
        /*background-color: #00BFFF;*/
        border-radius: 5px;
        text-align: left;
    }
        .bmsg .social .item{
            float: left;
        }

    .bmsg input[type=submit]{
        float: right;
        padding: 10px;
    }

    .bmsg li.msg{
        text-align: left;
    }
    
    .bmsg li.captcha{
        vertical-align: middle;
        display: inline-block;
        text-align: right;
    }
    .bmsg li.captcha img,
    .bmsg li.captcha label,
    .bmsg li.captcha input
    {
        display: inline-block;
        vertical-align: middle;
    }

    .bmsg li.captcha img{
        cursor: pointer;
    }

    .bmsg li.captcha input{
        width: 65px;
    }

    .bmsg li.name input{
        width: 200px;
    }

.bswitcher{
    width: 90px;
}

    .bswitcher a{
        display: block;
        background-color: #086BC9;
        border: 1px solid #1BAEE7;
        border-radius: 5px;
        text-align: center;
        width: 70px;
        height: 50px;
        line-height: 50px;
        color: #fff;
        margin: 10px 0;
        box-shadow: inset 0 0 1px rgba(0,0,0,0.7), 0 0 1px #245580;
        -moz-box-shadow: inset 0 0 1px rgba(0,0,0,0.7), 0 0 1px #245580;
        -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.7), 0 0 1px #245580;
    }

    .bswitcher a.active{
        /*background-color: #ffff00;*/
        background-color: #FFFFA8;
        color: #086BC9;
        font-weight: bold;
    }


#idSocialBoxFrame{
    width: 188px;
    height: 35px;
}