/* Colours */
.tpPlayer { background-color:#fff; }
.tpPlayer h2 { color:#fff; }
.tpPlayer span a { color:#69b5da; }
.tpPlayer span a em { color:#fff; }
.tpPlaylist { background-color:#fff; }
.tpPlaylist .kickmore a { color:#69b5da; }
.tpPlaylist .kickmore a span { color:#fff; }
.tpPlaylistTabs { background-color:#fff; border-bottom: 1px solid #f1f1f1; }
.tpPlaylistTabs ul li a{ color:#075C8C; background-color:#f1f1f1; }
.tpPlaylistTabs ul li.sort{ color:#666; background-color:#fff; }
.tpPlaylistTabs ul.tab1 li.tab1 a, .tpPlaylistTabs ul.tab2 li.tab2 a{ color:#141212; background-color:#dadada; }
.tpPlaylistTabs ul.tab1 li.tab1, .tpPlaylistTabs ul.tab2 li.tab2{ background:url(/nl/images/tab_arrow.gif) no-repeat bottom center; }
.tpClips a { border-bottom-color:#ccc; }
.tpClips a:hover { background-color:#f1f1f1; }
.tpClips img { border-color:#d3d3d3; }
.tpClips .title { color:#075C8C; }
.tpClips .desc { color:#000; }
.tpClips .cta { color:#075C8C; background:url(/video/imgs/small_play.gif) no-repeat 0 2px; }
.tpClips .cta .livelater { color:#f8cf12; }
.tpClips .cta .livenow { color:#000;background-color:#f8cf12; }



/* Base CSS - Player */

.tpPlayer {
	width:360px;
}
.tpPlayer h2 {
	margin:0;
	padding:10px;
	float:left;
	display:inline;
	font-size:14px;
}
.tpPlayer span {
	padding:10px;
	float:right;
}
.tpPlayer span a {
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
.tpPlayer span a:hover {
	text-decoration:underline;
}
.tpPlayer span a em {
	font-style:normal;
}



/* Base CSS - Tabs */

.tpPlaylistTabs {
	padding-top:5px;
}
.tpPlaylistTabs ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
.tpPlaylistTabs ul li{
	float:left;
	display:inline;
	padding:5px 0 0;
	height:29px;
}
.tpPlaylistTabs ul li a{
	text-decoration:none;
	font-weight:bold;
	padding:4px 10px 0 10px;
	outline:none;
	height:19px;
	line-height:15px;
	float:left;
	overflow:hidden;
}
.tpPlaylistTabs ul li a:hover {
	text-decoration:underline;
}
.tpPlaylistTabs ul li.sort{
	margin:0 10px;
	padding:9px 0 0;
	height:25px;
}
.tpPlaylistTabs ul.tab1 li.tab1 a, .tpPlaylistTabs ul.tab2 li.tab2 a{
	text-decoration:none;
}



/* Base CSS - Playlist & Clips */

.tpPlaylist {
	width:360px;
}
.tpPlaylist .kickmore {
	padding:10px;
}
.tpPlaylist .kickmore a {
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
.tpPlaylist .kickmore a:hover {
	text-decoration:underline;	
}
.tpClips a {
	display:block;
	height:62px;
	overflow:hidden;
	border-bottom-width:1px;
	border-bottom-style:solid;
	padding:12px 0 14px;
	outline:none;
	text-decoration:none;
}
.tpClips a:hover {
	cursor:pointer;
}
.tpClips img {
	float:left;
	margin:0 7px 0 10px;
	border-width:1px;
	border-style:solid;
}
.tpClips .meta {
	display:block;
	height:47px;
	overflow:hidden;
	padding-right:5px;
}
.tpClips .title {
	display:block;
	position:relative;
	font-weight:bold;
	font-size:12px;
	margin-bottom:1px;
}
.tpClips .desc {
	display:block;
	font-size:11px;
	line-height:15px;
}
.tpClips .cta {
	float:left;
	font-size:11px;
	line-height:14px;
	height:13px;
	padding-left:23px;
	margin-top:1px;
	font-weight:bold;
}
.tpClips .cta em {
	font-size:10px;
	padding-left:5px;
	font-style:normal;
	font-weight:normal;
}
.tpClips .cta .livelater {
	font-weight:bold;
}
.tpClips .cta .livenow {
	font-weight:bold;
	padding:0 4px 1px;
	margin-left:3px;
	text-transform:uppercase;
}
