* {
	margin: 0;
	padding: 0;
}

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

#shoppingcart {
	height: 100px;
	background: #ddd;
	border: 1px solid #444;
	margin: 10px;
}

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

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

#booklist, #contents {
	background: #eee;
	border: 1px solid #333;
	margin: 10px;
}

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

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

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

#contents table td {
	border: 1px solid #999;
	width: 20%;
}

#contents p, #contents button {
	margin: 1em;
}
#booklist form p {
	margin: 7px;
}
#booklist form h3 {
	margin: 7px;
}

.price{
	margin: 0px;
	text-align: center;
	background-image: url(../../Red_Star_Button.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom: 60px;
	padding-left: 20px;
	}
.price a{
	font-size:16px;
	color:#FF0;
	font-weight: bold;
	text-decoration: none;
		}
.shortBox
		{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #BBCADD;
	border-right-color: #BBCADD;
	border-bottom-color: #BBCADD;
	border-left-color: #BBCADD;
		}
