/*編輯器設定*/
#editor{
	font-weight:normal;
	line-height: 1.5;
	letter-spacing:normal;
}
#editor h2{
	font-weight:normal;border-bottom :medium none;
	background:none;/*沒有默認值*/
    font-size :normal;
    width :normal;
}
#editor img {
    max-width: 100%;
}
#editor table{
	line-height: 1.5;
	letter-spacing:normal;
	width:100% !important;
}
#editor table td{
	line-height: 1.5;
	padding: 0 0 10px;
}
#editor h3{
	font-weight:normal;border-bottom :medium none;
	background:none;/*沒有默認值*/
	color: #2c57a5;/*沒有默認值*/
    font-size :normal;
    width :normal;
}
#editor h4{
	background: url("cssimg/h4.png") no-repeat scroll 0 7px;
	background-size: auto 18px;
	border-bottom: 2px solid #5ca9e1;
	color: #2c57a5;
	font: bold 20px/1.5 "open sans",sans-serif;
	list-style: outside none none;
	margin: 0 0 10px;
	padding: 0 0 10px 20px;
	width: auto;
}
#editor p{
	line-height: 1.5;letter-spacing:normal;
}	

#editor #content p{
	line-height: 1.5;letter-spacing:normal;

}	

#editor ul {

	list-style : none;/*沒有默認值*/
	list-style-image  :none ;/*沒有默認值*/
} 
#editor  ul li {	
	list-style  :none ;/*沒有默認值*/
	list-style-image  :none ;/*沒有默認值*/
	list-style-type : disc;
	
}

#editor ul li li {
	list-style  : none ;/*沒有默認值*/
	list-style-image  :none ;/*沒有默認值*/
	list-style-type : circle;
}

#editor ul li li ul li {
	list-style  : none ;/*沒有默認值*/
	list-style-image  :none ;/*沒有默認值*/
	list-style-type : square;
}
#editor ul li li ul li li{
	list-style  : none ;/*沒有默認值*/
	list-style-image  :none ;/*沒有默認值*/
	list-style-type : decimal;
}
#editor ul li li ul li li ul li{
	list-style  : none ;/*沒有默認值*/
	list-style-image  :none ;/*沒有默認值*/
	list-style-type : disc;
}
#editor ul li li ul li li ul li li{
	list-style  : none ;/*沒有默認值*/
	list-style-image  :none ;/*沒有默認值*/
	list-style-type : circle;
}
#editor h2 a:link ,#editor  h2 a:visited {color:#000;/*沒有默認值*/}
#editor h2 a:hover ,#editor  h2 a:active {color:#000;/*沒有默認值*/}

td h3 {
	font-size: 18px;
	line-height: 1;
	margin: 0;
	padding: 0;
}
#editor ol {
	padding: 0 0 0 20px;
}