.clearer {
	clear: both;
}

#disco {
/*	padding-left: 35px;
	padding-top: 25px; */
	width: 440px;
}

ol#album-artwork, ol#album, ul#album-artwork, ul#album {
        list-style: none;
        margin: 0;
        padding: 0;
}

:focus {
        outline: 0;
}

ins {
        text-decoration: none;
}

#disco a {
	text-decoration: none;
	color: #fff;
}

#disco a:hover {
	text-decoration: none;
	color: rgb(102,153,255) !important;
}

ul#album-artwork {
	padding-top: 50px;
	width: 480px;
}

ul#album-artwork li {
	float: left;
	padding-right: 15px;
	padding-bottom: 20px;
}

ul#album-artwork li.active img {
	border: 1px solid rgb(102,153,255);
}

ul#album-artwork li img {
	width: 68px;
	height: 68px;
	border: 1px solid #999;
}

ul#album-artwork li img:hover {
	border: 1px solid rgb(78,111,152);
}

div.album img {
	float: left;
	margin-right: 30px;    /* padding-right causes border issues */
	border: 2px solid #999;
}

div.album h3 {
	text-transform: uppercase;
	padding-top: 16px;
	margin-bottom:-9px;
}

div.album p {
	font-size: 11px;
	line-height:11px;
	text-transform: uppercase;
	
}

div.album ul {
	padding-top: 20px;
	list-style: none;
	padding-top:0px;
}

#disco li a {
	font-size: 13px;
	text-transform: uppercase;
	color: rgb(78,111,152);
	list-style: none;
}

#album-tracks {
	padding-bottom: 40px;
}

#album-tracks p {
	text-align: center;
	margin-top: 30px;
}

#album-tracks #disco a {
	color: rgb(78,111,152);
}

#wrap { padding-top: 20px; }
#wrap>div { display: none;} 
#wrap>div.start-content { display:block; }

table, td, tr, th {border:0; padding:0; font-size: 11px; color:#FFF; }
table {width:100%; margin-left:-8px; }
td.col1 { width: 1.75em; text-align: left; }
td.col3 { width: 3.25em; text-align: left; }
td.col4 { width: 2em; text-align: right; }
th { text-align: left; font-weight: bold; padding: 6px;}
td { padding: 4px 6px 4px 6px;}
tr { border-top: 1px solid #222; border-bottom: 1px solid #222; }
tr:nth-child(odd)    { background-color: rgb(21,21,21); }
tr:nth-child(even)    { background-color: rgb(29,29,29); }


