h2 {
	clear: left;
}
table#body_head {
	margin-bottom:20px;
}

img#main {
	border: solid #444444 1px;
	float: left;
	margin-right: 10px;
	/*width: 100px;*/
}

a { color:#AA0000; }

table#cd_specs {
	border-spacing:0;
}
td.cd_specs_key, td.cd_specs_value {
	border-bottom: 1px solid #CCCCCC;
	font-size:0.8em;
	padding:0;
}
td.cd_specs_key {
	border-right:1px solid #CCCCCC;
	padding-right: 5px;
}
td.cd_specs_value {
	padding-left: 5px;
}

ol#song_list li {
	padding-top: 5px;
}

div.div_track_detail0 {
	background-color: #EEEEEE;
	border: 1px solid #AAAAAA;
	display:none;
}

.detail_label { font-style:italic; color:#000088; }
.detail_value { }

span.song_title {
	font-size: 1.1em;
	font-weight: bold;
}

span.download_button {
	-moz-border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px;
	background-color: #00CCFF;
	border: 1px outset black;
	cursor: pointer;
	display: inline-block;
	font-size: 0.7em;
	font-weight: bold;
	margin: 10px 0px;
	padding: 1px;
}
span.download_button:hover {
	background-color: #CCFFFF;
}
span.download_button a {
	color: black;
	padding-left: 1em;
	text-decoration: none;
}

img.speaker_icon {
	border: none;
	margin-left:5px;
	vertical-align: text-top;
}
