.article table, .article td, .article tr
    margin:0px;
    padding:0px;
    border:0;
    
  
	
}

.article ol, .articleul, .article dl
{
	/* IE7: reset rtl list margin. (#7334) */
	*margin-right:0px;
	/* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
    padding:0 40px;
}

.article sup {
	vertical-align:super;
}

.article sub {
	vertical-align:sub;
}

.article div {
	line-height: 1.5em;
	padding: 10px;
	margin: 10px;
	margin-bottom: 1.5em;
}
.article p {
	margin: 0px;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
.article ul, .article ol {
	line-height: 1.5em;
	margin: 10px;
	padding-left: 2em;
	margin-bottom: 1.5em;
	padding-left:40px;
}
.article ul li {
	border: none;
	margin: 2px !important;
	padding: 0;
	list-style-type: inherit;
}
.article ol li {
	border: none;
	margin: 2px !important;
	padding: 0;
	list-style-type: decimal;
}
.article dl {
	margin: 10px;
	margin-bottom: 1.5em;
}
.article dl dt { font-weight: bold; }
.article dd { margin-left: 1.5em;}



.article code, .article pre { font: 1.2em/1 "Courier New", Courier, monospace; border: 1px dashed #ccc; background: #f5f5f5;  padding: 1em; margin: 10px; margin-bottom: 1.5em; }

.article pre {  line-height: 1.7em; font-size: .9em; background: #f5f5f5; overflow: auto;  }

.article iframe, .article object {
	margin: 10px;
	margin-bottom: 1.5em;
}

.article .img_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.article .img_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.article .redactor_video_box {
	width: 300px;
	height: 200px;
	background: url(../i/video_box.png) center no-repeat #000 !important;
	margin: 10px;
	margin-bottom: 1.5em;
}
.article .redactor_video_box object, .article .redactor_video_box embed, .article .redactor_video_box iframe {
	display: none;
}

.article .redactor_file_link {
	padding-left: 20px;
}

.article h1, .article h2, .article h3, .article h4, .article h5 {
	font-weight: normal;
	margin: 10px;
}

.article h1 {
	font-size: 30px;
}
.article h2 {
	font-size: 24px;
}
.article h3 {
	font-size: 18px;
}
.article h4 {
	font-size: 12px;
	font-weight: bold;
	/*
	
	*/
}