﻿
     .priceLabel
     {
        color:#C43c46;
        font-family:verdana;
        font-weight:bold;
     }
     
     .plistingDescr
     {
        font-size:9px;
        white-space:nowrap;
        font-weight:bold;
        height:18px;
        vertical-align: top;
     }
     
     .plistingPrice
     {
         color:#C43c46;
         font-weight:bold;
         width:50px;
     }
     
       
     .plistingModelNPrice
     {
         color:#C43c46;
         font-weight:bold;
         height:22px;
         vertical-align:middle;
     }
     
     .prixSuggere
     {
     color:Gray;
     font-size:10px;  
     font-weight:bold; 
     font-family:Verdana;
     text-align:right;
     white-space:nowrap;
     margin-right:5px;
     }
     
     .cellQte
     {
         padding-bottom:13px;
         text-align:right;
         width:35px; 
         vertical-align:bottom;
     }
     .cartQte
     {
        font-weight:bold;
        font-size:10px;
        padding-right:3px;    
     }
     
     .txtCartQteOver
     {
        border:solid 1px #B2B2FC;
        width:25px;
        height:15px;
        background-color:Transparent;
        font-weight:bold;
        color:Blue;
        text-align:left;
     }
     
     .txtCartQteOut
     {
        border:solid 1px transparent;
        border-style:none;
        height:15px;
        width:27px;
        background-color:Transparent;
        font-weight:bold;
        color:Blue;
        text-align:right;
     }
     
     .cartHeader
     {
        font-weight:bold;
        color:White;
        background-color:#C43c46;
        border-color:#C43c46;
        text-align:left;
        height:20px;
     }

     .cartDescHeaderColumn
     {
         width:160px;
     }
     .cartQtyHeaderColumn
     {
        border-right-color: #C43c46;
        width:58px;
        white-space:nowrap;
     }
     
     .cartHeaderAddDeleteColumn
     {
        border-left-color: #C43c46;
        width:35px;
        white-space:nowrap;
     }
     
     .cartQtyColumn
     {
        border-right-color: white;
        width:58px;
        text-align:right;
     }
     .cartAddDeleteColumn
     {
        border-left-color: white;
        white-space:nowrap;
        width:40px;
        text-align:left;
        vertical-align:middle;
     }
     
     .cartQtyColumnOdd
     {
        border-right-color: #dddddd;    
        width:58px;
        text-align:right;
     }

     .cartAddDeleteColumnOdd
     {
        border-left-color: #dddddd;    
        white-space:nowrap;
        text-align:left;
        vertical-align:middle;
        width:40px;
     }
     
     .cartBottom
     {
        height:30px;
        font-weight:bold;
        color:black;
        /*background-color:#;*/
        text-align:left;
     }
     
     .cartEmptyRow
     {
        color:#C43c46;    
        height:35px;
        font-size:14px;
        font-weight:bold;
        text-align:center;
     }
     
     .lblCartUpdated
     {
        color: #C43c46;    
     }
     
     .cartTable
     {
         font-family:verdana;
         border: solid 1px #848484;
         border-collapse:collapse;
     }
     
     .cartTotalTable
     {
         font-family:verdana;
         border: solid 0px #848484;
         border-collapse:collapse;
     }
     
     .alternateOdd
     {
        background-color:White;    
        text-align:left;
        height:27px;
     }
     
     .alternateEven
     {
        background-color:#dddddd;    
        text-align:left;
        height:27px;
     }
     
     .confirmLeft
     {
         text-align:left;
         background-color:white;
     }
     
     .confirmRight
     {
         text-align:right;
         background-color:#eeeeee;
         font-weight:bold;
     }
     
     .cartSectionTitle
     {
     font-weight:bold;
     font-size:11px;
     margin-bottom:5px;
     text-align:left;
}

.cartTotalColumn
{
    font-weight:bold;
    width:80px;
    }