body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #0000CC;
	margin-top: 20px;
	margin-bottom: 4px;
}
h1.album {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #0000CC;
	margin-top: 14px;
	margin-bottom: 9px;
}
h2, h2.bar {
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
	color: #0000CC;
	margin-top: 12px;
	margin-bottom: 2px;
}
h2.bar {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #030978;
	margin-bottom: 6px;
	padding-bottom: 2px;
}
h2.album_price {
	font-size: 12px;
}
p {
	font-size: 14px;
	line-height: 20px;
	margin-top: 4px;
	margin-bottom: 9px;
	color: #000000;
	text-align: justify;	
}
.cart, .pleft {
	font-size: 15px;
	line-height: 20px;
	margin-top: 4px;
	margin-bottom: 9px;
}
.pleft {
	text-align: left;
	color: #000000;
	font-weight: normal;
}
.order_form {
	margin-top: 10px;
	margin-bottom: 3px;
	text-align: left;
}
.basenote {
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	text-align: center;
	margin-top: 10px;
}
.note {
	font-size: 11px;
	line-height: 14px;
	text-align: left;
}
.barcode {
	font-size: 14px;
	line-height: 20px;
	margin-top: 24px;
}
.album_title {
	font-weight: bold;
	font-style: italic;
}
.track_title {
	font-style: italic;
}
.track_listing {
	font-size: 12px;
	line-height: 15px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 2px;
	color: #000000;
	text-align: left;
}
.track_time_total {
	font-size: 11px;
	line-height: 14px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	color: #000000;
}
.large_title {
	font-size: 15px;
	line-height: 19px;
}
.small_title {
	font-size: 12px;
	line-height: 14px;
}
.artist_name {
	font-weight: bold;
}
.reviewer_name {
	font-weight: bold;
}
.border {
	border: 1px solid #0066CC;
}
a, a:link {
	color: #003399;
	text-decoration: underline;
}
a:hover, a:visited {
	color: #336633;
	text-decoration: underline;
}
.hardleft {
	float: left;
	padding-top: 2px;
	padding-right: 13px;
	padding-bottom: 13px;
}
.hardright {
	float: right;
	padding-top: 2px;
	padding-left: 13px;
	padding-bottom: 13px;
}