*{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
body{
	background-color:#999999;
	margin:0;
}
*.clear{
	height:0;
	width:0;
	font-size:0;
	clear:both;
}
ul,li,dl,dt,dd{
	list-style:none;
	margin:0;
	padding:0;
	border:none;
}
h1{
	margin:5px;
	margin-bottom:1px;
}
img{
	border:none;
}
a{
	color:#AC2424;
}
a:hover{
	color:#fC2424;
}


#header{
	width:974px;
	margin-left:auto;
	margin-right:auto;
	background-color:#f1f1f1;
	padding:8px;
	margin-bottom:5px;
}

#wrapper{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	padding:5px;
}

#rodape{
	text-align:center;
	background-color:#eee;
	padding:5px;
	margin-top:10px;
	border:1px solid #ccc;
}


.initInfo{
	position:absolute;
	z-index:6000;
	background-color:#ff9;
	border:1px solid #Fc0;
	padding:5px;
	width:140px;
	margin-left:30px;
	margin-top:10px;
	color:#000;
}
.initInfo strong{
	text-transform:uppercase;
}



ul.menuSuperior{
	height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #fc0;
}
ul.menuSuperior li{
	float: left;
	border: 1px solid #333;
	background-color: #eee;
	padding:3px;
	margin-left: 5px;
}
ul.menuSuperior li a{
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
ul.menuSuperior li.sl{
	float: right;
	background-color: #fff;
	margin-right: 7px;
	margin-top: 3px;
	border:none;
	font-size:10px;
	color: #999;
	border-right: 3px solid #f90;
}
	ul.menuSuperior li.inicio{
		background-color: #ffe;
		border-color: #c90;
	}
		ul.menuSuperior li.inicio a{
			color: #c90;
		}
		ul.menuSuperior li.inicio a:hover{
			color: #fff;
			background-color: #c90;
		}
	ul.menuSuperior li.novidades{
		background-color: #efe;
		border-color: #393;
	}
		ul.menuSuperior li.novidades a{
			color: #393;
		}
		ul.menuSuperior li.novidades a:hover{
			color: #fff;
			background-color: #393;
		}
	ul.menuSuperior li.pesquisar{
		background-color: #eef;
		border-color: #33c;
	}
		ul.menuSuperior li.pesquisar a{
			color: #33c;
		}
		ul.menuSuperior li.pesquisar a:hover{
			color: #fff;
			background-color: #33c;
		}



#ml{
	font-size:12px;
}
#listaFaixasHolder .tableHolder{
	height:auto;
}

#listaGenerosHolder{
	width:250px;
	height: 247px; 
	float:left;
}
#listaArtistasHolder{
	width:310px;
	height:247px; 
	float:left;
}
#listaAlbunsHolder{
	width:420px;
	height:247px; 
	float:left;
}
#listaFaixasHolder{
	width:640px;
	height:346px; 
	float:left;
}
#listaExecucaoHolder{
	width:340px;
	height:346px; 
	float:left;
	background-color:#fff;
	background-image:url(../../files/images/backListaExecucao.jpg);
	background-repeat:no-repeat;
}
#listaExecucaoHolder .mainOptions{
	float:right;
	width:340px;
	height:70px;
	font-size:1px;
}


#listaExecucao{
	color:#fcfcfc;
	padding:8px;
	padding-right:0;
	overflow: auto;
	height: 260px;
}
#listaExecucao li{
	width:310px;
	padding:2px;
	*padding:0px;
	*padding-top:1px;
	*padding-left:2px;
}
#listaExecucao .title{
	float:left;
	width:268px;
	height:30px;
}
#listaExecucao .icons{
	height:25px;
	padding-top:5px;
	*float:left;
}
#listaExecucao .playing{
	background-color:#0f8ac6;
	color:#fff;
}
#listaExecucao .playing img.play,
#listaExecucao .playing img.excluir{
	height:0px;
	width:18px;
}




#miniWrapper{
	position:absolute; 
	background-color:#fee; 
	padding:10px; 
	border: 1px solid #933; 
	margin-top:248px; 
	margin-left:640px; 
	width:318px; 
	height:323px;
	font-size:12px;
}
#miniWrapper h1{
	border-bottom:1px solid #933;
	margin:0;
}
#miniWrapper a{
	color: #933;
}
#miniWrapper dl{
	padding-left:65px;
}
#miniWrapper #errorHolder{
	background-color:#f00;
	color:#fff;
	padding:3px;
}






#loadingOverlay{
	position:absolute;
	background-color:#eee;
	filter: alpha(opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	border:none;
	-moz-opacity: 0.80;
	opacity:0.8;
}


#detalhesMusica{
	position:absolute;
	border: 1px solid #333;
	background-color:#fff;
	padding:5px;
	width:308px;
}
.novidade img,
#detalhesMusica img{
	float:left;
}
.novidade dl,
#detalhesMusica dl{
	width: 195px;
	float:right;
	line-height:16px;
}
.novidade dl dt,
#detalhesMusica dl dt{
	float:left;
	font-weight:bold;
	width:50px;
}
.novidade dl dd,
#detalhesMusica dl dd{
	float:left;
	width:145px;
}





#ultimasNovidades{
	position: absolute;
	width: 633px;
	background-color: #efe;
	border: 1px solid #393;
	margin-top:5px;
}
#ultimasNovidades .novidade{
	border: 1px solid #ccc;
	background-color:#fcfcfc;
	padding:5px;
	width:298px;
	font-size:12px;
	float:left;
	margin:3px;
}
#ultimasNovidades .novidade .listaMusicas{
	position:absolute;
	margin-left:56px;
	background-color:#eee;
	border:1px solid #ccc;
	width:240px;
	padding:5px;	
}





#pesquisa{
	position: absolute;
	width: 633px;
	background-color: #eef;
	border: 1px solid #00f;
	margin-top:5px;
}




#sugestoes h2{
	color: #f90;
	border-bottom: 1px solid #f90;
	width:630px;
	margin:0;
	padding:0;
	margin-top:10px;
	margin-bottom:10px;
}
#sugestoes dl{
	float: left;
	width:306px;
	padding:2px;
	margin:2px;
	border: 1px solid #ccc;
}
#sugestoes dl dt{
	font-weight: bold;
}
#sugestoes dl dd{
	text-indent: 1em;;
}








