body { 
	margin: 0;
	padding: 0;
	background: #fff url(/images/backimage.gif) repeat-y;
	color: #000;
}
h1, h2, h3, h4 {
	background-color: transparent;
	color: #039;
}
a:link { 
	background: transparent;
	color: #039;
}
a:visited {
	background: transparent;
	color: #000;
}
a:hover {
	background: #ffc;
	color: #039;
}
h2 {
	margin: 0 auto .5em;
	border-bottom: 2px dotted #b2b2fe;
}
h1#page-title {
	font-style: italic;
	font-size: medium;
	text-align: right;
	padding-right: 5px;
	margin-bottom: 15px;
}
ul.nested-lists {
	list-style: none;
	padding: 0;
}
ul.nested-lists ul {
	list-style-type: none;
}
ul.nested-lists ul ul {
	list-style-type: square;
}
table th {
	padding: 5px 10px;
	border: 1px solid #ccc;
}
table td {
	padding: 5px;
	border: 1px solid #ccc;
	text-align: center;
}
form.product {
	border-bottom: 2px dotted #b2b2fe;
	margin-bottom: 1em;
}
form.email-form {
	width: 400px;
	margin: auto;
}
form.email-form label {
	font-weight: bold;
	float: left;
	clear: left;
 	width: 5em;
}
#content-container {
	margin-left: 150px;
	width: 450px;
}
#navbar {
	position: absolute;
	width: 125px;
	z-index: 1;
	top: 120px;
}
#navbar ul {
	list-style: none;
	padding-left: 0;
}
#navbar ul li a {
	display: block;
	width: 100%;
	padding: 2px 0 2px 10px;
	border: 2px solid #039;
	border-left: 0;
	font-weight: bold;
	text-decoration: none;
	background-color: #b2b2fe;
	color: #039;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
}
#navbar ul li a:hover {
	background-color: #ffc;
	color: #039;
}
#topnav {
	background: #b2b2fe;
	color: #000;
	font-size: small;
	padding: 1px 10px 3px 6px;
	position: absolute;
	top: 0;
	left: 55px;
	z-index: 1;
	-moz-border-radius-bottomright: 20%;
}
#topnav ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
#topnav ul li {
	display: inline;
}
#topnav a {
	background-color: transparent;
	color: #ff0;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 5px 3px;
}
#topnav a:hover {
	background: #ff0;
	color: #b2b2fe;
}
#text-links {
	margin-left: 150px;
	width: 450px;
	margin-top: 6px;
	border-top: 2px dotted #b2b2fe;
	text-align: center;
	font-size: small;
}
#text-links a {
	padding: 0 .2em;
	margin: 0 .2em;
	line-height: 1.5em;
}
#footer {
	margin-left: 150px;
	width: 450px;
	padding-top: 6px;
	text-align: center;
	font-size: small;
}
.float-product-image {
	float: left; 
	width: 125px;
	text-align: center;
	margin-top: 5px; 
	margin-bottom: 0; 
}
.message {
	background-color: #fc0;
	color: #000;
	padding: 5px;
}
.old-price {
	text-decoration: line-through;
	background: #fff;
	color: #f00;
}
.new-price {
	background: #fff;
	color: #080;
}