div.itemtooltip {
	background: black;
	color: #ffffff;
	min-width:275px;
	/*max-width:385px;*/
	max-width:325px;
	width:auto;
	padding: 3px;
	position: relative;	
	font: normal 11px Verdana, Arial, sans-serif;
	line-height: 17px;
}

div.itemtooltip div {
	float: right;
	width: 40px;
	height: 40px;
}

div.itemtooltip div span {
	padding: 2px;
	color: #FFFFFF;
	font: normal 11px Verdana, Arial, sans-serif;
	background-color:#343434;
	
	opacity: 0.8;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	filter: alpha(opacity=80);
}

div.itemtooltip span {
	color: #FFFFFF;
	font: normal 11px Verdana, Arial, sans-serif;
}

div.itemtooltip div em {
	color: #FFFFFF;
	background:url(/img/Socket.png) 0 0 no-repeat; 
	display:block;
	width:32px;
	height:32px;
}

div.npctooltip {
	background: black;
	color: #ffffff;
	min-width:350px;
	max-width:350px;
	width:350px;
	height:400px;
	padding: 0px;
	position: relative;	
	background:url(/img/npc_tt_bg.png) 0 0 no-repeat; 
	pointer-events:none;
}

div.npctooltip div span {
	padding: 0;
	color: #FFFFFF;
	background-color:#343434;
	text-align: center;
	
	opacity: 0.8;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	filter: alpha(opacity=80);
}

div.npctooltip img {
	width: 300px;
	height: 400px;
	display:block;
    margin:auto;
}

#sgf-title {
	color: #660000;
	font-size: 16px;
	line-height: 70px;
	font-weight: bold;
	left: 45px;
	position: absolute;
	top: 0px;
}


div.spawntooltip {
	background: transparent;
	color: #000;
	min-width:275px;
	max-width:385px;
	width:auto;
	padding: 0px;
	position: relative;	
}

div.spawntooltip table.table-bordered {
	border-left: 1px;
}
div.spawntooltip table {
	margin: 0px;
	background: white;
}
div.spawntooltip table td {
	text-align: center;
}
div.spawntooltip table th {
	text-align: center;
}

div.spawntooltip div span {
	padding: 2px;
	color: #000;
	background-color:#343434;
	text-align: center;
	
	opacity: 0.8;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	filter: alpha(opacity=80);
}

span.tt_b_yel {
	font-weight:bold!important; color: #FFFF00!important;
}
span.tt_b_prem {
	font-weight:bold!important; color: #FFCC33!important;
}
span.tt_b_spec {
	font-weight:bold!important; color: #00FFFF!important;
}
span.tt_lblue{
	color: #CAF3FF!important;
}
span.tt_b_stat {
	font-weight:bold!important; color: #64C8FF!important;
}
span.tt_green {
	color: #00FF00!important;
}
span.tt_red {
	color: #00FF00!important;
	/*color: #FF0000!important;*/
}
span.tt_setname {
	font-weight:bold!important; color: #F1CB2A!important;
}
span.tt_setbonus {
	color: #969696!important;
}
span.tt_upgr {
	color: #64C8FF!important;
}