

#track-title .off {
	color:#a1ab14;
	font-weight:bold;
	text-decoration:none;
	background:transparent url(../images/hp_off.gif) no-repeat scroll right top;
	padding-right:25px;
}
#track-title .on {
	color:#369546;
	font-weight:bold;
	text-decoration:none;
	background:transparent url(../images/hp_on.gif) no-repeat scroll right top;
	padding-right:25px;
}

.albums-container {
}

#albums-cat {
	margin:0 0 30px 0;
	display:block;
	width:580px;
	float:left;
}


#albums-cat li {
	float:left;
}

.album-content h3{
	color:#2c2c2c;
	font-size:1.4em;
}

#albums-cat .select {
    background: none repeat scroll 0 0 #FCC705;
    border-radius: 6px 6px 6px 6px;
    color: #2C2C2C;
    display: block;
    float: left;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    margin: 5px;
    padding: 5px;
    text-transform: uppercase;
}

#albums-cat li a {
    background: none repeat scroll 0 0 #2C2C2C;
    border-radius: 6px 6px 6px 6px;
    color: #FCC705;
    display: block;
    float: left;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    margin: 5px;
    padding: 5px;
    text-transform: uppercase;

}

#albums-cat li a:hover {
	background:#FCC705 none repeat scroll 0 0;
	color: #2C2C2C;
}


#hp {
	/*float:left;*/
}

.one_album {
	float:left;
	width:625px;
	margin:0 0 40px 0;
}

.album-image {
	float:left;
	border:3px solid #2c2c2c;
}

.album-content {
	float:left;	
	margin:0 0 0 15px;
	width:400px;
}

.album-content ul {
	/*margin:8px 0 0 0;*/
	padding:10px 0 0;
	/*background:transparent url(../images/album-sep.png) no-repeat scroll left top;*/
	border-top:3px solid #2c2c2c;
	margin-top:4px;
}

.album-shop ul {
	padding:10px 0 0;
	border-top:0px solid #369546;
	margin-top:4px;
}

.album-content ul li {
	margin:0 0 3px 0;
}

.track-index{
	color:#fcc705;
	margin:0 2px 0 0;
	/*float:left;*/
}

#track-title{
	/*float:left;*/
}

.album-shop {
	margin-top:10px;
}

.album-shop-title {
    background: none repeat scroll 0 0 #FCC705;
    border-radius: 6px 6px 6px 6px;
    color: #2C2C2C;
    display: block;
    font-weight: bold;
    padding: 1px;
    text-align: center;
    text-transform: uppercase;
    width: 230px;
}

.album-shop ul {
	margin:8px 0 0 0;
	padding:0;
}

.album-shop ul li {
	float:left;
	list-style-type:none;
	margin:0;
}

.album-shop ul li a {
	display:block;
	padding-top:10px;
}

.album-shop ul li.itunes a {
	background:transparent url(../images/itunes.png) no-repeat scroll 0 0;
	margin-right:20px;
	margin-top:0px;
	width:75px;
	height:30px
}

.album-shop ul li.fnac a {
	background:transparent url(../images/fnac.png) no-repeat scroll 0 0;
	margin-right:20px;
	margin-top:0px;
	width:35px;
	height:30px
}

.album-shop ul li.virginmega a {
	background:transparent url(../images/virginmega.png) no-repeat scroll 0 0;
	margin-right:20px;
	margin-top:0px;
	width:80px;
	height:30px
}
