/* 	*********************************

		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: 0 3px; margin: 0px 0px 5px 0px; min-height: 20px; }

.fourColCol { float: left; width: 22%; padding: 0 6px; margin: 0; min-height: 180px; border-left: 1px solid #ddd; }


#tertiary-content .threeCol .threeColCol { width: 300px; padding: 0px 1px;}

.leftCol { border: none; }
/*.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;   }

.horizontal li { display: inline; }
