/* ----- 'editor.css' ----- */
.editor-area {
	font-size: 0.8em !important;
}
/* --- !!! --- */
.editor {
	font-family: Verdana, sans-serif;
	color: #292929;
	font-size: 1em;
}
.editor p {
	padding-bottom: 18px;
}
/* --- !!! --- */
.editor ul, .editor ol {
	list-style-position: inside;
	padding: 0px 20px;
	margin-bottom: 20px;
}
.editor table {
	max-width: 610px;
}
/* --- !!! --- 
.editor table {
	margin: 0px 20px 20px 20px;
}
.editor table, .editor table td {
	border: 1px solid #cdcdcd;
	background-color: #cdcdcd;
}
.editor table td {
	background-color: #fff;
}
 --- !!! --- */
.editor sub, .editor sup {
	vertical-align: baseline;
	position: relative;
	font-size: 0.8em;
	line-height: 1;
}
.editor sub {
	top: 0.3em;	
}
.editor sup {
	top: -0.3em;
}
/* --- !!! --- */
.editor hr {
	border: 0px;
	color: #cdcdcd;
	background-color: #cdcdcd;
	height: 1px;
	margin: 10px 0px;
}
/* --- !!! --- */

/* --- Заголовки редактора --- */
span.title-big-fck, span.title-fck, span.selected-fck {
	font-weight: bold;
} 
span.title-big-fck { /* заголовок 1 */
	font-size: 2em;
}
span.title-fck { /* заголовок 2 */
	font-size: 1.5em;
}
span.selected-fck {} /* выделенный */
span.normal-fck {} /* нормальный */
span.small-text-fck {
	font-size: 0.8em;
}
/* --- // Заголовки редактора // --- */