div.mobile-footer
{
    padding:5px;
    color:#7f7f7f;
}

div.mobile-footer a.active
{
    font-weight:bold;
    color:#333333;
}

#mobile 
{
    font-size:8pt;
    line-height:15px;
    background-color:#EEEEEE;
    color:#333333;    
}

#mobile a
{
    text-decoration:underline;
    color:#333333;    
}

#mobile div.menu a
{
    color:white;
}

#mobile div.container 
{
    width:230px;
    margin-left: auto;
    margin-right:auto;    
}

#mobile div.container div.container-content
{
    border:1px solid #888888;
    background-image:url(../media/bg-footer-mobile.png);
    background-repeat:repeat-x;
    background-position:bottom;
}

#mobile div.header
{
    padding:5px;
    border-bottom:1px solid #888888;
    text-align:right;
    height:40px;
    background-color:white;
}

#mobile div.header div.logo
{
    float:left;
    padding-right:30px;
}

#mobile div.header div.address
{
    font-size:8pt;
    text-align:left;
}

#mobile div.footer
{
    font-size:7pt;
    border-top:1px solid #888888;
    text-align:center;
}

#mobile div.mobile-footer
{
    font-size:7pt;
    border-top:1px solid #888888;
    text-align:center;
}

#mobile div.menu
{
    padding:5px;
    border-top:1px solid #888888;
    text-align:center;
    background-color:#3F8908;
    background-image:url(../media/bg-menu-mobile.png);
    background-repeat:repeat-x;
    background-position:top;
    color:white;
}

#mobile div.content
{
    padding:5px;
    border-top:1px solid #888888;
    text-align:left;
    background-color:#ffffff;
}

