Witam

Otóż moje drzewko kategorii wygląda tak:

Muszę dodać do kategorii: http://naeka.github.io/jquery-switchbutton/
i drzewko się sypie:


Kod html wygląda tak:
  1.  
  2. <div id="tree">
  3. <ol class="tree"> <li>
  4. <label for="subfolder2" style="float:left;position:relative;">
  5. <a href="http://localhost/mediart/index.php/projects/index?id=46">projekt nowy zmiana</a>
  6. </label>
  7. <div>
  8. <input type="checkbox" class="switched" name="o_read_46" value="1" checked />
  9. <input type="checkbox" class="switched_w" name="o_write_46" value="0" />
  10. </div> <ol class="tree"> <li>
  11. <label for="subfolder2" style="float:left;position:relative;">
  12. <a href="http://localhost/mediart/index.php/projects/index?id=47">tedsa</a>
  13. </label>
  14. <div>
  15. <input type="checkbox" class="switched" name="o_read_47" value="1" checked />
  16. <input type="checkbox" class="switched_w" name="o_write_47" value="0" />
  17. </div> <ol class="tree"> <li>
  18. <label for="subfolder2" style="float:left;position:relative;">
  19. <a href="http://localhost/mediart/index.php/projects/index?id=49">sub</a>
  20. </label>
  21. <div>
  22. <input type="checkbox" class="switched" name="o_read_49" value="1" checked />
  23. <input type="checkbox" class="switched_w" name="o_write_49" value="0" />
  24. </div> </li> </ol> </li> </ol> </li> <li>
  25. <label for="subfolder2" style="float:left;position:relative;">
  26. <a href="http://localhost/mediart/index.php/projects/index?id=48">kolejny główny</a>
  27. </label>
  28. <div>
  29. <input type="checkbox" class="switched" name="o_read_48" value="1" checked />
  30. <input type="checkbox" class="switched_w" name="o_write_48" value="0" />
  31. </div> </li> </ol> </div>


kod CSS:
http://pastebin.com/zSEDLhb2

Kombinuje już na różne sposoby floatami, positionami i nie mogę nic wymyślić

Proszę o pomoc.
Z góry dziękuje