.item_graphic .normal {
	background: 
		url('../image/header-normal-left.png') no-repeat,
		url('../image/header-normal-right.png') no-repeat 100% 0px,
		url('../image/header-normal-middle.png') repeat-x;
		color: #c8c8c8;
}
.farbrand_normal {
	background-color: #d6d6d6;
}
.item_graphic .magic {
	background: 
		url('../image/header-magic-left.png') no-repeat,
		url('../image/header-magic-right.png') no-repeat 100% 0px,
		url('../image/header-magic-middle.png') repeat-x;
		color: #8888ff;
}
.farbrand_magic {
	background-color: #7085dd;
}
.item_graphic .rare {
	height: 54px;
	background: 
		url('../image/header-double-rare-left.png') no-repeat,
		url('../image/header-double-rare-right.png') no-repeat 100% 0px,
		url('../image/header-double-rare-middle.png') repeat-x;
		color: #ffff77;
}
.farbrand_rare {
	background-color: #ffca37;
}
.item_graphic .unique {
	height: 54px;
	background: 
		url('../image/header-double-unique-left.png') no-repeat,
		url('../image/header-double-unique-right.png') no-repeat 100% 0px,
		url('../image/header-double-unique-middle.png') repeat-x;
		color: #af6025;
}
.farbrand_unique {
	background-color: #944431;
}
.item_graphic .gem {
	background: 
		url('../image/header-gem-left.png') no-repeat,
		url('../image/header-gem-right.png') no-repeat 100% 0px,
		url('../image/header-gem-middle.png') repeat-x;
		color: #1ba29b;
}
.farbrand_gem {
	background-color: #228d87;
}
.item_graphic .prophecy {
	background: 
		url('../image/header-prophecy-left.png') no-repeat,
		url('../image/header-prophecy-right.png') no-repeat 100% 0px,
		url('../image/header-prophecy-middle.png') repeat-x;
		color: #b54bff;
}
.farbrand_prophecy {
	background-color: #b54bff;
}
.item_graphic .currency {
	background: 
		url('../image/header-currency-left.png') no-repeat,
		url('../image/header-currency-right.png') no-repeat 100% 0px,
		url('../image/header-currency-middle.png') repeat-x;
		color: #aa9e82;
}
.farbrand_currency {
	background-color: #aa925d;
}
.item_seperator {
	width: 100%;
	height: 8px;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}
.rar_normal {
	background-image: url('../image/seperator-normal.png');
}
.rar_magic {
	background-image: url('../image/seperator-magic.png');
}
.rar_rare {
	background-image: url('../image/seperator-rare.png');
}
.rar_unique {
	background-image: url('../image/seperator-unique.png');
}
.rar_gem {
	background-image: url('../image/seperator-gem.png');
}
.rar_prophecy {
	background-image: url('../image/seperator-prophecy.png');
}
.rar_currency {
	background-image: url('../image/seperator-currency.png');
}
