div.fold-content {
    background:url('img/footer.png') bottom left no-repeat #f5f3f4;
    width:550px;
    margin-bottom:8px;
    position:relative;

    min-height:37px;
    height:auto !important;
    height:37px;
}

div.fold-content div.fold-head {
    background:url('img/header.png') no-repeat;
    padding-top:10px;
}

div.fold-content div.fold-head h2 {
    text-indent: -10000px;
    background-repeat:no-repeat;
    margin:0 14px 7px;
    font-size:10px;
    height:35px;
    height:22px;
}

div.fold-content div.fold-head h2.active {
    background-position:0 -23px;
}

div.fold-content div.fold-text {
    padding:0 14px 26px;
}

div.fold-content div.fold-text-hidden {
    display:none;
}

div.fold-content a.fold-button {
    display:block;
    width:100%;
    height:37px;
    position:absolute;
    top:0;
    left:0;
    background:url('img/plus.png') no-repeat 523px 11px;
}

div.fold-content a.fold-button-active {
    background-image:url('img/minus.png');
}

div.fold-content a.fold-button span {
    display:none;
}