/* 
    Document   : main_cart
    Created on : 10/10/2010, 1:15:05 PM
    Author     : sbowman
    Description:
        Purpose of the stylesheet follows.
*/

#main_cart {
    width: 100%;
    
}
#main_cart tr {
    
}
#main_cart td {
    vertical-align: top;
   padding-top: 10px;
}

#main_cart th {
    border-bottom:  2px solid #000000 ;

    padding-bottom: 4px;

    
}
