.CartInfoDiv {
    float: right; 
    width: 195px; 
    margin:0px 10px 0px 0px;
    text-align: center;
    font-family: verdana; font-weight:normal; font-size: 11px; text-decoration: none;
    color: #0088c8
 
 }

.relLeft
    {
        position:relative;
        float:left;
    }
    
    .relRight
    {
        position:relative;
        float:right;
    }  
    
    .menuspacer
    {   position: relative; 
        width:100%;
        margin-bottom:4px;
    }
    
    .menuspacer2
    {   
        width:100%;
        height:4px;
    }
        
   .CarthdrfillerL {
        height:21px;
        width:40px;
        position: relative;
        float:left;
        padding:2px;  
    }
    
    .CarthdrfillerR {
        width:40px;
        height:21px;
        position: relative;
        float:right;
        padding:2px;  
    }
    
    .CartInfoDetailfillerL {
        height:4px; 
        width:40px; 
        padding:2px;
        border-bottom: 2px solid #9e9e9e;
        border-right: 2px solid #9e9e9e;
    }
    
    .CartInfoDetailfillerR {
        height:4px; 
        width:53px;
        padding:2px;
        border-bottom: 2px solid #9e9e9e;
        border-left: 2px solid #9e9e9e;
    }
    
    .Carthdr {
        border: 2px solid #9e9e9e; 
        padding:2px; 
        margin: 0px 0px 4px 0px;
        text-align: center;
        font-weight:bold;
        cursor: pointer;        
        width: 90px;
        height: 22px;
        float:left;
    }
    
   .Carthdr img {	border: 0; vertical-align:text-bottom; padding-right:3px;display:inline;}  
    
   .CartInfoDetail2 {
        position: relative;
        float:left;
        width: 195px;
        padding: 2px; 
        margin:-8px 0px 0px 0px;
        vertical-align:top;
        z-index: 75;
        background:#fff;
        min-height:1px;
    }
    
    .CartInfoDetail {
        position: absolute;
        float: left;
        right:0;
        top: 0;
        min-height:1px;
        width: 100%;
        margin:0px 0px 0px 0px;
        background: #fff;
        color: #0088c8;
        cursor: text;   
        z-index: 75;
        font-family: arial; font-weight:normal; font-size: 11px; text-decoration: none; 
    }
     
    .CartInfoBox {
        margin-top:5px; 
        width:185px; 
        padding: 0px 5px 0px 5px; 
        border-left: 2px solid #9e9e9e; 
        border-right: 2px solid #9e9e9e; 
        border-bottom: 2px solid #9e9e9e;
    }    
    
    .CartInfoDetail img {	border: 0; vertical-align:baseline; float:right;}
    
    .CartInfoDetail a{
        font-family: arial; font-weight:normal; font-size: 11px; text-decoration: none; color: #0088c8;
    }
    
    .CartInfoDetailHdr{
        color:#717171;
    }
    
    .CartInfoDetailLine {
         border-bottom: 1px solid #9e9e9e; 
    }
    
    .CartInfoDetailTotal {
        font-size:12px; font-weight:bold; color:black;
    }  