/* VIDEO ITEMS */

.tpPlaylist {
	width: 350px !important;
	background-color: #0a82da !important;
	float: left;
}

.featuredVideosContainer_full .tpPlaylist { width: 604px !important; }

.tpPlaylist a {
	color: #ffffff !important;
}



.tpPlaylistTabs ul.tab1 li.tab1, .tpPlaylistTabs ul.tab2 li.tab2 {
	background: url(../images/maventabs_arrow.gif) no-repeat scroll center bottom !important;
}

.tpPlaylistTabs ul.tab1 li.tab1 a, .tpPlaylistTabs ul.tab2 li.tab2 a {
	background-color: #ffffff !important;
	color: #043c7b !important;
}

.tpPlaylistTabs { padding-bottom: 3px !important; }

.tpClips a { border-top: 1px solid #043c7b !important; border-bottom: none !important; }
.featuredVideosContainer .tpClips a:hover { background-color: #043C7B !important; }

.tpClips .title, .tpClips .cta { color: #ffffff !important; }

.tpClips .cta { background: url(../images/small_play.gif) no-repeat scroll 0 2px !important; padding-left: 22px !important; }

.tpClips .cta em { padding-left: 0px !important; }

.tpClips .cta .livelater { color: #333333 !important; }

.tpClips .cta .livenow { color: #ffffff !important; background-color: #066bd4 !important; }


.tpPlaylist .kickmore { background-color: #043C7B !important; display: block !important; }



/* WATCH LIVE VIDEO ITEMS */
.tpPlaylistFull {
	width: 768px;
	background: none !important;
	float: left;
}

.tpPlaylistFull a { /* see ie6.css for alternative */
    width: 175px;
    height: 90px !important;
    border-left: 1px solid #d6d6d6;
    padding: 0px 8px 0px 8px !important;
    float: left;
	display: inline;
}

.tpPlaylistFull a:hover { text-decoration: none !important; }

.tpPlaylistFull a img { display: none; }

.tpPlaylistFull .tpClips a { border-bottom: none !important; border-top: none !important; height: 90px !important; }
.tpPlaylistFull .tpClips a:hover { background: none; text-decoration: none !important; }

.tpPlaylistFull a span.meta { height: 60px !important; padding-right: 0px !important; }
.tpPlaylistFull a span.title { font-size: 10px; color: #999999 !important; line-height: 12px; }
.tpPlaylistFull a span.desc { font-size: 12px; color: #333333 !important; }
.tpPlaylistFull a span.cta { color: #333333 !important; }

.tpPlaylistFull .tpClips .cta em { display: block; }

