/*

Explorer Tree 1.4
=================
by Andrew Gregory <andrew@scss.com.au>
http://www.scss.com.au/family/andrew/webdesign/explorertree/

This work is licensed under the Creative Commons Attribution License. To view a
copy of this license, visit http://creativecommons.org/licenses/by/1.0/ or send
a letter to Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305,
USA.

*/

/* Get the bullets inside their LI's, so they're clickable. */
ul.explorertree li { list-style-position: inside; }
ul.explorertree, ul.explorertree ul, ul.explorertree li { margin: 0; padding: 0; }
ul.explorertree ul { padding-left: 20px; } /* sublist indentation */

/* Set the bullet images */

ul.explorertree li { list-style-image: url(.); list-style-type: none; 
}

ul.explorertree li.explorertree-open { 
list-style-image: url(images/themes_a.gif); list-style-type: circle; 
}

ul.explorertree li.explorertree-closed { 
list-style-image: url(images/themes.gif); list-style-type: disc; 
}

/*
ul.explorertree-open{ 
list-style-image: url(images/explorertree-minus.png); list-style-type: circle; 
}

ul.explorertree-closed { 
list-style-image: url(images/explorertree-plus.png); list-style-type: disc; 
}
*/
/* Actually show and hide sublists */
ul.explorertree li.explorertree-open ul { display: block; }
ul.explorertree li.explorertree-closed ul { display: none; }





/* "2.CLASS:  Get the bullets inside their LI's, so they're clickable. */
ul.explorertree2 li { list-style-position: inside; }
ul.explorertree2, ul.explorertree2 ul, ul.explorertree2 li { margin: 0px; padding: 2px; }
ul.explorertree2 ul { padding-left: 20px; } /* sublist indentation */

/* Set the bullet images */

ul.explorertree2 li { 
list-style-image: url(.);
list-style-type: none; 
list-style-position:inside;

}

ul.explorertree2 li.explorertree2-open { 
list-style-image: url(images/offenesBuch.png); 
list-style-type: circle;
list-style-position:inside;

}

ul.explorertree2 li.explorertree2-closed { 
list-style-image: url(images/geschlossenesBuch.png); 
list-style-type: disc; 
list-style-position:inside;
}

/*
ul.explorertree2-open{ 
list-style-image: url(images/offenesBuch.png); 
list-style-type: circle; 
}

ul.explorertree2-closed { 
list-style-image: url(images/geschlossenesBuch.png); 
list-style-type: disc; 
padding:2px;
}
*/
/* Actually show and hide sublists */
ul.explorertree2 li.explorertree2-open ul { display: block; }
ul.explorertree2 li.explorertree2-closed ul { display: none; }
