﻿
.CartInfoDiv 
    {
        position:relative;
	    float: right; 
	    width: 195px; 
	    margin:0px 20px 0px 0px;
	    text-align: center;
	    font-family: verdana; font-weight:normal; font-size: 11px; text-decoration: none; 
	    color: #0053aa;
	    display:inline;
	    z-index:200;
	}

.relLeft
    {
        position:relative;
        float:left;
    }
    
    .relRight
    {
        position:relative;
        float:right;
    }  
    
    .menuspacer
    {   position: relative; 
        width:100%;
        margin-bottom:2px;
    }
    
    .menuspacer2
    {   
        width:100%;
        height:2px;
    }
    
    .CarthdrfillerL {
        height:21px;
        width:40px;
        position: relative;
        float:left;
        padding:2px; 
    }
    
    .CarthdrfillerR {
        width:40px;
        height:21px;
        position: relative;
        float:right;
        padding:2px;  
    }
    
    .Carthdr {
        padding:1px; 
        margin: 0px 0px 4px 0px;
        text-align: center;
        font-weight:bold;
        cursor: pointer;        
        width: 90px;
        height: 16px;
        float:left;
    }
    
   .Carthdrborder 
   {
       border: 2px solid #9e9e9e; 
       border-bottom:none;        
   }
       
   .Carthdr img {	height:16px; border: 0; vertical-align:text-bottom; padding-right:3px;display:inline;}  
    
   .CartInfoDetail2 {
        position: relative;
        float:left;
        width: 195px;
        padding: 2px; 
        margin:-7px 0px 0px 0px;
        vertical-align:top;
        z-index:200;
        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: #0053aa;
        cursor: text;   
        z-index:200;
        font-family: arial; font-weight:normal; font-size: 11px; text-decoration: none; 
    }
    
    .CartInfoDetailfillerL {
        height:0px; 
        width:40px; 
        padding:2px;
        border-bottom: 2px solid #9e9e9e;
        border-right: 2px solid #9e9e9e;
    }
    
    .CartInfoDetailfillerR {
        height:0px; 
        width:55px;
        padding:2px;
        border-bottom: 2px solid #9e9e9e;
        border-left: 2px solid #9e9e9e;
    }
    
    .CartInfoBox {
        margin-top:2px; 
        width:185px; 
        padding: 0px 5px 0px 5px; 
        border-left: 2px solid #9e9e9e; 
        border-right: 2px solid #9e9e9e; 
        border-bottom: 2px solid #9e9e9e;
        display: block;
        z-index:200;
    }    
    
    .CartInfoDetail img {	border: 0; vertical-align:baseline; float:right;}
    
    .CartInfoDetail a{
        font-family: arial; font-weight:normal; font-size: 11px; text-decoration: none; color: #0053aa;
    }

    .CartInfoDetailHdr{
        color:#717171;
    }
    
    .CartInfoDetailLine {
         border-bottom: 1px solid #9e9e9e; 
    }
    
    .CartInfoDetailTotal {
        font-size:12px; font-weight:bold; color:black;
    }
