#leftbar {
	float: left;
	width: 370px;
	height: 100%;	
}

#rightbar {
	float: left;
	width: 880px;
	height: 100%;

}


.file-list 
{
	
	width: 95%;

}

.file-list td
{
	border-bottom: 1px dashed #ccc;
	padding: 7px 2px;
  
}

.file-list tr:hover
{
  background: #eee;
  
}


.file-list td.left
{
	width: 70%;
}

.file-list td.right
{
	width: 30%;
  text-align: right;
  color: #999;
}


