#item-tooltip-box {
	display: none;
	position: absolute;
	z-index: 99999;
	background: #1b1b1b;
	color: #f0e6d2;
	border: 1px solid #8a7f66;
	border-radius: 4px;
	padding: 6px 10px;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.4;
	max-width: 260px;
	pointer-events: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

#item-tooltip-box strong {
	color: #ffd700;
}

#item-tooltip-box em {
	color: #c9c9c9;
	font-style: normal;
	display: block;
	margin-top: 4px;
}

img.item_image[data-tooltip] {
	cursor: help;
}
