/*	-------------------------------------------------------------
	Tables
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	table.full, table#trackListing, table#cartLogin {
		width: 477px;
		font-size: 11px;
		color: #FFFFFF;
		text-align: left;
		font-family: Arial, Helvetica, sans-serif;
		}
		
	table.full td {
		padding: 8px 0;
		border-top: 1px solid #8EADD1;
		}
		
	table#trackListing td {
		padding: 1px 0;
		}
		
	table#cartLogin {
		margin: 40px 0 0;
		}
		
	table#cartLogin td {
		padding: 8px 0;
		border-bottom: 1px solid #8EADD1;
		}
		
	th {
		padding: 0 0 10px 0;
		font-weight: bold;
		}
	
	table.cart{
		width:100%;
	}
	
	table.cart tr td.item {
		padding-top:5px;
		border-bottom:1px solid #FFFFFF;
		padding-bottom:10px;
	}
	
	
	table.cart tr th.middle, table.cart tr td.middle{
		text-align:center;
	}
	
/*	-------------------------------------------------------------
	Colgroups
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	col.item { width: 200px; }
	
	col.number { width: 25px; }
	col.title { width: 325px; }
	col.button { width: 24px; }