@charset "utf-8";
/* CSS Document */

body {
	background: #1d2a3b url(/_img/bg_header.jpg) repeat-x top center;
	border-top: 4px solid #0a131e;
	color: #FFFFFF;
	font-family: "Lucida Sans Unicode","Lucida Grande","Lucida Sans",Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a, a:hover, a:visited, a:active {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#mini_nav {
	margin: auto;
	padding: 5px 20px 5px 20px;
	background: #0a131e;
	width: 300px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}

#player_wrap {
	background: #b4c3ca url(/_img/bg_home-nav.jpg) repeat-x top;
	border: 10px solid #0a131e;
	margin: auto;
	margin-top: 20px;
	padding: 10px;
	width: 300px;
}

#javascript_disabled {
	width: 280px;
	padding: 10px;
	background: #0a131e url(/flplayer/images/now_playing_bg.jpg) no-repeat top left;
}

#nowplaying_wrap {
	width: 280px;
	padding: 10px;
	background: #0a131e url(/flplayer/images/now_playing_bg.jpg) no-repeat top left;
}

#nowplaying_info {
	text-align: left;
	margin: 5px;
	color: #FFF;
	overflow: hidden;
}

#album_cover img {
	border: 1px solid #FFF;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#song {
	font-size: 14px;
	font-weight: bold;
}

#artist {
	font-size: 14px;
	margin-bottom: 20px;
}

#program {
	font-size: 16px;
}

#buy_song {
	display: inline;
	margin-right: 0px;
	font-size: 11px;
	font-weight: normal;
}

#rating {
	display: inline;
	margin-right: 0px;
	font-size: 11px;
	font-weight: normal;
}

#buy_album {
	clear: both;
	margin-right: 0px;
	font-size: 11px;
	font-weight: normal;
}

#slides {
	height: 110px;
	overflow: hidden;
}

#other_stations {
	margin-top: 10px;
	width:400px;
	margin-left:auto;
	margin-right:auto;
}

#other_stations img {
	width: 90px;
	/*margin: 5px 5px;*/
	border: 5px solid #0A131E;
}

#other_stations img.current {
	display: none;
}



#rather_use_wmp {
	color: #999;
}



