
/* smaller header on subpages */
.artisan-subpage-blacksmith .body-top { background-image: url("../../images/artisan/blacksmith/bg-small.jpg"); }
.artisan-subpage-jeweler .body-top { background-image: url("../../images/artisan/jeweler/bg-small.jpg"); }
.artisan-subpage-mystic .body-top { background-image: url("../../images/artisan/mystic/bg-small.jpg"); }

/* recipe name and icon */
.recipe-item a { display: block; }
.recipe-item .d3-icon { vertical-align: middle; margin-right: 5px; }
.recipe-item .name { display: inline-block; vertical-align: middle; line-height: 125%; }
.recipe-item .enchantment-name { color: #F3E6D0; }
.recipe-item .enchantment-bonus { color: #7979D4; display: block; padding-top: 2px; }

.table-blacksmith .recipe-item { width: 250px; }
.table-blacksmith .recipe-item .name { display: inline-block; vertical-align: middle; max-width: 200px; }

/* recipe materials */
.recipe-materials { width: 160px; text-align: center; }
.recipe-materials a { display: inline-block; vertical-align: middle; margin-top: 2px; }

.material { display: block; }
.material .d3-icon { position: relative; }
.material .d3-num { position: absolute; bottom: 0; right: 2px; color: #fff; font-weight: bold; font-size: 14px;
	text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000, 0 0 5px #000; }

/* ie */
.ie .material .d3-num { background: #000; }
.ie6 .db-page-jumper { width: 155px; }
.ie67 .recipe-materials .d3-icon { margin-left: 2px; }