@charset "utf-8";
/* CSS Reset */
@import url("reset.css");


/*-----------------------------------------------------------------------------
Folha de estilos

version:   1.0
author:    Plus! Agncia Digital
email:     contato@plusagenciadigital.com.br
website:   http://www.plusestudioweb.com.br
-----------------------------------------------------------------------------*/

/* = PLAYER (radio)
-----------------------------------------------------------------------------*/
body{
	background:#000;
}

#envolve_player{
	width:550px;
	height:170px;
}

ul#radio_player{
	width:308px;
	height:170px;
	float:left;
	list-style-type:none;
}

ul#radio_player li{
	width:308px;
}

ul#radio_player li#player_topo{
	width:288px;
	height:53px;
	padding:8px 10px 0 10px;
	background:url(../_IMG/player/player_bg_topo.gif) left top repeat-x;
	text-align:center;
	/*Hack IE*/
	*width:308px;
	*height:61px;
}

ul#radio_player li#player_meio{
	width:293px;
	height:35px;
	padding:10px 0 0 15px;
	background:url(../_IMG/player/player_bg_meio.gif) left top no-repeat;
	color:#c01615;
	font-size:20px;
	font-weight:bold;
	/*Hack IE*/
	*width:308px;
	*height:45px;
}

ul#radio_player li#player_meio span.frequencia{
	margin-left:160px;
	color:#4a2421;
	font-size:12px;
	font-weight:bold;
	position:relative;
}

ul#radio_player li#player_codec{
	width:308px;
	height:64px;
	background:#000;
}

/* BANNER */
#banner_radio_player{
	width:242px;
	height:170px;
	float:left;
}