/* Arbor item tooltips (characters EQ, tradeoff) */
.char-eq-cell {
	width: 42px;
	height: 42px;
	vertical-align: middle;
}
.char-eq-item {
	position: relative;
	display: inline-block;
	cursor: help;
	min-width: 32px;
	min-height: 32px;
}
.char-eq-item img.CharItems {
	display: block;
}
.char-eq-placeholder {
	display: inline-block;
	min-width: 32px;
	min-height: 32px;
	line-height: 32px;
	font: 10px/32px Verdana, sans-serif;
	color: #5c4030;
	background: rgba(255, 255, 255, 0.35);
	border: 1px solid #a89070;
	border-radius: 3px;
	text-align: center;
	padding: 0 2px;
}
.char-eq-count {
	position: absolute;
	right: 1px;
	bottom: 0;
	font: bold 10px Verdana, sans-serif;
	color: #fff;
	text-shadow: 0 0 2px #000;
}
#arborItemTooltip {
	position: fixed;
	z-index: 99999;
	display: none;
	min-width: 220px;
	max-width: 340px;
	padding: 10px 12px 8px;
	border-radius: 4px;
	pointer-events: none;
	font: 12px/1.35 Verdana, Arial, sans-serif;
	color: #e8e8e8;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.55);
	border: 1px solid #555;
	background: rgba(18, 18, 26, 0.95);
}
#arborItemTooltip .tt-name {
	font-weight: bold;
	text-align: center;
	margin: 0 0 4px;
	color: #fff;
	font-size: 13px;
}
#arborItemTooltip .tt-meta {
	text-align: center;
	color: #abface;
	margin: 2px 0;
	font-size: 11px;
}
#arborItemTooltip .tt-combat {
	text-align: center;
	color: #f0d78c;
	margin: 4px 0;
}
#arborItemTooltip .tt-attr {
	text-align: center;
	color: #5ec8ff;
	margin: 2px 0;
}
#arborItemTooltip .tt-desc {
	text-align: center;
	color: #9aa0ff;
	margin: 4px 0;
	font-style: italic;
}
#arborItemTooltip .tt-weight {
	text-align: center;
	color: #aaa;
	margin: 4px 0 0;
	font-size: 11px;
}
#arborItemTooltip .tt-sep {
	height: 1px;
	background: rgba(255, 255, 255, 0.12);
	margin: 6px 0;
}
#arborItemTooltip.r2 .tt-name { color: #25fc19; }
#arborItemTooltip.r3 .tt-name { color: #bd3ffa; }
#arborItemTooltip.r4 .tt-name { color: #ff9a1f; }
#arborItemTooltip.r5 .tt-name { color: #ff3b3b; }
