/* CSS Document */		
	
	div.video_filters {background: url(/pro/responsive/tools/includes/vod/filter_bg_l.png) no-repeat; }
	
	@media all and (max-width: 48em) {
		div.video_filters {background: url(/pro/responsive/tools/includes/vod/filter_bg_s_l.png) no-repeat;}		
	}
	
	div.video_filters a {
		color:#232425;
	}
	
	div.video_filters:hover a {
		color:#45ace1;
	}
	div.video_filters ul {
		background: url(/pro/vod/filter_drop_bg_d.png) bottom repeat-x #D8DADC;
	}
	
	div.video_filters:hover ul li a {
		color:#000000;
	}
	div.video_filters:hover ul li:hover a{
		color:#696b6d;
	}
	

	
		
	

			
	
	.video_text .res {
		background: url(/pro/vod/res_l.png);
	}
	
	.video_text .res:hover {
		background: url(/pro/vod/res_rollover_l.png);
	}
	
	.video_text .dl {
		background: url(/pro/vod/dl_l.png);
	}
	
	.video_text .dl:hover {
		background: url(/pro/vod/dl_rollover_l.png);
	}
	
	.video_text .audio {
		background: url(/pro/vod/audio_l.png);
	}
	
	.video_text .audio:hover {
		background: url(/pro/vod/audio_rollover_l.png);
	}
	

	
	.vod_player {
		background-color:#4b4c4f;
	}
	
	
	
	/*color settings*/
	
	/*a#more_left {background: url(/pro/vod/arrow_left_l.png)}
	a#more_left:hover {background: url(/pro/vod/arrow_left_rollover_l.png)}*/
	

	
	/*.library_back div.more_left {background: url(/pro/vod/arrow_left_l.png)}
	.library_back:hover div.more_left {background: url(/pro/vod/arrow_left_rollover_l.png)}*/
	
	/*a#more_right {background: url(/pro/vod/arrow_right_l.png)}
	a#more_right:hover {background: url(/pro/vod/arrow_right_rollover_l.png)}*/
	
	a#more_right {}
	
	.library_back span {
		color:#6f7072;
	}
	.library_back:hover span {
		color:#45ace1;
	}
	
	
	
	.video_text h1 {
		color:#45ace1;
	}
	
	.video_text h2 {
		color:#45ace1;
	}
	
	.video_text p {
		color:#6f7072;
	}	
	
	a#more_left, a#more_right {color:#45ace1;}
	
	div.single_info { border-bottom:double #e4e6e8}
	
	div.single_resources h1, div.single_resources h2, div.single_resources h3, div.single_resources h4, div.single_resources h5  {
		color:#45ace1;
	}
	
	div.single_resources {
		background-color:#e4e6e8;
	}
	
	div.single_resources, div.single_resources p {
		color:#6f7072;
	}