/**
* WoW Head Item Links
* For use with Wowhead phpBB3 Script
**/

/**
    Copyright (C) 2008  Adam Koch

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
**/

/* Poor (Gray) */
.quality0, .quality0 a:link, .quality0 a:active, .quality0 a:visited, .quality0 a:hover {
	color: #9D9D9D !important;
	text-decoration: none;
}

/* Common (White) */
.quality1, .quality1 a:link, .quality1 a:active, .quality1 a:visited, .quality1 a:hover {
	color: #FFFFFF !important;
	text-decoration: none;
}

/* Uncommon (Green) */
.quality2, .quality2 a:link, .quality2 a:active, .quality2 a:visited, .quality2 a:hover {
	color: #1EFF00 !important;
	text-decoration: none;
}

/* Rare (Blue) */
.quality3, .quality3 a:link, .quality3 a:active, .quality3 a:visited, .quality3 a:hover {
	color: #0870C1 !important;
	text-decoration: none;
}

/* Epic (Purple) */
.quality4, .quality4 a:link, .quality4 a:active, .quality4 a:visited, .quality4 a:hover {
	color: #9035CF !important;
	text-decoration: none;
}

/* Legendary (Orange) */
.quality5, .quality5 a:link, .quality5 a:active, .quality5 a:visited, .quality5 a:hover {
	color: #DE800D !important;
	text-decoration: none;
}

/* Artifact (Tan-ish) */
.quality6, .quality6 a:link, .quality6 a:active, .quality6 a:visited, .quality6 a:hover {
	color: #E5CC63 !important;
	text-decoration: none;
}

/* Heirloom (Tan-ish) - Added in Wrath of the Lich King*/
.quality7, .quality7 a:link, .quality7 a:active, .quality7 a:visited, .quality7 a:hover {
	color: #E5CC63 !important;
	text-decoration: none;
}

/* Quests */
.quest, .quest a:link, .quest a:active, .quest a:visited, .quest a:hover {
	color: #0000FF !important;
	text-decoration: none;
}

/* Spells */
.spell, .spell a:link, .spell a:active, .spell a:visited, .spell a:hover {
	color: #00BFFF !important;
	text-decoration: none;
}

/* Achievements */
.achievement, .achievement a:link, .achievement a:active, .achievement a:visited, .achievement a:hover,
.itemset, .itemset a:link, .itemset a:active, .itemset a:visited, .itemset a:hover {
	color: #D53057;
	text-decoration: none;
}

/* NPC's */
.npc, .npc a:link, .npc a:active, .npc a:visited, .npc a:hover
{
	color: #C09E79 !important;
	text-decoration: none;
}

/* Profiles */
.wow_profile, .wow_profile a:link, .wow_profile a:active, .wow_profile a:visited, .wow_profile a:hover
{
	color: #4679A6 !important;
	text-decoration: none;
}

/* Guilds */
.guild, .guild a:link, .guild a:active, .guild a:visited, .guild a:hover
{
	color: #099F2C !important;
	text-decoration: none;
}

/* Armory */
.armory, .armory a:link, .armory a:active, .armory a:visited, .armory a:hover
{
	color: #CFA60C;
	text-decoration: none;
}

/* For Item Icons */
.iconlarge {
	background: transparent none no-repeat scroll 6px 6px;
	height: 68px;
	position: relative;
	width: 68px;
	display: inline-block;
}

.iconlarge .tile {
	background-image: url(http://static.wowhead.com/images/icon_border_large.png);
	height: 68px;
	width: 68px;
}

.iconlarge a {
	border: 0 none;
	display: block;
	height: 62px;
	left: 3px;
	position: absolute;
	top:3px;
	width: 62px;
	z-index: 20;
}

.iconlarge a:hover {
	background-position:-62px 0;
}

.iconmedium {
	background: transparent none no-repeat scroll 4px 4px;
	height: 44px;
	position: relative;
	width: 44px;
	display: inline-block;
}

.iconmedium .tile {
	background-image: url(http://static.wowhead.com/images/icon_border_medium.png);
	height: 44px;
	width: 44px;
}

.iconmedium a {
	border: 0 none;
	display: block;
	height: 38px;
	left: 3px;
	position: absolute;
	top:3px;
	width: 38px;
	z-index: 20;
}

.iconmedium a:hover {
	background-position:-38px 0;
}

.iconsmall {
	background: transparent none no-repeat scroll 4px 4px;
	height: 26px;
	position: relative;
	width: 26px;
	display: inline-block;
}

.iconsmall .tile {
	background-image: url(http://static.wowhead.com/images/icon_border_small.png);
	height: 26px;
	width: 26px;

}

.iconsmall a {
	background: transparent url(http://static.wowhead.com/images/icon_hilite_small.png) no-repeat scroll 20px 0;
	border: 0 none;
	display: block;
	height: 20px;
	left: 3px;
	position: absolute;
	top:3px;
	width: 20px;
	z-index: 20;
}

.itemname {
	display: inline;
	clear: left;
}

.iconsmall a:hover {
	background-position:-38px 0;
	background: transparent url(http://static.wowhead.com/images/icon_hilite_small.png) no-repeat scroll 20px 0;
}

.qual  { color: #ffd100 !important; position: absolute; padding-top: 2px; padding-left: 2px; }	 /* yellow/description */
.qual0, .qual0 a { color: #9d9d9d !important; position: absolute; padding-top: 2px; padding-left: 2px;} /* grey/poor */
.qual1, .qual1 a { color: #FFFFFF !important; position: absolute; padding-top: 2px; padding-left: 2px;} /* white/common */
.qual2, .qual2 a { color: #1eff00 !important; position: absolute; padding-top: 2px; padding-left: 2px;} /* green/uncommon*/
.qual3, .qual3 a { color: #0070dd !important; position: absolute; padding-top: 2px; padding-left: 2px;} /* blue/rare */
.qual4, .qual4 a { color: #a335ee !important; position: absolute; padding-top: 2px; padding-left: 2px;} /* purple/epic */
.qual5, .qual5 a { color: #ff8000 !important; position: absolute; padding-top: 2px; padding-left: 2px;} /* orange/legendary */
.qual6, .qual6 a { color: #e5cc80 !important; position: absolute; padding-top: 2px; padding-left: 2px;} /* red/artifact */
.qual7, .qual7 a { color: #ff0000 !important; position: absolute; padding-top: 2px; padding-left: 2px;}
.qual8, .qual8 a { color: #ffff00 !important; position: absolute; padding-top: 2px; padding-left: 2px;}

.notfound { color: #ff0000; font-weight: bold; }

ul.itemset-items {
	list-style-position: inside;
	padding: 0px;
	margin: 0px;
}

li.itemset-item {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
