/* CSS Document */

	
	div.control_bar {border:none;}
	div.single_info {border:none;}	
	div.video_filters {background: url(/pro/responsive/tools/includes/vod/filter_bg_d.png) no-repeat;}
	@media all and (max-width: 48em) {
		div.video_filters {background: url(/pro/responsive/tools/includes/vod/filter_bg_s_d.png) no-repeat;}		
	}
	div.video_filters a {
		color:#e0e2e5;
	}
	
	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_d.png);
	}
	
	.video_text .res:hover {
		background: url(/pro/vod/res_rollover_d.png);
	}
	
	.video_text .dl {
		background: url(/pro/vod/dl_d.png);
	}
	
	.video_text .dl:hover {
		background: url(/pro/vod/dl_rollover_d.png);
	}
	
	.video_text .audio {
		background: url(/pro/vod/audio_d.png);
	}
	
	.video_text .audio:hover {
		background: url(/pro/vod/audio_rollover_d.png);
	}
		
	
	.vod_player {
		background-color:#4b4c4f;
	}
	
	
	
	/*color settings*/
	
	/*a#more_left {background: url(/pro/vod/arrow_left_d.png)}
	a#more_left:hover {background: url(/pro/vod/arrow_left_rollover_d.png)}
	
	a#more_right {background: url(/pro/vod/arrow_right_d.png)}
	a#more_right:hover {background: url(/pro/vod/arrow_right_rollover_d.png)}*/

	.library_back {position:absolute;bottom:22px;right:34px;}
	
	/*.library_back div.more_left {background: url(/pro/vod/arrow_left_d.png)}
	.library_back:hover div.more_left {background: url(/pro/vod/arrow_left_rollover_d.png)}*/
	
	
	.library_back span {
		color:#e0e2e5;
	}
	
	.library_back:hover span {
		color:#45ace1;
	}
	
	div.library, div.single {
		background-color:#000000;
		position:relative;
	}
	
	.video_text h1 {
		color:#45ace1;
	}
	
	.video_text h2 {
		color:#45ace1;
	}
	
	a#more_left, a#more_right {color:#45ace1;}
	
	.video_text p {
		color:#e0e2e5;
	}	
	
	div.single_info { border-bottom:double #403d3e}
	
	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:#403d3e;
	}
	
	div.single_resources, div.single_resources p {
		color:#e0e2e5;
	}