﻿.Cart_Title
{
    background-color:#aaaaaa;
	text-align:left;
	font-weight:bold;				
	text-transform:uppercase;			
	width:100%;
	padding:3px 0px 3px 0px;		
	text-indent:10px;	
    color:#eeeeee;  
    float:left;  
}
.Cart_Doing
{
    color:Blue;
}
.Cart_Done
{
    color:Black;
}

/*-------------------TABLE GIO HANG CHI TIET-------------------------------*/
.Cart_Container
{            
}

.Cart_Container table
{
    BORDER-COLLAPSE: collapse;
	width:100%;
	border:1px;
}

.Cart_Container table td
{
	border-bottom:#e4e8d3 1px solid;
	/*background-color:#dae6f8;*/	
	text-align:left;
	padding:3px;	
}
.Cart_Container img
{
    width:70px;
    margin:2px;
}

.Cart_List_Title
{
    background-color:#e4e8d3;
    font-weight:bold;
    color:Black;
    text-indent:10px;
}