/* Download */
.download-header .cat-header {
	margin-top: 0;
}
.download-item {
	width: 100%;
	padding: 20px;
	margin-top: 10px;
	border: 1px solid #eeeeee;
}
.download-item .item-image-container {
	float: left;
	width: 30%;
	overflow: hidden;
	border: 1px solid transparent;
}
.download-item .item-image img {
	display: block;
	width: 100%;
	height: auto;
}
.download-item .item-header {
	margin-top: 0;
}
.download-item .item-info {
	float: left;
	width: 65%;
	margin-left: 5%;
}
.download-item .file-image,
.download-item .file-name {
	float: left;
}
.download-item .file-name {
	margin-top: 2px;
}
.download-item .download-button {
	float: right;
}
.download-container.collapsed .download-list {
	display: none;
}
.cat-header {
	cursor: pointer;
}


#customfaq li {
	margin: 10px 0 10px 0;
	list-style-type: none;
}

#customfaq li .content {
	margin: 6px 0 10px 0;
}


#TSFE_ADMIN_PANEL_FORM {
	display:none;
}

