/* CSS Document */
/*Articles Folder*/
.articles_title
{
	height:30px;
}

.articles_title a
{
	font-weight:bold;
}

/*Articles Detail*/
.articles_detail_title
{
	font-size:16px;
	font-weight:bold;
	height:50px;
}

.articles_detail_image
{
	width:200px;
	border:1px solid #D6D6D6;
	float:left;
}

.articles_detail_quote
{
	text-align:justify;
	vertical-align:top;
	font-weight:bold;
}

.articles_detail_content
{
	text-align:justify;
	vertical-align:top;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:1px solid #D6D6D6;
}

/*Articles Other*/
.articles_other
{
	height:30px;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
}

.articles_other_title
{
	padding-left:10px;
	height:20px;
	font-size:10px;
}

.articles_other_title a
{
	text-decoration:none;
}

.articles_other_title a:hover
{
	text-decoration:underline;
}
/**/
.articles_detail_other_action
{
	float:right;
}
.articles_detail_other_action a
{
	padding-left:20px;
}

/*Comments*/
.comments_title
{
	font-weight:bold;
	height:20px;
}

.comments_content
{
	border-bottom:1px solid #D6D6D6;
	padding-top:10px;
	padding-bottom:10px;
	text-align:justify;
}