.php-file-tree {
	font-family: arial;
	font-size: 12px;
	margin:-4px 0 0 -16px;
}
ul.php-file-tree ul {
	font-family: arial;
	font-size: 12px;
}

	.php-file-tree A {
		color: #000000;
		text-decoration: none;
	}
	
	.php-file-tree A:hover {
		color: #666666;
	}

	.php-file-tree .open {
		font-weight:bold;
	}
	
	.php-file-tree .closed {
		font-style: normal;
	}
	
	.php-file-tree .pft-directory {
		background: url(images/directory.png) 0 0 no-repeat; margin:6px 16px; padding:0 0 0 20px;
		list-style:none;
		
		}
	.php-file-tree ul { 
		margin:0 0 0 0;
		padding:0 0 0 0;
	}
	.php-file-tree li { 
		margin:0 0 0 0;
		padding:0 0 0 0;
		list-style:none;
	}
	/* Default file */
	.php-file-tree LI.pft-file {
		background: url(images/file.png) 0 center no-repeat; margin:6px 16px 6px 8px; padding:1px 0 1px 20px;
		}
	/* Additional file types */
	/* You can add millions of these... */

