@charset "utf-8";
.comment_box 
{ 
	background:				url(http://www.headbang.it/alfa/layout/bg.gif) top center #121212; 
	border-bottom:			#ffffff solid 1px; 
	padding:				14px; 
	padding-right:			25px; 
	color:					#eee; 
}

.comment_box table tr td 
{
	vertical-align:			top;
}

.comment_box a 
{
	text-decoration:		none;
}

.comment_box em 
{
	cursor:					default;
}

.comment_title 
{ 
	font-size:				11px; 
	text-align:				left; 
	padding:				0px; 
	margin:					0px; 
	margin-left:			10px;
}

.comment_title strong 
{ 
	font-size:				13px; 
	color:					#fff; 
	font-weight:			bold; 
}

.comment_title em 
{ 
	font-size:				10px; 
	color:					#ccc; 
	font-style:				italic; 
}

.comment_content 
{ 
	font-size:				11px; 
	text-align:				left; 
	padding:				0px; 
	margin:					0px; 
	margin-left:			10px; 
	color:					#eee; 
}

.comment_content .external_link 
{ 
	color:					#A89B5E; 
}

.comment_content .external_link:hover 
{ 
	text-decoration:		underline; 
	color:					#A89B5E; 
}

.comment_delete 
{ 
	margin-top:				10px; 
	text-align:				right; 
	font-size:				11px; 
}

.comment_button 
{ 
	background:				#222222; 
	border:					1px solid #323232; 
	color:					#eee; 
	padding:				4px 10px; 
	margin:					5px 0px 2px 10px; 
	cursor:					pointer; 
}

.truncate_show 
{ 	
	color:					#eee; 
	background:				url(layout/more_icon.gif) no-repeat #333; 
	background-position:	100% 55%; 
	font-size:				10px; 
	border:					1px solid #444; 
	padding:				2px; 
	margin:					10px; 
	width:					90px; 
	display:				block; 
}

#comment_text 
{ 
	width:					390px; 
	height:					50px; 
	padding:				3px; 
	font-size: 				12px; 
	border:					0px;
	margin-left:			10px; 
}
