div.parsys_column {
    height: 100%; /* temp fix for the column height in the blank page */
    width: 100%;
    float: left;
    border: 0;
    vertical-align:top;
    padding: 0;
    margin: 0;
}

div.section {
    // Property added to avoid IE hasLayout issue on paragraphs
    // see #20817 - IE6: div around Drag Components image not big enough
    zoom: 1;
}

div.parsys_column .section {
    overflow:hidden;
    width: 100%;
}

/* column control layouts */
div.cq-colctrl-cols {width: 100%; float: left; }

div.cq-colctrl-default { width: 100%;}

/* layout 0 : 50% 50% ( grid6 + grid6 ) */
div.bch-cq-colctrl-lt0 { }
div.bch-cq-colctrl-lt0-c0 { 
    width: 300px; 
    float: left;
    margin-right: 60px;
}
div.bch-cq-colctrl-lt0-c1 { 
    width: 300px; 
    float: left; 
}

div.bch-cq-colctrl-lt3 { }
div.bch-cq-colctrl-lt3-c0 {
    float: left;
    margin-right: 10px;
    width: 24%;
}
div.bch-cq-colctrl-lt3-c1 {
    float: left;
    margin-right: 10px;
    width: 24%;
}
div.bch-cq-colctrl-lt3-c2 {
    float: left;
    margin-right: 10px;
    width: 24%;
}
div.bch-cq-colctrl-lt3-c3 {
    float: left;
    width: 24%;
}
