/*
	Styles 3 Column DIV Section
*/
div.tx-fdfx3cols-pi1{
    position:relative;
    left:0px;
    margin-bottom:10px;
    clear:both;
}


/* Layout 1 */
div.c3l1d-left{
   position:absolute;
   left:0px;
   top: 0px;
   padding: 0px;
   width:370px;
}
div.c3l1d-middle{
   position:absolute;
   left:390px;
   top: -50px;
   padding: 0px;
   width:190px;
   white-space:normal;
}
div.c3l1d-right{
   position:absolute;
   left:590px;
   padding: 0px 0px 0px 0px;
   width:145px;
   white-space:normal;
}


/* Layout 2 */
div.c3l2d-left{
   position:absolute;
   left:0px;
   top: 0px;
   padding: 0px;
   width:370px;
}
div.c3l2d-middle{
   position:absolute;
   left:390px;
   top: 0px;
   padding: 0px;
   width:190px;
   white-space:normal;
}
div.c3l2d-right{
   position:absolute;
   left:590px;
   padding: 0px 0px 0px 0px;
   width:145px;
   white-space:normal;
}

/*
	Layout 3

	embedded
*/
div.c3l3d-left{
   position:absolute;
   left:0px;
   padding: 0px;
   width:770px;
   white-space:normal;
   border:1px solid red;
}
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;
}

