/* CSS Document */

.sBlogComms {
	margin:5px;
	padding-top:15px;
	font-size:11px;
	width:445px;
	clear:both;
}

.sBlogComms .CommentsBoxes{
	width:445px;
	border-top:1px solid #000000;
}

.sBlogComms .CommentsBoxes p.title{
	font-size:12px;
	color:#990000;
	margin:0px;
	margin-top:5px;
}

.sBlogComms .CommentsBoxes p.title a{
	font-weight:bold;
	color:#990000;
	text-decoration:none;
}

.sBlogComms .CommentsBoxes p.text{
	color:#666666;
	margin-top:10px;
}

.sBlogComms .CommentsBoxes p.reply{
	float:left;	
}

.sBlogComms .CommentsBoxes p.reply a{
	color:#333333;	
	text-decoration:none;
	font-weight:bold;
}

.sBlogComms .CommentsBoxes .tools{
	float:right;	
	margin-bottom:25px;
}

.sBlogComms .CommentsBoxes .tools a{
	color:#333333;
	text-decoration:none;
}






.sBlogComms .CommentsBoxes .CommentsSubItemBoxes{
	margin-left:30px;
	width:415px;
	border-top:1px solid #000000;
}

.sBlogComms .CommentsBoxes .CommentsSubItemBoxes p.title{
	font-size:12px;
	color:#990000;
	margin:0px;
	margin-top:5px;
}

.sBlogComms .CommentsBoxes .CommentsSubItemBoxes p.title a{
	font-weight:bold;
	color:#990000;
	text-decoration:none;
}

.sBlogComms .CommentsBoxes .CommentsSubItemBoxes p.text{
	color:#666666;
	margin-top:10px;
}

.sBlogComms .CommentsBoxes .CommentsSubItemBoxes p.reply{
	float:left;	
}

.sBlogComms .CommentsBoxes .CommentsSubItemBoxes p.reply a{
	color:#333333;	
	text-decoration:none;
	font-weight:bold;
}

.sBlogComms .CommentsBoxes .CommentsSubItemBoxes .tools{
	float:right;	
	margin-bottom:25px;
}