/* --- '_editor.css' - =09.04.09.= Editor styles --- */
/* --- Styles_for_Admin_Editor --- */
.editor-area {
	font-family: Arial, sans-serif !important;
	font-size: 14px !important;
	padding: 10px;
}
.editor-area p {
	margin: 0px; /* Because 'p' in 'Editor-area' is 'margin-bottom: 20px;' by default */
}
/* --- !!! --- */
/* --- Upper_and_lower_index_without_a_line_break--- */
.editor-area sub, .editor-area sup {
	vertical-align: baseline;
	position: relative;
	font-size: 0.8em;
	line-height: 1;
}
.editor-area sub {
	top: 0.3em;	
}
.editor-area sup {
	top: -0.3em;
}
/* --- // Upper_and_lower_index_without_a_line_break // --- */
/* --- Lists --- */
.editor-area ul, .editor-area ol {
	margin: 0px;
}
.editor-area ul li {
	list-style-type: disc;
}
.editor-area ol li {
	list-style-type: decimal;
}
/* --- Nested_lists --- */
.editor-area ul li ol li {
	list-style-type: decimal;
}
.editor-area ol li ul li {
	list-style-type: disc;
}
/* --- // Nested_lists // --- */
/* --- // Lists // --- */
/* --- Links --- */
.editor-area a:link, .editor-area a:visited {
	text-decoration: underline;
	color: #ff0000;
}
.editor-area a:hover {
	text-decoration: none;
}
.editor-area a:active {
}
/* --- // Links // --- */
/* --- Headlines --- */
.editor-area h1, .editor-area h2, .editor-area h3, .editor-area h4, .editor-area h5, .editor-area h6 {
	margin: 0px;
}
/* --- // Headlines // --- */
/* --- Quotes --- */
.editor-area q {
	quotes: '\00AB' '\00BB' '\201E' '\201C';
}
/* --- // Quotes // --- */
/* --- // Styles_for_Admin_Editor // --- */



/* --- Editor styles --- */
.editor-block {
}
.edit-image {
	float: left;
	margin: 4px 10px 10px 0px;
	border: none;
}
.editor {
/*	font-size: 1em;*/
}
.editor p {
	padding-bottom: 20px;
}
/* --- !!! --- */
.editor ul, .editor ol {
	list-style-position: inside;
        list-style-type:circle;
	margin:10px 10px 10px 33px;
        text-indent:-15px;
        //text-indent:-18px;
        -text-indent:-17px;
}
/* --- !!! --- */
.editor table {
	border-color: #cdcdcd;
	border-style: solid;
}
.editor table td {
	border-color: #cdcdcd;
}
/* --- !!! --- */
.editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
	line-height: 1;
	padding-bottom: 20px; /* as in 'p' */
}
.editor h1 {
	font-size: 2em;
}
.editor h2 {
	font-size: 1.5em;
}
.editor h3 {
	font-size: 1.1875em;
}
.editor h4 {
	font-size: 1em;
}
.editor h5 {
	font-size: 0.8125em;
}
.editor h6 {
	font-size: 0.6875em;
}
/* --- !!! --- */
/* --- // Editor styles // --- */