.char_avatar {
	height:33px;
	width:33px;
}

#search_box {
    display: none;
}

.wow-button {
	appearance: none;
	position: relative;
	display: inline-block;
	min-width: 132px;
	height: 21px;
	padding: 0 0 0 13px;
	border: 0;
	border-radius: 0 !important;
	background: url(../../item/images/wow-red.gif) left 0 no-repeat;
	box-shadow: none;
	color: #ffd100;
	cursor: pointer;
	font-size: 12px;
	font-weight: 700;
	line-height: 21px;
	outline: 0;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	white-space: nowrap;
	vertical-align: middle;
}

.wow-button em {
	display: block;
	height: 21px;
	padding-right: 13px;
	background: url(../../item/images/wow-red.gif) right 0 no-repeat;
	font-style: normal;
}

.wow-button span {
	position: relative;
	z-index: 2;
	display: block;
	color: var(--armory-orange, #ff9000);
	text-shadow: 0 1px 0 #000;
}

.wow-button b {
	display: none;
}

.wow-button i {
	font-style: normal;
}

.wow-button:hover {
	background-position: left -21px;
	color: #ffd100;
	text-decoration: none;
}

.wow-button:hover em {
	background-position: right -21px;
}

.wow-button:active {
	background-position: left -63px;
}

.wow-button:active em {
	background-position: right -63px;
}

.wow-button-muted,
.wow-button-disabled,
.wow-button-muted:hover,
.wow-button-disabled:hover,
.wow-button-muted:active,
.wow-button-disabled:active {
	background-position: left -84px;
	color: #a0a0a0;
	cursor: default;
}

.wow-button-muted em,
.wow-button-disabled em,
.wow-button-muted:hover em,
.wow-button-disabled:hover em,
.wow-button-muted:active em,
.wow-button-disabled:active em {
	background-position: right -84px;
}

.wow-button-muted span,
.wow-button-disabled span,
.wow-button-muted:hover span,
.wow-button-disabled:hover span,
.wow-button-muted:active span,
.wow-button-disabled:active span {
	color: #a0a0a0;
}

.nice_table td:first-child {
    font-weight: normal;
}

.faction-1 {
    background-image: url(../../../images/factions/1.png);
    width: 45px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
}

.faction-2 {
    background-image: url(../../../images/factions/2.png);
    width: 45px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
}
