/*разворачивающийся блок с вопросами*/
.questions{
    margin-left: 3px;
    margin-bottom: 50px;
}

.questions .one_question{
    border-top: 2px solid #cec3b0;
}

.questions .one_question .hidden_block{
    display: none;
}

.questions .one_question.odd{
    background: url('/img/design/odd_bg.png') repeat left top;
}

.questions .one_question .question{
    color: #0079bf;
    font-size: 18px;
    cursor: pointer;
    padding: 10px 10px 10px 0px;
    line-height: 24px;
}

.questions .one_question .question .underlined{
    border-bottom: 1px dashed #0079bf;
}

.questions .one_question.active{
    background: white none;
    height: auto;
}

.questions .one_question.active .question .underlined{
    border-bottom: 0px none;
}

.questions .one_question.active .hidden_block{
    display: block;
}

.questions .one_question.active .question{
    color: #0099b1;
    background: url('/img/design/question.png') no-repeat 0px 15px;
    padding-left: 20px;
}

.questions .one_question.last{
    border-bottom: 2px solid #cec3b0;
}

.questions .one_question .answer{
    color: #8a826f;
    line-height: 18px;
    margin-right: 20px;
}

.questions .one_question .answer P{
    margin: 0px;
}

.questions .one_question .interview{
    color: #4e4e4e;
    font-family: Arial;
    padding-bottom: 15px;
    margin-top: 10px;
}

.questions .one_question .interview .title{
    float: left;
    margin-top: 7px;
}

.questions .one_question .interview .approval-yes,
.questions .one_question .interview .approval-no{
    float: left;
    height: 27px;
    cursor: pointer;
}

.questions .one_question .interview .approval-yes{
    width: 38px;
    background: url('/img/design/faq/yes_hover.png') no-repeat left top;
    margin-left: 10px;
}

.questions .one_question .interview .approval-no{
    width: 44px;
    background: url('/img/design/faq/no_hover.png') no-repeat left top;
    margin-left: 5px;
}

.questions .one_question .interview .approval-yes:hover IMG,
.questions .one_question .interview .approval-no:hover IMG,
.questions .one_question .interview .approval-yes.hover IMG,
.questions .one_question .interview .approval-no.hover IMG{
    display: none;
}
/**************/