/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
#article {
}

#articletlist {
	list-style-type: square;
	display: list-item;
	margin-left: 30px;
	line-height: 1.8em;
}
#articletlist a {
	text-decoration: none;
}
#articletlist a:hover {
	color: #FF6600;
}
#articletitle {
	text-align: center;
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 20px;
	font-weight: bold;
}

#articleinfo {
	text-align: center;
	background-color: #DEE6DD;
	font-size: 12px;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#articlectr {
	text-align: right;
	margin-right: 15px;
}
#articlezoom {
	line-height: 1.68em;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

#articlefooter {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 5px;
	padding: 5px;
}
#comment {
	font-size: 12px;
	line-height: 1.6em;
	background-color: #FFFFFF;
}
#comment h5 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 5px;
	font-weight: bold;
}
#comment iframe#list {
	width: 100%;
	height: expression(1);
	hght: expression(autoResize());
}
#comment .space {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#commentlist {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding: 5px;
	margin: 0px;
}
#commentlist .info {
	margin: 0px;
	padding: 0px;
}
#commentlist .content {
	padding: 0px;
	color: #666666;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#a_clist {
}
#a_clist .more {
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#a_clist .title_left {
	background-image: none;
	background-repeat: repeat-x;
	background-position: left bottom;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 12px;
}
#a_clist .title {
	font-weight: bold;
	background-image: url(../../images/dotline_hz.gif);
	background-repeat: repeat-x;
	list-style-type: none;
	background-position: left bottom;
	color: #46461F;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#a_clist .title a {
	color: #46461F;
	font-weight: bold;
}
#a_clist .title a:hover {
	color: #FF8100;
}

