@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
}

img { border:none; }

#banner {
	position:relative;
	top:0px;
	width:960px;
	height:90px;
	margin:0px auto;
/*	border-bottom:3px solid #000;*/
}

a#topBanner_inLightenLogo,
a#topBanner_inLightenLogo:link,
a#topBanner_inLightenLogo:visited,
a#topBanner_inLightenLogo:active {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:220px;
	height:96px;
	background:url('/assets/images/banner-logo.gif') no-repeat bottom;
}

#TopBanner {
	display:block;
	position:absolute;
	top:-87px;
	left:0px;
	width:640px;
	height:60px;
	background:url('/assets/images/videoLandingTopBanner.png') no-repeat;
}

a#BottomBanner,
a#BottomBanner:link,
a#BottomBanner:visited,
a#BottomBanner:active {
	position:absolute;
	bottom:-87px;
	left:0px;
	width:640px;
	height:60px;
	background:url('/assets/images/videoLandingBottomBanner.png') no-repeat;
}

a.videoBannerAdTop {
	position:absolute;
	height:73px;
	top:-84px;
	left:0px;
	border:1px solid #000;
}

a.videoBannerAdTop:hover {
	border:1px solid #555;
}

.videoContainer {
	position:absolute;
	width: 640px;
	height: 360px;
	top:50%;
	left: 50%;
	margin-left:-320px;
	margin-top:-180px;
	z-index:100;
	background:#000;
}

.videoPlayer {
	position:relative;
	float:left;
	display:inline; /* IE6 fix */
	/*margin-top:10px;
	margin-left:10px;*/
	width:640px;
	height:360px;
	background:#000;
}

.videoPlayer object {
	background:#000;
}

#flashReplace {

}

#reload {
	display:none;
	position:absolute;
	width:130px;
	height:114px;
	top:120px;
	left:50%;
	margin-left:-65px;
	z-index:200;
}

a.reloadLink {
	display:block;
	position:relative;
	width:130px;
	height:114px;
	background:url('../images/watch-again.gif') no-repeat;
}

.videoControlBar {
	color:#fff;
	position:relative;
	float:left;
	text-align:center;
	display:inline; /* IE6 fix */
	clear:both;
	width:100%;
	font-size:13px;
	/*background:red;*/
	margin-top:4px;
}

#share {
	position:absolute;
	top:240px;
	left:0px;
	width:640px;
	text-align:center;
	z-index:201;
}

#shareText {
	display:none;
	/*float:right;*/
	/*margin-right:6px;*/
	width:300px;
	margin:0px auto;	
}


a.shareLink, a.shareLink:link, a.shareLink:visited {
	/*float:right;*/
	display:none;
	/*margin-right:10px;*/
	margin-bottom:4px;
	font-weight:bold;
	font-size:13px;
	color:#fff;
	text-decoration:none;
	line-height:13px;
/*	padding-right:12px;
	background:url('../images/buttonLink-arrowR.gif') no-repeat right center;*/
}

a.shareLink:hover, a.shareLink:active {
	color:#fff;
	text-decoration:underline;
}

a.backLink:link, a.backLink:visited,
a.nextLink:link, a.nextLink:visited {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

a.backLink {
	padding-left:13px;
	background:url('../images/buttonLink-arrowL.gif') no-repeat left;
}

a.nextLink {
	padding-right:13px;
	background:url('../images/buttonLink-arrowR.gif') no-repeat right;
}

a.backLink:hover, a.backLink:active,
a.nextLink:hover, a.nextLink:active {
	text-decoration:underline;
}

.left {
 float:left;	
}

.right {
 float:right;	
}
