table#showcart{
	margin:0px;
	padding:0px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	text-align:center;
	background-color: #ffffff;
	border: thin solid #FF9900;
	zoom: 100%;
}
table#showcart a{color:#ffffff;}
td#tableheader {
	font-weight: bolder;
	background-color: #FFCC00;
	color: #000000;
}
td#subheaders {

	background-color: #CCCCCC;
}
td#subtotals {

	background-color: #CCCCCC;
}
td#totals {

	background-color: #3399FF;
}
input#submitbutton {

	background-color: #FFCC00;
	height: 20px;
	width: 100px;
	border: thin none #FF9900;
}

font#addits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
font#topheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a#showcart {	font-family: Arial, Helvetica, sans-serif; color: #000000;}