
/************************************
 homepage, latest album list
***********************************/

#albums-list {
margin-top:15px;
}

.album {
width:100%;
overflow:hidden;
margin-bottom:15px;
}
.album img {
    background: url('../images/album-img-back.png') no-repeat center center;
    width:145px;
    height:145px;
    padding:10px;
    float:left;
  }
  
.album p, .album h3 {
margin: 0 0 5px 180px;
padding:0;
}
.album p {
	line-height:normal;
}
.album h3 {
margin-bottom:20px;
font-weight:bold;
}
.album h3 a {
text-decoration:none;
}
#textcontainer .album h3 a:hover {
color: #C00;
background:none;
border-bottom:1px dotted #c00;
}


/************************************
track list
***********************************/
#album-details {
clear:both;
}
	#album-details h3{
	color:#c00;
	font-size:16px;
	margin-bottom:10px;
	letter-spacing:1px;
	font-weight:bold;
	}
	#album-details p, #album-details h3, #album-details ul {
		margin-left: 270px;		
		text-align:left;
	}
#album-img {
float:left;
padding:3px;
border:1px solid #ccc;
}
a#download-album {
	background: url('../images/button-download.png') no-repeat top left;
	width:124px;
	padding-left:45px;
	margin:10px 0 0 65px;
	padding-top:1px;
	display:block;
	height:30px;
	color:#C00;
	font-weight:bold;
	text-decoration:none;
}
a#download-album:hover {
	color:#C00;
	text-decoration:underline;
	line-height:normal;
}

#track-container {
	border-left: 1px solid #893000;
	border-right: 1px solid #893000;
	padding:0px 25px;
}
#track-container-top {
	clear:both;
	margin-top:20px;
	background: url('../images/tracklist-cont-top.png') no-repeat top left;
	height:19px;
}

#track-container-close {
	background: url('../images/tracklist-cont-bottom.png') no-repeat top left;
	height:87px;
	margin-bottom:20px;
}
#tracks {
width:550px!important;
width:548px;
border-collapse:collapse;
background: url('../images/tracklist-bg.png') repeat-x top center;
}
#tracks th {
font-weight:bold;
color:#C00;
font-size:14px;
line-height:20px;
margin-bottom:5px;
padding-left:3px;
}
#tracks .left {
background: url('../images/tracklist-left.png') no-repeat left center;
}
#tracks .right {
background: url('../images/tracklist-right.png') no-repeat right center;
}

#tracks td {
border-bottom: 1px dotted #CCCCCC;
padding:3px;
}
#tracks tbody tr:hover {
background-color:#FFFFCC;
}
#mp3player {
	margin-top:5px;
}
#closePlayer {
	font-size:11px;
	margin:2px 0 5px 5px;
}

