@charset "utf-8";


.article,
.editable {
	margin: -20px 0 20px;
	padding: 20px 20px 18px 20px;
	width: 152px;
	font-size: 75%;
}

.editable {
	line-height: 1.833;
}

.editable  .article {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

.article h2 {
	padding: 6px 0;
	border-bottom: 2px solid #000;
	width: 152px;
	background: url(../images/bt_hdotline.gif) repeat-x left top;
	line-height: 1.833;
	text-align: center;
}

.editable h2 {
	margin: 0 0 14px;
	padding: 6px 0;
	border-bottom: 2px solid #000;
	width: 152px;
	background: url(../images/bt_hdotline.gif) repeat-x left top;
	line-height: 1.833;
	text-align: center;
}

.article h2 a:link, .article h2 a:visited, .article h2 a:hover, .article h2 a:active {
	background: none;
	padding: 0;
}

.article p {
	margin: 14px 0 0;
	text-align: justify;
}

.article p.thumb {
	padding: 3px 0 0;
}

.article p.thumb a {
	background: none;
	padding: 0;
}

.article .read-more {
	text-align: right;
}

.article .read-more p {
	margin: 0;
	padding: 0 0 0 11px;
	display: inline-block;
	/display:inline;
	/zoom: 1;
	background: url(../images/marker-arr.gif) no-repeat 0 .6em;
}

.article .read-more p a {
}

.article object, .editable object, .article embed, .editable embed {
	margin: 1.833em 0 0;
}

.article ul {
	margin: 14px 0 0;
}

.article ul li {
	padding: 0 0 0 15px;
	width: 137px;
	line-height: 1.833;
	background: url(../images/marker-arr.gif) no-repeat 0 .6em;
}


