item_img {
	padding-left: 2em;
}
.item_gold:before {
	content: url('../images/gold.png');
}
.item_shield, .item_damageMin, .item_damageMax, .item_dexterity, .item_strength, .item_will, .item_gold, .item_condition, .item_charisma {
	clear: both;
}
.item_damageMin {
	float: left;
	vertical-align: top;
}
.item_damageMax {
	clear: none;
	float: left;
	vertical-align: top;
	white-space: nowrap;
}
.item_damageMoy {
	clear: none;
	float: left;
	vertical-align: top;
	white-space: nowrap;
}
.item_damageMax:before {
	content: "-";
}
.item_damageMoy:before {
	content: " (~";
}
.item_damageMoy:after {
	content: ")";
}
.item_damageMin:before {
	content: url('../images/power.png');
}
.item_shield:before {
	content: url('../images/shield.png');
}
.item_dexterity:before {
	content: url('../images/dexterity.png');
}
.item_strength:before {
	content: url('../images/strength.png');
}
.item_will:before {
	content: url('../images/will.png');
}
.item_condition:before {
	content: url('../images/condition.png');
}
.item_charisma:before {
	content: url('../images/charisma.png');
}
.item_blood:before {
	content: url('../images/blood.png');
}
