#tooltip {
	display:none;
	position:absolute;
	width:610px;
	border:3px solid rgba(26,26,26,.7);
	background:rgba(74,74,74,7);
	font: 12px/150% Verdana, Arial, Helvetica, sans-serif;
	box-sizing:border-box;
	z-index:9999;
	visibility:hidden;
}
#tooltip .tip_row {
	display:table-row;
}
#tooltip .tip_cell {
	box-sizing:border-box;
	display:table-cell;
	vertical-align:top;
}
#tooltip .tip_cell .tip_title {
	box-sizing:border-box;
	background:rgba(40,40,40,.9);
	padding:5px;
	color:#fff;
	font-size:16px;
}
#tooltip .tip_cell .tip_section {
	padding:5px;
	overflow:hidden;
	display:table;
	position:relative;
}
#tooltip .tip_cell .tip_section .tip_image {
	display:table-cell;
	width:200px;
	vertical-align:top;
}
#tooltip .tip_cell .tip_section .tip_image div {
}
#tooltip .tip_cell .tip_section div img {
	box-sizing:border-box;
	border:1px solid #333;
	width:100%;
}
#tooltip .tip_cell .tip_section .tip_content {
	box-sizing:border-box;
	text-align:justify;
	display:table-cell;
	line-height:13px;
	font-size:11px;
	display:block;
	padding:5px;
	color:#fff;
	width:100%;
}