#stage0
{
    height:             390px;
}
#stage1
{
    min-height:         390px;
}
#stage2
{
    min-height:         390px;
}

#cmdStage0
{
    background:         url('/static/img/rekenmachines/orv_0.jpg') no-repeat
}
#cmdStage1
{
    background:         url('/static/img/rekenmachines/orv_1.jpg') no-repeat
}
#cmdStage2
{
    background:         url('/static/img/rekenmachines/orv_2.jpg') no-repeat
}
#cmdStage4
{
    background:         url('/static/img/rekenmachines/orv_4.jpg') no-repeat
}

/* R E S U L T S */

div.calc
{
    width:              700px;
    padding-top:        4px;
}
table.calc
{
    border-collapse:    separate;
    padding:            0px;
    width:              700px;
    clear:              both;
}
tr.calc
{
    height:             40px;
}
.calc_wait
{
    height:             192px;
    padding-top:        32px;
    padding-left:       4px;
}
.calc_head
{
    cursor:             default;
    padding-left:       4px;
    padding-right:      4px;
    color:              #000;
    font-weight:        bold;
}
#calc_headprice, #calc_headtotal
{
    padding-right:      0px;
    text-align:         right;
}
.calc_name
{
    cursor:             default;
    padding:            4px;
    padding-left:       2px;
    color:              #6a4c9a;
}
.calc_spec
{
    cursor:             default;
    padding:            4px;
}
.calc_spectxt
{
    font-size:          11px;
}
.calc_stars
{
    cursor:             pointer;
}
.calc_price
{
    padding-top:        4px;
    text-align:         right;
    font-size:          11px;
}
.calc_prod
{
    display:            block;
    cursor:             pointer;
    font-weight:        bold;
    color:              #7658a4;
    margin-left:        20px;
    padding-top:        4px;
    font-size:          11px;
    height:             16px;
}
.calc_comm
{
    display:            none;
}
.calc_comml
{
    margin-left:        12px;
    list-style-type:    square;
    color:              #6a82b0;
    padding-bottom:     8px;
}
.calc_commlnk
{
    font-size:          11px;
    color:              #7658a4;
    font-weight:        bold;
    cursor:             pointer;
}
.calc_commi
{
    font-size:          11px;
}
.calc_discl
{
    padding-left:       4px;
    padding-top:        8px;
    font-size:          10px;
}
.lnk_comm
{
    color:              #7658a4;
    cursor:             pointer;
    font-size:          11px;
    font-weight:        bold;
}
.lnk_price
{
    color:              #7658a4;
    cursor:             pointer;
}
