
/**************************************************************
**		4 vids fce
*/

#teaser-small-container {
	position:relative;
	border-top:1px solid #fff;
	width:801px;
	margin-bottom:10px;
}

div.teaser {
	float:left;
	width:200px;
	height:auto;
}

#smallvid-1, #smallvid-2, #smallvid-3, #smallvid-4 {
	height:100px;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
}

div.teaser p {
	margin-top:4px;
	padding:0 6px 0 3px;
	line-height:14px;
}


#teasme {
/* 1px white border left of flash teaser */	
	float:left;
	height:101px;
	width:1px;
	background-color:#fff;
}

/**************************************************************
**		50:50 fce
*/

div.fce-50-50 {
	position:relative;
	/*width:782px;*/
	width:100%;
}

div.fce-50-left {
	width:50%;
	float:left;
	margin:0;
	padding:0;
}

div.fce-50-right {
	width:50%;
	float:left;
	margin:0;
	padding:0;
}
div.fce-50-right p {
	padding-right:3px;
}
div.fce-50-left p {
	padding-right:10px;
	color:#fff;
}

/**************************************************************
**		66:34 fce
*/

div.fce-66-34 {
	position:relative;
	width:100%;
	margin:12px 0;
}
div.fce-66-left {
	width:66%;
	float:left;
}
div.fce-66-right {
	width:34%;
	float:left;
}

div.fce-66-left p {
	padding-right:10px;
	color:#fff;
}

/**************************************************************
**		FCE SINGLE HEADER
*/

div.fce-singleheader {
	position:relative;
	height:25px;
	background-image:url(../pix/bg_singleheader.jpg);
	background-repeat:repeat-x;
	text-align:center;
}

div.fce-singleheader h1 {
	margin-left: 10px;
	padding-top:4px;
	line-height: 21px;
	font-size: 14px;
	font-weight:bold;
	text-transform:uppercase;
}
