.WebTV 
{
	padding:15px 10px 15px 15px;
}

.WebTV .PanelList .ListItem,
.WebTV .PanelList .ListItem.Alt,
.WebTV .PanelList .Header,
.WebTV .PanelList .Footer
{
	background-color:Transparent;
	padding:0;	
}

.WebTV .BlockHeading
{
	margin-bottom:10px;
}

/* Display */
.WebTV .Display
{
	float:left;
	width:320px;
	margin-bottom:10px;
}

/* Group list */
.WebTV .SectionList
{
	float:left;
	width:320px;
}
.WebTV .SectionList .Button
{
	float:right;
}
.WebTV .SectionList h6
{
	border-bottom: solid 1px #a8a8a8;
}
.WebTV .SectionList h5
{
	border-bottom: solid 1px #a8a8a8;
}
.WebTV .SectionList .Heading
{
	font-weight:bold;
	font-size:12px;
}
.WebTV .SectionList .ListItem,
.WebTV .SectionList .ListItem.Alt
{
	margin-top:10px;
}
.WebTV .SectionList .Current
{
	color:#FE8008;
}
.WebTV .SectionList A.Current
{
	color:#FE8008 !important;
}
.WebTV .SectionList A.Heading
{
	color:#000000;	
}
.WebTV .SectionList .Text
{
	color:#000000;
}


/* Clip list */
.WebTV .List
{
	width:250px;
	float:right;
}
.WebTV .List .Header
{
	background-image:url(/Images/WebTv/Top.gif);
	background-repeat:no-repeat;
	background-position:0% 100%;
	height:120px;
	width:250px;
	
	text-align: center;
	position:relative;
}
.WebTV .List .Header h6
{
	position:absolute;
	left:10px;
	bottom:7px;
}
.WebTV .List .Footer
{
	background-image:url(/Images/WebTv/Bottom.gif);
	background-repeat:no-repeat;
	height:10px;
	width:250px;
}
.WebTV .List .ListItem,
.WebTV .List .ListItem.Alt
{
	background-image:url(/Images/WebTv/Bg.gif);
	background-repeat:repeat-y;
	padding:2px 14px;
}
.WebTV .List .Clip
{
	background-image:url(/Images/WebTv/ClipBg.gif);
	background-repeat:repeat-y;
	display: block;
	text-decoration: none;
	cursor: pointer;	
}
.WebTV .List .MovieMayBeDisplayed:hover
{
	background-image:url(/Images/WebTv/ClipBgSelected.gif);
}
.WebTV .List .Current
{
	background-image:url(/Images/WebTv/ClipBgSelected.gif);
}
.WebTV .List h4,
.WebTV .List span
{
	color:#000000;
	padding:0;
	margin:0;
}
.WebTV .List h4
{
	font-size:10px;
	margin-bottom:4px;
}
.WebTV .List span
{
	font-size:9px;
	display:block;
}
.WebTV .List .Text
{
	margin:3px 5px;
	float:left;
	width:116px;
}
.WebTV .List .Thumb
{
	float:left;
	overflow:hidden;
}
/*.WebTV .List .Thumb:hover
{
	
}*/
.WebTV .List .DateLabel
{
	display:block;
}
.WebTV .List .Button
{
	float:right;
	margin-left:5px;
}
.WebTV h5
{
	font-size:16px;
}