/******************************************************* COMMENTS *******************************************/
#results {
	width: 560px;
}

#results ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

#results ol li {
	color: #333;
	padding: 0;
	margin: 0 0 3px 0;
	position: relative;
	list-style: none;
	width: 100%; /* need IE7 */
} * html #results ol li { height: 15px; }


.c-edit .c-body {
	border: 1px solid #D0C65A;
	padding-top: 0px;
	background: #FFF9B9;
}


.c-info {
	font-size: 120%;
	padding: 3px 5px 0 5px;
	color: #96BD24;
	border-bottom:1px solid #96BD24;
}

.c-body {
	line-height: 130%;
	position: relative;
} * html .c-body { height: 5px; }

.c-body-inside {
	padding: 0px 50px 1em 5px;	
	overflow: hidden; /* for long urls */
	min-height: 25px;
} * html .c-body-inside { width: 400px; }

.c-reply-info {
	margin-top: 0;
	font-weight: bold;
	font-size: 85%;
	background: url(images/comments.gif) no-repeat;
	padding-left: 20px;
}
