ul#shopCart {
	width: 105px;
}

table {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	width: 90%;
	font: bold 14px arial,helvetica,sans-serif;
}

caption {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 24px;
	font-size: 18px;
}

thead {
	font-size: 14px;
	line-height: 2em;
}

tr {
	background-color: gray;
}

tr.odd {
	color: white;
	background-color: black;
}

td {
	text-align: center;
}

td.descript {
	width: 300px;
	text-align: left;
}

input {
	font-size: 14px;
}

tr#partTotal {
	background: transparent;
	color: white;
	font-size: 20px;
	line-height: 2em;
	text-align: right;
}

td#empty {
	background-color: transparent;
	color: white;
	font-size: 20px;
}

#footer {
	width: 800px;
	background-color: black;
}

#footer p {
	text-align: center;
}

input.button {
	margin: 0px;
	margin-bottom: 20px;
}





