* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #000;
}

select{
	width:100px;
	border:1px solid #000;
	color #bdbdbd;
	font-family: Arial, sans-serif;
}

a:link { color: #bdbdbd; text-decoration:none;}
a:visited { color: #bdbdbd; text-decoration:none;}
a:active {color: #bdbdbd; text-decoration:none;}


#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 {
	width: 800px;
	background: #fff;
	border: 0px solid #000;
}

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

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

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

#contents table td {
	width: 22%;
}

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