@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}
body{
	padding:0;
	background-color:#000000;
}
/*-----------------------------------------------------ALBUM */
#album{
	display:block;
	margin:5px;
	padding:10px;
	position:relative;
	width:325px;
	height:150px;
}
/*------------------------------------------------------TRACKS */
#tracks{
	display:block;
	position:relative;
	margin:5px;
	padding:10px;
	width:500px;
	height:auto;
	overflow:visible;
}
#tracks a, #tracks .track{
	display:block;
	font-weight:bold;
}
#tracks a .orange, #tracks .track .orange{
	font-weight:normal;
	color:#FDB913;
}
#tracks a:hover{
	background-color:#333333;
}
#tracks .info_box{
	border-left:#FDB913 solid 1px;
	border-bottom:#FDB913 solid 1px;
	margin:5px;
	overflow:hidden;
	width:470px;
}
#tracks .info_box .info{
	margin-left:150px;
}
#tracks .info_box .info p{
	margin:5px 0;
}
#tracks .info_box .info h1{
	color:#FDB913;
	font-weight:bold;
	font-size:12px;
	margin:5px 0;
}
#tracks .info_box .info a{
	color:#FDB913;
	font-weight:bold;
	margin:5px 0;
	background-color:#000000;
}
#tracks .info_box .info a:hover{
	text-decoration:underline;
	background-color:#000000;
}
#tracks .info_box img{
	float:left;
	margin:5px;
}
/*--------------------------------------------------------HIDE INFO */
#dj_harry, #juan_maclean, #j_tonal, #scottie_b, #skytree, #telepath, #marc_cazorla, #alex_botwin, #lymbyc_systym{
	display:none;
}
/*--------------------------------------------------------EXTRA INFO */
#info, #diy{
	display:block;
	position:relative;
	margin:5px;
	padding:10px;
	width:500px;
}
#info p, #diy p{
	margin:6px 0;
}
#info a, #diy a{
	color:#FDB913;
	font-weight:bold;
}
#info a:hover, #diy a:hover{
	text-decoration:underline;
}
#diy h1{
	color:#FDB913;
	font-weight:bold;
	font-size:12px;
}
/*-------------------------------------------------------CORNERS */
.tl,.tr,.bl,.br{
	position:absolute;
	color:#FFFFFF;
	width:5px;
}
.tl{
	top:0;
	left:0;
}
.tr{
	top:0;
	right:0;
}
.bl{
	bottom:0;
	left:0;
}
.br{
	bottom:0;
	right:0;
}