#upload_form{
	margin-top: 1em;
}
#upload_form .submit{
	margin-top: 1em;
}
.attachment_delete a{
	/*background: transparent url({{ TRON_MEDIA_URL }}images/icons/delete.png) no-repeat left top;*/
	padding-left: 20px;
}
span.attachment_delete{
	padding-left: 1em;
}
input#id_attachment_file{
	width: 300px;
}
#upload_form label{
	display: block;
}
#attachments_list{
	margin-top: 3em;
	border-top: 1px dotted #ccc;
	width: 95%;
}
#attachments_images_block{
	border-bottom: 1px dotted #ccc;
	padding-bottom: 3px;
	width: 95%;
}
.pdf-file{
	background: transparent url(/tron-media/images/icons/filetypes/pdf.gif) no-repeat left top;
	padding-left: 20px;
}
.doc-file{
	background: transparent url(/tron-media/images/icons/filetypes/doc.gif) no-repeat left top;
	padding-left: 20px;
}
.mp3-file{
	background: transparent url(/tron-media/images/icons/filetypes/pdf.mp3) no-repeat left top;
	padding-left: 20px;
}
.ppt-file{
	background: transparent url(/tron-media/images/icons/filetypes/ppt.gif) no-repeat left top;
	padding-left: 20px;
}
.xls-file{
	background: transparent url(/tron-media/images/icons/filetypes/xls.gif) no-repeat left top;
	padding-left: 20px;
}
.zip-file{
	background: transparent url(/tron-media/images/icons/filetypes/zip.gif) no-repeat left top;
	padding-left: 20px;
}
.mov-file{
	background: transparent url(/tron-media/images/icons/filetypes/mov.gif) no-repeat left top;
	padding-left: 20px;
}
.acc-file{
	background: transparent url(/tron-media/images/icons/filetypes/acc.gif) no-repeat left top;
	padding-left: 20px;
}
.txt-file{
	background: transparent url(/tron-media/images/icons/filetypes/txt.gif) no-repeat left top;
	padding-left: 20px;
}
.wm-file{
	background: transparent url(/tron-media/images/icons/filetypes/wm.gif) no-repeat left top;
	padding-left: 20px;
}
.unknown-file{
	background: transparent url(/tron-media/images/icons/filetypes/unknown.gif) no-repeat left top;
	padding-left: 20px; 
}

#attachments_images_block .attachment-thumb{
	width: 110px;
	height: 130px;
	float: left;
	margin: 10px 10px 20px 0;
	
}
#attachments_images_block .attachment-thumb .thumbnail{
	border: 1px solid #ccc;
	padding: 4px;
}
#attachments_images_block .filename{
	text-align: center;
}
#attachments_images_block .attachment_delete{
	text-align: center;
}
#attachments_images_block .attachment_delete a{
	padding-left: 0;
}
