body {
	font-family: arial, "lucida console", sans-serif;
}
ul.results  {
	list-style-type: none;
	border-width: 0;
}
#results ul div.thread ul {
	border-width: 0;
}
#results span.twitterid {
	display: none;
	margin-left: 2;
	font-weight: bold;
	font-size: small;	
}
#results span.twitterdate {
	font-size: xx-small;
	float: right;
}

#results li {
	list-style-type: none;
	margin: 0;
	border-bottom: 1px dashed #ccc;
	padding: 5px 5px;
        overflow: hidden;
}

#results li div.avatar {
	float: left;
	width: 52px;
	height: 52px;
	overflow: hidden;
	border-width: 0;
}

#results li div.avatar a {
	text-decoration: none;
	border-width: 0;
}

#results li div.avatar img {
	width: 48px;
	height: 48px;
	border-width: 0;
}

#results li div.avatar a.from_av {
	display: block;
	width: 36px;
	height: 36px;
}

#results li div.avatar a.to_av {
	display: block;
	width: 26px;
	height: 26px;
	margin-left: 22px;
	margin-top: -14px;
}

#results li div.avatar a.from_av img {
	width: 36px;
	height: 36px;
}

#results li div.avatar a.to_av img {
	width: 24px;
	height: 24px;
	border: 1px solid #ccc;
}

#results li.nested div.avatar {
	float: left;
	width: 36px;
	height: 36px;
	overflow: hidden;
}

#results li.nested div.avatar img {
	width: 36px;
	height: 36px;	
}

