body {
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #a6a6a6;
	line-height: 17px;
	font-size: 12px;
	background: #202530;
}

a img{border:0;border:none;}
a {outline: none;text-decoration: none;}
:-moz-any-link:focus {outline: none;}


.whitebox {
	background-color: #fff;
	overflow: hidden;
	float: left;
	margin: 0 10px 7px 0;
}

.btn_bottom_x {
	margin: 12px 10px 0 0;
	float: right;
	display: none;
}

#title_index {
	float: left;
	margin: 22px 0 19px 2px;
	width: 940px;
}

.hover {
	float: left;
	cursor: pointer;
}

.hover:hover {
	opacity: .85;
	-moz-opacity: .85;
	filter:alpha(opacity=85);
}

#btn_like {
	float: right;
	margin: 7px 0 0;
	width: 366px;
}

.artist_img {
	float: left;
	margin-top: 8px;
}

.artist_img .credit {
	font-size: 8px;
	line-height: 1.2;
	font-family: Verdana, Arial, sans-serif;
	position: absolute;
	top: 349px;
	left: 0;
	margin: 0;
}
	

.btn_bottom_artist {
	float: left;
	width: 225px;
	margin: 8px 10px 0;

}

.artist_bio {
	float: left;
	width: 365px;
	margin-left: 10px;
	margin-top: 8px;
}

p {
	margin-top: 10px;
}



.feature {
	float: left;
	width: 205px;
	height: 18px;
	padding: 8px 0 8px 20px;
	background: url(images/arrow.png) 10px center no-repeat #161a21;
	margin-bottom: 1px;
	display: block;
	position: relative;
}

.feature h2 {
	font-size: 15px;
	color: #b3b8be;
	margin: 0;
}

.feature:hover {
	background-color: #293645;
	cursor: pointer;
}

.tns {
	float: left;
	background-color:#fff;
}

.tn2 {
	float: left;
	width: 205px;
	height: 18px;
	padding: 8px 0 8px 20px;
	background: url(images/arrow.png) 10px center no-repeat #293645;
	margin-bottom: 1px;
	display: block;


	
	color: #b3b8be;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

.tn2:hover {
	background-color: #4a5561;
}

.tns:hover,
.tns_bottom_index:hover {
	filter: alpha(opacity=85);
	opacity: .85;
	-moz-opacity: .85;
	cursor: pointer;
}

.now_playing:hover {
	cursor: default;
}

.now_playing {
	width: 225px;
	height: 35px;
	background: url(images/btn_bottom_now.png) top left no-repeat;

	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}