.b-spoiler {
    padding-bottom:7px;
    /* fix for Opera
     margin-bottom:5px;
     */
    background:url(../../[RU]Axoft/images/bg/hr_dashed.gif) 0 100% no-repeat;
    line-height:1;
}
.b-spoiler p {
    padding-top: 12px;
}
.b-spoiler .h3 {
    /*margin-bottom:0;*/
    font-size:1.1428em;
    color:#333;
    font-weight:bold;
    margin-top: 10px;
}

.b-spoiler .h3 span {
    color:#00b27c;
    cursor: pointer;
}

.b-spoiler .h3 span:hover {
    text-decoration: underline;
}

.b-spoiler .b-content_text {
    font-size:14px;
    color:#333;
    line-height:1.3571;
    margin-bottom:10px;
}
.b-spoiler .b-content_text ul li {
    margin-left: 25px;
}
.b-spoiler .b-content_text UL {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 25px;
}
.b-spoiler .b-content_text OL {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 30px;
}
.b-spoiler .b-content_text OL UL,
.b-spoiler .b-content_text UL UL {
    list-style-type: circle;
}
.b-spoiler .b-content_text p,
.b-spoiler .b-content_text OL UL {
    padding-bottom: 10px;
}