#overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #000; 
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter:alpha(opacity=85);
	display: none;
  	z-index: 998;
}

#flashContainer {
	position: fixed;
	height: 0px;
	width: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	z-index: 999;
	text-align: center;
}

#flashcontent {
	display: none;
}

* html #overlay { 
	height: expression(document.getElementById("overlay").offsetHeight); 
}

#flash_error_title_bar {
	padding: 5px;
	margin:5px 20px 5px 20px;
	height:20px;
}

#flash_error_title {
	color:white;
	float:left;
}

#flash_error_close {
	color:rgb(37,127,186);
	float:right;
}

#flash_error_container {
	display: none;
	position: fixed;
	background-color: rgb(51, 51, 51);
	top: 130px;
	margin-bottom: 18px;
	border-bottom: 1px solid #333333;
	z-index: 999;
}


*:first-child+html #flash_error_container {
	margin-left: -760px;
	width: 500px;
}


#flash_error_content {
	margin:5px 20px 20px 20px;
	padding:10px;
	background-color: rgb(65,65,65);
	border-color: rgb(63,63,63);
	border-style:solid double;
	color:white;
	text-align:center;
}

#flash_error_content a {
	color:rgb(37,127,186);
	text-decoration:none;
}

#scene7-player-container {
	background-color: #e0e0e0; 
	margin: 10px 0 0 10px;
	padding: 40px 0;
	text-align: center;
	text-align: -moz-center;
	width: 792px;
}

#scene7-player-container #video-content {
	margin: 0 auto;
	text-align: center;
	text-align: -moz-center;
}


#scene7-player-container #video-content .media {
	text-align: center;
	text-align: -moz-center;
}

#scene7-player-container #controller {
	float: left;
	margin: 15px 0 0 15px;
}

#scene7-player-container #scrubber {
	background: url('/consumer/images/video-scrub-bkg.gif') no-repeat;
	height: 10px;
	float: left;
	margin: 20px 0 0 10px;
	overflow: hidden;
	position: relative;
	width: 721px;    
}


#scene7-player-container #scrubber #slider {
	float: left;
	margin-left: -714px;
	position: relative;
}

#scene7-player-container #volume {
	float: right;
	margin: 15px 20px 0 0;
}

#section #video-related-content div.container-related h3.no-more,
#section #video-related-products div.container-related h3.no-more {
    width: 100%;
}

#section #video-related-content div.container-related h3,
#section #video-related-products div.container-related h3 {
	 padding: 5px 0 5px 10px;
	 margin: 0;
}

#section #video-related-content div.container-related ul.datagrid,
#section #video-related-products div.container-related ul.datagrid {
	width: 100%;
}
