/* Live Search */
.search-result-title {
	font-size: 8pt;
}
.search-result-row {
	margin:0;
	border-bottom: 1px dotted #aaa;
}

.live-search-row {
	margin:0;
	border-bottom: 1px dotted #aaa;
	height: 60px;
}
.live-search-left-col {
	float: left;
	width: 50px;
}

.live-search-right-col {
	overflow: auto;
	margin: 0 auto;
	width: auto;
}

.live-search-image {
	display: block;
	width: 40px;
	height: 40px;
}
.live-search-result-header {
	font-size: 11pt;
	font-weight: bold;
}
live-search-result-body {
	font-size: 9pt;
	margin: 0 auto
}
/* End of Live Search */
