.result_icon {
	position:relative;
	float:right;
	width:18px;
	height:18px;
	background-image: url('/images/filter.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 18px 18px;
	cursor:pointer;
	//margin-left:8px;
}
.cedar .result_icon {
	background-image: url('/images/filter_cedar.png');
}
.result_icon.filter_icon {
	background-image: url('/images/filter.png');
}
.cedar .result_icon.filter_icon {
	background-image: url('/images/filter_cedar.png');
}
.cedar .result_icon.three_d,
.cedar .result_icon.epi_three_d, 
.cedar .result_icon.icon_3d,
.result_icon.three_d,
.result_icon.epi_three_d, 
.result_icon.icon_3d {
	background-image: url('/images/3D_blue.png');
}
.cedar .result_icon.ib_summarize,
.result_icon.ib_summarize {
	background-image: url('/images/summary.png');
}
.cedar .result_icon.highlight,
.result_icon.highlight {
	background-image: url('/images/highlight.png');
	margin-top:4px;
	margin-left:4px;
	background-size: 24px 24px;
	width:24px;
	height:24px;
}
.cedar .result_icon.choose,
.result_icon.choose {
	background-image: url('/images/select.png');
	margin-top:4px;
	margin-left:4px;
}
.cedar .result_icon.choose.selected,
.result_icon.choose.selected {
	background-image: url('/images/leaf_checked.png');
	//background-image: url('/images/select-selected.png');
}
.result_icon.highlight.busy {
	height:18px;
	width:18px;
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-size:18px 18px;
	background-image: url('/images/spinner_animated.gif');
}
.cedar .result_icon.highlight.busy {
	background-image: url('/images/spinner_animated.png');
}
