/*
 *	SMFItemStats Stylesheet.
 *	Redone for smfDKP, tailored to work exclusively with wowHead.
 *
 *	rwpiper@ocdcodemonkey.net
 */

/* The [Warcraft Item] text you see in the forum posts. */
.forumitemlink {
	font-weight: bold !important;
	text-decoration: none !important;
}
.forumitemlink:hover {
	text-decoration: none !important;
}

/* Item colours. */
.qualityX, .heirloom {
	color: #e5cc80 !important;
}
.quality0, .poor, .greyname {
	color: #808080 !important;
}
.quality1, .common, .whitename {
	color: #ffffff !important;
}
.quality2, .uncommon, .greenname {
	color: #1eff00 !important;
}
.quality3, .rare, .bluename {
	color: #0070dd !important;
}
.quality4, .epic, .purplename {
	color: #a335ee !important;
}
.quality5, .legendary, .orangename {
	color: #ff8000 !important;
}
.quality6, .artifact, .redname {
	color: #ff0000 !important;
}
.goldtext {
	color: #ffd200 !important;
}

/* The containing "tooltip". */
.wowItemContainer {
	margin-left: 46px;
	min-width: 150px;
	max-width: 450px;
}

/* The item icon. */
.wowItemIcon {
	width: 36px;
	height: 36px;
	display: block;
	position: absolute;
	background-color: #ff0000;
	top: 1px;
	left: 4px;
	background-image: url('wowItemUnknown.png');
}
.wowItemIconBorder {
	background-image: url('wowItemBorder.alpha.png');
	width: 44px;
	height: 44px;
	display: block;
	position: absolute;
	top: -3px;
	left: 0px;
}


/*
 *	All markup past this point is controlled by WoWHead.
 */

/* The item information from WoWHead */
.wowitem {
	background-color: #000000;
	padding: 5px 8px;
	border: 1px solid #808080 !important;
	-moz-border-radius: 4px;
}
.wowitem table, .wowitem tr, .wowitem td, .wowitem th {
	border: none !important;
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	color: #ffffff;
}
.wowitem th {
	position: absolute;
	right: 8px;
	text-align: right;
}

/* Sockets */
.socket-meta, .socket-red, .socket-yellow, .socket-blue {
	display: inline-block;
	padding: 0px 0px 0px 16px;
	background-repeat: no-repeat;
	color: #808080;
	background-position: 1px 2px;
}
.socket-meta {
	background-image: url('socketMeta.png');
}
.socket-red {
	background-image: url('socketRed.png');
}
.socket-yellow {
	background-image: url('socketYellow.png');
}
.socket-blue {
	background-image: url('socketBlue.png');
}