@charset "utf-8";
/* CSS Document */

* html, html {
	overflow: scroll;
}

#leftpad {
	float: left;
	width: 55%;
	clear: left;
}
#rightpad {
	float: right;
	clear: right;
	width: 39%;
	margin-left: 2%;
}

#itemlist {
	width: 100%;
	table-layout: fixed;
	background-color: #222222;
}

#itemlist .icons {
	width: 100%;
	text-align: left;
	padding-left: 24px;
	background-position: 3px center;
	background-repeat: no-repeat;
}
#itemlist .rest {
	padding-right: 20px;
	text-align: right;
}

#itemlist th {
	padding: 3px 0;
	height: 24px;
	background-color: #3f4e63;
	color: #cfdce6;
}
#itemlist th.icons {
	padding-left: 20px;
}

#itemlist td {
	padding: 0;
	height: 22px;
	border-top-color: #3f4e63;
	border-top-style: solid;
	border-top-width: 1px;
}
#itemlist a.itemlink:hover, #itemlist a.itemlink:active {
	text-decoration: none;
}
#itemlist td.icons a.itemlink {
	display: block;
	width: 100%;
	padding: 4px;
}
#itemlist td.icons span.itemid {
	display: none;
}
#itemlist td.icons span.capables {
	display: none;
	padding-bottom: 8px;
	padding-left: 4px;
	color: #cfdce6;
}

#itemtooltip {
	width: 100%;
	table-layout: fixed;
	background-color: #222222;
}
#itemtooltip td.icons {
	padding: 15px;
	color: #cfdce6;
	text-align: center;
}
#itemtooltip td.icons div.tooltip {
	text-align: left;
}
#itemtooltip td.icons div.tooltip_info, #itemtooltip td.icons div.tooltip_info a {
	text-align: left;
	color: #e5cc80;
}

#selector, #selector table {
	width: 100%;
	table-layout: fixed;
}
#selector th {
	padding: 3px 20px;
	text-align: left;
}
#selector td {
	padding: 3px 9px;
	text-align: left;
}
#selector td table td {
	padding: 0 10px;
}
#selector select, #selector input {
	width: 100%;
	font-size: 10px;
}
#selector button {
	width: 110px;
	height: 25px;
}

.pagination {
	color: #FEFEFE;
}

/* tooltip styles for wowhead tooltips */
.q{color:#ffd100!important;}
.q0,.q0 a{color:#9d9d9d!important;}
.q1,.q1 a{color:#fff!important;}
.q2,.q2 a{color:#1eff00!important;}
.q3,.q3 a{color:#0070dd!important;}
.q4,.q4 a{color:#a335ee!important;}
.q5,.q5 a{color:#ff8000!important;}
.q6,.q6 a{color:#e5cc80!important;}
.q7,.q7 a{color:#e5cc80!important;}
.q8,.q8 a{color:#ffff98!important;}
.q9,.q9 a{color:#71d5ff!important;}
.q10,.q10 a{color:#f00!important;}

.tooltip{ }
.tooltip a{text-decoration:none;}
.tooltip a:hover{text-decoration:underline;}
.tooltip table{border-spacing:0;border-collapse:collapse; }
.tooltip td,.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;}
.tooltip th{padding:3px;vertical-align:top;}
.tooltip td{padding:8px 4px 1px 9px;vertical-align:top;}
.tooltip b{font-size:14px;line-height:19px;font-weight:normal;}
.tooltip div.indent{padding-left:.6em;}
.tooltip td th,.tooltip td td{background:none;}
.tooltip td th{padding:0 0 0 4em;text-align:right;font-weight:normal;}
.tooltip td td{padding:0;}
.tooltip .itemspells { color:#1eff00!important; }
.tooltip .itemdesc { color:#ffff98!important; }
.tooltip p{position:absolute;left:-44px;top:-1px;width:44px;height:44px;background:4px 4px no-repeat;margin:0;padding:0;}
.tooltip p div{width:44px;height:44px;background-image:url(http://static.wowhead.com/images/wow/icon_border_medium.png);}
.tooltip table.shrink b{font-size:12px;line-height:15px;}
.tooltip table.shrink td,.tooltip table.shrink th{font-size:10px;line-height:14px;}
.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;}
