#store {
	display: block;
	padding-top: 10px;
	float: left;
	text-align: left;
	font: normal 12px "courier new",verdana,arial;
	line-height: 14px;
	color: #500707;
}

#left_side {
	width: 220px;
	margin-right: 25px;
	display: block;
	float: left;
	text-align: left;
}

#left_side .CD_cover {
	border: solid 1px #202020;
	width: 220px;
	height: 220px;
}

#CD_tracks {
	display: block;
	float: left;
	text-align: left;
	font: normal 11px "courier new",verdana,arial;
	line-height: 13px;
	color: black;
}

#CD_tracks p {
	margin: 3px 0px 4px 0px;
}

#CD_tracks p img {
	width: 16px;
	height: 16px;
	border: 0px;
	text-align: center;
	vertical-align: middle;
	margin: 0px 5px 0px 0px;
}

#CD_tracks .album {
	font: bold 15px "courier new",verdana,arial;
	line-height: 15px;
	color: #500707;
}

#CD_tracks .title {
	font: bold 12px "courier new",verdana,arial;
	line-height: 13px;
	color: #500707;
}

#CD_tracks .track {
	font: bold 11px "courier new",verdana,arial;
	line-height: 13px;
	color: black;
}

.online_store {
	margin: 10px 0px 0px 0px;
	text-align: center;
}

.online_store a {
	font: bold 12px "courier new",verdana,arial;
	line-height: 16px;
	color: #500707;
	text-decoration: none;
}

