.hideLayer { visibility: hidden; display: none; } .showLayer { visibility: visible; display: block; } ul.checktree, ul.checktree * { list-style-type: none; margin: 0; padding: 0 0 5px 0; } ul.checktree img.arrow { padding: 2px 0 0 0; border: 0; width: 20px; } ul.checktree li { padding: 4px 0 0 20px; clear: both; } ul.checktree li ul { padding: 0 0 0 20px; margin: 0; } ul.checktree label { cursor: pointer; /*font-weight: bold;*/ float: left; display: inline; white-space: nowrap; } ul.checktree label.hover { color: red; } ul.checktree li .arrow { width: 16px; height: 16px; padding-left: 4px; margin: 0; cursor: pointer; float: left; background: transparent no-repeat 0 3px; } ul.checktree li .collapsed { background-image: url(../IMAGES/CHECKTREE/collapsed.gif); } ul.checktree li .expanded { background-image: url(../IMAGES/CHECKTREE/expanded.gif); } ul.checktree li .checkbox { width: 16px; height: 16px; padding: 0; margin: 0; cursor: pointer; float: left; background: transparent no-repeat 0 2px; background-image: url(../IMAGES/CHECKTREE/unchecked.gif); } ul.checktree li .checked { background-image: url(../IMAGES/CHECKTREE/checked.gif); } ul.checktree li .disabled { background-image: url(../IMAGES/CHECKTREE/disabled.png); } ul.checktree li .half_checked { background-image: url(../IMAGES/CHECKTREE/indeterminate.gif); } .permis_action_object{ float: left; } label.desc-head{ width: 35px; }