/*
 *
 * WOWHEAD TOOLTIPS
 *
 * part of the itemstats wowhead support mod version 0.3.3
 *
 */

/* item icon */
.iconmedium { width: 44px; height: 44px; background: 4px 4px no-repeat; position: relative }
.iconmedium .tile  { width: 44px; height: 44px; }
.iconmedium .tile  { background-image: url(./wowhead/icon_border_medium.gif) }

table.wh_outer tbody {
	border: 0;
}

table.wh_outer {
	border: 0;
	border-spacing: 0; 
	border-collapse: collapse;
	background: none;
	margin: 0;
	padding: 0;
	text-align: left;
	float: none;

	height: 0;
	max-width: 350px;
    	width:expression(this.width > 350 ? "350px" : true);	
}

table.wowhead_tooltip {
	border: 0;
	border-spacing: 0; 
	border-collapse: collapse;
	background: none;
	margin: 0;
	padding: 0;
	text-align: left;
	float: none;

	width: auto;
	height: 0;
	max-width: 300px;
	width:expression(this.width > 300 ? "300px" : true);
}

table.wowhead_tooltip td, table.wowhead_tooltip tr, table.wowhead_tooltip th {
	border: 0;
	margin: 0;
	padding: 0;
	width: auto;
	height: 0;
	text-align: left;
	background: none;
}

table.wowhead_tooltip td.top-left {
	background-image: url(./wowhead/tooltip.png); 
	background-position: top left; 
	height: 4px;
}

table.wowhead_tooltip td.top-right {
	background-image: url(./wowhead/tooltip.png); 
	background-position: top right; 
	height: 4px;
}

table.wowhead_tooltip td.bottom-left {
	background-image: url(./wowhead/tooltip.png); 
	background-position: bottom left; 
	height: 4px;
}

table.wowhead_tooltip td.bottom-right {
	background-image: url(./wowhead/tooltip.png); 
	background-position: bottom right; 
	height: 4px;
}

table.wowhead_tooltip td.wh_left {
	background-image: url(./wowhead/tooltip.png); 
	background-position: center left;
}

table.wowhead_tooltip td.wh_left div.wh_right {
	background-image: url(./wowhead/tooltip-right.gif); 
	background-position: center right; 
	background-repeat: repeat-y;

	padding: 0 8px 0 8px;
	margin: 0;
	float: none;
	text-align: left;
	width: auto;
	height: auto;

	max-width: 300px;
	width:expression(this.width > 300 ? "300px" : true);
}

.wowhead_tooltip {
	float: none;
	text-align: left;
	margin: 0;
	padding: 0;
	width: auto;

	max-width: 300px;
	width:expression(this.width > 300 ? "300px" : true);

	font-family: Verdana, sans-serif;
	font-variant: normal;
	font-size: 11px; 
	line-height: 17px; 
	color: white; 
}


.wowhead_tooltip { z-index: 100000001; }
.wowhead_tooltip a { text-decoration: none }
.wowhead_tooltip a:hover { text-decoration: underline }

.wowhead_tooltip table {
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    margin-right: 0;
    width: 100%;
    width:expression(this.width < 290 ? "290px" : true);
}

.wowhead_tooltip tbody {
	border: 0;
}

.wowhead_tooltip table td, .wowhead_tooltip table tr, .wowhead_tooltip table, .wowhead_tooltip table th { border: 0; padding: 0; margin: 0; }

.wowhead_tooltip td, .wowhead_tooltip th { background: none; font-family: Verdana, sans-serif; font-size: 11px; line-height: 17px; color: white; padding: 5px }
.wowhead_tooltip th { padding: 3px; padding-right: 8px; height: 8px }
.wowhead_tooltip td { padding: 8px 4px 1px 9px }

.wowhead_tooltip b { font-size: 14px; line-height: 17px; font-weight: normal }
.wowhead_tooltip div.indent { padding-left: 0.6em }

.wowhead_tooltip td th, .wowhead_tooltip td td { background: none }
.wowhead_tooltip td th { padding: 0 0 0 4em; text-align: right; font-weight: normal }
.wowhead_tooltip td td { padding: 0 }

.wowhead_tooltip table.shrink b { font-size: 12px; line-height: 15px }
.wowhead_tooltip table.shrink td, .wowhead_tooltip table.shrink th { font-size: 10px; line-height: 14px }

