#radiobar
{
	border-top: 2px solid #000000;
	position: absolute;
	height: 250px;
	width: 100%;
	margin-top: -250px;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
	text-align: center;
	overflow: hidden;
}
#radiobar h2
{
	border-bottom: 1px solid #d7d7d7;
	background:url(../images/box_wht_hdr_bck.png);
	
}
ul#radiomenu
{
	width: 984px;
	margin: 0 auto;
	height: 34px;
	text-align: left;
}	
#radiobar h2 li
{
	display: inline;
	border-right: 1px solid #d7d7d7;
	height: 34px;
}
#radiobar h2 a
{
	line-height: 34px;
	color: #5A5A5A;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 10px 0 10px;	
}
#radio
{
	width: 984px;
	margin: 0 auto;
	border-right: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	height: 215px;
}
#radioleft
{
	float:left;
	width: 550px;
	height: 166px;
}
#radioright
{
	float: right;
	width: 429px;
	border-left: 1px solid #d7d7d7;
	text-align: left;
	height: 215px;
	overflow: auto;
}
#radioads
{
	background: #0E3457;
	height: 65px;
}
#radiobuttons
{
	text-align: right;
	width: 984px; 
	margin: -28px auto;
	margin-bottom: 13px;
}
#radiobuttons span a
{
	color: #AEABAB;
	font-weight: bold;
	margin: 0 4px 0 4px;
}
#playlistTitle
{
	background: #dadada;
	border: 1px solid #d6d6d6;
	border-top: 0;
	padding: 2px 12px 2px 12px;
	color: #5A5A5A;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}
#radiorightcontent
{
	height: 155px;
	overflow: auto;
	background: #ffffff;
}
#playlistTitle select
{
	margin-left: 15px;
}
table#playlistSongs
{
	border-collapse: collapse;
}
table#playlistSongs tr
{
	border: 1px solid #d6d6d6;
}
table#playlistSongs tr.tr1
{
	background: #ffffff;
}
table#playlistSongs tr.tr2
{
	background: #f2f2f2;
}	
table#playlistSongs tr td
{
	padding: 12px;
}
#radiostations
{
	border: 1px solid #cecece;
	margin: 5px;
	background: #ffffff;
	height: 143px;
	overflow: auto;
}
#radiostations a
{	
	color: #B9BBBC;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 25px;
	padding: 2px 200px 2px 10px;
}	
#radiostations a:hover
{	
	color: #6A91C6;
	background: #e6e6e6;
}	
