﻿#MBMenu1
{
    display: block;
}
#MBMenu2
{
    display: none;
}
#dmtoptel
{
    display: block;
}
.MainBottomCR
{
    display: block;
}

@media screen and (min-width:0px) and (max-width:1000px)
{
    #MBMenu1
    {
        display: none;
    }
    #MBMenu2
    {
        display: block;
    }
}

@media screen and (min-width:0px) and (max-width:1000px)
{
    /*.MBMenu1Body
    {
        float: none;
        width: 100%;
        margin-top: 5px;
        margin-right: 0px;
        clear: both;
    }
    */
    .MBMenu1Body
    {
        top: 5px;
        height: 24px;
    }
    #dmtoptel
    {
        display: none;
    }
    /*#dmtoplang
    {
        float: none;
        margin-top: 15px;
        margin-left: 0px;
    }
    .MBLogo
    {
        float: none;
        width: 100%;
        margin-right: 0px;
        margin-top: 0px;
        padding-top: 15px;
        clear: both;
    }
    
    .MBTopMenu
    {
        height: 150px;
    }*/
}

@media screen and (min-width:0px) and (max-width:1000px)
{
    
    .MainBottomCR
    {
        display: none;
    }
    .MainBottomCL
    {
        float: none;
        width: 100%;
        margin-left: 0px;
    }
    .MainBottomCLItems
    {
        float: none;
        width: 100%;
    }
    .MainBottomCLSep
    {
        margin-right: 60px;
    }
    .MainBottomCPR
    {
        position: relative;
        width: 100%;
        height: 27px;
        padding-top: 8px;
        right: 0px;
        text-align: center;
        clear: both
    }
    .MainBottomCPL
    {
        position: relative;
        width: 100%;
        height: 30px;
        left: 0px;
        padding-top: 0px;
        text-align: center;
        clear: both
    }
    .MainBottomCP
    {
        height: 80px;
    }
}
