/*****
*
*	Sacoiwa Cart Cascading Style Sheet
*
*	Tue Oct 21 15:34:50 EDT 2003 - F Harvell
*
*****
*
*	Copyright &copy; 2000 - 2008 First Time Software
*
*	All rights reserved worldwide. Usage rights have been granted
*	to the website owner according to the terms and conditions of
*	the Sacoiwa License Agreement.
*
*****
*
* Version 4.0, $Id: cart.css 1724 2008-09-12 19:08:57Z fharvell $
*
*****/


#cartform { font:8pt Verdana,Arial,sans-serif; }
#cartform table { font:8pt Verdana,Arial,sans-serif; }
#cartform input { font:8pt Verdana,Arial,sans-serif; }

#cartform table .qty { text-align:right; vertical-align:top; }
#cartform table th.qty { text-decoration:underline; vertical-align:bottom; }

#cartform table .desc { vertical-align:top; padding-top:5px; }
#cartform table th.desc { text-decoration:underline; text-align:left; vertical-align:bottom; }

#cartform table .price { text-align:right; vertical-align:top; }
#cartform table th.price { text-decoration:underline; vertical-align:bottom; }

#cartform table .subtotal { text-align:right; }
#cartform table th.subtotal { font-weight:bold; vertical-align:middle; }
#cartform table td.subtotal { border-top:1px solid #333; }

#cartform div.submit { text-align:center; margin:5px 0; border-top:1px solid #333; border-bottom:1px solid #333; }


