@charset "utf-8";
/*content*/
.article-content {
	line-height: 200%;
}
.article-content img {
	max-width: 800px;
	text-indent: 0 !important;
}
.article-content img.icon {
	margin-right: 5px;
}
.article-content p {
	margin: 1em 0;
	text-indent: 2em;
}
.article-content p[style*="center"] {
	text-indent: 0;
}
.article-content p.mcePageBreak {
	text-indent: 0;
	text-align: center;
	font-size: 22px;
	color: #004986;
	margin: 30px 0 10px 0;
}
.article-content p > img {
	display: block;
}
.article-content p[style*="center"] > img {
	margin: 0 auto;
}
.article-content p[style*="right"] > img {
	display: inline;
}

.article-content table th, .article-content table td {
	padding: 0 5px;
}
.article-content table p {
	text-indent: 0;
	margin: 0;
}

.article-minNav dd li {
	width: 425px;
	margin-right: 10px;
	float: left;
}

/*space*/
.ie6 .article-space dl {
	height: 160px;
}
.article-space .author {
	height: 112px;
}
.article-space .author .photo {
	width: 80px;
}
.article-space .author .photo img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
.article-space .author .descr {
	width: 178px;
}
.article-space-right dt {
	background: #eeeeee;
	border-bottom: 2px solid #cccccc;
	padding: 0 10px;
	line-height: 32px;
}
.article-space-right dd {
	background: #eeeeee;
	padding: 8px 10px;
}
.article-space-right .lists {
	padding-top: 3px;
	border-top: 1px solid #dddddd;
}
.article-space-bottom dd {
	padding-top: 10px;
}
.article-space-bottom .author {
	float: left;
}
.article-space-bottom .lists {
	width: 620px;
	float: right;
}
.ie6 .article-space-bottom .lists {
	margin-top: -2px;
}