﻿@charset "utf-8";
/* CSS Document */
/*----------一下为图文编辑器默认样式-------------*/

.zt_editor table{
margin-bottom: 10px;
border-collapse: collapse;
display: table;
border-spacing: 0;
border-color: gray;
}
.zt_editor tbody {
display: table-row-group;
vertical-align: middle;
border-color: inherit;
border-collapse: collapse;
}
.zt_editor tr {
display: table-row;
vertical-align: inherit;
border-color: inherit;
}

.zt_editor td, .zt_editor th {
background: white;
padding: 5px 10px;
border: 1px solid #DDD;
display: table-cell;
}

.zt_editor p {
display: block;
margin: 0 0 1em 0;
/*
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;*/
}

.zt_editor .list-paddingleft-2 {
padding-left: 20px;
}
.zt_editor ol, .zt_editor ul {
margin: 0;
padding: 0;
list-style: none;
}
.zt_editor ul, .zt_editor menu, .zt_editor dir {
display: block;
/*-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 40px;*/
}

.zt_editor li {
clear: both;
display: list-item;
text-align: -webkit-match-parent;
list-style:inherit;
}
.zt_editor img{
	margin:inherit;
}