body { 
	margin: 0;
	padding: 0;
}
form.product {
	border-bottom: 2px dotted #039;
	margin-bottom: 1em;
}
form.product-jump select {
	font-size: small;
}
form.product-jump optgroup[label] {
	font-size: small;
}
form.product-jump option {
	font-size: small;
}
form.product-jump .small-button {
	font-size: small;
}
@media print {
	form.product-jump select {
		font-size: 9pt;
	}
	form.product-jump option {
		font-size: 9pt;
	}
	form.product-jump .small-button {
		font-size: 9pt;
	}
}
input.buy-now-button {
	background: #eee;
	color: #039;
	border: 1px solid #039;
	font-weight: bold;
}
.float-product-image {
	float: left; 
	margin-top: 5px; 
	margin-bottom: 0; 
	padding-right: 10px;
}
.old-price {
	text-decoration: line-through;
	background: transparent;
	color: #666;
	font-weight: normal;
}
@media print {
	#header {
		border-bottom: 1px solid #000;
		margin-bottom: 10px;
	}
}
#main-content {
	float: left;
	margin-left: 2%;
	width: 79%;
}
#main-nav {
	margin-left: 83%;
	background-image: url(/images/dashed_line.gif);
	background-repeat: repeat-y;
}
#main-nav ul {
	list-style: none;
	margin: 0;
	padding-left: 10px;
}
@media print {
	#main-content {
		float: none;
		margin-left: 0;
		width: 100%;
	}
	#main-nav {
		margin-left: 0;
	}
	#main-nav #nav-links {
		display: none;
	}
}
#top-bar {
	clear: both;
	background-image: url(/images/bar.gif);
}
#top-bar ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#top-bar ul li {
	display: inline;
}
#bottom-bar {
	clear: both;
	background-image: url(/images/bar.gif);
	text-align: center;
}
#bottom-bar ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#bottom-bar ul li {
	display: inline;
}
#footer {
	font-size: small;
	text-align: center;
	padding-top: 10px;
}
@media print {
	#top-bar {
		display: none;
	}
	#bottom-bar {
		display: none;
	}
	#footer {
		border-top: 1px solid #000;
		font-size: 9pt;
	}
}

b {
font-weight: bold;
}
i {
font-style: italic;
}