/* parsys component */
div.par {
    clear: both;
}
div.parsys_column {
    /* height: 100%; */
    width: 100%;
    float: left;
    border: 0;
    vertical-align:top;
    padding: 0;
    margin: 5px 0 5px 0;
}

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

#right-rail div.section, .rightparsys div.section, .rightnavi div.section, .rightsidebar div.section  {
    margin-bottom: 0px;
}

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

div.download div.item {
    clear: both;
    margin: 0 0 8px 0;
}
div.download span.icon img {
    width: 16px;
    height: 16px;
}
div.download span.icon  {
    float: left;
    padding: 0 8px 8px 0;
    background: url(img/default.gif) no-repeat
}
div.download span.icon.type_doc  {
    background: url(https://www.undp.org/etc/designs/default/images/icons/doc.gif) no-repeat
}
div.download span.icon.type_eps  {
    background: url(img/eps.gif) no-repeat
}
div.download span.icon.type_gif  {
    background: url(img/zip.gif) no-repeat
}
div.download span.icon.type_jpg  {
    background: url(img/jpg.gif) no-repeat
}
div.download span.icon.type_pdf  {
    background: url(img/pdf.gif) no-repeat
}
div.download span.icon.type_ppt  {
    background: url(https://www.undp.org/etc/designs/default/images/icons/ppt.gif) no-repeat
}
div.download span.icon.type_tif  {
    background: url(img/tif.gif) no-repeat
}
div.download span.icon.type_txt  {
    background: url(img/txt.gif) no-repeat
}
div.download span.icon.type_xls  {
    background: url(img/xls.gif) no-repeat
}
div.download span.icon.type_zip  {
    background: url(img/zip.gif) no-repeat
}

.downloadComponent
{
    overflow:auto;
    margin-bottom:5px;
}


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

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

div.cq-colctrl-lt0-c0 { width: 45%; padding-right: 14px;}
div.cq-colctrl-lt0-c1 { width: 52% }

div.cq-colctrl-lt1-c0 { width: 34%; padding-right: 14px;}
div.cq-colctrl-lt1-c1 { width: 63%;}

div.cq-colctrl-lt2-c0 { width: 31%; padding-right: 14px;}
div.cq-colctrl-lt2-c1 { width: 31%; padding-right: 14px;}
div.cq-colctrl-lt2-c2 { width: 32%; }

div.cq-colctrl-lt3-c0 { width: 46%; padding-right: 14px;}
div.cq-colctrl-lt3-c1 { width: 24%; padding-right: 14px;}
div.cq-colctrl-lt3-c2 { width: 24%; }

div.cq-colctrl-lt4 { margin:-18px 0pt;}
div.cq-colctrl-lt4-c0 { width: 38%; padding-right: 4px;}
div.cq-colctrl-lt4-c1 { width: 58% }