.listResult{
	color:#222;
	border-bottom:1px dashed #ccc;
	margin-bottom:5px;
	cursor:pointer;
	width:100%;
}
.listResultHover,.listResult:Hover{
	color:#fc0;
	border-bottom:1px solid #fc0;
	margin-bottom:5px;
	cursor:pointer;
	width:100%;
}
.listResultHover td{
	color:#fc0;
}
.listColumn{
	padding:2px 10px 2px 0px;
	
}
.listLastColumn{
	float:right;
	display:inline-block
}