/**
* 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;
	text-decoration: none;
}

/* Common (White) */
.quality1, .quality1 a:link, .quality1 a:active, .quality1 a:visited, .quality1 a:hover {
	color: #CC9932;
	text-decoration: none;
}

/* Uncommon (Green) */
.quality2, .quality2 a:link, .quality2 a:active, .quality2 a:visited, .quality2 a:hover {
	color: #1EFF00;
	text-decoration: none;
}

/* Rare (Blue) */
.quality3, .quality3 a:link, .quality3 a:active, .quality3 a:visited, .quality3 a:hover {
	color: #0870C1;
	text-decoration: none;
}

/* Epic (Purple) */
.quality4, .quality4 a:link, .quality4 a:active, .quality4 a:visited, .quality4 a:hover {
	color: #9035CF;
	text-decoration: none;
}

/* Legendary (Orange) */
.quality5, .quality5 a:link, .quality5 a:active, .quality5 a:visited, .quality5 a:hover {
	color: #DE800D;
	text-decoration: none;
}

/* Artifact (Tan-ish) */
.quality6, .quality6 a:link, .quality6 a:active, .quality6 a:visited, .quality6 a:hover {
	color: #E5CC63;
	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;
	text-decoration: none;
}

/* Quests */
.quest, .quest a:link, .quest a:active, .quest a:visited, .quest a:hover {
	color: #0000FF;
	text-decoration: none;
}

/* Spells */
.spell, .spell a:link, .spell a:active, .spell a:visited, .spell a:hover {
	color: navy;
	text-decoration: none;
}

/* Achievements */
.achievement, .achievement a:link, .achievement a:active, .achievement a:visited, .achievement a:hover {
	color: #D53057;
	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 2px 2px;
	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 {
	border: 0 none;
	display: block;
	height: 18px;
	left: 3px;
	position: absolute;
	top:3px;
	width: 18px;
	z-index: 20;
}

.iconsmall a:hover {
	background-position:-38px 0;
}
