@charset "utf-8";
/* CSS Document */

.t1, .t2, .t3, .t4 {
	width: 20%;
}
.gotc_poor {
	color: #f6f6f6;
}
.gotc_common {
	color: #6bd812;
}
.gotc_fine {
	color: #2591dc;
}
.gotc_exquisite {
	color: #d437da;
}
.gotc_epic {
	color: #fc7b10;
}
.gotc_legendary {
	color: #f5f501;
}
.armoury_rarity_1 {
	color: #f6f6f6;
}
.armoury_rarity_2 {
	color: #6bd812;
}
.armoury_rarity_3 {
	color: #2591dc;
}
.armoury_rarity_4 {
	color: #d437da;
}
.armoury_rarity_5 {
	color: #fc7b10;
}
.armoury_rarity_6 {
	color: #f5f501;
}
.bg_helmet {
	background-image:url(../phpimages/armoury_helm.png);
	background-repeat:no-repeat;
	width:128px;
	height:128px;
}
.bg_chest {
	background-image:url(../phpimages/armoury_chest.png);
	background-repeat:no-repeat;
	width:128px;
	height:128px;
}
.bg_pants {
	background-image:url(../phpimages/armoury_pants.png);
	background-repeat:no-repeat;
	width:128px;
	height:128px;
}
.bg_weapon {
	background-image:url(../phpimages/armoury_weapon.png);
	background-repeat:no-repeat;
	width:128px;
	height:128px;
}
.bg_ring {
	background-image:url(../phpimages/armoury_ring.png);
	background-repeat:no-repeat;
	width:128px;
	height:128px;
}
.bg_boots {
	background-image:url(../phpimages/armoury_boots.png);
	background-repeat:no-repeat;
	width:128px;
	height:128px;
}
.armoury_display_level {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
	font-size: 48px;
	line-height: 128px;
}