/* 'Careers' page style
*/

#div-body-navigation
{
    /* overload defaults in 'base.css '*/
    height: auto;
    width: auto;

    float: none;
}

#div-careers-top
{
    height: 390px;
    width: 900px;

    overflow: auto;

    background-attachment: scroll;
    background-color: transparent;
    background-image: url(/tdi/images/main-others/about-us-bg.jpg);
    background-position: top right;
    background-repeat: no-repeat;
}

#div-careers-details
{
    width: 530px;

    padding: 10px;
}

.ul-jobs
{
    padding-left: 0px;

    list-style: none;
}

#div-careers-bottom
{
    padding: 10px;
}

/* 'About Us' page style
*/

#div-about-us-top
{
    height: 390px;
    width: 900px;

    overflow: auto;

    background-attachment: scroll;
    background-color: transparent;
    background-image: url(/tdi/images/main-others/about-us-bg.jpg);
    background-position: top right;
    background-repeat: no-repeat;
}

#div-about-us-descr
{
    width: 530px;

    padding: 10px;
}

#div-footer-products-menu
{
    overflow: auto;

    background-attachment: fixed;
    background-color: transparent;
    background-image: url(/tdi/images/base/home-bg.jpg);
    background-position: top left;
    background-repeat: repeat-both;
}

#div-about-us-address
{
    padding: 10px;

    font-family: Arial;
    font-size: 9pt;

    line-height: 200%;

    color: #ffffff;
}

.ul-branch
{
    padding: 0px;
}

.li-branch
{
    margin-bottom: 18pt; /* #div-about-us-address.font-size x 2 */

    list-style: none;
}

.div-branch-address
{
}

#div-customer-care
{
    height: 390px;
    width: 900px;

    overflow: auto;

    background-attachment: scroll;
    background-color: transparent;
    background-image: url(/tdi/images/main-others/about-us-bg.jpg);
    background-position: top right;
    background-repeat: no-repeat;
}

#div-customer-care-body
{
    width: 530px;

    padding: 10px;
}

#div-audit-hotline
{
    padding: 10px;
}

.li-cc-level-1
{
    padding: 0px;
    margin-bottom: 20px;

    list-style: none;

    border-style: solid;
    border-color: #ffffff;
    border-width: 1px;
}

.li-cc-level-2
{
    list-style: none;
}

.span-cc-level-1
{
    padding-left: 10px;

    display: block;

    background-color: #ffffff;
    color: #000000;

    font-weight: bold;
}

.ul-cc-level-1
{
    padding: 0px;
}

.ul-cc-level-2
{
    padding: 10px;
}

.h3-em
{
    padding: 5pt;

    display: block;

    text-transform: uppercase;

    font-size: 10pt;

    background-color: #ffffff;
    color: #000000;
}

