/* radiosintony player */

body {
	margin: 0px;
	padding: 0px;
	font-family: arial, freesans, helvetica, sans-serif;
	font-size: 11px;
	background: #000000;
	color: #4e657b;
	text-align: center;
}

object {
	margin: 0px;
}

a {
	color: #4e657b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.invis,
.hidden,
.print_only {
	display: none;
}

div.container {
	width: 350px;
}

div.text {
	width: 260px;
	height: 18px;
	padding: 32px 74px 10px 16px;
	background: url(../images/player_top.png) top left no-repeat;
	position: relative;
	text-align: left;
}

div.text span.label {
	display: none;
}

div.text span.value {
	font-weight: bold;
}

div.player {
	margin-top: 5px;
}

div.listen_with{
	width: 321px;
	height: 43px;
	background: url('../images/listen_with.jpg') 0 0 no-repeat;
	margin: 5px 0 0 14px;
}

div.listen_with ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

div.listen_with ul li{
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

div.listen_with ul li.on{
	width: 46px;
	height: 44px;
	margin: 0 0 0 110px;
}

div.listen_with ul li.tw{
	width: 56px;
	height: 44px;
}

div.listen_with ul li.th{
	width: 59px;
	height: 44px;
}

div.listen_with ul li.fo{
	width: 50px;
	height: 44px;
}

div.listen_with ul li a{
	display: block;
	height: 44px;
	text-indent: -999px;
}
