* {
	margin: 0;
	padding: 0;
}
body {
	width: 900px;
	font-family: sans-serif;
	font-size: small;
	margin: 0 auto;
}
.ref, .link {
	font-size: medium;
	font-weight: bold;
}
.medium {
	font-size: medium;
}
.star {
	color: orangered;
}
.dot {
	border-top: 1px dotted gray;
}
.line {
	border-top: 1px solid silver;
	width: 90%;
	margin: 0 auto;
}
.clr {
	clear: both;
}
.xxsmall {
	font-size: xx-small;
}
.ship {
	background-color: orangered;
	color: white;
	font-weight: bold;
	font-size: smaller;
	padding: 2px;
}
.price {
	color: brown;
	font-size: medium;
	font-weight: bold;
}
.img {
	float: left;
	width: 250px;
	padding-right: 10px;
	text-align: center;
}
.info {
	float: left;
	width: 450px;
}
#top {
	padding: 10px 0;
	border-bottom: 3px solid seagreen;
}
#top a {
	color: #000;
	text-decoration: none;
	font-size: xx-small;
}
#top form {
	text-align: right;
}
#left {
	float: right;
	width: 710px;
	padding-left: 10px;
}
h1 {
	font-size: medium;
}
h1 a {
	text-decoration: none;
	color: #000;
}
h1 a:hover {
	color: #000;
}
#right {
	float: right;
	width: 180px;
}
#right h2 {
	font-size: small;
	text-align: center;
	background-color: seagreen;
	padding: 2px;
	color: #fff;
}
#right div {
	background-color: #f4f4f4;
	padding: 5px;
}
#bottom {
	font-size: xx-small;
	border-top:  3px solid seagreen;
	text-align: center;
	padding: 5px;
}
#bottom a {
	color: #000;
	text-decoration: none;
}