﻿ #whole_basket
    {
        left: 650px; /* Default Left Position for the basket */
        top: 200px; /* Default Top Position for the basket */
        position: fixed;
        width: 300px;
        overflow: hidden;
                border-style: solid;
        border-width: 2px;
        border-color: #f38e62;
    }
    
    
    #Header_Div /* Basket Header Div Style */
    {
        position: relative;
        height: 27px;
        vertical-align: middle;
        background-color: #f38e62;
        overflow: hidden;
    }
    
    .img_min_max /* Minimize and Maximize image style */
    {
        left: 70px;
        position: absolute;
        overflow: hidden;
        top: 0px;
    }
    
    .Basket_Header_Label /*The style of basket Header*/
    {
        top: 5px;
        left: 10px;
        position: absolute;
        color: White;
        font-size: small;
        overflow: hidden;
    }
    
    #Basket_body /* the style of basket content*/
    {
        position: relative;
        font-size: 11px;
        height: 400px;
        visibility: visible;
        background-color: #f5f5ed;
        border-style: solid;
        border-width: 1px;
        border-color: #f38e62;
        overflow: auto;
    }
    
    .Column_header /* Basket Column Header Product Name, Qty, Price */
    {
        color: Black;
        font-weight: bold;
    }
    
 #Basket_body  table { 
 border: 0;
border-collapse:collapse; 
margin:0; 
padding:0;
width: 100%
} 

 #Basket_body td { 
border-bottom:1px solid #000; 

padding:5px; 
}

.btnSubmit 
{
background-color:  #f38e62;
color : White;
border-width : 0

}  

.emptyData
{
color :  #c76633;   
}