#shoppingcart {
	position: absolute;
	top: 50px;
	left: 50px;
	height: 100px;
	width: 500px;
	background: #eee;
	border: 1px solid #444;
}

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

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

#booklist, #contents {
	top: 15px;
	left: 15px;
	width: 390px;
	background: #fff;
	border: 0px solid #333;
}

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

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

#contents table {
	font-size: 80%;
	border-collapse: collapse;
}

#contents table td {
	border: 0px solid #999;
	padding: 5 5 5 5;
	width: 35%;
}

#contents p, #contents button {
	margin: 1em;
}
