table#selector_list img {
	height: 64px;
	width: 64px;
}
/***[Heroes]****************************/
table.hero {
	width: 650px;
 	margin: 1em auto;
	border: none;
	border-collapse: collapse;
	empty-cells: show;
}
table.hero img {
	margin: 0px;
	border: none;
}

table.hero th, table.hero td {
	border: 1px solid black;
	padding: 3px 6px;
	text-align: left;
}
table.hero th {
	height: 24px;
}
table.hero td {
	vertical-align: top;
}
table.hero td.img {
	width: 128px;
	padding: 0px;
	background-color: white !important;
	vertical-align: bottom;
}
table.hero td.icon img {
	float: left;
	margin: 3px;
	border: 1px solid black; /* AoH */
}
table.hero td.icon dl {
	margin: 0px;
	margin-left: 80px;
}
table.hero td.icon dt {
	font-weight: bold;
}
table.hero td.icon dd {
	margin: 0px;
}
table.hero div.wm, table.hero div.spell {
	float: right;
	margin: 0px 5px;
}
table.hero div.wm img {
	border: 1px solid black; /* AoH */
}

/***[Description]*****************************/
div.desc {
	visibility: hidden;
	position: absolute;
	max-width: 300px;
	border: 2px ridge #493F34;
	background: #493F34;
	padding: 3px 5px;
	text-align: left;
	color: white;
}
div.desc p {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
}
div.desc h4 {
	font-size: 100%;
	margin-top: 3px;
	margin-bottom: 3px;
}

div.has_desc:hover div.desc {
	visibility: visible;
}
table.hero div.spell.has_desc {
	position: relative;
}
table.hero div.spell div.desc {
	right: 0px;
	width: 300px;
}

/***[Stats]*****************************/
ul.stats {
	float: left;
	width: 55px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.stats li {
	clear: none;
	margin: 3px 5px;
}
