/* 3 Columns 
  1st widget 33% width - top / 2nd widget 33% width down / 3rd widget 66% width absolut (IMPORTANT: the length of the first and the second widget must be longer than the third */

 .fp-widget-count-1{width:300px;margin:0px 0 0 0;margin:0px 0 10px 40px;}
 .fp-widget-count-2{width:300px;margin:0 0px 10px 40px;}
 .fp-widget-count-3{position:absolute;top:48px;left:374px;width:610px;margin:0px 0 0 0;}

/* IE 6 Styles (I hate it...) */

* html .fp-widget-count-1{width:300px;margin:0px 0 0 0;margin:0px 0 10px 40px;}
* html .fp-widget-count-2{width:300px;margin:0 0px 10px 40px;}
* html .fp-widget-count-3{position:absolute;top:20px;left:374px;width:610px;margin:0px 0 0 0;}

