/**
 * @file
 * Ecommerce module styles for cart page(s).
 *
 * @author Shannon M. Rause <shannon.rause@creativeflavor.com>
 * @version $Revision: 1.4 $
 * @version $Name: STUDIO33DESIGN_2011-06-16_4 $
 * @version $Id: cart.css,v 1.4 2008/02/07 20:31:24 smr Exp $
 *
 * These files are copyrighted to Creative Flavor Inc. and are
 * subject to the terms of the applicable Service Agreement.
 * If no service agreement is available you must contact us at
 * legal@creativeflavor.com or 303-379-9450.
 * 
 * These files may be watermarked to ensure traceability.
 */
#cart
{
   _height: 300px;
   min-height: 300px;
}

#cart table
{
   margin: 20px auto;
}

#cart tbody td,
#cart tbody th
{
   text-align: right;
}

#cart td
{
   padding: 5px 15px;
   vertical-align: top;
}

#cart th
{
   padding: 2px 15px;
   vertical-align: bottom;
}

#cart thead th
{
   border-bottom: 1px solid #000;
}

#cart .actions input
{
   margin: 20px 5px;
}

#cart .sku,
#cart .summary
{
   font-size: 90%;
   font-style: italic;
   padding-left: 10px;
}

#cart .subtotal td,
#cart .subtotal th
{
   border-top: 1px solid #000;
   padding: 5px 15px;
   text-align: right;
   vertical-align: top;
}

#cart td.description,
#cart th.description,
#cart td.empty
{
   text-align: left;
}

#cart td.quantity,
#cart th.quantity,
#cart td.remove,
#cart th.remove
{
   text-align: center;
}

#cart td.total,
#cart th.total,
#cart td.unitPrice,
#cart th.unitPrice
{
   text-align: right;
}


