* {
	margin: 0;
	padding: 0;
}

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

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

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

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

#booklist, #contents {
	position: absolute;
	top: 80px;
	left: 20px;
	width: 690px;
	background: #FFFFFF;
	border: 1px solid #333;
}

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

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

#contents table {
	font-size: 90%;
	border-collapse: collapse;
	margin: 0 0 4px 4px;
}

#contents table td {
	border: 1px solid #999;
	padding-left: 4px;
	padding-right: 4px;
}

#contents table td.footer {
	border: 0px;
	padding-left: 4px;
	padding-right: 4px;
}

#contents table td.noborder {
	border: none;
}

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

#contents OL {
  list-style-type: disc;
}

TH.itemGrid {
	padding-left: 4px;
	padding-right: 4px;
}

B.xsmall {
  font-size: 75%;
}

EM.xsmall {
  font-style: normal;
  font-weight: normal;
  font-size: 75%;
}
