
.imgAlbum {
	border: 1px solid #aaaaaa;
	margin: 0px 0px 10px 10px;
    float: right;
    /*clear: both;*/
}

.tblTrackListWrapper {
	margin: 0px 0px 15px 0px;
    padding: 0px;
	border: 0px;
    float: left;
    width: 300px;
    clear: left;
}

.tblTrackList {
	margin: 0px;
    border: 0px;
    width: 100%;
}

.tblTrackList a:link, .tblTrackList a:visited, .tblTrackList a:active {
	color: #000000 !important;
    background-color: #ffffff !important;
	font-weight: normal !important;
    text-decoration: none !important;
}

.tblTrackList a:hover {
	color: #ffffff !important;
    background-color: #530203 !important;
	font-weight: normal !important;
    text-decoration: none !important;
}

.tdSection {
	width: 30px;
    white-space: nowrap;
    font-size: 22px;
	font-weight: bold;
}

.tdTrackNumber {
	width: 20px;
    white-space: nowrap;
}

#divLyrics {
	border: 1px solid #999999;
    background-color: #fafafa;
    margin: 0px 0px 15px 0px;
    padding: 10px;
	width: 350px;
    height: 375px;
    overflow: auto;
    float: right;
}

.divLyricsDownload {
	border: 1px solid #530203;
	background-color: #ffffff;
	padding: 5px;
	text-align: center;
}

.divAudioPlayer {
	margin: 15px 0px 15px 0px;
	padding: 0px;
    border: 0px;
	text-align: left;
}

.tblWhereToBuy {
	border: 1px solid #aaaaaa;
	border-collapse: collapse;
	margin: 10px auto 15px auto;
}

.tblWhereToBuy th {
	background-color: #eeeeee;
	padding: 8px;
	font-weight: bold;
}

.tblWhereToBuy td {
	background-color: #ffffff;
	padding: 8px;
	font-weight: normal;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	border-left: 0px;
	border-right: 0px;
}

.imgBuy {
	width: 50px; 
	height: 50px; 
	border: 0px;
}