.editor {
	padding-left:70px;
}
.editor img{
	margin:10px 10px 10px -20px;
}
.editor .form img {margin:0px;}

/* ----- '_editor.css' ----- */
/* --- Styles_for_Admin_Editor --- */
.editor-area {
	font-family: Arial, sans-serif !important;
	font-size: 12px !important;
	padding: 10px;
}
.editor-area p {
	margin: 0px;
}

/* --- !!! --- */

/* --- !!! --- */
.editor-area ul, .editor-area ol {
	margin: 0px;
}
.editor-area ul li {
	list-style-type: disc;
}
.editor-area ol li {
	list-style-type: decimal;
}
/* --- !!! --- */
.editor-area ul li ol li {
	list-style-type: decimal;
}
.editor-area ol li ul li {
	list-style-type: disc;
}
/* --- !!! --- */
.editor-area a {
	text-decoration: underline;
}

/* --- !!! --- */

/* --- !!! --- */
.editor-area q {
	quotes: '\00AB' '\00BB' '\201E' '\201C';
}
/* --- // Styles_for_Admin_Editor // --- */



/* --- Editor styles --- */
.edit-image {
	float: left;
	margin: 4px 14px 10px 0px;
	border: none;
}
.editor {
	font-size: 12px;
}
.editor p {
	padding-bottom:7px;
	line-height:17px;
}
/* --- !!! --- */
.editor ul, .editor ol {
	list-style-position: inside;
	padding: 10px;
}
/* --- !!! --- */

.editor table td {
	border-color: #cdcdcd;
}
/* --- !!! --- */
.editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
	line-height: 1;
	padding-bottom: 14px;
}
.editor h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:26px;
	color:#861e00;
	font-weight:normal;
	margin-left:-20px;
}
.editor h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:22px;
	color:#861e00;
	font-weight:normal;
	margin-left:-20px;
}
.editor h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:18px;
	color:#861e00;
	font-weight:normal;
	margin-left:-20px;
	padding-top:10px;
}
.editor h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:16px;
	color:#861e00;
	font-weight:normal;
	margin-left:-20px;
	padding-top:10px;
}
.editor h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	color:#861e00;
	font-weight:normal;
	margin-left:-20px;
	padding-top:10px;
}
.editor h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:12px;
	color:#861e00;
	font-weight:normal;
	margin-left:-20px;
	padding-top:10px;
}
/* --- !!! --- */
/* --- // Editor styles // --- */
