/* Reactie layout */

#reacties {
	margin-top:20px;
}


#reacties .reactie .reactieHeader {
	height: 26px;
	width: 535px;
	background: url(comment_header.gif) no-repeat;
	margin-bottom: 10px;
	position: relative;
}

#reacties .reactie .reactieHeader p{
	margin: 0;
	padding: 8px 0 0 6px;
	color: #646464;
	font-size: 11px;
	line-height: 16px;
	vertical-align: middle;
}

#reacties .reactie hr {
	display: none;
}
#reacties .reactie hr.long {
	display: block;
}

#reacties .reactieIntro {
	width: 535px;
}

#reacties .reactie .reactieContent {
	width: 465px;
	font-size: 12px;
	line-height: 18px;
	padding-left: 5px;
	margin-left: 60px; 
	overflow: auto;
}

#reacties .from {float: left; width: 50px; margin-right: 10px}
#reacties .avatar-wrapper {position: relative; font-size: 0}
#reacties .footer {
	text-align: right; 
	font-size: 90%; 
	margin-top: 5px;
	margin-bottom: 15px;
	width: 535px;
}
#reacties .message {
	padding: 10px;
}
#reacties .clear-fix {
	clear: both
}
#reacties .created-at strong {color: #888}

#reacties li{
	list-style: none;
}

.date{
	font-size: 10px;
	font-weight: bold;
}

img.nomargin{
	margin-bottom: -3px;
}


