/* -------Webdrive File Center All browser except MSIE------- */

/*---Horizontal tree navigation---*/
#APP-webdrive .grid .grid-history { min-height:20px}

/*---Folders buttons---*/
#APP-webdrive .grid .buttons-outer { height:25px }
/*fix thumbnail grid background*/
#APP-webdrive .grid-content-zone { height:100% !important; }
/*fix grid footer*/
#APP-webdrive .grid-footer {border-top-width:2px; }

/*---Details---*/

/*grid details zone*/
.grid .grid-detail-zone { height:85%; min-height:200px; }

/*details*/
#APP-webdrive .detail { display:inline-block; list-style:none }
#APP-webdrive .detail TABLE {width:100%}


/*---Categories---*/

/*Categories zone*/
#CategoryList.content-zone { height:auto !important }

/*Categories lists*/
#CategoryList UL LI {}


/*---subcategories---*/

/*subcategories zone*/
#SubCategory .grid { min-height:50px; height:auto !important }
#SubCategory .grid-content-zone { height:inherit !important; } 
#SubCategory .buttons-outer { height:3% !important; min-height:20px; }
#SubCategory .grid-history { height:3% !important; min-height:20px; }

/*subcategories grid details*/
#SubCategory UL { }
#SubCategory UL LI { white-space:nowrap; }/*pour IE = white-space:normal*/
