/* PHP File Tree Default Theme

	By Cory LaViska (http://abeautifulsite.net/)

	Featuring the Silk Icon Set from famfamfam (http://www.famfamfam.com/lab/icons/silk/)

*/


.php-file-tree {
	font: 1em Arial, Helvetica, sans-serif;	

	/*font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	letter-spacing: 1px;

	line-height: 1.5;*/

}

	.php-file-tree a {
		color: #000000;
		text-decoration: none;
	}

	

	.php-file-tree a:hover {
		color: #666666;
	}



	.php-file-tree .open {
		font-style: italic;
	}

	

	.php-file-tree .closed {
		font-style: normal;
	}

	

	.php-file-tree .pft-directory {
		list-style-image: url(directory.png);
		margin-left: 20px;
		margin-bottom: 15px;
	}

	
	.php-file-tree LI.ext-pdf { list-style-image: url(pdf.png); }





