@charset "utf-8";
/* CSS Document */

body {
	background: #6495ed; 
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	background:#FFFFFF; 
	width:720px; 
	margin:0 auto 0 auto;
}
#header {
	background: url(images/header.jpg) no-repeat top; 
	height: 133px;
}
#content {
	padding: 0 20px 20px 20px;
}
#footer {
	background: url(images/footer.jpg) no-repeat top;
	height: 94px;
}
#bonus {
	background:#e6e6ff;
	margin: 0 30px 0 30px;
	padding: 10px;
	border:#d70305 solid thin;
}

#highlight {
	background:#e9e9cf;
	margin: 0 30px 0 30px;
	padding: 0 10px 0 10px;
	border:#000080 solid thin;
}
#buy {
	background:#e9e9cf;
	margin: 0 30px 0 30px;
	padding: 0 10px 0 10px;
	border:#d70305 dashed 4px;
}
#navlist {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#navlist li {
	padding: 8px 0 0 30px;
	background-image: url(images/checkbox-red-check.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}
#arrowlist {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#arrowlist li {
	padding: 20px 0 10px 60px;
	background-image: url(images/ArrowRight2.png);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}
.highlight {
	background-color:#FFFF00;
}
.red {
	color:#cc0000;
}
.line {
text-decoration:line-through;
}