.XCMS_doc {
	text-decoration: none;
	text-transform: none;
	font-style: normal;
	font-weight: normal;
	background-color: #bfbfbf;
	height: 52px;
	width: 200px;
}

.XCMS_doc_description {
	margin-top: 10px;
	float: left;
}

.XCMS_doc_description a {
	font-size: 12px;
}

.XCMS_doc_description a span {
	font-size: 9px;
}

/* Documents Kind */

.XCMS_doc_pdf {
	margin: 10px;
	float: left;
	background-repeat: no-repeat;
	background-image: url(/XCMS/mime_type_icons/pdf32.png);
	height: 32px;
	width: 32px;
}

.XCMS_doc_doc {
	margin: 10px;
	float: left;
	background-repeat: no-repeat;
	background-image: url(/XCMS/mime_type_icons/doc32.png);
	height: 32px;
	width: 32px;
}

.XCMS_doc_xls {
	margin: 10px;
	float: left;
	background-repeat: no-repeat;
	background-image: url(/XCMS/mime_type_icons/xls32.png);
	height: 32px;
	width: 32px;
}

.XCMS_doc_ppt {
	margin: 10px;
	float: left;
	background-repeat: no-repeat;
	background-image: url(/XCMS/mime_type_icons/ppt32.png);
	height: 32px;
	width: 32px;
}

.XCMS_doc_txt {
	margin: 10px;
	float: left;
	background-repeat: no-repeat;
	background-image: url(/XCMS/mime_type_icons/txt32.png);
	height: 32px;
	width: 32px;
}

/* Image Kind */

.XCMS_doc_jpg {
	margin: 10px;
	float: left;
	background-repeat: no-repeat;
	background-image: url(/XCMS/mime_type_icons/jpg32.png);
	height: 32px;
	width: 32px;
}

.XCMS_doc_png {
	margin: 10px;
	float: left;
	background-repeat: no-repeat;
	background-image: url(/XCMS/mime_type_icons/png32.png);
	height: 32px;
	width: 32px;
}

.XCMS_doc_gif {
	margin: 10px;
	float: left;
	background-repeat: no-repeat;
	background-image: url(/XCMS/mime_type_icons/gif32.png);
	height: 32px;
	width: 32px;
}

.XCMS_doc_tif {
	margin: 10px;
	float: left;
	background-repeat: no-repeat;
	background-image: url(/XCMS/mime_type_icons/tif32.png);
	height: 32px;
	width: 32px;
}

/* Design Format files */

.XCMS_doc_eps {
	margin: 10px;
	float: left;
	background-repeat: no-repeat;
	background-image: url(/XCMS/mime_type_icons/eps32.png);
	height: 32px;
	width: 32px;
}

.XCMS_doc_ai {
	margin: 10px;
	float: left;
	background-repeat: no-repeat;
	background-image: url(/XCMS/mime_type_icons/ai32.png);
	height: 32px;
	width: 32px;
}

.XCMS_doc_fh {
	margin: 10px;
	float: left;
	background-repeat: no-repeat;
	background-image: url(/XCMS/mime_type_icons/fh32.png);
	height: 32px;
	width: 32px;
}

.XCMS_doc_psd {
	margin: 10px;
	float: left;
	background-repeat: no-repeat;
	background-image: url(/XCMS/mime_type_icons/psd32.png);
	height: 32px;
	width: 32px;
}
