/* CSS Document */

A:link {color:#FFF; text-decoration: none;}
A:visited {color:#FFF; text-decoration: none;}
A:active {color:#FFF; text-decoration: none;}
A:hover {text-decoration: underline; color: #CCC;}

.radio
{
	width: 400px;
	height: 211px;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
}

.display
{	
	float: left;
	margin-top: 35px;
	margin-left: 14px;
	width: 262px;
	height: 80px;
	background-repeat: no-repeat;
}

#displaysong
{	
	float: left;
	width: 262px;
	height: 25px;
	font-size: 20px;
	margin-top: 10px;
}

.control
{
	float: left;
	width: 400px;
	height: 50px;
	margin-top: 4px;
	margin-left: 13px;
	background-image: none;
	background-repeat: no-repeat;
}

.controlright
{
	float: right;
	margin-right: 20px;
}

#play
{
	float: left;
	width: 31px;
	height: 24px;
	margin-right: 1px;
	background-image: none;
	background-repeat: no-repeat;
}

.volume
{
	float: left;
	width: 65px;
	height: 12px;
	background-image: none;
	background-repeat: no-repeat;
}

#plus
{
	float: left;
	width: 24px;
	height: 19px;
	margin-right: 2px;
	background-image: none;
	background-repeat: no-repeat;
}

#date
{
	float: right; margin-top: 3px; margin-right: 5px; font-size: 13px; color: #FFF; font-weight: bold; background-color: transparent;
}

.signal {float: left; margin-right: 5px; font-size: 12px; color: #FFF; font-weight: bold; background-color: transparent;}
.channel {float: right; margin-right: 5px; margin-top: 5px; font-size: 12px; color: #FFF; font-weight: bold; background-color: transparent;}
