﻿.cat-outer-div.fld
{
    height: 35px;
}

.cat-head.fld
{
    background: url(/Controls/images/calculator/broch_folds_header.png);
    background-position: 0px 0px;
}
.cat-head.fld.closed
{
    background-position: -267px 0px;
}

.cat-head.fld.hover
{
    background-position: -532px 0px;
}

.cat-head.fld.closed.hover
{
    background-position: -799px 0px;
}

/* FOLD TYPES BUTTONS */
div.fold_btns_div
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 476px;
    height: 218px;
}
div.fold_btns_div div
{
    background-image: url(/Controls/images/calculator/Fold_Buttons.png);
    background-repeat: no-repeat;
}
div.fold_btns_div div a
{
    outline: none;
    background-image: url(/Controls/images/calculator/Fold_Buttons.png);
    background-repeat: no-repeat;
}
a.fold_btn-1
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 110px;
    height: 60px;
    background-position: 0px -3px;
}
a.fold_btn-1:hover
{
    background-color: #e7e7e7;
}
a.fold_btn-1.selected
{
    background-position: -238px -3px;
}
div.fold_btn-2
{
    position: absolute;
    left: 110px;
    top: 0px;
    width: 18px;
    height: 60px;
    background-position: -110px -3px;
}
a.fold_btn-3
{
    position: absolute;
    left: 128px;
    top: 0px;
    width: 110px;
    height: 60px;
    background-position: -128px -3px;
}
a.fold_btn-3:hover
{
    background-color: #e7e7e7;
}
a.fold_btn-3.selected
{
    background-position: -366px -3px;
}
a.fold_btn-4
{
    position: absolute;
    left: 0px;
    top: 60px;
    width: 110px;
    height: 60px;
    background-position: 0 -78px;
}
a.fold_btn-4:hover
{
    background-color: #e7e7e7;
}
a.fold_btn-4.selected
{
    background-position: -238px -78px;
}
div.fold_btn-5
{
    position: absolute;
    left: 110px;
    top: 60px;
    width: 18px;
    height: 60px;
    background-position: -110px -78px;
}
a.fold_btn-6
{
    position: absolute;
    left: 128px;
    top: 60px;
    width: 110px;
    height: 60px;
    background-position: -128px -78px;
}
a.fold_btn-6:hover
{
    background-color: #e7e7e7;
}
a.fold_btn-6.selected
{
    background-position: -366px -78px;
}
a.fold_btn-7
{
    position: absolute;
    left: 0px;
    top: 120px;
    width: 110px;
    height: 60px;
    background-position: 0px -153px;
}
a.fold_btn-7:hover
{
    background-color: #e7e7e7;
}
a.fold_btn-7.selected
{
    background-position: -238px -153px;
}
div.fold_btn-8
{
    position: absolute;
    left: 110px;
    top: 120px;
    width: 18px;
    height: 60px;
    background-position: -110px -153px;
}

a.fold_btn-9
{
    position: absolute;
    left: 128px;
    top: 120px;
    width: 110px;
    height: 60px;
    background-position: -128px -153px;
}
a.fold_btn-9:hover
{
    background-color: #e7e7e7;
}
a.fold_btn-9.selected
{
    background-position: -366px -153px;
}

