﻿h2{
    cursor: pointer;
    background-image:url('/webdata/graphics/fc_togglePlus.png');
    background-repeat:no-repeat;
    text-indent:33px;
    background-position:4px 12px;
}
.open {
    background-image:url('/webdata/graphics/fc_toggleMinus.png');
}

.section h2{
    cursor: default;
    background-image:url('');
    background-repeat:no-repeat;
    text-indent:0px;
    background-position:4px 12px;
}