/* Start of CMSMS style sheet 'file tag' */
.file {
	padding-left: 20px;
	background: transparent url('http://www.tbfnation.com/comercioelectronico/plugins/icons/file.png') no-repeat left;
}

.filesize {
	/* display: none; */
	font-size: 90%;
}

.deadlink {
	/* added if the specified file does not exist */
	color: red;
	font-weight: bold;
}

.checkpath {
	/* added if the file path is wrong */
	color: red;
}

.filetype_pdf {
	padding-left: 20px;
	background: transparent url('http://www.tbfnation.com/comercioelectronico/plugins/icons/pdf.png') no-repeat left;
}

.filetype_zip {
	padding-left: 20px;
	background: transparent url('http://www.tbfnation.com/comercioelectronico/plugins/icons/zip.png') no-repeat left;
}

.filetype_doc {
	padding-left: 20px;
	background: transparent url('http://www.tbfnation.com/comercioelectronico/plugins/icons/doc.png') no-repeat left;
}

.filetype_ppt {
	padding-left: 20px;
	background: transparent url('http://www.tbfnation.com/comercioelectronico/plugins/icons/ppt.png') no-repeat left;
}

.filetype_xls {
	padding-left: 20px;
	background: transparent url('http://www.tbfnation.com/comercioelectronico/plugins/icons/xls.png') no-repeat left;
}

/* End of 'file tag' */

