/************************************************************************** 
*************************************************************************** 
*  Program Name: $Id: shopping_cart.css,v 1.1.1.1 2007/08/14 22:35:42 neo Exp $
*  Program Author:  Michael T. Schock
*  Creation Date: 05-15-2006
*  CVS Revision: $Revision: 1.1.1.1 $
*  Copyright (c) 2006
*************************************************************************** 
v*************************************************************************** 
*  Program Summary:
*  Style sheet for shopping.php
*
*
*************************************************************************** 
**************************************************************************/

div#Cart_Contents
{
	margin-top:1%;
	width:1003px;
	margin-bottom:150px;
}

table#Cart_Table
{
	width:80%;
}

table#Cart_Table th
{
	text-align:center;
	background-color:#3b041e;
	border:solid #967761 2px;
	color:#c5b48f;
}

table#Cart_Table td
{
	text-align:center;
	border:solid #cccccc 2px;	
}

tr.Row_Border
{
	border:solid #cccccc 2px;
}