/* ===== 'editor.css' ===== */


/* =general styles
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- -- */
.editor {
	margin: 15px 0 35px 0;
	font-size: 1.2em;
}
	
	/* --- paragraphs --- */
	.editor p {
		margin: 15px 0;
	}
	/* --- // paragraphs // --- */
	
	/* --- page images --- */
	.editor .page-image {
		margin: 0 20px 20px 0;
		float: left;
	}
	/* --- // page images // --- */
	
	/* --- titles --- */
	.editor h2,
	.editor h3,
	.editor h4,
	.editor h5,
	.editor h6 {
		margin: 15px 0;
		color: #000;
	}
	.editor h2 {
		font-size: 1.6em;
		font-weight: normal;
	}
	.editor h3 {
		font-size: 1.4em;
	}
	.editor h4 {
		font-size: 1.2em;
	}
	.editor h5 {
		font-size: 1.1em;
	}
	.editor h6 {
		font-size: 1em;
		font-weight: normal;
	}
	/* --- // titles // --- */
	
	/* --- lists --- */
	.editor ul,
	.editor ol {
		margin: 15px 0;
	}
		.editor ul li,
		.editor ol li {
			margin: 5px 0;
		}
	/* --- // lists // --- */
	
	/* --- images --- */
	.editor .left-img {
		margin: 15px 15px 15px 0;
		float: left;
	}
	.editor .right-img {
		margin: 15px 0 15px 15px;
		float: right;
	}
	/* --- // images // --- */
	
	/* --- tables --- */
	.editor .project-table {
		width: 100%;
		border-collapse: collapse;
	}
		/* --- !!! --- */
		.editor .project-table th,
		.editor .project-table td {
			padding: 10px 15px;
			border: 1px solid #d8dfe5;
			vertical-align: top;
		}
		.editor .project-table th {
			background: #f0f0f0;
			color: #000;
		}
		.editor .project-table td {}
	/* --- !!! --- */
	.editor .no-border,
	.editor .no-border th,
	.editor .no-border td {
		border: none;
	}
	/* --- // tables // --- */
	
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */


/* =other styles
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- -- */

.box-editor {}
/* --- !!! --- */
.inner-editor {}
/* --- !!! --- */
.error-editor {}
/* --- !!! --- */
.site-map-editor {}
/* --- !!! --- */
.contacts-editor {}
/* --- !!! --- */
.search-editor {}
/* --- !!! --- */
.news-editor {}
/* --- !!! --- */
.articles-editor {}
/* --- !!! --- */
.comments-editor {}
/* --- !!! --- */
.products-editor {}
/* --- !!! --- */
.cart-editor {}
/* --- !!! --- */
.order-editor {}
/* --- !!! --- */
.faq-editor {}
/* --- !!! --- */
.gallery-editor {}
/* --- !!! --- */

/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */


/* =admin styles
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- -- */
.admin-editor {
	margin: 15px;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
}
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */


/* --- © Tarik, 2011 --- */

/* ===== // 'editor.css' // ===== */