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

 .bwa-widget-count-1{width:454px;margin:0px 0 0 0;margin:0px 0 10px 40px;}
 .bwa-widget-count-2{float:left;width:454px;margin:0 0px 10px 40px;}
 .bwa-widget-count-3{position:absolute;top:0px;left:534px;width:454px;margin:0px 0 0 0;}

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

* html .bwa-widget-count-1{width:454px;margin:0px 0 0 0;margin:0px 0 10px 40px;}
* html .bwa-widget-count-2{float:left;width:454px;margin:0 0px 10px 20px;}
* html .bwa-widget-count-3{position:absolute;top:0px;left:534px;width:454px;margin:0px 0 0 0;}



