/*---------------------------------------------------------------
-----------------------------------------------------------------
  
  sortable.css
  * Version: 	4.0 (2009/12/28)
  * Author: 	Dean Bourque | http://www.sparkable.com/

/*---------------------------------------------------------------
---------------------------------------------------------------*/

#wrapper .sortable,
.sortable { 	list-style: none; margin-left: 0; margin-right: 0; padding-left: 0; clear: both; margin-top: 3px; width: 100%; }
.sortable li {				list-style: none; margin-left: 0; margin-right: 0; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; position: relative; }

.sortable {		 }
#wrapper .sortableButton li { 			padding-left: 45px;  }
#wrapper .sortableButtonRight li { 	padding-right: 45px;  }
#wrapper .sortableButton2 li {		 	height: 76px; }

.sortable li { 										min-height: 37px; background: #fff; margin-top: 2px; overflow: hidden; border-top: 1px solid #D3DCE5; border-right: 1px solid #D3DCE5; border-bottom: 1px solid #D3DCE5; border-left: 1px solid #D3DCE5; }
.sortable li:last-child { }
.sortable li ul.sortable li { 					background: #FFF; margin-left: 2px; }
.sortable li ul.sortable li ul.sortable li { 	min-height: 32px; background: #F1F6FA; }

.sortableButtonSet { 	position: absolute; top: -1px; left: 0px; display: block; height: 100%; padding: 2px 1px 0 2px; background: #feefd2; border-right: 1px solid #D3DCE5; }
.sortableButtonSet a,
.sortableButtonSet button,
.sortableButtonSet input {	float: left; clear: both; margin-top: 1px; margin-right: 2px; }

.sortableButtonRightSet { 	position: absolute; top: -1px; right: 0px; display: block;padding: 2px 1px 0 2px; background: #feefd2; border-left: 1px solid #D3DCE5; }
.sortableButtonRightSet a,
.sortableButtonRightSet button,
.sortableButtonRightSet input {	float: left; clear: both; margin-top: 1px; margin-right: 2px; }

ul.sortableButton2 li {	padding-left: 74px; }
.sortableButtonSet2 {	}
