body {
	text-align: center;
	font-family:"Eras Light ITC";
	color: #ffffff;
	font-variant: small-caps;
}

div#cart_header {
	text-align: center;
}
div.cart {
	text-align: center;
	background-color: #111111;
	border: 1px solid:#222222;
}

p.fl_right {
	float: right;
}
p.fl_left {
	float: left;
}
/*
table.cart_table {
	width: 600px;

}

table.cart_table th {
	font-size: 10px;
	background-color: c0c0c0;
	text-align: center;
}

table.cart_table td {
	text-align: center;
}

span.cart_name {
	font-weight: bold;
	font-size: 14px;
}
span.item {
	font-weight: normal;
	font-size: 11px;
}
span.description {
	font-weight: bold;
	font-size: 13px;
}
span.price {	
	font-weight: bold;
	font-size: 13px;
}
*/
