table.albumtable {
	width:100%;
	border-spacing: 0;
	border-collapse:collapse;
}

table.carttable  {
	width:100%;
	border-spacing: 0;
	border-collapse:collapse;
	border:1px solid #999999;
}

table.carttable td {
	border:1px solid #999999;
}

table.carttable th	{
	font-weight:bold;
	font-size:0.7em;
}


table.albumtable th	{
	font-weight:bold;
	font-size:0.7em;
}

.removelink {
	font-size:0.5em;
}

table.albumtable td.tracklist {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size:0.8em;
	border-bottom:1px solid #999999;
}
table.albumtable td.noborder {
	border-bottom: 0;
}

table.albumtable h1	{
	margin: 0px;
}

table.albumtable h2 {
	margin: 0px;
}

table.albumtable img {
	border:0px;
}

table.albumtable img.album {
	border:1px solid black;
	margin:10px;
}

img.albumthumbnail {
	border:1px solid black;
	margin:5px;
}