html, body {
	font: 92%/1.6em Futura, Arial, Verdana, sans-serif;
	color: #333;
}

#container {
	width: 750px;
	margin: 1em auto 0 auto;
	text-align: left;
}

h1 {
	background: url(_icons/yahoo.gif) left 5px no-repeat;
	font-size: 1.3em;
	color: #000;
	height: 44px;
	padding: 14px 0 0 70px;
}

h2 {
	font-size: 1em;
	color: #000;
	font-weight: bold;
	margin-top: 1em;
	border-bottom: 1px solid #ccc;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

ul.fileList li {
	padding: 3px 3px 3px 1.5em;
	border-bottom: 1px solid #eee;
	background: url(_icons/folder.png) left 5px no-repeat;
}

ul.moduleList li {
	display: block;
	width: 226px;
	float: left;
	padding: 3px 3px 3px 1.5em;
	border-bottom: 1px solid #eee;
	background: url(_icons/delete.png) left 5px no-repeat;
}

ul.moduleList li.installed {
	font-weight: bold;
	background: url(_icons/accept.png) left 5px no-repeat;
}

ul.moduleList li:hover {
	background-color: #ffffcc;
}