table {
	width: 425px;
	clear: left;
}
	
	table tbody {
		width: 425px;
	}
	
	table.tracks {
		border-color: rgb(190,215,158);
		border-width: 1px 0 1px 0;
		border-style: solid;
		padding-top: 8px;
		padding-bottom: 6px;
		width: 425px;
	}

td.highlight {
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: rgb(231,251,201);
}

td.button {
	text-align: right;
	width: 87px;
	padding-right: 2px;
}

td.price {
	width: 54px;
}

a {
	color: rgb(131,151,105);
	text-decoration: underline;
}

p.product {
	margin: 0;
	padding: 4px;
}

p.tracknumber {
	margin: 0;
	padding: 4px 2px 4px 2px;
	text-align: right;
}

p.price {
	font-weight: bold;
	padding: 4px;
	margin: 0;
}

	p.price a {
		color: rgb(131,151,105);
		text-decoration: underline;
	}

h1 {
	clear: left;
}

p.downloadService {
	margin-top: 0;
	padding-top: 4px;
	font-size: 8pt !important;
	text-align: right;
	float: right;
}