.Blue_Folder3_24x24 li {
	font-family:Arial, Helvetica, sans-serif;
	font-size : 14px;
	padding   : 0px 0px 0px 24px !important;
	line-height:24px;
}

.Blue_Folder3_24x24 img {
	margin : 0px 0.5em 0px 0px;
}

.Blue_Folder3_24x24           li div.plusminus, 
.Blue_Folder3_24x24           li div.arrow {
	float             : left;
	margin-left       : -24px;
	background-repeat : no-repeat;
}

/* IE 6 and below */
* html .Blue_Folder3_24x24           li div.plusminus, 
* html .Blue_Folder3_24x24           li div.arrow {
	padding-left       : 24px;
	background-position: top 24px;
}



.Blue_Folder3_24x24           li div.plusminus, 
.Blue_Folder3_24x24           li div.arrow,
.Blue_Folder3_24x24           .folder, 
.Blue_Folder3_24x24           .file
{
	width          : 24px;
	height         : 24px;
}


/* IMAGES ---------------------------------------------------------------------- */


/* ------------- folder ------------- */
.Blue_Folder3_24x24           li .folder { 
	background-image:url(folder_opened.png);
}

.Blue_Folder3_24x24           li.collapsed > .folder { 
	background-image:url(folder_closed.png);
}

/* IE 6 and below */
* html .Blue_Folder3_24x24           li.collapsed .folder {
	background-image:url(folder_closed.png);
}


/* -------------- file -------------- */
.Blue_Folder3_24x24           .file { 
	background-image:url(file.png);
}


/* ------------ plusminus ------------ */
.Blue_Folder3_24x24           div.plusminus { 
	background-image:url(minus.gif);
}

.Blue_Folder3_24x24           li.collapsed > .plusminus { 
	background-image:url(plus.gif);
}

/* IE 6 and below */
* html .Blue_Folder3_24x24           li.collapsed .plusminus {
	background-image:url(plus.gif);
}


/* -------------- arrow -------------- */
.Blue_Folder3_24x24           div.arrow { 
	background-image:url(arrowopened.gif);
}

.Blue_Folder3_24x24           li.collapsed > .arrow { 
	background-image:url(arrowclosed.gif);
}

/* IE 6 and below */
* html .Blue_Folder3_24x24           li.collapsed .arrow {
	background-image:url(arrowclosed.gif);
}


/* ------------ showStruct ------------ */
.showStruct.Blue_Folder3_24x24, .showStruct.Blue_Folder3_24x24 ul  { background-image:url(line.gif);background-repeat:repeat-y;}
* html   .Blue_Folder3_24x24, * html   .Blue_Folder3_24x24 ul { background-image:none;}
* html   .showStruct  .Blue_Folder3_24x24, * html   .showStruct  .Blue_Folder3_24x24 ul { background-image:url(line.gif);background-repeat:repeat-y;}

.showStruct.Blue_Folder3_24x24 li  { background-image:url(node.gif);}
* html  .Blue_Folder3_24x24 li   { background-image:none;}
* html  .showStruct  .Blue_Folder3_24x24 li  { background-image:url(node.gif);}

.showStruct.Blue_Folder3_24x24 li.lastItem  { background-image:url(lastnode.gif);}
* html  .Blue_Folder3_24x24 li.lastItem  { background-image:none;}
* html  .showStruct  .Blue_Folder3_24x24 li.lastItem  { background-image:url(lastnode.gif);}

.showStruct.Blue_Folder3_24x24 li.firstnode { background-image:url(firstnode.gif);}
* html  .Blue_Folder3_24x24 li.firstnode { background-image:none;}
* html  .showStruct  .Blue_Folder3_24x24 li.firstnode { background-image:url(firstnode.gif);}

.showStruct.Blue_Folder3_24x24 > li.singleRootFolder { background-image:url(hline.gif);}
* html  .showStruct ul.Blue_Folder3_24x24 li.singleRootFolder { background-image:url(hline.gif) !important;}

