﻿
/**
        Questo foglio di stile permette di modificare
        l'aspetto della miniWin per il carrello
**/

#MinKartInfoBar_UserControl
{
    position:absolute;
    top:5.5%;
    left:60%;
    width:27.5%;
    height:20px;
    background-color:#f6f6f6;
    border:outset 1px #c6c6c6;
    font-family:Tahoma;
    font-size:9px;
    z-index:2;
    visibility:hidden;
}

#MinKartInfo_NRighe
{
    border:0;
    width:50px;
    height:70%;
    font-family:Tahoma;
    font-size:12px;
    text-align:right;
}

#MinKartInfo_VKart
{
     border:0;
    width:80px;
    height:70%;
    font-family:Tahoma;
    font-size:12px;
    text-align:right;
}
#MinKartInfo_VSpan
{
    position:absolute;
    top:5%;
    left:26px;
    width:85%;
    height:23px;
    font-size:13px;
    font-family:Tahoma;
    vertical-align:middle;
}
#MinKartInfo_KImg
{
    top:5%;
    width:20px;
    height:20px;
}

/** Non è utilizzato in questo tema **/
#MinKartInfo_WelcomeMessageByKart
{
    visibility:hidden;
}
