/* 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 */

 .bwa-widget-count-1{width:600px;margin:0px 0 0 0;margin:0px 0 10px 40px;}
 .bwa-widget-count-2{width:600px;margin:20px 0px 10px 40px;}
 .bwa-widget-count-3{position:absolute;top:0px;left:674px;width:310px;margin:0px 0 0 0;}

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

* html .bwa-widget-count-1{width:600px;margin:0px 0 0 0;margin:0px 0 30px 45px;}
* html .bwa-widget-count-2{width:600px;margin:20px 0px 10px 45px;}
* html .bwa-widget-count-3{position:absolute;top:0px;left:674px;width:310px;margin:0px 0 0 0;}


