* {
		margin: 0;
		padding: 0;
		border: none;
	}
	
	body {
		text-align: center;
		font-family: sans-serif;
		font-size: 13px;
		background-color: #181818;
		color: #737475;
		margin-top: 10px;

	}
	
	#wrapper {
		max-width: 600px;
		*width: 600px;
		margin: 0 auto;
		text-align: left;
	}
	
	#lrlogocoin {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	body#left {
		text-align: left;
	}
	
	body#left #wrapper {
		margin: 0 20px;
	}
	
	h1 {
		font-size: 21px;
		padding: 0 10px;
		margin: 20px 0 0;
		font-weight: bold;
		color: #f9f8f7;
		text-align: center;
	}
	
	h2 {
		font-size: 14px;
		padding: 0 10px;
		margin: 10px 0 0;
		color: #e73333;
		font-weight: normal;
		text-align: center;
	}
	
	a {
		text-decoration: none;
	}
	
	ul#header {	
		margin-top: 20px;
	}
	
	ul li {
		display: block;
		list-style-type: none;
		overflow: hidden;
		padding: 10px;
	}
	
	ul li:hover {
		background-color: #333435;
	}
	
	ul li .date {
		text-align: center;
		width: 120px;
	}
	
	ul li .size {
		text-align: right;
		width: 90px;
	}
	
	ul li .date, ul li .size {
		float: right;
		font-size: 12px;
		display: block;
		color: #666666;
	}
	
	ul#header li {
		font-size: 11px;
		font-weight: bold;
		border-bottom: 1px solid #737475;
	}
	
	ul#header li:hover {
		background-color: transparent;
	}
	
	ul#header li * {
		color: #f9f8f7;
		font-size: 11px;
	}
	
	ul#header li a:hover {
		color: #f73333;
	}
	
	ul#header li .asc span, ul#header li .desc span {
		padding-right: 15px;
		background-position: right center;
		background-repeat: no-repeat;
	}
	
	ul#header li .asc span {
		background-image: url('<?php echo $_self ?>?i=asc');
	}
	
	ul#header li .desc span {
		background-image: url('<?php echo $_self ?>?i=desc');
	}
	
	ul li.item {
		border-top: 1px solid #f3f3f3;
	}
	
	ul li.item:first-child {
		border-top: none;
	}
	
	ul li.item .name {
		color: #e73333;
		font-weight: bold;
	}
	
	ul li.item .name:hover, ul li.item .name:visited {
		color: #e73333;
	}
	
	ul li.item a:hover {
		text-decoration: underline;
	}
	
	ul li.item .directory, ul li.item .file {
		padding-left: 20px;
		background-position: left center;
		background-repeat: no-repeat;
	}
	
	ul li.item .directory {
		background-image: url('<?php echo $_self ?>?i=directory');
	}
	
	ul li.item .file {
		background-image: url('<?php echo $_self ?>?i=file');
	}
	
	#footer {
		color: #464747;
		font-size: 11px;
		margin-top: 40px;
		margin-bottom: 20px;
		padding: 0 10px;
		text-align: center;
	}
	
	#footer a {
		color: #565757;
		font-weight: bold;
	}
	
	#footer a:hover {
		color: #666666;
	}