
.entry-content .su-accordion
{
    background: none repeat scroll 0 0 #F2F6F6;
    border-bottom: 1px solid #C4D4D4;
    border-top: 1px solid #c4d4d4;
    float: left;
    margin-top: -1px;
    margin-left: -24px;
    padding-left: 25px;
    padding-top: 10px;
    width: 663px;

}

.su-spoiler
{
    width: 100%;
    overflow: hidden;
    margin: 4px auto 0 0px;
    position: relative;
    margin-left: -24px;
}

.entry-content .su-spoiler-title
{
    background: url("../images/accordeon_icon.png") no-repeat scroll 0 0 transparent;
    height: 30px;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 28px;
    padding-top: 3px;
    font-weight: 600;
    font-size: 15px;
    margin-left:20px;
    height:28px;
    color: #ee7e00;
}

.entry-content .su-spoiler-closed .su-spoiler-title:hover
{
    cursor: pointer;
    background-position: 0 -76px;
}

.entry-content .su-spoiler-closed .su-spoiler-title
{
    background-position:0 -38px;
    color: #464646;

}

.entry-content .su-spoiler-icon-plus .su-spoiler-icon:before,
.entry-content .su-spoiler-icon-plus.su-spoiler-closed .su-spoiler-icon:before
{
    content:'';
}

