#conversation {
	width: 97%;
	/*border-top: 1px solid #ccc;*/
	padding: 15px 0;
	margin: 15px 0;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: x-small;
}

#conversation a, #conversation a.visited {
	color: black;
}

#conversation a:hover {
	color: red;
}

ul.most {
	list-style: none;
	margin: 7px 7px 20px 7px;
	padding: 0;
	font-size: 110%;
}

ul.most li {
	color: #888;
	margin: 10px 0;
	padding: 0;
}
.convo-comment {
	font-size: 110%;
	padding: 7px;
}

#conversation .odd {
	background: #eee;
}

.convo-comment .mug {
	border: 0;
	float: left;
}

.comment-right {
	padding-left: 10px;
	zoom: 1;
}

.convo-comment p {
	line-height: 1.4em;
	margin: 0 0 5px 0;
}

p.convo-user {
	color: #888;
}

p.convo-user a, p.convo-user a.visited {
	font-weight: bold;
	color: #610000;
}

p.convo-user a:hover {
	color: red;
}
.talent div.comment-right {
	margin-left: 46px;
	border-left: 1px solid #ccc;

}