/* heading */
	/* date */
	#headerDate{
		position: absolute;
		top: 0px;
		left: 250px;
		line-height: 1.1em;
		margin: 0px; /* fox_v2 */
		top: 0px; /* fox_v2 */
	}


	/* navigation */
	#headerBottom{
		position: absolute; /* fox_v2 */
		overflow: visible;
		display: inline;
		bottom: -3px;
		left: 250px;
		margin: 0;
		width: 724px;
	}

		/* main nav */
		#headerBottom ul{
			display: inline; 
		}

		#headerBottom li{
			display: inline;
			line-height: 1em;
		}		

		#headerbottom li a{
			line-height: 1em; 
		}

		/* sign in*/
		#signInSignUp{
			bottom: 0px; 
			right: 1px;
		}

		#signInSignUp p {
			margin: 0;
		}

		/* mini dropdown for signup */
		/* doctype issues !!!! */
		div#signin_header {
			width: 346px !important; /* this override by js !? */
			font-size: 11px; /* fod_ugc.css */
			padding: 9px;
		}
		
		div#signin_header p {
			margin: 0 0 5px;			
		}

		div#signin_header p.error {
			font-size: 11px;
		}

		div#signin_header input{
			float: left;
			margin: 0 5px 0 0;
			width: 156px;
			height: 18px;
			padding: 0 4px;
			border: 1px solid #c9c9c9;
			color: #d5d5d5;
			font-size: 11px;
			line-height: 18px;
			vertical-align: middle;
		}
		
		div#signin_header a {
			color: #2c85bf;
			vertical-align: middle;
		}

		div#signin_header a#popupLoginButton {
			margin-left: 10px;
		}
		
		div#signin_header a#popupForgotPasswordButton{
			margin: 0;
		}
		
			

/* mini popups */
.popup {
	float: none; /* overidding .popup float !?  */
	padding: 9px;
	border: 1px solid #333;
	font-size: 11px;
	line-height: 1.2em;
}

.popup p {
	margin: 0;
}

	.popup span.r, .popup span.b, .popup span.t, .popup span.br {
		display: block;
		position: absolute;
		overflow: hidden;
		background: transparent no-repeat left top;
	}

	.popup span.t {
		left: 75%;
		top: -4px;
		height: 4px;
		width: 6px;
		background-image: url(../images/popups/mini_top.png);
	}

	.popup span.r {
		width: 6px;
		right: -7px;
		top: 0px;
		bottom: 0px;
		background-image: url(../images/popups/mini_right.png);
	}

	.popup span.b {
		left: 0px;
		right: 1px;
		bottom: -8px;
		height: 7px;
		background-image: url(../images/popups/mini_bottom.png);
	}

	.popup span.br {
		height: 8px;
		width: 8px;
		right: -7px;
		bottom: -8px;
		background-image: url(../images/popups/mini_bottom_right.png);
	}
			
		
/* dropdown FullEpisodes */
.fullDropdown {
	padding: 14px 0px 20px;
	position: absolute;
	width: 982px;
	height: 122px;
	}

	/* top & bottom */
	.fullDropdown span.top, .fullDropdown span.bottom {
		display: block;
		position: absolute;
		left: 0px;
		width: 982px;
		z-index: 1;
	}

	.fullDropdown span.top {
		height: 15px;
		width: 30px;
		top: 0px;
		left: 480px;
		background: transparent url(../images/dropdowns/top.png) no-repeat left top;
	}

	.fullDropdown span.bottom {
		height: 20px;
		bottom: 0px;
		background: transparent url(../images/dropdowns/bottom.png) no-repeat left top;
	}

	/* inner content */
	.fullDropdown div {
		padding-top: 16px;
		padding-left: 20px;	
		background: transparent url(../images/dropdowns/content.png) no-repeat left top;
		overflow: hidden;
		width: 962px;
		z-index: 1;
	}

	/* close link */
	.fullDropdown p.closeMenu{
		position: absolute;
		margin: 0;
		padding: 0;
		top: 25px;
		right: 15px;
		z-index: 10;
	}

	.fullDropdown p.closeMenu a{
		overflow: hidden;
		margin:0;
		padding: 0;
		}

	/* items */
	.fullDropdown ul{
		margin: 0 -1px 0 0;
		padding: 0 20px 0 0;
		width: 300px;
		float: left;
		}

	.fullDropdown li{
		margin: 0;
		padding: 0;
		list-style: none outside; 
		font-size: 13px;
		font-weight: bold;
		line-height: 18px;
		color: #f9f62c;
		vertical-align: baseline;
		}
	
	.fullDropdown li a{
		margin-right: .3em;
		color: #FFF;	
		}
	
	.fullDropdown li em {
		margin: 0 0 0 .4em;
		font-style: normal;
		font-size: 11px;
		line-height: 12px;
		vertical-align: baseline;
		text-transform: uppercase;
	}
	
	#fullEpisodesFullDropDown {
		height: auto;
		width: 982px;
		background: none;	
	}
	
		#fullEpisodesFullDropDown span.top {
			left: 318px; 
		}
	
	#showsFullDropDown {
		height: auto;
		width: 979px;
		background: none;
	}
	
		#showsFullDropDown span.top {
			left: 473px;
		}

	/* dropdowns for play */
	body.play-episodes .fullDropdown ul{
		margin-right: 10px;
		width: 150px; }

/* video info */
#showDashBoard li.thumbnailBlock {
	position: relative; 
	}



