/*
-------------------------------------------------------------
Document:	Competition specific styles
Project:	KanslietOnline (trade)
Author:		Micke Andersson (anderssonweb.se)
Created:	2012-08-16 09:48 GMT+8
Copyright:	© 2012 Kansliet AB
-------------------------------------------------------------*/
.FileList {
	list-style-type: none;
}
.FileList li {
	float: left;
	width: 250px;
	line-height: 2em;
}
.FileList li img {
	margin-right: 10px;
	display: block;
	float: left;
}