* {
	margin:0;
	padding:0;
	border: 0;
}

body {
	background: #000 url(images/fundo-player.jpg) top left no-repeat;
	font-size: 12px;
	font-family: "Trebuchet MS";
	line-height: 20px;
	color: #fff;
}

#main {
	width: 700px;
}

#boxPlayer {
	background: #000;
	width: 355px;
	height: 288px;
	border: 3px solid #333;
	margin: 101px 0 0 20px;
	_margin: 101px 0 0 10px;
	float: left;
}

#blocoDescPrograma {
	float: left;
	width: 310px;
	height: 83px;
	margin: 15px;
	_margin: 15px 7px 15px 7px;
	font-weight: bold;
}

#blocoDescPrograma img {
	float: left;
	margin: 0 8px 0 0;
	width: 82px;
}

.colorAzul {
	color: #3399cc;
}

.colorCCC {
	color: #ccc;
}

.underline {
	border-bottom: 1px solid #3399cc;
}

.font14 {
	font-size: 14px;
}

.font16 {
	font-size: 16px;
}


#boxOferecimento {
	float: right;
	width: 267px;
	height: 267px;
	border: 3px solid #ccc;
	margin: 116px 20px 0 0;
	_margin: 116px 10px 0 0;
}   

#boxOferecimento a {
	float: left;
}

#participacao {
	float: left;
	width: 228px;
	margin: -33px 0 0 108px;
	_margin: -33px 0 0 54px;
}


#participacao .littleBoxSuaMsg a {
	color: #fff;
	text-decoration: none;
	background: url(images/icone-sua-msg.gif) no-repeat;
	background-position: 0 52%;
	padding: 0 0 0 14px;
}

#participacao .littleBoxSuaMusica a {
	color: #fff;
	text-decoration: none;
	background: url(images/icone-sua-musica.gif) no-repeat;
	background-position: 0 52%; 
	padding: 0 0 0 12px;
}

#participacao .littleBoxSuaMusica a:hover, #participacao .littleBoxSuaMsg a:hover {
	text-decoration: underline;
}


#musicasTocando {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 14px;
	margin: 20px 0;
}

#musicasTocando .tituloTocando {
	font-size: 18px;
	color: #33cc00;
}

#musicasTocando .proxima {
	margin: 5px 0 0 0;
}

#musicasTocando .proxima .tituloTocando {
	font-size: 18px;
	color: #ffff00;
}



#thePlayerForIE7 {
	float: left;
	width: 100%;
	margin: -5px 0 0 16px;
}

#thePlayer {
	float: left;
	width: 100%;
	height: 64px;
	margin: 5px 0 0 10px;
	_margin: 5px 0 0 7px;
	background: url(images/player-bottom.gif) bottom left no-repeat;
}

#thePlayer h1, #thePlayerForIE7 h1 {
	color: #ccc;
	text-transform: uppercase;
	font-size: 18px;
	margin: 0 0 8px 0;
}

#linkProblemas {
	margin: 0px 0 0 0;
	width: 100%;
	float: left;
	text-align: center;
	
}

#linkProblemas a {
	color: #8F1111;
	font-size: 11px;
	text-decoration: none;
}

#linkProblemas a:hover {
	text-decoration: underline;
}

