* {
	margin: 0;
	padding: 0;
}

#shoppingcart {
	position: relative;
	height: 100px;
	width: 500px;
}

#shoppingcart p {
	margin: 0 1em 1em;
}

h1 {
	font-size: 140%;
}

#grocery_list, #contents {
	position: relative;
	width: 500px;
	line-height: 12px;
}

#grocery_list ul {
	list-style-type: none;
}

#grocery_list table td {
	padding: 10px;
	border-bottom: 1px dashed #0033CC;
}

#grocery_list table {
	font-size: 95%;
}


#grocery_list ul li {
	margin: 0 1em 1em;
}

#contents table {
	font-size: 95%;
}

#contents table td {
	padding: 4px;
	border-top: 1px dashed #0033CC;
}

#contents p, #contents button {
	margin: 1em;
}

.small {
	font-size: 85%;
	color: #333;
	line-height: 14px;
}