#style1_programs_title {
	height: 46px;
	width: 161px;

	position: absolute;
	top: 0px;
	left: 0px;
	
	background-color: #76787b;
	background-image: url(images/style1_programs_title.gif);
	background-repeat: no-repeat;
}

	#style1_programs_title_text {
		font-family: Arial, Sans-Serif;
		font-size: 13px;
		
		color: #ffffff;
		
		padding-top: 21px;
		padding-left: 14px;
	}
	
#style1_programs_items {
	height: 180px;
	width: 161px;

	position: absolute;
	top: 46px;
	left: 0px;
	
	background-color: #76787b;
	background-image: url(images/style1_programs_items.gif);
	background-repeat: no-repeat;

	overflow: hidden;

}

	.style1_program_item {
		display: block;
		
		color: #ffffff;
	}
	
		.style1_program_item:hover {
			text-decoration: none;
		}
	
		.style1_program_item_text {
			padding-top: 7px;
			padding-left: 13px;
			padding-right: 13px;
			padding-bottom: 7px;
		}
		

			#style1_program_item_6 {
				padding-bottom: 10px;
			}
		

			.style1_program_item_text_div {
				font-size: 11px;
				line-height: 14px;
				
				height: 14px;
				overflow: hidden;
			}
		
		.style1_program_item_active {
			background-color: #008dd5;
		}
	
	.style1_program_item_sep {
		height: 2px;
		
		font-size: 0px;
		line-height: 0px;
		
		background-color: #c7c9c9;
	}


#style1_programs_image {
	height: 228px;
	width: 327px;

	position: absolute;
	top: 0px;
	left: 161px;
}

	.style1_program_image {
		display: none;
		
		position: absolute;
		top: 0px;
		left: 0px;
	}
	
		.style1_program_image_active {
			display: block;
		}


		.style1_programs_image_play {
			height: 63px;
			width: 63px;

			position: absolute;
			top: 89px;
			left: 130px;

			background-image: url(images/style1_programs_image_play.png);
			background-repeat: no-repeat;

		}

#style1_programs_more_programs {
	height: 35px;
	width: 161px;

	position: absolute;
	top: 226px;
	left: 0px;
	
	background-color: #76787b;
	background-image: url(images/style1_programs_more_programs.gif);
	background-repeat: no-repeat;

	overflow: hidden;
	
	color: #ffffff;
	
	display: block;
}

	#style1_programs_more_programs:hover {
		text-decoration: none;
	}

	#style1_programs_more_programs_text {
		padding-top: 14px;
		padding-left: 15px;
	}
	
		#style1_programs_more_programs_span {
			color: #ffffff;
			
			padding-right: 8px;
			background-image: url(images/style1_programs_more_programs_arrow.gif);
			background-repeat: no-repeat;
			background-position: 100% 50%;
		}

#style1_programs_more_videos {
	height: 33px;
	width: 327px;

	position: absolute;
	top: 228px;
	left: 161px;
	
	background-color: #48494c;
	
	color: #ffffff;
	
	display: block;

}

	#style1_programs_more_videos:hover {
		text-decoration: none;
	}

	#style1_programs_more_videos_text {
		padding-top: 12px;
		padding-left: 15px;
	
	}
	
		#style1_programs_more_videos_span {
			color: #ffffff;
			
			padding-right: 8px;
			background-image: url(images/style1_programs_more_videos_arrow.gif);
			background-repeat: no-repeat;
			background-position: 100% 50%;
		
		}
