* {
	margin: 0;
	border: 0;
	padding: 0;
}
body {
	background-color: #FFFFFF;
	color: #660000;
	margin: 2px;
}
p {
	margin: 1px;
	font-size: 85%;
	line-height: 110%;
}
a:link {
	color: #990000;
}
a:visited {
	color: #996666;
}
a.active {
	color: #FF3399;
}
a.hover {
	color: #FF3399;
}
.Header {
	font-size: 95%;
	font-weight: bold;
}

.Container {
	clear: both;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.Title {
	font-weight: bold;
	font-size: 98%;
}
.Image {
	float: left;
}
.ListPrice {
}
.Price {
	font-weight: bold;
	color: red;
}
.Save {
}
.Availability {
}
.ReleaseDate {
}
.MarketPlace {
}
.Look {
	margin-bottom: 5px;
	font-size: 80%;
}

