/* General */
.armory_display * {
	padding: 0 !important;
	margin: 0 !important;
}

.armory_display h4 {
	margin: 10px 0 5px 0 !important;
}



/* Portrait */
.armory_char_prof {
	float: left;
	margin-right: 10px !important;
}

.armory_char_name {
	font-weight: bold;
	font-size: 120%;
}



/* Lists */
.armory_display ul {
	list-style: none !important;
	background-image: none !important;
}

ul.armory_equip_list li {
	display: inline !important;
	background-image: none !important;
}

ul.armory_equip_list li img, ul.armory_achiev_list li img {
	margin: 0 4px 0 0 !important;
}



/* Spec */
.active_spec, .inactive_spec {
	clear: both;
	float: left;
	padding: 4px 4px 0 3px !important;
	white-space: nowrap;
}

.active_spec img, .inactive_spec img {
	vertical-align: middle;
}

.active_spec {
	margin-top: 10px !important;
	border: 1px dashed #28e !important;
}



/* Progress Bars */
.prog-bar {
	margin: 12px 0 6px 4px;
	text-align: center;
	color: white;
	padding: 0;
	height: 16px;
	border: 1px solid black;
	background: url('bar-grey.gif') repeat-x;
	position: relative;
}

.prog-bar b {
	height: 16px;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	float: left;
}

.prog-bar .progressTxt {
	position: absolute;
	left: 0;
	width: 100%;
	line-height: 15px;
	text-align: center;
	top: 0;
}
.bar-green {
	background:url('bar-life.gif') repeat-x;
}

.bar-blue {
	background:url('bar-mana.gif') repeat-x;
}



/* Professions */
.armory_prof_list li {
	padding-left: 18px !important;
	height: 22px;
}

.apoints .progressTxt {
	background:url(shield.gif) 4px 1px no-repeat !important;
	text-indent:15px;
}



/* PvP/Arena */
.arenatype {
	font-weight: bold;
}


/* Achievements */
ul.armory_achiev_list li img {
	vertical-align: middle;
	margin-bottom: 5px !important;
}