div.files {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.fileColumnSingle {
	margin:0px 0px 0px 55px;
}

div.fileColumn {
	float:left;
	border:0px solid #cc0000;
	width:357px;
}

div.templateTitle {
	font-size: 22px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

div.templateText {
	font-family: Arial, Helvetica, sans-serif;
}

div.fileItem {
	float:left;
	border:1px solid #999999;
	width:350px;
	height:33px;
	margin:0px 5px 5px 0px;
	background-color:#FFFFFF;
}
div.fileColumnSingle div.fileItem {
	width:600px;
	height:23px;
}


div.fileItem.highlight {
	background-color: #efefef;
	border: 1px solid #333333;
	cursor: pointer;
}

div.fileImage {
	float:left;
	width:25px;
	text-align:center;
}

div.fileImage img {
	margin:7px 0px 0px 5px;
}
div.fileColumnSingle div.fileImage img {
	margin:3px 0px 0px 5px;
}


div.fileData {
	float:left;
	margin:2px 0px 0px 7px;
	width:318px;
}
div.fileColumnSingle div.fileData {
	margin:4px 0px 0px 7px;
	width:568px;
}

div.fileData div.fileDataTitle {
	float:left;
	font-size:12px;
	line-height:12px; /* needs to be set to the font size to prevent errors with some skins */
	font-weight:bold;
	margin:1px 0px 0px 0px;
	width:310px;
	
}
div.fileColumnSingle div.fileData div.fileDataTitle {
	margin:0px 5px 0px 0px;
	width:195px;
}


div.fileData div.fileDataName {
	float:left;
	font-size:10px;
	line-height:10px; /* needs to be set to the font size to prevent errors with some skins */
	margin:1px 0px 0px 0px;
	width:190px;
}
div.fileColumnSingle div.fileData div.fileDataName {
	margin:2px 0px 0px 0px;
	width:240px;
}

div.fileData div.fileDataSize {
	float:left;
	color:#0066CC;
	font-size:9px;
	line-height:10px; /* needs to be set to the font size to prevent errors with some skins */
	text-align:right;
	margin:1px 0px 0px 4px;
	width:120px;
}
div.fileColumnSingle div.fileData div.fileDataSize {
	margin:2px 0px 0px 4px;
}

div.files a {
	color: #990000;
	text-decoration: underline;
}

div.files a:hover {
	color: #996600;
	text-decoration: underline;
}

div.confirmation {
	margin-top:10px;
	color:#008800;
}

div.files div.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	margin:0px;
	padding:0px;
}