/* 	*********************************

		Page Layout CSS
		
	*********************************
*/

.twoCol { }
.twoCol .col { float: left; width: 49%; padding: 0px;margin:0px;}
.threeCol .col { float: left; width: 31%; padding: 0px 5px; margin: 0px; }
.threeColCol { float: left; width: 32%; padding: 0px 5px; margin: 0px; }


.leftCol { }
/*.threeCol .leftCol, .threeCol .middleCol {border-right: 1px solid #006CC9;}	*/

div.menu-drag-handle { position: absolute; top: 5px; width: 24px; height: 17px; background: url("../images/editor/ui-draghandle.png") no-repeat scroll center center transparent;   }

