﻿#ShoppingCart
{
    width:100%;    
    color:#3fc3ce;
    font-size:13px;
    font-family:Trebuchet MS;
    font-weight:bold;
    text-align:left;        
    float:left;    
    padding:0px 0px 5px 10px;    
}
.ShoppingCartLeftContent
{
    width:220px;
    float:left;
}
.ShoppingCartRightContent
{
    width : 600px;
    float:left;    
    padding-left:10px;
}
#ContinueShopping
{
    width : 40%; 
    float:left;
    margin:5px 5px 5px 0px;
}
.ShoppingCartLink
{
    color :#fff;   
    font-weight:bold;
    text-decoration:none;
}
.ShoppingCartLink:hover
{   
    text-decoration : underline; 
}
#CheckOut
{
    width:40%;
    float:left;
    text-align :center;  
    margin: 5px 0px 5px 0px;
}
.ShoppingCartHeader
{
    width:100%;
    text-align :center;    
    border-bottom : solid 2px #d8d8d8;   
    padding-bottom : 5px; 
    float:left;
    text-decoration:underline;
}
.ShoppingCartImage
{
    width:23%;
    float:left;   
    font-weight:bold;
    color:#688700;  
}
.ShoppingCartProductName
{
    width:40%;
    float:left;
    text-align :left;   
    font-weight:bold;
    color:#688700;  
  
}
.ShoppingCartQuantity
{
    width:10%;
    float:left;   
    font-weight:bold;
    color:#688700; 
}
.ShoppingCartUnitPrice
{
    width:18%;
    float:left; 
    font-weight:bold;
    color:#688700;    
}
.RemoveItem
{
    width:7%;
    float:left;     
}
.ShoppingCartContent
{
    width:100%;
    float:left;
    padding-top : 5px;
}
.ShoppingCartContentImage
{
    width:23%;
    float:left;    
    text-align:center;
}
.ShoppingCartContentProductName
{
    width:40%;
    float:left;
    text-align :left;   
    font-weight:bold;
    color :#688700;     
}
.ShoppingCartContentQuantity
{
    width:10%;
    float:left;   
    font-weight:bold;
    color :#688700;  
}
.TxtQuantity
{
    width:30px;    
}
.ShoppingCartContentUnitPrice
{
    width:18%;
    float:left; 
    font-weight:bold;
    color :#688700;     
    text-align:center;
}
.ShoppingCartContentRemoveItem
{
    width:7%;
    float:left;    
}
.ShoppingCartContentRemoveItem img
{
    border:0;    
}
.SubTotal
{
    width:90%;
    float:left;
    font-weight:bold;
    text-align:right;
    padding-right:20px;    
    padding-bottom : 10px;
}
.ShoppingCartTotal
{
    width:90%;
    float:left;
    padding-top:10px;
    padding-right:20px;
    font-weight:bold;   
    text-align:right;
    font-size:14px;
    font-family:Trebuchet MS;    
}
.ShoppingCartTop
{
    background : url(images/ShoppingCartTop.JPG) no-repeat;
    background-position:center bottom;        
    height : 6px;
    float:left;
    width:600px;
}
.ShoppingCartMiddle
{
    background :url(images/ShoppingCartMiddle.JPG) repeat-y;
    float:left;
    width:600px;
}
.ShoppingCartBottom
{
    background : url(images/ShoppingCartBottom.JPG) no-repeat;
    line-height : 5px;
    float:left;    
    width:600px;
}
.ShoppingCartSectionContent
{
    width: 100%;
    border: solid 1px #DCDCDC;
    background-color:#f6f6f6;
    float:left;    
}
.ShoppingCartItemSeperator
{
    background-color :#b0f4ff;
    line-height : 10px;    
    width:100%;
    float:left;
}
.ShoppingCartNoProduct
{
    padding-top : 10px;
    padding-bottom : 10px;
    color:#343434;
    font-weight : bold;
}
