/* 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;
}

#playerContainer {
	float: left;
	width: 858px;
	margin: 40px 0 0 0;
	text-align: center;
}

#playerLeft {
	float: left;
	width: 181px;

}

#playerRight {

	width: 654px;
}

#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_general.gif) no-repeat left top;
}

#playergeneral span {
	display: block;
	height: 500px;
	padding: 15px 15px 0 0;
	background: url(../images/tabRight_player_general.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_news.gif) no-repeat left top;
}

#playernews span {
	display: block;
	height: 425px;
	padding: 15px 15px 0 0;
	background: url(../images/tabRight_player_news.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_entertainment.gif) no-repeat left top;
}

#playerentertainment span {
	display: block;
	height: 425px;
	padding: 15px 15px 0 0;
	background: url(../images/tabRight_player_entertainment.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_music.gif) no-repeat left top;
}

#playermusic span {
	display: block;
	height: 425px;
	padding: 15px 15px 0 0;
	background: url(../images/tabRight_player_music.gif) transparent no-repeat right top;
}

/* Sport */
#playerwrapsports { float: left; margin-top: 10px;}

#playersports {
	float: left;
	clear: left;
	height: 440px;
	margin: 0;
	padding: 0 0 0 15px;
	background: url(../images/tabLeft_player_sports.gif) no-repeat left top;
}

#playersports span {
	display: block;
	height: 425px;
	padding: 15px 15px 0 0;
	background: url(../images/tabRight_player_sports.gif) transparent no-repeat right top;
}

/* Regional Television */
#playerwrapregional-television { float: left; margin-top: 10px;}

#playerregional-television {
	float: left;
	clear: left;
	height: 440px;
	margin: 0;
	padding: 0 0 0 15px;
	background: url(../images/tabLeft_player_regional_television.gif) no-repeat left top;
}

#playerregional-television span {
	display: block;
	height: 425px;
	padding: 15px 15px 0 0;
	background: url(../images/tabRight_player_regional_television.gif) transparent no-repeat right top;
}


