/* CSS Document */

.fl{
	float:left;
}


.infoName {
	display: block;
	float: left;
	text-align: left;
	width: 59px;
	padding:2px;
}
.sep{
	display: block;
	width: 6px;
	float: left;
	padding:2px;
}
.info {
	display: block;
	width: 420px;
	float: left;
	font-weight:bold;
	padding:2px;
}
.imgB{
	float:right;
	border:1px solid #000000;
	margin:3px 3px 3px 3px;
}
.s75{
	width:75px;
	height:75px;
}
.movieOInfo{
	height:30px;
	background:#CCCCCC ;
	color:#0a0a0a;
	line-height:2.5;
	margin:4px 0px;
	font-weight:bold;
}
.infoLink{
	color:#09a7ee;
	font-weight:bold;
	margin-left:3px;
	font-size:11px;
}
.dn{
	display:none
}
#buttons{
	clear:both;
	margin:20px 0px;
	text-align:center;
}
#buttons a{
	padding:5px 10px;
	color:#fff;
	text-decoration:none;
	height:26px;
	background:#111214 url("/images/bg-button.gif") top repeat-x ;
	border:1px solid #2e2e2e;
}
#contentMain{
	width:500px;
	margin-left:10px;
	margin-right:10px;
	background:#CCCCCC;
	padding:5px;
}
.songs{
	margin:10px;
}
.song{
	margin:2px 0px;
}
.inputH{
	width:20px;	
	padding-top:3px;
}
.songDetails{
	width:420px;
	line-height:1.5;
	padding:2px;
}
.songDetails a{
	color:#e2e2e2;
}
.songDetails span{
	font-size:11px;
	color:#e2e2e2;
}
.xtras{
	width:120px;
	padding-top:2px;
	line-height:1.5;
}.cf{
	clear:both
}