* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
}

a, a:visited, a:active {
	color: blue;
}

#shoppingcart {
	margin-top: 30px;
	margin-left: 25px;
	width: 700px;
	background: #eee;
	border: 1px solid #444;
}

#shoppingcart p {
	margin: 0 1em 1em;
}

h1 {
	font-size: 140%;
	margin: 0.5em 1em;
}

#partslist, #contents {
	margin-top: 15px;
	margin-left: 25px;
	width: 700px;
	background: #ddd;
	border: 1px solid #333;
}

#partslist ul {
	list-style-type: none;
}

#partslist ul li {
	margin: 0 1em 1em;
}

#contents table {
	font-size: 90%;
	width: 680px;
	border-collapse: collapse;
	margin: 10px;
}

#contents table td, #contents table th {
	border: 1px solid #999;
	text-align: center;
	padding: 2px;
}

#contents p, #contents button {
	margin: 1em;
}
.updatebutton {
	text-align: center;
	text-decoration: none;
}
.updatebutton input, .updatebutton span a {
	border: 0; 
	text-decoration: none; 
	color: blue;
	margin: 0;
	padding: 0;
	
	background: #DDDDDD;
	border: 1px solid #072A66;
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
}