body { 
	background : #eee;
	font-family: "Roboto Slab", "Droid Sans", "Cronos Pro", "Arial", "Helvetica", "sans-serif";
}

h1 {
	color      : #69f;
	font-weight: normal;
	font-size  : 20px;
	margin     : 0px 0px 10px 8px;
	padding    : 0px;
}

img {
	border: 0px;
}

form {
	margin : 0px;
	padding: 0px;
}

#container {
	background  : #fff;
	border      : 1px solid #ccc;
	margin-left : auto;
	margin-right: auto;
	padding     : 10px;
	width       : 950px;
}

#breadcrumbs {
	color    : #69f;
	font-size: 14px;
	margin   : 0px 0px 8px 8px;
}

#breadcrumbs a,
#breadcrumbs a:active,
#breadcrumbs a:link,
#breadcrumbs a:visited {
	color          : #69f;
	text-decoration: none;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

#listingcontainer {
	background: #eee/*#edd url(bg.gif)*/;
	padding   : 10px;
}

#listingheader {
	color      : #47b;
	display    : none;
	font-weight: bold;
	font-size  : 14px;
	text-align : right;
}

#listingheader a,
#listingheader a:active,
#listingheader a:link,
#listingheader a:visited {
	color          : #47b;
	text-decoration: none;
}

#listingheader a:hover {
	color          : #47b;
	text-decoration: underline;
}

#headerfile {
	float     : left;
	text-align: left;
	width     : 500px;
}

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

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

#listing a {
	color          : #68c;
	display        : block;
	font-size      : 15px;
	padding        : 5px 5px 5px 5px;
	text-decoration: none;
	text-align     : right;
	width          : 918px;
	
}

#listing a:hover {
	background: #eef;
}

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

#listing a strong {
	float      : left;
	font-weight: normal;
	cursor     : pointer;
	text-align : left;
	width      : 600px;
}

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

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

#listing a span img {
	background: #ccc;
	visibility: hidden;
	width     : 150px;
}

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

#upload {
	background     : #eff;
	border         : 1px solid #acf;
	color          : #68c;
	display        : block;
	font-size      : 14px;
	margin-top     : 10px;
	text-decoration: none;
	width          : 718px;
}

#uploadtitle {
	background   : #eef;
	border-bottom: 1px solid #acf;
	padding      : 2px 5px 2px 5px;
}

#uploadcontent {
	padding: 2px 5px 2px 5px;
}

#copy {
	color       : #666;
	font-size   : 12px;
	margin-left : auto;
	margin-right: auto;
	text-align  : center;
	width       : 750px;
}

#copy a {
	color          : #666;
	text-decoration: underline;
}

.b {
	background: #eff;
}

.w {
	background: #fff;
}

.mod {
	float: right;
}

.size {
	float: right;
}