/* music */

.flash-holder {
	background-image: url(../images/header-noflash-music.png);
}

#wrapper.music {
	background: url(../images/bg-music-main-holder.gif) repeat-y 50% 0;
}

.music .main-holder {
	background: url(../images/bg-music-main-holder.gif) repeat-y;
}

.music #main {
	background: url(../images/bg-music-main.png) no-repeat;
}

.networks ul{border-color:#2671af}


#musicContainer {
}

#musicContainer img {
	border: none;
}

#musicContainer a img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#musicContainer a img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

#musicContainer h2 {
	font-family: "chunk-1","chunk-2",Arial,Helvetica,sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #005daa;
	margin: 0;
	padding: 0;
}
.musicLeft {
	width: 174px;
	float: left;
}

.musicLeft .top {
	height: 170px;
	display: block;
}

.musicLeft .bottom {
	width: 166px;
	display: block;
	text-align: center;
}

.musicRight {
	width: 420px;
	float: right;
	margin-left: 0px;
}

/* tracks*/
.tracks {
	clear: both;
}

.hideLink a {
	display: none;
}

.tracks .over {
	background: #000;
}

.tracks .lyrics {
	padding: 10px;
	color: #136BAF;
	font-size: 11px;
	line-height: 14px;
}

.tracks .trackList {
	display: block;
	border-top: 1px solid #b7d0c2;
	position: relative;
	clear: both;
	vertical-align: middle;
	padding: 5px 0 5px 0;
}

.tracks .trackList div.musicTitle {
	display: inline;
	float: left;
	width: 276px;
	padding: 0;
	margin: 0;
	color: #000;
	font-size: 11px;
}

.tracks .trackList div {
	display: inline;
	float: right;
	margin-left: 4px;
}

.tracks .trackList p {
	clear: both;
	display: inline;
}

.tracks .audioplayer {
	display: inline;
	float: right;
	width: 41px;
	margin: 0;
	padding: 0;
}