/* socket icons */
.socket-meta   { padding-left: 26px; background: url(./wowhead/socket_meta.gif) no-repeat left center }
.socket-red    { padding-left: 26px; background: url(./wowhead/socket_red.gif) no-repeat left center }
.socket-yellow { padding-left: 26px; background: url(./wowhead/socket_yellow.gif) no-repeat left center }
.socket-blue   { padding-left: 26px; background: url(./wowhead/socket_blue.gif) no-repeat left center }

/* item quality and tooltip colors */
.q  { color: #ffd100 !important }	 /* yellow/description */
.q0, .q0 a { color: #9d9d9d !important } /* grey/poor */
.q1, .q1 a { color: #ffffff !important } /* white/common */
.q2, .q2 a { color: #1eff00 !important } /* green/uncommon*/
.q3, .q3 a { color: #0070dd !important } /* blue/rare */
.q4, .q4 a { color: #a335ee !important } /* purple/epic */
.q5, .q5 a { color: #ff8000 !important } /* orange/legendary */
.q6, .q6 a { color: #e5cc80 !important } /* red/artifact */
.q7, .q7 a { color: #ff0000 !important }
.q8, .q8 a { color: #ffff98 !important }


/*
 *
 * OTHER INFO SITE TOOLTIPS
 *
 */

/* The whole body of the popup frame */
.wowitem, .wowitemt, .wowitemname
{
	background-color: #000000;
	text-align: left;
	width: 305px;
	border: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	position: relative;
    	line-height:normal;
}

/* disable the background of normal tooltips when placed into the wowhead lookalike template */
div.wowhead_tooltip .wowitem, div.wowhead_tooltip .wowitemt, div.wowhead_tooltip .wowitemname
{
	background: none;
}

div#overlib_light
{
	position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
	color:#000; font-size:11px; line-height:1.2;
}

.wowitem
{
	padding: 2px;
}

.textitemstats
{    
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:7pt;
	color:#8C8C8C;
	margin-top:0;
	margin-bottom:0;
	text-align:right;
	text-decoration:underline;
	font-weight:lighter;
}


/* Default link colors for the whole frame */
.wowitem a:link, .wowitem a:visited, .wowitem a:active { color: #FFB019; text-decoration: none; font-weight: normal }
.wowitemt a:link, .wowitemt a:visited, .wowitemt a:active { color: #FFB019; text-decoration: none; font-weight: normal }
.wowitemt a:hover, .wowitem a:hover { color: #FFB019; text-decoration: none; font-weight: normal }

.wowitemt td, .wowitem th, .wowitem
{
	font-family:Helvetica, Arial, sans-serif;
	font-size:9pt;
	color:#FAFAFA;
}
.wowrttxt {
	display: compact;
	position: absolute;
	text-align: right;
	right: 3px;
	top: inherit;
	color: #FFFFFF;
}

/* Item icon stuff */
.itemicon { width: 40px; height: 40px; }
.smallitemicon { width: 15px; height: 15px; }

/* Item colors */
.redname,    .quality6 { color: #FF0000; font-weight: bold; }
.orangename, .quality5 { color: #FF8000; font-weight: bold; }
.purplename, .quality4 { color: #A335EE; font-weight: bold; }
.bluename,   .quality3 { color: #0070DD; font-weight: bold; }
.greenname,  .quality2 { color: #1EFF00; font-weight: bold; }
.whitename,  .quality1 { color: #FFFFFF; font-weight: bold; }
.greyname              { color: #9D9D9D; font-weight: bold; }

/* Item link (Name of items on ViewItem page) */
a:link.itemlink, a:visited.itemlink, a:active.itemlink { text-decoration: none; }
a:hover.itemlink { text-decoration: none; }

/* Forum link */
a:link.forumitemlink, a:visited.forumitemlink, a:active.forumitemlink { text-decoration: none; font-weight: normal }
a:hover.forumitemlink { text-decoration: none; font-weight: normal }

/* Armor set info link */
.setbonus { color: #1EFF00; font-weight: normal; }
a:link.setbonus, a:visited.setbonus, a:active.setbonus { text-decoration: none; font-weight: normal; color: #1EFF00; }
a:hover.setbonus { text-decoration: underline; font-weight: normal; color: #1EFF00; }
a:link.set, a:visited.set, a:active.set { text-decoration: none; font-weight: normal; color: #FFA500; }
a:hover.set { text-decoration: underline; font-weight: normal; color: #FFA500; }

/* Item effects */
.itemeffectlink { color: #FFFFFF; font-weight: normal; }
a:link.itemeffectlink, a:visited.itemeffectlink, a:active.itemeffectlink { text-decoration: none; font-weight: normal; color: #1EFF00; }
a:hover.itemeffectlink { text-decoration: underline; font-weight: normal; color: #1EFF00; }

/* Refresh link */
a:link.itemrefresh, a:visited.itemrefresh, a:active.itemrefresh { text-decoration: none; font-weight: normal; font-size: x-small }
a:hover.itemrefresh { text-decoration: none; font-weight: normal; font-size: x-small }

/* Item Create link, used for certain recipes */
.itemeffectlink { color: #1EFF00; font-weight: normal; }
a:link.itemcreatelink, a:visited.itemcreatelink, a:active.itemcreatelink { text-decoration: none; font-weight: normal; color: #1EFF00; }
a:hover.itemcreatelink { text-decoration: underline; font-weight: normal; color: #1EFF00; }

/* Item Description Text */
.itemdesc { color: #FFD200; }
.goldtext { color: #FFA500; }

/* Allakhazam credits stuff */
.akznotice a:link, .akznotice a:visited, .akznotice a:active { text-decoration: underline; font-weight: normal; color: #FFFFFF; }
.akznotice a:hover { text-decoration: underline; font-weight: normal }
.akznotice {  display: none;  color: #FFFFFF; font-size: smaller; text-align: center; background-color: #0B0B0B; }






.wowhead-tooltip{visibility:hidden;z-index:100000006;overflow:visible!important;}.wowhead-tooltip a{text-decoration:none;}.wowhead-tooltip a:hover{text-decoration:underline;}.wowhead-tooltip table{border-spacing:0;border-collapse:collapse;margin:0;width:auto;}.wowhead-tooltip table,.wowhead-tooltip td,.wowhead-tooltip th,.wowhead-tooltip tbody{border:0!important;}.wowhead-tooltip td table td table{width:100%;}.wowhead-tooltip td,.wowhead-tooltip th{background:url(http://static.wowhead.com/images/wow/tooltip.png);font-family:Verdana,sans-serif;font-size:12px;line-height:17px;color:white;}.wowhead-tooltip th{padding:3px;vertical-align:top;}.wowhead-tooltip td{padding:8px 4px 1px 9px;text-align:left;vertical-align:top;}.wowhead-tooltip b{font-size:14px;line-height:19px;font-weight:normal;}.wowhead-tooltip div.indent{padding-left:.6em;}.wowhead-tooltip td th,.wowhead-tooltip td td{background:none;}.wowhead-tooltip td th{padding:0 0 0 4em;text-align:right;font-weight:normal;}.wowhead-tooltip td td{padding:0;text-align:left;}.wowhead-tooltip p{position:absolute;left:-44px;top:-1px;width:44px;height:44px;background:4px 4px no-repeat;margin:0;padding:0;}.wowhead-tooltip p div{width:44px;height:44px;background-image:url(http://static.wowhead.com/images/Icon/medium/border/default.png);}.wowhead-tooltip table.shrink b{font-size:12px;line-height:15px;}.wowhead-tooltip table.shrink td,.wowhead-tooltip table.shrink th{font-size:10px;line-height:14px;}.wowhead-tooltip-powered{background:url(http://static.wowhead.com/images/logos/powered.png) no-repeat;width:53px;height:33px;position:absolute;right:-56px;top:2px;display:none;}.moneyitem,.moneygold,.moneysilver,.moneycopper,.moneyachievement,.moneysocketmeta,.moneysocketred,.moneysocketyellow,.moneysocketblue,.moneysocketprismatic{background:no-repeat right center;color:white;}.moneyitem{padding-right:18px;}.moneygold{padding-right:15px;background-image:url(http://static.wowhead.com/images/icons/money-gold.gif);}.moneysilver{padding-right:15px;background-image:url(http://static.wowhead.com/images/icons/money-silver.gif);}.moneycopper{padding-right:15px;background-image:url(http://static.wowhead.com/images/icons/money-copper.gif);}.moneyachievement{padding-right:13px;background-image:url(http://static.wowhead.com/images/icons/achievement.gif);}.moneysocketmeta{padding-right:18px;background-image:url(http://static.wowhead.com/images/icons/socket-meta.gif);}.moneysocketred{padding-right:18px;background-image:url(http://static.wowhead.com/images/icons/socket-red.gif);}.moneysocketyellow{padding-right:18px;background-image:url(http://static.wowhead.com/images/icons/socket-yellow.gif);}.moneysocketblue{padding-right:18px;background-image:url(http://static.wowhead.com/images/icons/socket-blue.gif);}.moneysocketprismatic{padding-right:18px;background-image:url(http://static.wowhead.com/images/icons/socket-prismatic.gif);}a.moneyitem,a.moneysocketmeta,a.moneysocketred,a.moneysocketyellow,a.moneysocketblue,a.moneysocketprismatic,a.moneyachievement{text-decoration:none!important;border-bottom:1px solid transparent;color:white!important;}a.moneyitem:hover,a.moneysocketmeta:hover,a.moneysocketred:hover,a.moneysocketyellow:hover,a.moneysocketblue:hover,a.moneysocketprismatic:hover,a.moneyachievement:hover{border-bottom:1px solid white;}a span.moneyitem,a span.moneysocketmeta,a span.moneysocketred,a span.moneysocketyellow,a span.moneysocketblue,a span.moneysocketprismatic,a span.moneyachievement{color:white;}.q,.q a,.color-q{color:#ffd100!important;}.q0,.q0 a,.color-q0{color:#9d9d9d!important;}.q1,.q1 a,.color-q1{color:#fff!important;}.q2,.q2 a,.color-q2{color:#1eff00!important;}.q3,.q3 a,.color-q3{color:#0070dd!important;}.q4,.q4 a,.color-q4{color:#a335ee!important;}.q5,.q5 a,.color-q5{color:#ff8000!important;}.q6,.q6 a,.color-q6{color:#e5cc80!important;}.q7,.q7 a,.color-q7{color:#e5cc80!important;}.q8,.q8 a,.color-q8{color:#ffff98!important;}.q9,.q9 a,.color-q9{color:#71d5ff!important;}.q10,.q10 a,.color-q10{color:#ff4040!important;}.r1{color:#FF8040!important;}.r2{color:#FF0!important;}.r3{color:#40BF40!important;}.r4{color:#808080!important;}.c1,.c1 a{color:#C69B6D!important;}.c2,.c2 a{color:#F48CBA!important;}.c3,.c3 a{color:#AAD372!important;}.c4,.c4 a{color:#FFF468!important;}.c5,.c5 a{color:#FFF!important;}.c6,.c6 a{color:#C41E3B!important;}.c7,.c7 a{color:#2359FF!important;}.c8,.c8 a{color:#68CCEF!important;}.c9,.c9 a{color:#9382C9!important;}.c11,.c11 a{color:#FF7C0A!important;}.gem1{color:#9D9D9D!important;}.gem2{color:#e60c0b!important;}.gem4{color:#ffff35!important;}.gem6{color:#f48905!important;}.gem8{color:#295df1!important;}.gem10{color:#b957fc!important;}.gem12{color:#22c516!important;}.gem14{color:#FFF!important;}.socket-meta{padding-left:26px;background:url(http://static.wowhead.com/images/icons/socket-meta.gif) no-repeat left center;}.socket-red{padding-left:26px;background:url(http://static.wowhead.com/images/icons/socket-red.gif) no-repeat left center;}.socket-yellow{padding-left:26px;background:url(http://static.wowhead.com/images/icons/socket-yellow.gif) no-repeat left center;}.socket-blue{padding-left:26px;background:url(http://static.wowhead.com/images/icons/socket-blue.gif) no-repeat left center;}.socket-prismatic{padding-left:26px;background:url(http://static.wowhead.com/images/icons/socket-prismatic.gif) no-repeat left center;}.socket-hydraulic{padding-left:26px;background:url(http://static.wowhead.com/images/icons/socket-hydraulic.gif) no-repeat left center;}.socket-cogwheel{padding-left:26px;background:url(http://static.wowhead.com/images/icons/socket-cogwheel.gif) no-repeat left center;}

