﻿div.frmCarrello {
    position: relative;
    float: left;
    width: 176px;
    height: auto;
    margin-top: 8px;
    left: 6px;
    /*border-bottom: 1px solid #C2C3BE;*/
    line-height: 12px;
}
div.rowCart {
    float:left;
    position: relative;
    width: 176px;
    height: auto;
    padding-top:8px;
    padding-bottom:8px;
    border-bottom: 1px solid #C2C3BE;
}
div.imgCart{
    position:relative;
    float:left;
    width:34px;
    height:31px;
    background-image:url('../Images/svuotacarrello.gif');
    background-repeat:no-repeat;
    background-position:left top;
    cursor:pointer;
}

div.lbItemCart {
    position: relative;
    float:left;
    font-size: 10px;
    left:0px;
    top:0px;
    width: 135px;
    height:auto;
}
div.lbQtaCart {
    position: relative;
    float:left;
    font-size: 11px;
    width: 100%;
    color: #338844;
    margin-top:3px;
    margin-bottom:4px;
}
div.lbPrezzoCart{
    position: relative;
    float:left;
    font-size: 11px;
    width: 100%;
    color: #338844;
    font-weight: bold;
    margin-top:3px;
    margin-bottom:4px;
}
div.frmComandi {
    float: left;
    position: relative;
    width: 176px;
    height: auto;
    left: 2px;
    margin-top: 8px;
    top: 0px;
    line-height: 12px;
    margin-bottom: 8px;
}
div.rowComando {
    float: left;
    position: relative;
    width: 170px;
    left: 4px;
    height: 34px;
    margin-top: 3px;
}
label.Comando {
    position: absolute;
    font-size: 10px;
    left: 40px;
    top: 10px;
    font-size: 11px;
    color: #338844;
    cursor:pointer;
}
div.frmTotale {
    float: left;
    position: relative;
    width: 176px;
    height: 20px;
    margin-top: 8px;
    left: 6px;
    top: 0px;
    line-height: 12px;
    border-bottom: 1px solid #C2C3BE;
}
label.TotaleCart{
    position: absolute;
    font-size: 11px;
    left: 105px;
    width: 70px;
    text-align: right;
    color: #338844;
    font-weight: bold;
}
label.txtTotaleCart{
    position: absolute;
    font-size: 11px;
    left: 0px;
    width: 70px;
    color: #338844;
    font-weight: bold;
}

/* Pagina dettaglio carrello */
div.rowCarrello{
    position:relative;
    float:left;
    width:99%;
    height:160px;
    margin-bottom:10px;
    border-bottom: 1px solid #C2C3BE;
    top: 0px;
    left: 0px;
}
div.rowCarrello_hold{
    position:relative;
    float:left;
    width:99%;
    height:160px;
    margin-bottom:10px;
    border-bottom: 1px solid #C2C3BE;
    top: 0px;
    left: 0px;
    background-image:url("../Images/escludi.gif");
    background-repeat:no-repeat;
}
div.boxSfondoFoto{
    position:relative;
    float:left;
    height:116px;
    width:91px;
    background-image:url('../Images/sfondo_prodotto.gif');
    background-repeat:no-repeat;
    background-position:left top;
    text-align:center;
}
div.boxFoto{
    position:absolute;
    overflow:hidden;
    top: 10px;
    left: 9px;
    height: 98px;
    width: 75px;
}
label.cartLabel{
    position:absolute;
    color:#338844;
    width:70px;
    text-align:left;   
    left: 97px;
}
label.cartValori{
    position:absolute;
    text-align:left;
    left: 172px;
    height:auto;
}
div.boxQuantita{
    position: absolute;
    left:170px;
    width: 154px;
}
div.ComCarrello{
    position:absolute;
    width:160px;
    top: 42px;
    left: 331px;
    height: 74px;
}
div.TotaleCarrello{
    position:relative;
    float:left;
    width:99%;
    height:65px;
    margin-bottom:10px;
    border-bottom: 1px solid #C2C3BE;
    top: 0px;
    left: 0px;
}
label.lbTotale{
    position:absolute;
    float:left;
    left:270px;
    width:100px;
    font-size:12px;
    color:#545454;
    font-weight:bold;
}
label.Totale{
    position:absolute;
    float:left;
    width:90px;
    left:380px;
    font-size:12px;
    text-align:right;
}

