/* phppp (D.J.): http://xoopsforge.com; http://xoops.org.cn */
@import url(style.css);

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight:100;
    margin: 2px 0px; }

.article-section-container {
	padding: 0px;
}

.article-section {
	padding:0px;
	width:	auto;
	clear:	both;
    margin: 10px 0px;
}

.article-section-title {
    clear: both;
    font-size: 130%;
    margin: 10px 0px;
    padding: 0px;
    width: 100%;
    border-bottom: #ddd 1px solid
}

.article-section-title span.subject{
	float:	left;
	text-align:	left;
	font-size: 120%;
	font-weight: bold;
	padding: 2px 10px;
}
