/*
	Styles 3 Column DIV Section
*/
div.tx-fdfx3cols-pi1{
	position:		relative;
	left:		0px;
	margin-top:	10px;
	margin-bottom:	10px;
}
/* Layout 1 */
div.c3l1d-left{
	position:		absolute;
	left:		0px;
	padding:		0px;
	width:		33%;
	white-space:	normal;
}
div.c3l1d-middle{
	position:		absolute;
	left:		33%;
	padding:		0px;
	width:		33%;
	white-space:	normal;
}
div.c3l1d-right{
	position:		absolute;
	left:		66%;
	padding:		0px;
	width:		33%;
	white-space:	normal;
}
/* Layout 2 */
div.c3l2d-left{
	position:		absolute;
	left:		0px;
	padding:		0px;
	width:		380px;
	border:		1px solid blue;
	white-space:	normal;
}
div.c3l2d-middle{
	position:		absolute;
	left:		390px;
	padding:		0px;
	width:		380px;
	white-space:	normal;
	background-color:	#C0C0C0;
}
/*
	Layout 3

	embedded
*/
div.c3l3d-left{
	position:		absolute;
	left:		0px;
	padding:		0px;
	width:		770px;
	white-space:	normal;
}
div.c3l3d-middle{
	float:		right;
	margin:		5px;
	padding:		0px;
	width:		200px;
	height:		100px;
	overflow:		auto;
	white-space:	normal;
	border:		1px solid blue;
	background-color:	#C0C0C0;
}