a:hover {
	text-decoration: none;
}

h1 {
	margin-bottom: 0;
	font-size: 22px;
	letter-spacing: -1px;
}

#container {
	padding: 9px;
	width: 600px;
	border: 1px solid #c0c0c0;
	background: #ffffff url('../gfx/prowse/back.gif') repeat-x;
}

#headerfile {
	margin-left: 1px;
	width: 320px;
	float: left;
	text-align: left;
}

#headersize {
	width: 75px;
	float: left;
	text-align: right;
}

#listing {
	border: 1px solid #d3d3d3;
}

#listing a {
	display: block;
	padding: 4px 5px;
	font-size: 11px;
	letter-spacing: -1px;
	text-align: right;
}

#listing a:hover {
	background-color: #585e64;
}

#listing a img {
	margin-right: 4px;
	float: left;
}

#listing a strong {
	width: 300px;
	float: left;
	text-align: left;
	cursor: pointer;
}

#listing a em {
	width: 75px;
	float: left;
	text-align: right;
	cursor: pointer;
}

#listing a span {
	position: absolute;
	margin-left: -151px;
	margin-top: -2px;
}

#listing a span img {
	width: 150px;
	background-color: #cccccc;
	visibility: hidden;	
}

#listing a:hover span img {
	border: 1px solid #606870;
	visibility: visible;
}

#listingcontainer {
	padding: 10px;
}

#listingheader {
	font-family: "Tahoma",arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}

#option_toggles {
	margin-top: 4px;
	margin-bottom: 8px;
}

#pathnodes {
	margin-top: 2px;
	margin-bottom: 12px;
	margin-left: 10px;
	font-size: 13px;
	font-weight: bold;
}

#upload {
	display: block;
	width: 568px;
	margin-top: 10px;
	border: 1px solid #a7c5ff;
	background-color: #e9f0ff;
}

#uploadtitle {
	padding: 2px 5px;
	border-bottom: 1px solid #a7c5ff;
	background-color: #dbe6fe;
}

#uploadcontent {
	padding: 2px 5px;
}

.dark {
	background-color: #f4f4f4;
	
}

.lite {
	background-color: #ffffff;
}

.mod {
	float: right;
}

.option {
	clear: both;
	font-family: "Tahoma",arial,helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	float: right;
}

.size {
	float: right;
}
