﻿.documentList { 
	overflow: hidden;
	font-size: 0.9em;
}

dl.documentList {
	padding: 3px 2px 0;
	margin: 0;
	height: 17px;
	color: #666666;
	overflow: hidden;
	background-color: #F0F0F0;
}

.documentList dt,
.documentList dd { display: block; float: left; margin: 0; padding: 0; }

.documentList .type { width: 4%; }
.documentList .name { 
	width: 33%; 
	font-size: 1.05em;
	font-weight: bold;
}
.documentList .size { width: 20%; }
.documentList .changed { width: 30%; }

ul.documentList { margin: 0; }

.documentList li { margin: 0; padding: 0; display: list-item; }
.documentList li.odd { background: #F0F0F0;}

.documentList .inner {
	padding: 5px 5px 5px 10px;
}

.documentList .inner dl {
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

ul.documentList dl {
	overflow: hidden;
	padding: 0;
}
