/* AO VIVO */

/* Tags gerais */

* { margin: 0; padding: 0; }

Body {
	width: 392px;
	height: 275px;
	background: #FFFFFF url(../imagens/aovivoPop.jpg) 0px 0px no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	margin: 15px 0px;
}

/* botões */

Ul { list-style: none; margin-right: 26px; }
Ul Li {	float: right; }
Ul Li A {
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-left: 5px;
	text-decoration: none;
}
Ul Li A#fechar { width: 74px; }
Ul Li A#recado { width: 130px; }
Ul Li A:Hover { color: #13007C; }

/* informações */

#info {
	position: absolute;
	left: 39px;
	top: 58px;
	display: block;
	width: 314px;
	height: 110px;
}
#info H1 {
	line-height: 16px;
	text-transform: uppercase;
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 20px;
}
#info H2 { width: 200px; font-size: 12px; color: #13007C; padding-bottom: 5px; }
#info H3 { width: 200px; font-size: 10px; color: #FFFFFF; }
#info Img {
	float: right;
	margin-top: 20px;
	padding: 1px 6px 11px 6px;
	background: url(../imagens/aovivoThumb.png) center no-repeat;
}

/* media player */

#player {
	position: absolute;
	left: 27px;
	top: 183px;
	display: block;
	width: 338px;
	height: 64px;
	text-align: center;
}

/* winamp */

#player A {
	display: block;
	width: 100%;
	height: 64px;
	line-height: 64px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	background: url(../imagens/aovivoBotao.gif) center no-repeat;
}
#player A:Hover { color: #13007C; }


/* Hacks IE6 */

* Html #info Img {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop, src='../../interface/imagens/aovivoThumb.png');
}
