.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
/* ie mac fix */
.clearfix {
	display: inline-table;
}
* html .clearfix {
	/* nomac \*/height: 1%;/* nomac */
}
.clearfix {
	display: block;
}

#tivo-on-demand {
	width: 880px;
	height: 440px;
	overflow: hidden;
	color: #777777;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	border: 1px solid #CCC;
	margin: 30px 30px 50px;
}

	#tivo-on-demand h1,
	#tivo-on-demand h2,
	#tivo-on-demand h3,
	#tivo-on-demand h4 {
		margin: 0;
		font-weight: normal;
		font-style: normal;
	}
	
	#tivo-on-demand h1 {
		font-size: 34px;
		line-height: 40px;
	}
	
	#tivo-on-demand h2 {
		font-size: 24px;
	}
	
	#tivo-on-demand h3 {
		font-size: 20px;
		line-height: 26px;
	}
	
	#tivo-on-demand h4 {
		font-size: 16px;
		line-height:  20px;
	}
	
	#tivo-on-demand p {
		line-height: 12px;
		margin: 10px 0;
	}
	
	#tivo-on-demand a {
		cursor: pointer;
		outline: none;
	}
	
		#tivo-on-demand a img {
			border: 0;	
		}
	
	#tivo-on-demand i,
	#tivo-on-demand em,
	#tivo-on-demand .italic {
		font-style: italic;
	}
	
	#tivo-on-demand b,
	#tivo-on-demand strong,
	#tivo-on-demand .bold {
		font-weight: bold;
	}

	#tivo-on-demand .black {
		color: #000000;
	}
	
	#tivo-on-demand .dark-grey {
		color: #333333;
	}
	
	#tivo-on-demand .white {
		color: #FFFFFF;
	}
	
	#tivo-on-demand .text-center {
		text-align: center;
	}
	
	#tivo-on-demand .small,
	#tivo-on-demand small {
		font-size: 10px;
	}

	#tivo-on-demand p.small {
		margin: 5px 0;
	}
	
	#tivo-on-demand .big {
		font-size: 18px;
	}
				
#tivo-on-demand > .items {
	width: 100%;
	height: 386px;
	position: relative;
	background: #FFFFFF;
}

	#tivo-on-demand > .items .item {
		position: absolute;
		width: 100%;
		height: 100%;
		display: none;
	}
		
		#tivo-on-demand > .items .item .animate {
			position: absolute;
			display: none;
			top: 0;
			left: 0;
		}

#tivo-on-demand > .items-navigation-container {
	width: 100%;
	height: 54px;
	position: relative;
}

	#tivo-on-demand .items-navigation {
		list-style: none;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		z-index: 1;
		background: url(/images/discover/tvod/navigation_bg.jpg) repeat-x 
	}
	
		#tivo-on-demand .items-navigation li {
			list-style: none;
			cursor: pointer;
			height: 100%;
			margin: 0;
			float: left;
			background: url(/images/discover/tvod/navigation_item_seperator.png) no-repeat right bottom;
		}
			
			#tivo-on-demand .items-navigation li a {
				color: #FFF;
				display: table;
				height: 100%;
				width: 220px;
				font-size: 16px;
				cursor: pointer;
				text-align: center;
				text-decoration:none;
			}
			
			#tivo-on-demand.ie7 .items-navigation li a,
			#tivo-on-demand.ie6 .items-navigation li a {
				display: block;
			}
			
				#tivo-on-demand .items-navigation li a .inner {
					display: table-cell;
					vertical-align: middle;
				}
				
				#tivo-on-demand.ie7 .items-navigation li a .inner,
				#tivo-on-demand.ie6 .items-navigation li a .inner {
					display: block;
					padding: 15px 0 0 0;
				}
				 
				#tivo-on-demand .items-navigation li a .title {
					font-family: Arial, Helvetica, sans-serif;
					vertical-align: middle;
					padding: 0 0 0 3px;
					display: inline-block;
				}
				
				#tivo-on-demand .items-navigation li a .icon {
					vertical-align: middle;
				}
			
				#tivo-on-demand .items-navigation li:hover a {
					background: url(/images/discover/tvod/navigation_item_over_bg.jpg);
				}
				
				#tivo-on-demand .items-navigation li.current a {
					background: url(/images/discover/tvod/navigation_item_current_bg.jpg);
				}	