TABLE.prices, TABLE.descr, TABLE.other_info
{
    width: 100%;
}

TABLE.prices TD 
{
    padding-left: 7px;
    border-top: 1px solid #E0E0E0;
    font-family: 'Tahoma';
}

TABLE.prices TD.header, TABLE.descr TD.header
{
    border-bottom: 0px solid #000000;
    font-family: 'Trebuchet MS';
    font-size: 18px;
    border-top: 0px;
    color: #3D5E75;
    padding-left: 7px;
    background-image:url('/img/topmenu/submenubg.png');
    background-repeat:repeat-x;
    background-position:0px 36px;

    height:40px;    
}

TABLE.prices TD.item0
{
    background-color: #FCF3CF;
    font-weight: bold;
}

TABLE.prices TD.item1
{
    background-color: #FEF9E9;
    font-weight: bold;
}

TABLE.prices TD.desc0
{
    background-image: url('/img/prices/prices_table_bg0.gif');
    background-repeat:repeat-Y;
}

TABLE.prices TD.desc1
{
    background-image: url('/img/prices/prices_table_bg1.gif');
    background-repeat:repeat-Y;
}

SPAN.bold_red
{
    font-weight: bold;
    color: red;
}

SPAN.grey14
{
    font-size: 14px;
    color: #808080;
}

SPAN.grey
{
    color: #646464;
}

TABLE.prices TD.arrow
{
    border-top: 1px solid #000000;
    text-align: right;
    padding-top: 15px;
}

TABLE.prices TD.arrow TABLE
{
    margin-left: auto;
}

TABLE.prices TD.arrow TABLE TD
{
    border: none;
}

TABLE.descr TD 
{
    font-family: 'Tahoma';
} 

TABLE.descr TD.gap
{
    width: 80px;
}

TABLE.descr TD.desc_h
{
    padding-top: 20px;
    background:url('/img/dotted_line.gif') repeat-x 0% 100%;
    font-weight: bold;
}

TABLE.descr TD.center_arrow
{
    padding-top: 15px;
} 

TABLE.other_info 
{
    margin-top: 25px;
}

TABLE.other_info TD.header
{
    border-bottom: 1px solid #B4C8A2;
    font-family: 'Trebuchet MS';
    font-size: 18px;
    border-top: 0px;
    color: #FD0000;
    font-weight: bold;
}

TABLE.other_info TD.content
{
    background-image: url('/img/prices_green_bg.gif');
    padding-left: 7px;
    border-bottom: 1px solid #B4C8A2;
}

TABLE.other_info TD.content TABLE
{
    width: 100%;
}


TABLE.other_info TD.content TABLE TD
{
    text-align: center;
    vertical-align: top;
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 5px;
    padding-top: 10px;
}

TABLE.prices_additional
{
    width: 100%;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
}

TABLE.prices_additional TR TD
{
    padding-top: 2px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    font-family: 'Tahoma';
    font-size: 11px;
    text-align:right;
}

TABLE.prices_additional TR TD.header
{
    background-color: #E8E8D9;
    font-weight: bold;
    text-align:center;
}

DIV.bottom
{
    width: 100%;
    font-family: 'Tahoma';
    font-size: 11px;
    margin-bottom: 15px;
    margin-top: 5px;
}

H2
{
    font-family:'Tahoma';
    font-weight: bold;
    font-size: 11px;
    color: #F97121;
}


