ul.filetypes { margin-left: 15px; }
	ul.filetypes li { margin-left: 20px; }
	ul.filetypes li[value="php"] { list-style-image: url(../img/php.png); }
	ul.filetypes li[value="html"] { list-style-image: url(../img/html.png); }
	
td[title] { text-align:center; }
	td[title] img { margin-left: 12px; margin-top: 3px; }
	td[title^="php"] { background: url(../img/php.png) no-repeat center center; }
	td[title^="html"] { background: url(../img/html.png) no-repeat center center; }
