/*
	FILE:							  	tsn_video.css
	AUTHOR:				  	Kate Grzegorczyk
	CREATED:						11.02.2008
	DESC:								Controls Oneclip player styles
*/

/* == start ONECLIP == */
#OneClipPlayer #OneClipViewer{height:240px;background:#000;border-bottom:1px solid #dddedf;}
#Playlist{background-color:#e7e8ea;overflow:auto;padding-top:5px;margin-bottom:18px;padding-bottom:8px;border-bottom:1px solid #dddedf;}
#Playlist dl dd.Description, #Playlist dl dt{width:213px;margin-right:5px;margin-left:auto;}
#Playlist ul li{clear:both;display:inline;}
#Playlist ul li dl{
	height:auto !important;/* for modern browsers */
	height:60px;/* for IE5.x and IE6 */
	min-height:60px;/* for modern browsers */
	border-top:1px solid #dddedf;border-bottom:1px solid #dddedf;margin-bottom:5px;margin-right:5px;margin-left:5px;background-color:#fff;padding-top:5px;padding-bottom:5px;position:relative;}
#Playlist ul li dl dt{position:relative;}
#Playlist a{color:#cc0000;font-weight:bold;text-decoration:none;}
#Playlist a:hover{text-decoration:underline;}
#Playlist dl dd.Thumbnail{float:left;padding-left:5px;position:absolute;left:0;}
#Playlist a.OpenPlayer{margin-left:10px;}
/* == end ONECLIP == */

/* == start AD ==  */
#Playlist li.ad dl a{color:#6a7073;}
#Playlist li.ad dl dd.Description{color:#6a7073;}
/* == end AD ==  */

/* == start PAGES == */
#Playlist #pagecontrols{padding-left:5px;padding-right:5px;}
#Playlist #pagecontrols a span{display:none;}
#pagecontrols div.pageWrap{overflow:auto;width:63px;margin-left:auto;margin-right:auto;}
#pagecontrols div.leftarrow_inactive a{width:10px;height:13px;display:block;float:left;background-image:url(http://images.tsn.ca/images/silver/common/buttons/arrow_video_left_off.gif);background-repeat:no-repeat;background-position:0px 4px;margin-right:5px;}
#pagecontrols div.leftarrow_active a{width:10px;height:13px;display:block;float:left;background-image:url(http://images.tsn.ca/images/silver/common/buttons/arrow_video_left_on.gif);background-repeat:no-repeat;background-position:0px 4px;margin-right:5px;}
#pagecontrols div.numbers{float:left;}
#pagecontrols div.rightarrow_inactive a{width:10px;height:13px;display:block;float:left;background-image:url(http://images.tsn.ca/images/silver/common/buttons/arrow_video_right_off.gif);background-repeat:no-repeat;background-position:0px 4px;margin-left:5px;}
#pagecontrols div.rightarrow_active a{width:10px;height:13px;display:block;float:left;background-image:url(http://images.tsn.ca/images/silver/common/buttons/arrow_video_right_on.gif);background-repeat:no-repeat;background-position:0px 4px;margin-left:5px;}
#pagecontrols div a:hover, #pagecontrols div a{text-decoration:none;}
#pagecontrols p{clear:both;text-align:center;padding-top:5px;}
/* == end PAGES == */
