﻿body {
}
.main
{
	width: 100%;
}
.left
{
	float: left;
	width:auto;
}
.right
{
	float: right;
	width:auto;
}
.IMG
{
	clear: both;
	border-right: #f5f5f5 1px dashed;
	border-top: #f5f5f5 1px dashed;
	float: none;
	border-left: #f5f5f5 1px dashed;
	border-bottom: #f5f5f5 1px dashed;
	background-color: #f8f8ff;
}
.filelist
{
}

.filelist ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.filelist .head
{
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	font-family: 宋体, Arial, Helvetica, sans-serif;
	overflow:visible;
}

.filelist .dir
{
	width: 100%;
	font-size: 14px;
	font-weight:normal;
	font-family: 宋体, Arial, Helvetica, sans-serif;
	overflow:visible;
}
.filelist .file
{
	width: 100%;
	font-size: 14px;
	font-weight:normal;
	font-family: 宋体, Arial, Helvetica, sans-serif;
	overflow:visible;
}


.filelist  .name
{
	text-align:left;
	width:30%;
	float:left;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden; 
}
.filelist  .time
{
	text-align:left;
	float:left;
}

.filelist  .type
{
	text-align:left;
	width:15%;
	float:left;
	padding-left:3px
}

.filelist  .size
{
	text-align:right;
	width:15%;
	float:left;
	padding-right:3px
}
.hidden
{
	display:none;
}
.list_text
{
	width: 80px;
	white-space: nowrap;
	overflow: hidden;
}
