
#entry {
	float:left;
	width:275px;
}

#entry_content h3 {
	width:143px;
	float:left;
	margin: 1.032em;
	margin-left: 0;
}

#entry_content h3 img{
	border: 1px solid #aaa;
	width: 144px;
	height: 144px;
}

h4.title{
	padding-top: 48px;
	line-height: 1.25em;
}

h5.artist {
	line-height: 1.25em;
	margin-top: .6em;
}

p.detail {
	margin-top: 0;
	padding: 1em 0;
	clear: both;
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
	line-height: 1.4em;
}

	
/* ========== Tracklist ========== */
#entry_tracklist {
	float: right;
	width: 575px;
	color: #333;
	line-height: 1em;
}

#entry_tracklist table {
	width: 100%;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 18px;
}

#entry_tracklist table th {
	background-color: #bbb;
	padding: 8px 7px; 
	font-size: 10px;
	text-transform: uppercase;	
	text-align: center;	
}

#entry_tracklist table td {
	border-right: thin solid #bbb;
	border-bottom: thin dotted #bbb;
	background-color: #eaeaea;
	padding: 6px 7px;
	vertical-align: text-top;
}

#entry_tracklist table td.preview {
	padding: 0 4px;
	width: 1%;
	text-align: center;
}

.preview a {
	display: block;
	height: 20px;
	width: 20px;
	background: url("../images/buttons/btn-play_sample.png") no-repeat center 6px;
}

tr.playing td.preview a {
	background: url("../images/buttons/btn-stop_sample.png") no-repeat center 6px;
}

tr.playing td {
	background-color: #BFDBE2;
}

.preview a span {
	display: none;
}

#entry_tracklist table td.track {
	padding-left: 3px;	
	padding-right: 0.35em;
	border-right: none;
	text-align: right;
	color: #00349a;
}

#entry_tracklist table td.track,
#entry_tracklist table td.title,
#entry_tracklist table td.artist {
	background-color: #eee;
}	

#entry_tracklist table td.title {	
	padding-left: 0;
	border-left: none;
	text-align: left;
}

td.time,
td.price {
	text-align: right;
	color: #00349a;
	font-size: 11px;
}

table button {
	vertical-align: middle;
	cursor: pointer;
}

table button span {
	display: none;
}

#entry_tracklist table td.buy_song {
	text-align: center;
	width: 1%;	
	vertical-align: middle;
	background-color: #eee;
}

.buy_song button {
	border: none;		
	width: 69px;
	height: 21px;
	padding: 0;
	background: url("../images/buttons/btn-buy_song.gif") no-repeat center center;
}	

#entry_tracklist table td#buy_album,
#entry_tracklist table td#buy_cd {
	background-color: #bbb;
	padding: 8px 7px !important;
	text-align: right;
	font-size: 13px;
}

#entry_tracklist table td#buy_cd {
	border-top: 1px solid #fff;
}

#buy_album button {
	border: none;		
	width: 108px;
	height: 21px;
	padding: 0;
	background: url("../images/buttons/btn-download_album.gif") no-repeat center center;		
}

#buy_cd button {
	border: none;		
	width: 60px;
	height: 21px;
	padding: 0;
	background: url("../images/buttons/btn-buy_cd.gif") no-repeat center center;		
}
