/* PLAYER
========================================================*/

#player {
	margin: 20px;
	width: 858px;
}

#topAd {
	float: left;
	width: 858px;
	height: 15px;
	padding: 20px 0 0;
	text-align: center;
	background: url(../images/player_bg_ad.gif) #c5c5c5 no-repeat left bottom;
}

/* LATER TOEGEVOEGD DOOR JENS
========================================================*/

#topAd2 {
	text-align: center;
	font-family: "Verdana", Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #800000;text-decoration: underline;
	a { color: #800000; text-decoration: underline; }
	a:link { color: #800000;   }
	a:visited { color: #800000; text-decoration: underline; }
	a:focus, a:hover, a:active { color: #800000; text-decoration: underline; }
	background: url(../images/player_bg_ad.gif) #c5c5c5 no-repeat left bottom;
}

#topAd3 {
	text-align: center;
	font-family: "Verdana", Arial, sans-serif;
	font-size: 9px;
	color: #bfbfbf;
	background: url(../images/player_bg_ad.gif) #c5c5c5 no-repeat left bottom;
}

/*========================================================*/


#playerContainer {
	float: left;
	width: 858px;
	margin: 10px 0 0 0;
	text-align: center;
}

#playerMaYContainer {
	float: left;
	width: 858px;
	margin: 10px 0 0 0;
	text-align: center;
}


#playerRight {
	width: 700px;
	margin: 0px auto;
}

#tools {
	float: right;
	width: 245px;
	list-style: none;
	text-align:right;
}

#tools li { display: inline; margin-left: 15px;}

#tools li a {
font-weight: bold;
	font-size: 13px;
	color: #3f3f3f;
	text-decoration: underline;
}

#tools li a:focus, #tools li a:hover, #tools li a:active {
	color: #000;
	text-decoration: none;
}

.footer {
}


	
/* GENRE ELEMENTEN */

/* general */
#playerwrapgeneral { float: left; margin-top: 10px;}

#playergeneral {
	float: left;
	clear: left;
	height: 520px;
	margin: 0;
	padding: 0 0 0 15px;
	background: url(../images/tabLeft_player_radio.gif) no-repeat left top;
}

#playergeneral span {
	display: block;
	height: 500px;
	padding: 15px 15px 0 0;
	background: url(../images/tabRight_player_radio.gif) transparent no-repeat right top;
}

/* news */
#playerwrapnews { float: left; margin-top: 10px;}

#playernews {
	float: left;
	clear: left;
	height: 440px;
	margin: 0;
	padding: 0 0 0 15px;
	background: url(../images/tabLeft_player_radio.gif) no-repeat left top;
}

#playernews span {
	display: block;
	height: 425px;
	padding: 15px 15px 0 0;
	background: url(../images/tabRight_player_radio.gif) transparent no-repeat right top;
}

/* entertainment */
#playerwrapentertainment { float: left; margin-top: 10px;}

#playerentertainment {
	float: left;
	clear: left;
	height: 440px;
	margin: 0;
	padding: 0 0 0 15px;
	background: url(../images/tabLeft_player_radio.gif) no-repeat left top;
}

#playerentertainment span {
	display: block;
	height: 425px;
	padding: 15px 15px 0 0;
	background: url(../images/tabRight_player_radio.gif) transparent no-repeat right top;
}

/* music */
#playerwrapmusic { float: left; margin-top: 10px;}

#playermusic {
	float: left;
	clear: left;
	height: 440px;
	margin: 0;
	padding: 0 0 0 15px;
	background: url(../images/tabLeft_player_radio.gif) no-repeat left top;
}

#playermusic span {
	display: block;
	height: 425px;
	padding: 15px 15px 0 0;
	background: url(../images/tabRight_player_radio.gif) transparent no-repeat right top;
}

/* Sport */
#playerwrapsports { float: left; margin-top: 10px;}

#playersports {
	float: left;
	clear: left;
	width: 100%;
	height: 500px;
	margin: 0;
	padding: 0 0 0 0px;
	background: url(../images/tabLeft_player_radio.gif) no-repeat left top;
}

#playersports span {
	display: block;
	height: 425px;
	padding: 15px 0px 0 0;
	background: url(../images/tabRight_player_radio.gif) transparent no-repeat right top;
}

