/*---------------------------------------------------------------
-----------------------------------------------------------------
  
  widgets.css
  * Widgets format
  * Version: 	4.0 (2009/12/29)
  * Author: 	Dean Bourque | http://www.sparkable.com/

/*---------------------------------------------------------------
  Default 
---------------------------------------------------------------*/

/*---------------------------------------------------------------
  Sortable 
---------------------------------------------------------------*/

ul#sortable { list-style-type: none; margin-left: 0; padding-left: 0; }
#sortable li { margin: 0 2px 2px 2px; padding: 0 0 0 20px; height: 22px; cursor: move; background: url('/img/icon/move.gif') 0 3px no-repeat; }
#sortable li a { cursor: pointer; }
