@media (min-width: 800px)
{
    #bannerSmaller
    {
        display: none !important;
    }
}

@media (max-width: 799px)
{
    #bannerNormal
    {
        display: none !important;
    }
}

@media (max-width: 600px)
{
    #nav ul[data-level="2"]
    {
       position: absolute !important;
       left: 0 !important;
       right: 0 !important;
       z-index: 1000 !important;
    }

    #nav ul[data-level="3"]
    {
       position: absolute !important;
       left: 100px !important;
       right: 0 !important;
       z-index: 1000 !important;
       overflow: hidden !important;
    }
}

@media (max-width: 870px)
{
    .menuText
    {
        display: none !important;
    }
}

.menuIconsP
{
    display: table;
    width: 100%;
}

.menuIcons
{
    display: table-cell;
    vertical-align: middle;
    height: 38px;
}
.menuIcons img
{
    /*width: 100%;
    max-width: 25px;
    max-height: 25px;  this way some image shrinks even when there is enough space (IE). With the other way, about 240 pixel width is needed */
    padding-top: 5px;
    width: 25px;
    height: 25px;
}
.menuIcons2
{
    display: table-cell;
    vertical-align: middle;
    height: 38px;
    padding: 0 6px 0 6px;
}
.menuIcons2 img
{
    padding-top: 5px;
}
.menuWrapper
{
    display: table;
    margin: 0 auto;
}

.menuText
{
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
}
.menuText2
{
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
}

#bannerNormal
{
    display: table;
}
#bannerNormalCenter
{
    display: table;
    width: 2%;
    text-align: center;
}
#bannerNormalCenter a
{
    display: table-cell;
}
#bannerNormalCenter img
{
    display: block;
}
#bannerNormalLeft
{
    height: 101px;
    font-family: Verdana;
    font-size: 10px;
    display: table-cell;
    width: 48%;
    vertical-align: bottom;
}
#bannerNormalRight
{
    height: 101px;
    display: table-cell;
    width: 48%;
    text-align: right;
    vertical-align: bottom;
    font-family: Verdana;
    font-size: 10px;
}

#bannerSmaller, #bannerSmaller select
{
    font-size: 10px;
    font-family: Verdana;
}
#bannerSmaller img
{
    max-width: 507px;
}
#bannerSmaller label
{
    white-space: nowrap;
}

#readyLamp, #readyLamp2
{
    cursor: pointer;
}

#readyStatus, #readyStatus2
{
    position: absolute;
    width: auto;
    height: auto;
    z-index: 2;
    display: none;
}

.dot
{
    position: absolute;
    z-index: -2;
    top: 15px;
    left: 15px;
}

#littleConfirmation
{
    background-color: blue;
    color: white;
    font-size: 18px;
    padding: 5px;
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    margin-left: -5px;
    z-index: 1000;
}

.imgMiddleHelperSpan
{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}