
#track-title .off {
	color:#999999;
	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:#D35D34;
	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:none;
	width:580px;
	float:left;
}


#albums-cat li {
	float:left;
}

#albums-cat .select {
	float:left;
	-moz-border-radius:6px;
	background:#000000 none repeat scroll 0 0;
	display:block;
	float:left;
	margin:5px;
	padding:5px;
	text-transform:uppercase;
	font-size:18px;
	color:#FFFFFF;	
}

#albums-cat li a {
	float:left;
	background:#43233A none repeat scroll 0 0;
	color:#FFFFFF;
	-moz-border-radius:6px;
	display:block;
	margin:5px;
	padding:5px;
	text-transform:uppercase;
	font-size:18px;

}

#albums-cat li a:hover {
	background:#743D64 none repeat scroll 0 0;
}


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

.one_album {
	float:left;
	/*width:600px;*/
	padding-bottom:10px;
	padding-top:20px;
	border-bottom:1px solid #333333;
	width:100%;
}

.album-image {
	float:left;
	border:1px solid #D35D34;
}

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

.album-content ul {
	padding:5px 0 0;
}

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

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

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

.album-title{
	color:#D35D34;
	text-transform:uppercase;
	font-size:1.1em;
}

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

.album-shop-title {
-moz-border-radius:3px 3px 3px 3px;
background:none repeat scroll 0 0 #D35D34;
color:#000000;
display:block;
font-weight:bold;
padding:3px;
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.gif) 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.gif) 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.gif) no-repeat scroll 0 0;
	margin-right:20px;
	margin-top:0px;
	width:80px;
	height:30px
}

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

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