diff --git a/common/css/index.css b/common/css/index.css index e8ef45d8b3..fee482b83b 100644 --- a/common/css/index.css +++ b/common/css/index.css @@ -3,11 +3,11 @@ }*/ /* Comment out for holiday events */ -.npc_ian { +/* .npc_ian { background: url("/common/img/sprites/npc_ian.gif") no-repeat; width: 78px; height: 135px; -} +} */ .Gems { display:inline-block; diff --git a/common/dist/scripts/habitrpg-shared.js b/common/dist/scripts/habitrpg-shared.js index 3fee72d973..11527f84ca 100644 --- a/common/dist/scripts/habitrpg-shared.js +++ b/common/dist/scripts/habitrpg-shared.js @@ -74,6 +74,10 @@ events = { winter2015: { start: '2014-12-21', end: '2015-02-02' + }, + spring2015: { + start: '2015-03-20', + end: '2015-05-02' } }; @@ -698,6 +702,49 @@ gear = { }), value: 90, int: 9 + }, + spring2015Rogue: { + event: events.spring2015, + specialClass: 'rogue', + text: t('weaponSpecialSpring2015RogueText'), + notes: t('weaponSpecialSpring2015RogueNotes', { + str: 8 + }), + value: 80, + str: 8 + }, + spring2015Warrior: { + event: events.spring2015, + specialClass: 'warrior', + text: t('weaponSpecialSpring2015WarriorText'), + notes: t('weaponSpecialSpring2015WarriorNotes', { + str: 15 + }), + value: 90, + str: 15 + }, + spring2015Mage: { + event: events.spring2015, + specialClass: 'wizard', + twoHanded: true, + text: t('weaponSpecialSpring2015MageText'), + notes: t('weaponSpecialSpring2015MageNotes', { + int: 15, + per: 7 + }), + value: 160, + int: 15, + per: 7 + }, + spring2015Healer: { + event: events.spring2015, + specialClass: 'healer', + text: t('weaponSpecialSpring2015HealerText'), + notes: t('weaponSpecialSpring2015HealerNotes', { + int: 9 + }), + value: 90, + int: 9 } }, mystery: { @@ -1156,6 +1203,46 @@ gear = { return u.items.gear.owned.armor_special_birthday2015 != null; }) }, + spring2015Rogue: { + event: events.spring2015, + specialClass: 'rogue', + text: t('armorSpecialSpring2015RogueText'), + notes: t('armorSpecialSpring2015RogueNotes', { + per: 15 + }), + value: 90, + per: 15 + }, + spring2015Warrior: { + event: events.spring2015, + specialClass: 'warrior', + text: t('armorSpecialSpring2015WarriorText'), + notes: t('armorSpecialSpring2015WarriorNotes', { + con: 9 + }), + value: 90, + con: 9 + }, + spring2015Mage: { + event: events.spring2015, + specialClass: 'wizard', + text: t('armorSpecialSpring2015MageText'), + notes: t('armorSpecialSpring2015MageNotes', { + int: 9 + }), + value: 90, + int: 9 + }, + spring2015Healer: { + event: events.spring2015, + specialClass: 'healer', + text: t('armorSpecialSpring2015HealerText'), + notes: t('armorSpecialSpring2015HealerNotes', { + con: 15 + }), + value: 90, + con: 15 + }, gaymerx: { event: events.gaymerx, text: t('armorSpecialGaymerxText'), @@ -1667,6 +1754,46 @@ gear = { return u.items.gear.owned.head_special_nye2014 != null; }) }, + spring2015Rogue: { + event: events.spring2015, + specialClass: 'rogue', + text: t('headSpecialSpring2015RogueText'), + notes: t('headSpecialSpring2015RogueNotes', { + per: 9 + }), + value: 60, + per: 9 + }, + spring2015Warrior: { + event: events.spring2015, + specialClass: 'warrior', + text: t('headSpecialSpring2015WarriorText'), + notes: t('headSpecialSpring2015WarriorNotes', { + str: 9 + }), + value: 60, + str: 9 + }, + spring2015Mage: { + event: events.spring2015, + specialClass: 'wizard', + text: t('headSpecialSpring2015MageText'), + notes: t('headSpecialSpring2015MageNotes', { + per: 7 + }), + value: 60, + per: 7 + }, + spring2015Healer: { + event: events.spring2015, + specialClass: 'healer', + text: t('headSpecialSpring2015HealerText'), + notes: t('headSpecialSpring2015HealerNotes', { + int: 7 + }), + value: 60, + int: 7 + }, gaymerx: { event: events.gaymerx, text: t('headSpecialGaymerxText'), @@ -2078,6 +2205,36 @@ gear = { }), value: 70, con: 9 + }, + spring2015Rogue: { + event: events.spring2015, + specialClass: 'rogue', + text: t('shieldSpecialSpring2015RogueText'), + notes: t('shieldSpecialSpring2015RogueNotes', { + str: 8 + }), + value: 80, + str: 8 + }, + spring2015Warrior: { + event: events.spring2015, + specialClass: 'warrior', + text: t('shieldSpecialSpring2015WarriorText'), + notes: t('shieldSpecialSpring2015WarriorNotes', { + con: 7 + }), + value: 70, + con: 7 + }, + spring2015Healer: { + event: events.spring2015, + specialClass: 'healer', + text: t('shieldSpecialSpring2015HealerText'), + notes: t('shieldSpecialSpring2015HealerNotes', { + con: 9 + }), + value: 70, + con: 9 } }, mystery: { @@ -2212,6 +2369,34 @@ gear = { text: t('headAccessorySpecialSpringHealerText'), notes: t('headAccessorySpecialSpringHealerNotes'), value: 20 + }, + spring2015Rogue: { + event: events.spring2015, + specialClass: 'rogue', + text: t('headAccessorySpecialSpring2015RogueText'), + notes: t('headAccessorySpecialSpring2015RogueNotes'), + value: 20 + }, + spring2015Warrior: { + event: events.spring2015, + specialClass: 'warrior', + text: t('headAccessorySpecialSpring2015WarriorText'), + notes: t('headAccessorySpecialSpring2015WarriorNotes'), + value: 20 + }, + spring2015Mage: { + event: events.spring2015, + specialClass: 'wizard', + text: t('headAccessorySpecialSpring2015MageText'), + notes: t('headAccessorySpecialSpring2015MageNotes'), + value: 20 + }, + spring2015Healer: { + event: events.spring2015, + specialClass: 'healer', + text: t('headAccessorySpecialSpring2015HealerText'), + notes: t('headAccessorySpecialSpring2015HealerNotes'), + value: 20 } }, mystery: { diff --git a/common/dist/sprites/habitrpg-shared.css b/common/dist/sprites/habitrpg-shared.css index 66ca71845d..22c78bba01 100644 --- a/common/dist/sprites/habitrpg-shared.css +++ b/common/dist/sprites/habitrpg-shared.css @@ -1 +1 @@ -.achievement-alien{background-image:url(spritesmith0.png);background-position:-897px -687px;width:24px;height:26px}.achievement-alpha{background-image:url(spritesmith0.png);background-position:-963px -296px;width:24px;height:26px}.achievement-armor{background-image:url(spritesmith0.png);background-position:-872px -687px;width:24px;height:26px}.achievement-boot{background-image:url(spritesmith0.png);background-position:-847px -687px;width:24px;height:26px}.achievement-bow{background-image:url(spritesmith0.png);background-position:-947px -660px;width:24px;height:26px}.achievement-cactus{background-image:url(spritesmith0.png);background-position:-922px -660px;width:24px;height:26px}.achievement-cake{background-image:url(spritesmith0.png);background-position:-897px -660px;width:24px;height:26px}.achievement-cave{background-image:url(spritesmith0.png);background-position:-872px -660px;width:24px;height:26px}.achievement-coffin{background-image:url(spritesmith0.png);background-position:-847px -660px;width:24px;height:26px}.achievement-comment{background-image:url(spritesmith0.png);background-position:-963px -623px;width:24px;height:26px}.achievement-costumeContest{background-image:url(spritesmith0.png);background-position:-938px -623px;width:24px;height:26px}.achievement-dilatory{background-image:url(spritesmith0.png);background-position:-963px -596px;width:24px;height:26px}.achievement-firefox{background-image:url(spritesmith0.png);background-position:-938px -596px;width:24px;height:26px}.achievement-habitBirthday{background-image:url(spritesmith0.png);background-position:-963px -569px;width:24px;height:26px}.achievement-heart{background-image:url(spritesmith0.png);background-position:-938px -569px;width:24px;height:26px}.achievement-helm{background-image:url(spritesmith0.png);background-position:-963px -532px;width:24px;height:26px}.achievement-karaoke{background-image:url(spritesmith0.png);background-position:-938px -296px;width:24px;height:26px}.achievement-ninja{background-image:url(spritesmith0.png);background-position:-963px -505px;width:24px;height:26px}.achievement-nye{background-image:url(spritesmith0.png);background-position:-938px -505px;width:24px;height:26px}.achievement-perfect{background-image:url(spritesmith0.png);background-position:-963px -478px;width:24px;height:26px}.achievement-rat{background-image:url(spritesmith0.png);background-position:-938px -478px;width:24px;height:26px}.achievement-shield{background-image:url(spritesmith0.png);background-position:-963px -441px;width:24px;height:26px}.achievement-snowball{background-image:url(spritesmith0.png);background-position:-938px -441px;width:24px;height:26px}.achievement-spookDust{background-image:url(spritesmith0.png);background-position:-963px -414px;width:24px;height:26px}.achievement-stoikalm{background-image:url(spritesmith0.png);background-position:-938px -414px;width:24px;height:26px}.achievement-sun{background-image:url(spritesmith0.png);background-position:-963px -387px;width:24px;height:26px}.achievement-sword{background-image:url(spritesmith0.png);background-position:-938px -387px;width:24px;height:26px}.achievement-thermometer{background-image:url(spritesmith0.png);background-position:-963px -350px;width:24px;height:26px}.achievement-tree{background-image:url(spritesmith0.png);background-position:-938px -350px;width:24px;height:26px}.achievement-triadbingo{background-image:url(spritesmith0.png);background-position:-963px -323px;width:24px;height:26px}.achievement-valentine{background-image:url(spritesmith0.png);background-position:-938px -323px;width:24px;height:26px}.achievement-wolf{background-image:url(spritesmith0.png);background-position:-938px -532px;width:24px;height:26px}.background_autumn_forest{background-image:url(spritesmith0.png);background-position:-565px -296px;width:140px;height:147px}.background_beach{background-image:url(spritesmith0.png);background-position:-282px 0;width:141px;height:147px}.background_blacksmithy{background-image:url(spritesmith0.png);background-position:0 -148px;width:140px;height:147px}.background_clouds{background-image:url(spritesmith0.png);background-position:-141px -148px;width:140px;height:147px}.background_coral_reef{background-image:url(spritesmith0.png);background-position:-282px -148px;width:140px;height:147px}.background_crystal_cave{background-image:url(spritesmith0.png);background-position:-424px 0;width:140px;height:147px}.background_distant_castle{background-image:url(spritesmith0.png);background-position:-424px -148px;width:140px;height:147px}.background_dusty_canyons{background-image:url(spritesmith0.png);background-position:0 -296px;width:140px;height:147px}.background_fairy_ring{background-image:url(spritesmith0.png);background-position:-141px -296px;width:140px;height:147px}.background_forest{background-image:url(spritesmith0.png);background-position:-282px -296px;width:140px;height:147px}.background_frigid_peak{background-image:url(spritesmith0.png);background-position:-423px -296px;width:140px;height:147px}.background_graveyard{background-image:url(spritesmith0.png);background-position:-565px 0;width:140px;height:147px}.background_harvest_feast{background-image:url(spritesmith0.png);background-position:-565px -148px;width:140px;height:147px}.background_harvest_fields{background-image:url(spritesmith0.png);background-position:0 -444px;width:141px;height:147px}.background_haunted_house{background-image:url(spritesmith0.png);background-position:0 0;width:140px;height:147px}.background_ice_cave{background-image:url(spritesmith0.png);background-position:-142px -444px;width:141px;height:147px}.background_iceberg{background-image:url(spritesmith0.png);background-position:-284px -444px;width:140px;height:147px}.background_open_waters{background-image:url(spritesmith0.png);background-position:-425px -444px;width:141px;height:147px}.background_pumpkin_patch{background-image:url(spritesmith0.png);background-position:-706px 0;width:140px;height:147px}.background_rolling_hills{background-image:url(spritesmith0.png);background-position:0 -592px;width:141px;height:147px}.background_seafarer_ship{background-image:url(spritesmith0.png);background-position:-706px -148px;width:140px;height:147px}.background_snowy_pines{background-image:url(spritesmith0.png);background-position:-706px -296px;width:140px;height:147px}.background_south_pole{background-image:url(spritesmith0.png);background-position:-706px -444px;width:140px;height:147px}.background_spring_rain{background-image:url(spritesmith0.png);background-position:-142px -592px;width:140px;height:147px}.background_stained_glass{background-image:url(spritesmith0.png);background-position:-283px -592px;width:140px;height:147px}.background_starry_skies{background-image:url(spritesmith0.png);background-position:-424px -592px;width:140px;height:147px}.background_sunset_meadow{background-image:url(spritesmith0.png);background-position:-565px -592px;width:140px;height:147px}.background_thunderstorm{background-image:url(spritesmith0.png);background-position:-847px 0;width:141px;height:147px}.background_twinkly_lights{background-image:url(spritesmith0.png);background-position:-847px -148px;width:141px;height:147px}.background_volcano{background-image:url(spritesmith0.png);background-position:-141px 0;width:140px;height:147px}.hair_beard_1_TRUred{background-image:url(spritesmith0.png);background-position:-989px -546px;width:90px;height:90px}.customize-option.hair_beard_1_TRUred{background-image:url(spritesmith0.png);background-position:-1014px -561px;width:60px;height:60px}.hair_beard_1_aurora{background-image:url(spritesmith0.png);background-position:-989px -637px;width:90px;height:90px}.customize-option.hair_beard_1_aurora{background-image:url(spritesmith0.png);background-position:-1014px -652px;width:60px;height:60px}.hair_beard_1_black{background-image:url(spritesmith0.png);background-position:-989px -728px;width:90px;height:90px}.customize-option.hair_beard_1_black{background-image:url(spritesmith0.png);background-position:-1014px -743px;width:60px;height:60px}.hair_beard_1_blond{background-image:url(spritesmith0.png);background-position:-989px -819px;width:90px;height:90px}.customize-option.hair_beard_1_blond{background-image:url(spritesmith0.png);background-position:-1014px -834px;width:60px;height:60px}.hair_beard_1_blue{background-image:url(spritesmith0.png);background-position:0 -922px;width:90px;height:90px}.customize-option.hair_beard_1_blue{background-image:url(spritesmith0.png);background-position:-25px -937px;width:60px;height:60px}.hair_beard_1_brown{background-image:url(spritesmith0.png);background-position:-91px -922px;width:90px;height:90px}.customize-option.hair_beard_1_brown{background-image:url(spritesmith0.png);background-position:-116px -937px;width:60px;height:60px}.hair_beard_1_candycane{background-image:url(spritesmith0.png);background-position:-182px -922px;width:90px;height:90px}.customize-option.hair_beard_1_candycane{background-image:url(spritesmith0.png);background-position:-207px -937px;width:60px;height:60px}.hair_beard_1_candycorn{background-image:url(spritesmith0.png);background-position:-273px -922px;width:90px;height:90px}.customize-option.hair_beard_1_candycorn{background-image:url(spritesmith0.png);background-position:-298px -937px;width:60px;height:60px}.hair_beard_1_festive{background-image:url(spritesmith0.png);background-position:-364px -922px;width:90px;height:90px}.customize-option.hair_beard_1_festive{background-image:url(spritesmith0.png);background-position:-389px -937px;width:60px;height:60px}.hair_beard_1_frost{background-image:url(spritesmith0.png);background-position:-455px -922px;width:90px;height:90px}.customize-option.hair_beard_1_frost{background-image:url(spritesmith0.png);background-position:-480px -937px;width:60px;height:60px}.hair_beard_1_ghostwhite{background-image:url(spritesmith0.png);background-position:-546px -922px;width:90px;height:90px}.customize-option.hair_beard_1_ghostwhite{background-image:url(spritesmith0.png);background-position:-571px -937px;width:60px;height:60px}.hair_beard_1_green{background-image:url(spritesmith0.png);background-position:-637px -922px;width:90px;height:90px}.customize-option.hair_beard_1_green{background-image:url(spritesmith0.png);background-position:-662px -937px;width:60px;height:60px}.hair_beard_1_halloween{background-image:url(spritesmith0.png);background-position:-728px -922px;width:90px;height:90px}.customize-option.hair_beard_1_halloween{background-image:url(spritesmith0.png);background-position:-753px -937px;width:60px;height:60px}.hair_beard_1_holly{background-image:url(spritesmith0.png);background-position:-819px -922px;width:90px;height:90px}.customize-option.hair_beard_1_holly{background-image:url(spritesmith0.png);background-position:-844px -937px;width:60px;height:60px}.hair_beard_1_hollygreen{background-image:url(spritesmith0.png);background-position:-910px -922px;width:90px;height:90px}.customize-option.hair_beard_1_hollygreen{background-image:url(spritesmith0.png);background-position:-935px -937px;width:60px;height:60px}.hair_beard_1_midnight{background-image:url(spritesmith0.png);background-position:-1080px 0;width:90px;height:90px}.customize-option.hair_beard_1_midnight{background-image:url(spritesmith0.png);background-position:-1105px -15px;width:60px;height:60px}.hair_beard_1_pblue{background-image:url(spritesmith0.png);background-position:-1080px -91px;width:90px;height:90px}.customize-option.hair_beard_1_pblue{background-image:url(spritesmith0.png);background-position:-1105px -106px;width:60px;height:60px}.hair_beard_1_peppermint{background-image:url(spritesmith0.png);background-position:-1080px -182px;width:90px;height:90px}.customize-option.hair_beard_1_peppermint{background-image:url(spritesmith0.png);background-position:-1105px -197px;width:60px;height:60px}.hair_beard_1_pgreen{background-image:url(spritesmith0.png);background-position:-1080px -273px;width:90px;height:90px}.customize-option.hair_beard_1_pgreen{background-image:url(spritesmith0.png);background-position:-1105px -288px;width:60px;height:60px}.hair_beard_1_porange{background-image:url(spritesmith0.png);background-position:-1080px -364px;width:90px;height:90px}.customize-option.hair_beard_1_porange{background-image:url(spritesmith0.png);background-position:-1105px -379px;width:60px;height:60px}.hair_beard_1_ppink{background-image:url(spritesmith0.png);background-position:-1080px -455px;width:90px;height:90px}.customize-option.hair_beard_1_ppink{background-image:url(spritesmith0.png);background-position:-1105px -470px;width:60px;height:60px}.hair_beard_1_ppurple{background-image:url(spritesmith0.png);background-position:-1080px -546px;width:90px;height:90px}.customize-option.hair_beard_1_ppurple{background-image:url(spritesmith0.png);background-position:-1105px -561px;width:60px;height:60px}.hair_beard_1_pumpkin{background-image:url(spritesmith0.png);background-position:-1080px -637px;width:90px;height:90px}.customize-option.hair_beard_1_pumpkin{background-image:url(spritesmith0.png);background-position:-1105px -652px;width:60px;height:60px}.hair_beard_1_purple{background-image:url(spritesmith0.png);background-position:-1080px -728px;width:90px;height:90px}.customize-option.hair_beard_1_purple{background-image:url(spritesmith0.png);background-position:-1105px -743px;width:60px;height:60px}.hair_beard_1_pyellow{background-image:url(spritesmith0.png);background-position:-1080px -819px;width:90px;height:90px}.customize-option.hair_beard_1_pyellow{background-image:url(spritesmith0.png);background-position:-1105px -834px;width:60px;height:60px}.hair_beard_1_rainbow{background-image:url(spritesmith0.png);background-position:-1080px -910px;width:90px;height:90px}.customize-option.hair_beard_1_rainbow{background-image:url(spritesmith0.png);background-position:-1105px -925px;width:60px;height:60px}.hair_beard_1_red{background-image:url(spritesmith0.png);background-position:0 -1013px;width:90px;height:90px}.customize-option.hair_beard_1_red{background-image:url(spritesmith0.png);background-position:-25px -1028px;width:60px;height:60px}.hair_beard_1_snowy{background-image:url(spritesmith0.png);background-position:-91px -1013px;width:90px;height:90px}.customize-option.hair_beard_1_snowy{background-image:url(spritesmith0.png);background-position:-116px -1028px;width:60px;height:60px}.hair_beard_1_white{background-image:url(spritesmith0.png);background-position:-182px -1013px;width:90px;height:90px}.customize-option.hair_beard_1_white{background-image:url(spritesmith0.png);background-position:-207px -1028px;width:60px;height:60px}.hair_beard_1_winternight{background-image:url(spritesmith0.png);background-position:-273px -1013px;width:90px;height:90px}.customize-option.hair_beard_1_winternight{background-image:url(spritesmith0.png);background-position:-298px -1028px;width:60px;height:60px}.hair_beard_1_winterstar{background-image:url(spritesmith0.png);background-position:-364px -1013px;width:90px;height:90px}.customize-option.hair_beard_1_winterstar{background-image:url(spritesmith0.png);background-position:-389px -1028px;width:60px;height:60px}.hair_beard_1_yellow{background-image:url(spritesmith0.png);background-position:-455px -1013px;width:90px;height:90px}.customize-option.hair_beard_1_yellow{background-image:url(spritesmith0.png);background-position:-480px -1028px;width:60px;height:60px}.hair_beard_1_zombie{background-image:url(spritesmith0.png);background-position:-546px -1013px;width:90px;height:90px}.customize-option.hair_beard_1_zombie{background-image:url(spritesmith0.png);background-position:-571px -1028px;width:60px;height:60px}.hair_beard_2_TRUred{background-image:url(spritesmith0.png);background-position:-637px -1013px;width:90px;height:90px}.customize-option.hair_beard_2_TRUred{background-image:url(spritesmith0.png);background-position:-662px -1028px;width:60px;height:60px}.hair_beard_2_aurora{background-image:url(spritesmith0.png);background-position:-728px -1013px;width:90px;height:90px}.customize-option.hair_beard_2_aurora{background-image:url(spritesmith0.png);background-position:-753px -1028px;width:60px;height:60px}.hair_beard_2_black{background-image:url(spritesmith0.png);background-position:-819px -1013px;width:90px;height:90px}.customize-option.hair_beard_2_black{background-image:url(spritesmith0.png);background-position:-844px -1028px;width:60px;height:60px}.hair_beard_2_blond{background-image:url(spritesmith0.png);background-position:-910px -1013px;width:90px;height:90px}.customize-option.hair_beard_2_blond{background-image:url(spritesmith0.png);background-position:-935px -1028px;width:60px;height:60px}.hair_beard_2_blue{background-image:url(spritesmith0.png);background-position:-1001px -1013px;width:90px;height:90px}.customize-option.hair_beard_2_blue{background-image:url(spritesmith0.png);background-position:-1026px -1028px;width:60px;height:60px}.hair_beard_2_brown{background-image:url(spritesmith0.png);background-position:-1171px 0;width:90px;height:90px}.customize-option.hair_beard_2_brown{background-image:url(spritesmith0.png);background-position:-1196px -15px;width:60px;height:60px}.hair_beard_2_candycane{background-image:url(spritesmith0.png);background-position:-1171px -91px;width:90px;height:90px}.customize-option.hair_beard_2_candycane{background-image:url(spritesmith0.png);background-position:-1196px -106px;width:60px;height:60px}.hair_beard_2_candycorn{background-image:url(spritesmith0.png);background-position:-1171px -182px;width:90px;height:90px}.customize-option.hair_beard_2_candycorn{background-image:url(spritesmith0.png);background-position:-1196px -197px;width:60px;height:60px}.hair_beard_2_festive{background-image:url(spritesmith0.png);background-position:-1171px -273px;width:90px;height:90px}.customize-option.hair_beard_2_festive{background-image:url(spritesmith0.png);background-position:-1196px -288px;width:60px;height:60px}.hair_beard_2_frost{background-image:url(spritesmith0.png);background-position:-1171px -364px;width:90px;height:90px}.customize-option.hair_beard_2_frost{background-image:url(spritesmith0.png);background-position:-1196px -379px;width:60px;height:60px}.hair_beard_2_ghostwhite{background-image:url(spritesmith0.png);background-position:-1171px -455px;width:90px;height:90px}.customize-option.hair_beard_2_ghostwhite{background-image:url(spritesmith0.png);background-position:-1196px -470px;width:60px;height:60px}.hair_beard_2_green{background-image:url(spritesmith0.png);background-position:-1171px -546px;width:90px;height:90px}.customize-option.hair_beard_2_green{background-image:url(spritesmith0.png);background-position:-1196px -561px;width:60px;height:60px}.hair_beard_2_halloween{background-image:url(spritesmith0.png);background-position:-1171px -637px;width:90px;height:90px}.customize-option.hair_beard_2_halloween{background-image:url(spritesmith0.png);background-position:-1196px -652px;width:60px;height:60px}.hair_beard_2_holly{background-image:url(spritesmith0.png);background-position:-1171px -728px;width:90px;height:90px}.customize-option.hair_beard_2_holly{background-image:url(spritesmith0.png);background-position:-1196px -743px;width:60px;height:60px}.hair_beard_2_hollygreen{background-image:url(spritesmith0.png);background-position:-1171px -819px;width:90px;height:90px}.customize-option.hair_beard_2_hollygreen{background-image:url(spritesmith0.png);background-position:-1196px -834px;width:60px;height:60px}.hair_beard_2_midnight{background-image:url(spritesmith0.png);background-position:-1171px -910px;width:90px;height:90px}.customize-option.hair_beard_2_midnight{background-image:url(spritesmith0.png);background-position:-1196px -925px;width:60px;height:60px}.hair_beard_2_pblue{background-image:url(spritesmith0.png);background-position:-1171px -1001px;width:90px;height:90px}.customize-option.hair_beard_2_pblue{background-image:url(spritesmith0.png);background-position:-1196px -1016px;width:60px;height:60px}.hair_beard_2_peppermint{background-image:url(spritesmith0.png);background-position:0 -1104px;width:90px;height:90px}.customize-option.hair_beard_2_peppermint{background-image:url(spritesmith0.png);background-position:-25px -1119px;width:60px;height:60px}.hair_beard_2_pgreen{background-image:url(spritesmith0.png);background-position:-91px -1104px;width:90px;height:90px}.customize-option.hair_beard_2_pgreen{background-image:url(spritesmith0.png);background-position:-116px -1119px;width:60px;height:60px}.hair_beard_2_porange{background-image:url(spritesmith0.png);background-position:-182px -1104px;width:90px;height:90px}.customize-option.hair_beard_2_porange{background-image:url(spritesmith0.png);background-position:-207px -1119px;width:60px;height:60px}.hair_beard_2_ppink{background-image:url(spritesmith0.png);background-position:-273px -1104px;width:90px;height:90px}.customize-option.hair_beard_2_ppink{background-image:url(spritesmith0.png);background-position:-298px -1119px;width:60px;height:60px}.hair_beard_2_ppurple{background-image:url(spritesmith0.png);background-position:-364px -1104px;width:90px;height:90px}.customize-option.hair_beard_2_ppurple{background-image:url(spritesmith0.png);background-position:-389px -1119px;width:60px;height:60px}.hair_beard_2_pumpkin{background-image:url(spritesmith0.png);background-position:-455px -1104px;width:90px;height:90px}.customize-option.hair_beard_2_pumpkin{background-image:url(spritesmith0.png);background-position:-480px -1119px;width:60px;height:60px}.hair_beard_2_purple{background-image:url(spritesmith0.png);background-position:-546px -1104px;width:90px;height:90px}.customize-option.hair_beard_2_purple{background-image:url(spritesmith0.png);background-position:-571px -1119px;width:60px;height:60px}.hair_beard_2_pyellow{background-image:url(spritesmith0.png);background-position:-637px -1104px;width:90px;height:90px}.customize-option.hair_beard_2_pyellow{background-image:url(spritesmith0.png);background-position:-662px -1119px;width:60px;height:60px}.hair_beard_2_rainbow{background-image:url(spritesmith0.png);background-position:-728px -1104px;width:90px;height:90px}.customize-option.hair_beard_2_rainbow{background-image:url(spritesmith0.png);background-position:-753px -1119px;width:60px;height:60px}.hair_beard_2_red{background-image:url(spritesmith0.png);background-position:-819px -1104px;width:90px;height:90px}.customize-option.hair_beard_2_red{background-image:url(spritesmith0.png);background-position:-844px -1119px;width:60px;height:60px}.hair_beard_2_snowy{background-image:url(spritesmith0.png);background-position:-910px -1104px;width:90px;height:90px}.customize-option.hair_beard_2_snowy{background-image:url(spritesmith0.png);background-position:-935px -1119px;width:60px;height:60px}.hair_beard_2_white{background-image:url(spritesmith0.png);background-position:-1001px -1104px;width:90px;height:90px}.customize-option.hair_beard_2_white{background-image:url(spritesmith0.png);background-position:-1026px -1119px;width:60px;height:60px}.hair_beard_2_winternight{background-image:url(spritesmith0.png);background-position:-1092px -1104px;width:90px;height:90px}.customize-option.hair_beard_2_winternight{background-image:url(spritesmith0.png);background-position:-1117px -1119px;width:60px;height:60px}.hair_beard_2_winterstar{background-image:url(spritesmith0.png);background-position:-1262px 0;width:90px;height:90px}.customize-option.hair_beard_2_winterstar{background-image:url(spritesmith0.png);background-position:-1287px -15px;width:60px;height:60px}.hair_beard_2_yellow{background-image:url(spritesmith0.png);background-position:-1262px -91px;width:90px;height:90px}.customize-option.hair_beard_2_yellow{background-image:url(spritesmith0.png);background-position:-1287px -106px;width:60px;height:60px}.hair_beard_2_zombie{background-image:url(spritesmith0.png);background-position:-1262px -182px;width:90px;height:90px}.customize-option.hair_beard_2_zombie{background-image:url(spritesmith0.png);background-position:-1287px -197px;width:60px;height:60px}.hair_beard_3_TRUred{background-image:url(spritesmith0.png);background-position:-1262px -273px;width:90px;height:90px}.customize-option.hair_beard_3_TRUred{background-image:url(spritesmith0.png);background-position:-1287px -288px;width:60px;height:60px}.hair_beard_3_aurora{background-image:url(spritesmith0.png);background-position:-1262px -364px;width:90px;height:90px}.customize-option.hair_beard_3_aurora{background-image:url(spritesmith0.png);background-position:-1287px -379px;width:60px;height:60px}.hair_beard_3_black{background-image:url(spritesmith0.png);background-position:-1262px -455px;width:90px;height:90px}.customize-option.hair_beard_3_black{background-image:url(spritesmith0.png);background-position:-1287px -470px;width:60px;height:60px}.hair_beard_3_blond{background-image:url(spritesmith0.png);background-position:-1262px -546px;width:90px;height:90px}.customize-option.hair_beard_3_blond{background-image:url(spritesmith0.png);background-position:-1287px -561px;width:60px;height:60px}.hair_beard_3_blue{background-image:url(spritesmith0.png);background-position:-1262px -637px;width:90px;height:90px}.customize-option.hair_beard_3_blue{background-image:url(spritesmith0.png);background-position:-1287px -652px;width:60px;height:60px}.hair_beard_3_brown{background-image:url(spritesmith0.png);background-position:-1262px -728px;width:90px;height:90px}.customize-option.hair_beard_3_brown{background-image:url(spritesmith0.png);background-position:-1287px -743px;width:60px;height:60px}.hair_beard_3_candycane{background-image:url(spritesmith0.png);background-position:-1262px -819px;width:90px;height:90px}.customize-option.hair_beard_3_candycane{background-image:url(spritesmith0.png);background-position:-1287px -834px;width:60px;height:60px}.hair_beard_3_candycorn{background-image:url(spritesmith0.png);background-position:-1262px -910px;width:90px;height:90px}.customize-option.hair_beard_3_candycorn{background-image:url(spritesmith0.png);background-position:-1287px -925px;width:60px;height:60px}.hair_beard_3_festive{background-image:url(spritesmith0.png);background-position:-1262px -1001px;width:90px;height:90px}.customize-option.hair_beard_3_festive{background-image:url(spritesmith0.png);background-position:-1287px -1016px;width:60px;height:60px}.hair_beard_3_frost{background-image:url(spritesmith0.png);background-position:-1262px -1092px;width:90px;height:90px}.customize-option.hair_beard_3_frost{background-image:url(spritesmith0.png);background-position:-1287px -1107px;width:60px;height:60px}.hair_beard_3_ghostwhite{background-image:url(spritesmith0.png);background-position:0 -1195px;width:90px;height:90px}.customize-option.hair_beard_3_ghostwhite{background-image:url(spritesmith0.png);background-position:-25px -1210px;width:60px;height:60px}.hair_beard_3_green{background-image:url(spritesmith0.png);background-position:-91px -1195px;width:90px;height:90px}.customize-option.hair_beard_3_green{background-image:url(spritesmith0.png);background-position:-116px -1210px;width:60px;height:60px}.hair_beard_3_halloween{background-image:url(spritesmith0.png);background-position:-182px -1195px;width:90px;height:90px}.customize-option.hair_beard_3_halloween{background-image:url(spritesmith0.png);background-position:-207px -1210px;width:60px;height:60px}.hair_beard_3_holly{background-image:url(spritesmith0.png);background-position:-273px -1195px;width:90px;height:90px}.customize-option.hair_beard_3_holly{background-image:url(spritesmith0.png);background-position:-298px -1210px;width:60px;height:60px}.hair_beard_3_hollygreen{background-image:url(spritesmith0.png);background-position:-364px -1195px;width:90px;height:90px}.customize-option.hair_beard_3_hollygreen{background-image:url(spritesmith0.png);background-position:-389px -1210px;width:60px;height:60px}.hair_beard_3_midnight{background-image:url(spritesmith0.png);background-position:-455px -1195px;width:90px;height:90px}.customize-option.hair_beard_3_midnight{background-image:url(spritesmith0.png);background-position:-480px -1210px;width:60px;height:60px}.hair_beard_3_pblue{background-image:url(spritesmith0.png);background-position:-546px -1195px;width:90px;height:90px}.customize-option.hair_beard_3_pblue{background-image:url(spritesmith0.png);background-position:-571px -1210px;width:60px;height:60px}.hair_beard_3_peppermint{background-image:url(spritesmith0.png);background-position:-637px -1195px;width:90px;height:90px}.customize-option.hair_beard_3_peppermint{background-image:url(spritesmith0.png);background-position:-662px -1210px;width:60px;height:60px}.hair_beard_3_pgreen{background-image:url(spritesmith0.png);background-position:-728px -1195px;width:90px;height:90px}.customize-option.hair_beard_3_pgreen{background-image:url(spritesmith0.png);background-position:-753px -1210px;width:60px;height:60px}.hair_beard_3_porange{background-image:url(spritesmith0.png);background-position:-819px -1195px;width:90px;height:90px}.customize-option.hair_beard_3_porange{background-image:url(spritesmith0.png);background-position:-844px -1210px;width:60px;height:60px}.hair_beard_3_ppink{background-image:url(spritesmith0.png);background-position:-910px -1195px;width:90px;height:90px}.customize-option.hair_beard_3_ppink{background-image:url(spritesmith0.png);background-position:-935px -1210px;width:60px;height:60px}.hair_beard_3_ppurple{background-image:url(spritesmith0.png);background-position:-1001px -1195px;width:90px;height:90px}.customize-option.hair_beard_3_ppurple{background-image:url(spritesmith0.png);background-position:-1026px -1210px;width:60px;height:60px}.hair_beard_3_pumpkin{background-image:url(spritesmith0.png);background-position:-1092px -1195px;width:90px;height:90px}.customize-option.hair_beard_3_pumpkin{background-image:url(spritesmith0.png);background-position:-1117px -1210px;width:60px;height:60px}.hair_beard_3_purple{background-image:url(spritesmith0.png);background-position:-1183px -1195px;width:90px;height:90px}.customize-option.hair_beard_3_purple{background-image:url(spritesmith0.png);background-position:-1208px -1210px;width:60px;height:60px}.hair_beard_3_pyellow{background-image:url(spritesmith0.png);background-position:-1353px 0;width:90px;height:90px}.customize-option.hair_beard_3_pyellow{background-image:url(spritesmith0.png);background-position:-1378px -15px;width:60px;height:60px}.hair_beard_3_rainbow{background-image:url(spritesmith0.png);background-position:-1353px -91px;width:90px;height:90px}.customize-option.hair_beard_3_rainbow{background-image:url(spritesmith0.png);background-position:-1378px -106px;width:60px;height:60px}.hair_beard_3_red{background-image:url(spritesmith0.png);background-position:-1353px -182px;width:90px;height:90px}.customize-option.hair_beard_3_red{background-image:url(spritesmith0.png);background-position:-1378px -197px;width:60px;height:60px}.hair_beard_3_snowy{background-image:url(spritesmith0.png);background-position:-1353px -273px;width:90px;height:90px}.customize-option.hair_beard_3_snowy{background-image:url(spritesmith0.png);background-position:-1378px -288px;width:60px;height:60px}.hair_beard_3_white{background-image:url(spritesmith0.png);background-position:-1353px -364px;width:90px;height:90px}.customize-option.hair_beard_3_white{background-image:url(spritesmith0.png);background-position:-1378px -379px;width:60px;height:60px}.hair_beard_3_winternight{background-image:url(spritesmith0.png);background-position:-1353px -455px;width:90px;height:90px}.customize-option.hair_beard_3_winternight{background-image:url(spritesmith0.png);background-position:-1378px -470px;width:60px;height:60px}.hair_beard_3_winterstar{background-image:url(spritesmith0.png);background-position:-1353px -546px;width:90px;height:90px}.customize-option.hair_beard_3_winterstar{background-image:url(spritesmith0.png);background-position:-1378px -561px;width:60px;height:60px}.hair_beard_3_yellow{background-image:url(spritesmith0.png);background-position:-1353px -637px;width:90px;height:90px}.customize-option.hair_beard_3_yellow{background-image:url(spritesmith0.png);background-position:-1378px -652px;width:60px;height:60px}.hair_beard_3_zombie{background-image:url(spritesmith0.png);background-position:-1353px -728px;width:90px;height:90px}.customize-option.hair_beard_3_zombie{background-image:url(spritesmith0.png);background-position:-1378px -743px;width:60px;height:60px}.hair_mustache_1_TRUred{background-image:url(spritesmith0.png);background-position:-1353px -819px;width:90px;height:90px}.customize-option.hair_mustache_1_TRUred{background-image:url(spritesmith0.png);background-position:-1378px -834px;width:60px;height:60px}.hair_mustache_1_aurora{background-image:url(spritesmith0.png);background-position:-1353px -910px;width:90px;height:90px}.customize-option.hair_mustache_1_aurora{background-image:url(spritesmith0.png);background-position:-1378px -925px;width:60px;height:60px}.hair_mustache_1_black{background-image:url(spritesmith0.png);background-position:-1353px -1001px;width:90px;height:90px}.customize-option.hair_mustache_1_black{background-image:url(spritesmith0.png);background-position:-1378px -1016px;width:60px;height:60px}.hair_mustache_1_blond{background-image:url(spritesmith0.png);background-position:-1353px -1092px;width:90px;height:90px}.customize-option.hair_mustache_1_blond{background-image:url(spritesmith0.png);background-position:-1378px -1107px;width:60px;height:60px}.hair_mustache_1_blue{background-image:url(spritesmith0.png);background-position:-1353px -1183px;width:90px;height:90px}.customize-option.hair_mustache_1_blue{background-image:url(spritesmith0.png);background-position:-1378px -1198px;width:60px;height:60px}.hair_mustache_1_brown{background-image:url(spritesmith0.png);background-position:0 -1286px;width:90px;height:90px}.customize-option.hair_mustache_1_brown{background-image:url(spritesmith0.png);background-position:-25px -1301px;width:60px;height:60px}.hair_mustache_1_candycane{background-image:url(spritesmith0.png);background-position:-91px -1286px;width:90px;height:90px}.customize-option.hair_mustache_1_candycane{background-image:url(spritesmith0.png);background-position:-116px -1301px;width:60px;height:60px}.hair_mustache_1_candycorn{background-image:url(spritesmith0.png);background-position:-182px -1286px;width:90px;height:90px}.customize-option.hair_mustache_1_candycorn{background-image:url(spritesmith0.png);background-position:-207px -1301px;width:60px;height:60px}.hair_mustache_1_festive{background-image:url(spritesmith0.png);background-position:-273px -1286px;width:90px;height:90px}.customize-option.hair_mustache_1_festive{background-image:url(spritesmith0.png);background-position:-298px -1301px;width:60px;height:60px}.hair_mustache_1_frost{background-image:url(spritesmith0.png);background-position:-364px -1286px;width:90px;height:90px}.customize-option.hair_mustache_1_frost{background-image:url(spritesmith0.png);background-position:-389px -1301px;width:60px;height:60px}.hair_mustache_1_ghostwhite{background-image:url(spritesmith0.png);background-position:-455px -1286px;width:90px;height:90px}.customize-option.hair_mustache_1_ghostwhite{background-image:url(spritesmith0.png);background-position:-480px -1301px;width:60px;height:60px}.hair_mustache_1_green{background-image:url(spritesmith0.png);background-position:-546px -1286px;width:90px;height:90px}.customize-option.hair_mustache_1_green{background-image:url(spritesmith0.png);background-position:-571px -1301px;width:60px;height:60px}.hair_mustache_1_halloween{background-image:url(spritesmith0.png);background-position:-637px -1286px;width:90px;height:90px}.customize-option.hair_mustache_1_halloween{background-image:url(spritesmith0.png);background-position:-662px -1301px;width:60px;height:60px}.hair_mustache_1_holly{background-image:url(spritesmith0.png);background-position:-728px -1286px;width:90px;height:90px}.customize-option.hair_mustache_1_holly{background-image:url(spritesmith0.png);background-position:-753px -1301px;width:60px;height:60px}.hair_mustache_1_hollygreen{background-image:url(spritesmith0.png);background-position:-819px -1286px;width:90px;height:90px}.customize-option.hair_mustache_1_hollygreen{background-image:url(spritesmith0.png);background-position:-844px -1301px;width:60px;height:60px}.hair_mustache_1_midnight{background-image:url(spritesmith0.png);background-position:-910px -1286px;width:90px;height:90px}.customize-option.hair_mustache_1_midnight{background-image:url(spritesmith0.png);background-position:-935px -1301px;width:60px;height:60px}.hair_mustache_1_pblue{background-image:url(spritesmith0.png);background-position:-1001px -1286px;width:90px;height:90px}.customize-option.hair_mustache_1_pblue{background-image:url(spritesmith0.png);background-position:-1026px -1301px;width:60px;height:60px}.hair_mustache_1_peppermint{background-image:url(spritesmith0.png);background-position:-1092px -1286px;width:90px;height:90px}.customize-option.hair_mustache_1_peppermint{background-image:url(spritesmith0.png);background-position:-1117px -1301px;width:60px;height:60px}.hair_mustache_1_pgreen{background-image:url(spritesmith0.png);background-position:-1183px -1286px;width:90px;height:90px}.customize-option.hair_mustache_1_pgreen{background-image:url(spritesmith0.png);background-position:-1208px -1301px;width:60px;height:60px}.hair_mustache_1_porange{background-image:url(spritesmith0.png);background-position:-1274px -1286px;width:90px;height:90px}.customize-option.hair_mustache_1_porange{background-image:url(spritesmith0.png);background-position:-1299px -1301px;width:60px;height:60px}.hair_mustache_1_ppink{background-image:url(spritesmith0.png);background-position:-1444px 0;width:90px;height:90px}.customize-option.hair_mustache_1_ppink{background-image:url(spritesmith0.png);background-position:-1469px -15px;width:60px;height:60px}.hair_mustache_1_ppurple{background-image:url(spritesmith0.png);background-position:-1444px -91px;width:90px;height:90px}.customize-option.hair_mustache_1_ppurple{background-image:url(spritesmith0.png);background-position:-1469px -106px;width:60px;height:60px}.hair_mustache_1_pumpkin{background-image:url(spritesmith0.png);background-position:-1444px -182px;width:90px;height:90px}.customize-option.hair_mustache_1_pumpkin{background-image:url(spritesmith0.png);background-position:-1469px -197px;width:60px;height:60px}.hair_mustache_1_purple{background-image:url(spritesmith0.png);background-position:-1444px -273px;width:90px;height:90px}.customize-option.hair_mustache_1_purple{background-image:url(spritesmith0.png);background-position:-1469px -288px;width:60px;height:60px}.hair_mustache_1_pyellow{background-image:url(spritesmith0.png);background-position:-1444px -364px;width:90px;height:90px}.customize-option.hair_mustache_1_pyellow{background-image:url(spritesmith0.png);background-position:-1469px -379px;width:60px;height:60px}.hair_mustache_1_rainbow{background-image:url(spritesmith0.png);background-position:-1444px -455px;width:90px;height:90px}.customize-option.hair_mustache_1_rainbow{background-image:url(spritesmith0.png);background-position:-1469px -470px;width:60px;height:60px}.hair_mustache_1_red{background-image:url(spritesmith0.png);background-position:-1444px -546px;width:90px;height:90px}.customize-option.hair_mustache_1_red{background-image:url(spritesmith0.png);background-position:-1469px -561px;width:60px;height:60px}.hair_mustache_1_snowy{background-image:url(spritesmith0.png);background-position:-1444px -637px;width:90px;height:90px}.customize-option.hair_mustache_1_snowy{background-image:url(spritesmith0.png);background-position:-1469px -652px;width:60px;height:60px}.hair_mustache_1_white{background-image:url(spritesmith0.png);background-position:-1444px -728px;width:90px;height:90px}.customize-option.hair_mustache_1_white{background-image:url(spritesmith0.png);background-position:-1469px -743px;width:60px;height:60px}.hair_mustache_1_winternight{background-image:url(spritesmith0.png);background-position:-1444px -819px;width:90px;height:90px}.customize-option.hair_mustache_1_winternight{background-image:url(spritesmith0.png);background-position:-1469px -834px;width:60px;height:60px}.hair_mustache_1_winterstar{background-image:url(spritesmith0.png);background-position:-1444px -910px;width:90px;height:90px}.customize-option.hair_mustache_1_winterstar{background-image:url(spritesmith0.png);background-position:-1469px -925px;width:60px;height:60px}.hair_mustache_1_yellow{background-image:url(spritesmith0.png);background-position:-1444px -1001px;width:90px;height:90px}.customize-option.hair_mustache_1_yellow{background-image:url(spritesmith0.png);background-position:-1469px -1016px;width:60px;height:60px}.hair_mustache_1_zombie{background-image:url(spritesmith0.png);background-position:-847px -296px;width:90px;height:90px}.customize-option.hair_mustache_1_zombie{background-image:url(spritesmith0.png);background-position:-872px -311px;width:60px;height:60px}.hair_mustache_2_TRUred{background-image:url(spritesmith0.png);background-position:-1444px -1183px;width:90px;height:90px}.customize-option.hair_mustache_2_TRUred{background-image:url(spritesmith0.png);background-position:-1469px -1198px;width:60px;height:60px}.hair_mustache_2_aurora{background-image:url(spritesmith0.png);background-position:-1444px -1274px;width:90px;height:90px}.customize-option.hair_mustache_2_aurora{background-image:url(spritesmith0.png);background-position:-1469px -1289px;width:60px;height:60px}.hair_mustache_2_black{background-image:url(spritesmith0.png);background-position:0 -1377px;width:90px;height:90px}.customize-option.hair_mustache_2_black{background-image:url(spritesmith0.png);background-position:-25px -1392px;width:60px;height:60px}.hair_mustache_2_blond{background-image:url(spritesmith0.png);background-position:-91px -1377px;width:90px;height:90px}.customize-option.hair_mustache_2_blond{background-image:url(spritesmith0.png);background-position:-116px -1392px;width:60px;height:60px}.hair_mustache_2_blue{background-image:url(spritesmith0.png);background-position:-182px -1377px;width:90px;height:90px}.customize-option.hair_mustache_2_blue{background-image:url(spritesmith0.png);background-position:-207px -1392px;width:60px;height:60px}.hair_mustache_2_brown{background-image:url(spritesmith0.png);background-position:-273px -1377px;width:90px;height:90px}.customize-option.hair_mustache_2_brown{background-image:url(spritesmith0.png);background-position:-298px -1392px;width:60px;height:60px}.hair_mustache_2_candycane{background-image:url(spritesmith0.png);background-position:-364px -1377px;width:90px;height:90px}.customize-option.hair_mustache_2_candycane{background-image:url(spritesmith0.png);background-position:-389px -1392px;width:60px;height:60px}.hair_mustache_2_candycorn{background-image:url(spritesmith0.png);background-position:-455px -1377px;width:90px;height:90px}.customize-option.hair_mustache_2_candycorn{background-image:url(spritesmith0.png);background-position:-480px -1392px;width:60px;height:60px}.hair_mustache_2_festive{background-image:url(spritesmith0.png);background-position:-546px -1377px;width:90px;height:90px}.customize-option.hair_mustache_2_festive{background-image:url(spritesmith0.png);background-position:-571px -1392px;width:60px;height:60px}.hair_mustache_2_frost{background-image:url(spritesmith0.png);background-position:-637px -1377px;width:90px;height:90px}.customize-option.hair_mustache_2_frost{background-image:url(spritesmith0.png);background-position:-662px -1392px;width:60px;height:60px}.hair_mustache_2_ghostwhite{background-image:url(spritesmith0.png);background-position:-728px -1377px;width:90px;height:90px}.customize-option.hair_mustache_2_ghostwhite{background-image:url(spritesmith0.png);background-position:-753px -1392px;width:60px;height:60px}.hair_mustache_2_green{background-image:url(spritesmith0.png);background-position:-819px -1377px;width:90px;height:90px}.customize-option.hair_mustache_2_green{background-image:url(spritesmith0.png);background-position:-844px -1392px;width:60px;height:60px}.hair_mustache_2_halloween{background-image:url(spritesmith0.png);background-position:-910px -1377px;width:90px;height:90px}.customize-option.hair_mustache_2_halloween{background-image:url(spritesmith0.png);background-position:-935px -1392px;width:60px;height:60px}.hair_mustache_2_holly{background-image:url(spritesmith0.png);background-position:-1001px -1377px;width:90px;height:90px}.customize-option.hair_mustache_2_holly{background-image:url(spritesmith0.png);background-position:-1026px -1392px;width:60px;height:60px}.hair_mustache_2_hollygreen{background-image:url(spritesmith0.png);background-position:-1092px -1377px;width:90px;height:90px}.customize-option.hair_mustache_2_hollygreen{background-image:url(spritesmith0.png);background-position:-1117px -1392px;width:60px;height:60px}.hair_mustache_2_midnight{background-image:url(spritesmith0.png);background-position:-1183px -1377px;width:90px;height:90px}.customize-option.hair_mustache_2_midnight{background-image:url(spritesmith0.png);background-position:-1208px -1392px;width:60px;height:60px}.hair_mustache_2_pblue{background-image:url(spritesmith0.png);background-position:-1274px -1377px;width:90px;height:90px}.customize-option.hair_mustache_2_pblue{background-image:url(spritesmith0.png);background-position:-1299px -1392px;width:60px;height:60px}.hair_mustache_2_peppermint{background-image:url(spritesmith0.png);background-position:-1365px -1377px;width:90px;height:90px}.customize-option.hair_mustache_2_peppermint{background-image:url(spritesmith0.png);background-position:-1390px -1392px;width:60px;height:60px}.hair_mustache_2_pgreen{background-image:url(spritesmith0.png);background-position:-1535px 0;width:90px;height:90px}.customize-option.hair_mustache_2_pgreen{background-image:url(spritesmith0.png);background-position:-1560px -15px;width:60px;height:60px}.hair_mustache_2_porange{background-image:url(spritesmith0.png);background-position:-1535px -91px;width:90px;height:90px}.customize-option.hair_mustache_2_porange{background-image:url(spritesmith0.png);background-position:-1560px -106px;width:60px;height:60px}.hair_mustache_2_ppink{background-image:url(spritesmith0.png);background-position:-1535px -182px;width:90px;height:90px}.customize-option.hair_mustache_2_ppink{background-image:url(spritesmith0.png);background-position:-1560px -197px;width:60px;height:60px}.hair_mustache_2_ppurple{background-image:url(spritesmith0.png);background-position:-1535px -273px;width:90px;height:90px}.customize-option.hair_mustache_2_ppurple{background-image:url(spritesmith0.png);background-position:-1560px -288px;width:60px;height:60px}.hair_mustache_2_pumpkin{background-image:url(spritesmith0.png);background-position:-1535px -364px;width:90px;height:90px}.customize-option.hair_mustache_2_pumpkin{background-image:url(spritesmith0.png);background-position:-1560px -379px;width:60px;height:60px}.hair_mustache_2_purple{background-image:url(spritesmith0.png);background-position:-1535px -455px;width:90px;height:90px}.customize-option.hair_mustache_2_purple{background-image:url(spritesmith0.png);background-position:-1560px -470px;width:60px;height:60px}.hair_mustache_2_pyellow{background-image:url(spritesmith0.png);background-position:-1535px -546px;width:90px;height:90px}.customize-option.hair_mustache_2_pyellow{background-image:url(spritesmith0.png);background-position:-1560px -561px;width:60px;height:60px}.hair_mustache_2_rainbow{background-image:url(spritesmith0.png);background-position:-1535px -637px;width:90px;height:90px}.customize-option.hair_mustache_2_rainbow{background-image:url(spritesmith0.png);background-position:-1560px -652px;width:60px;height:60px}.hair_mustache_2_red{background-image:url(spritesmith0.png);background-position:-1535px -728px;width:90px;height:90px}.customize-option.hair_mustache_2_red{background-image:url(spritesmith0.png);background-position:-1560px -743px;width:60px;height:60px}.hair_mustache_2_snowy{background-image:url(spritesmith0.png);background-position:-1535px -819px;width:90px;height:90px}.customize-option.hair_mustache_2_snowy{background-image:url(spritesmith0.png);background-position:-1560px -834px;width:60px;height:60px}.hair_mustache_2_white{background-image:url(spritesmith0.png);background-position:-1535px -910px;width:90px;height:90px}.customize-option.hair_mustache_2_white{background-image:url(spritesmith0.png);background-position:-1560px -925px;width:60px;height:60px}.hair_mustache_2_winternight{background-image:url(spritesmith0.png);background-position:-1535px -1001px;width:90px;height:90px}.customize-option.hair_mustache_2_winternight{background-image:url(spritesmith0.png);background-position:-1560px -1016px;width:60px;height:60px}.hair_mustache_2_winterstar{background-image:url(spritesmith0.png);background-position:-1535px -1092px;width:90px;height:90px}.customize-option.hair_mustache_2_winterstar{background-image:url(spritesmith0.png);background-position:-1560px -1107px;width:60px;height:60px}.hair_mustache_2_yellow{background-image:url(spritesmith0.png);background-position:-1535px -1183px;width:90px;height:90px}.customize-option.hair_mustache_2_yellow{background-image:url(spritesmith0.png);background-position:-1560px -1198px;width:60px;height:60px}.hair_mustache_2_zombie{background-image:url(spritesmith0.png);background-position:-1535px -1274px;width:90px;height:90px}.customize-option.hair_mustache_2_zombie{background-image:url(spritesmith0.png);background-position:-1560px -1289px;width:60px;height:60px}.hair_flower_1{background-image:url(spritesmith0.png);background-position:-1535px -1365px;width:90px;height:90px}.customize-option.hair_flower_1{background-image:url(spritesmith0.png);background-position:-1560px -1380px;width:60px;height:60px}.hair_flower_2{background-image:url(spritesmith0.png);background-position:0 -1468px;width:90px;height:90px}.customize-option.hair_flower_2{background-image:url(spritesmith0.png);background-position:-25px -1483px;width:60px;height:60px}.hair_flower_3{background-image:url(spritesmith0.png);background-position:-91px -1468px;width:90px;height:90px}.customize-option.hair_flower_3{background-image:url(spritesmith0.png);background-position:-116px -1483px;width:60px;height:60px}.hair_flower_4{background-image:url(spritesmith0.png);background-position:-182px -1468px;width:90px;height:90px}.customize-option.hair_flower_4{background-image:url(spritesmith0.png);background-position:-207px -1483px;width:60px;height:60px}.hair_flower_5{background-image:url(spritesmith0.png);background-position:-273px -1468px;width:90px;height:90px}.customize-option.hair_flower_5{background-image:url(spritesmith0.png);background-position:-298px -1483px;width:60px;height:60px}.hair_flower_6{background-image:url(spritesmith0.png);background-position:-364px -1468px;width:90px;height:90px}.customize-option.hair_flower_6{background-image:url(spritesmith0.png);background-position:-389px -1483px;width:60px;height:60px}.hair_bangs_1_TRUred{background-image:url(spritesmith0.png);background-position:-455px -1468px;width:90px;height:90px}.customize-option.hair_bangs_1_TRUred{background-image:url(spritesmith0.png);background-position:-480px -1483px;width:60px;height:60px}.hair_bangs_1_aurora{background-image:url(spritesmith0.png);background-position:-546px -1468px;width:90px;height:90px}.customize-option.hair_bangs_1_aurora{background-image:url(spritesmith0.png);background-position:-571px -1483px;width:60px;height:60px}.hair_bangs_1_black{background-image:url(spritesmith0.png);background-position:-637px -1468px;width:90px;height:90px}.customize-option.hair_bangs_1_black{background-image:url(spritesmith0.png);background-position:-662px -1483px;width:60px;height:60px}.hair_bangs_1_blond{background-image:url(spritesmith0.png);background-position:-728px -1468px;width:90px;height:90px}.customize-option.hair_bangs_1_blond{background-image:url(spritesmith0.png);background-position:-753px -1483px;width:60px;height:60px}.hair_bangs_1_blue{background-image:url(spritesmith0.png);background-position:-819px -1468px;width:90px;height:90px}.customize-option.hair_bangs_1_blue{background-image:url(spritesmith0.png);background-position:-844px -1483px;width:60px;height:60px}.hair_bangs_1_brown{background-image:url(spritesmith0.png);background-position:-910px -1468px;width:90px;height:90px}.customize-option.hair_bangs_1_brown{background-image:url(spritesmith0.png);background-position:-935px -1483px;width:60px;height:60px}.hair_bangs_1_candycane{background-image:url(spritesmith0.png);background-position:-1001px -1468px;width:90px;height:90px}.customize-option.hair_bangs_1_candycane{background-image:url(spritesmith0.png);background-position:-1026px -1483px;width:60px;height:60px}.hair_bangs_1_candycorn{background-image:url(spritesmith0.png);background-position:-1092px -1468px;width:90px;height:90px}.customize-option.hair_bangs_1_candycorn{background-image:url(spritesmith0.png);background-position:-1117px -1483px;width:60px;height:60px}.hair_bangs_1_festive{background-image:url(spritesmith0.png);background-position:-1183px -1468px;width:90px;height:90px}.customize-option.hair_bangs_1_festive{background-image:url(spritesmith0.png);background-position:-1208px -1483px;width:60px;height:60px}.hair_bangs_1_frost{background-image:url(spritesmith0.png);background-position:-1274px -1468px;width:90px;height:90px}.customize-option.hair_bangs_1_frost{background-image:url(spritesmith0.png);background-position:-1299px -1483px;width:60px;height:60px}.hair_bangs_1_ghostwhite{background-image:url(spritesmith0.png);background-position:-1365px -1468px;width:90px;height:90px}.customize-option.hair_bangs_1_ghostwhite{background-image:url(spritesmith0.png);background-position:-1390px -1483px;width:60px;height:60px}.hair_bangs_1_green{background-image:url(spritesmith0.png);background-position:-1456px -1468px;width:90px;height:90px}.customize-option.hair_bangs_1_green{background-image:url(spritesmith0.png);background-position:-1481px -1483px;width:60px;height:60px}.hair_bangs_1_halloween{background-image:url(spritesmith0.png);background-position:-1626px 0;width:90px;height:90px}.customize-option.hair_bangs_1_halloween{background-image:url(spritesmith0.png);background-position:-1651px -15px;width:60px;height:60px}.hair_bangs_1_holly{background-image:url(spritesmith0.png);background-position:-1626px -91px;width:90px;height:90px}.customize-option.hair_bangs_1_holly{background-image:url(spritesmith0.png);background-position:-1651px -106px;width:60px;height:60px}.hair_bangs_1_hollygreen{background-image:url(spritesmith0.png);background-position:-1626px -182px;width:90px;height:90px}.customize-option.hair_bangs_1_hollygreen{background-image:url(spritesmith0.png);background-position:-1651px -197px;width:60px;height:60px}.hair_bangs_1_midnight{background-image:url(spritesmith0.png);background-position:-1626px -273px;width:90px;height:90px}.customize-option.hair_bangs_1_midnight{background-image:url(spritesmith0.png);background-position:-1651px -288px;width:60px;height:60px}.hair_bangs_1_pblue{background-image:url(spritesmith0.png);background-position:-1626px -364px;width:90px;height:90px}.customize-option.hair_bangs_1_pblue{background-image:url(spritesmith0.png);background-position:-1651px -379px;width:60px;height:60px}.hair_bangs_1_peppermint{background-image:url(spritesmith0.png);background-position:-1626px -455px;width:90px;height:90px}.customize-option.hair_bangs_1_peppermint{background-image:url(spritesmith0.png);background-position:-1651px -470px;width:60px;height:60px}.hair_bangs_1_pgreen{background-image:url(spritesmith0.png);background-position:-1626px -546px;width:90px;height:90px}.customize-option.hair_bangs_1_pgreen{background-image:url(spritesmith0.png);background-position:-1651px -561px;width:60px;height:60px}.hair_bangs_1_porange{background-image:url(spritesmith0.png);background-position:-1626px -637px;width:90px;height:90px}.customize-option.hair_bangs_1_porange{background-image:url(spritesmith0.png);background-position:-1651px -652px;width:60px;height:60px}.hair_bangs_1_ppink{background-image:url(spritesmith0.png);background-position:-1626px -728px;width:90px;height:90px}.customize-option.hair_bangs_1_ppink{background-image:url(spritesmith0.png);background-position:-1651px -743px;width:60px;height:60px}.hair_bangs_1_ppurple{background-image:url(spritesmith0.png);background-position:-1626px -819px;width:90px;height:90px}.customize-option.hair_bangs_1_ppurple{background-image:url(spritesmith0.png);background-position:-1651px -834px;width:60px;height:60px}.hair_bangs_1_pumpkin{background-image:url(spritesmith0.png);background-position:-1626px -910px;width:90px;height:90px}.customize-option.hair_bangs_1_pumpkin{background-image:url(spritesmith0.png);background-position:-1651px -925px;width:60px;height:60px}.hair_bangs_1_purple{background-image:url(spritesmith0.png);background-position:-1626px -1001px;width:90px;height:90px}.customize-option.hair_bangs_1_purple{background-image:url(spritesmith0.png);background-position:-1651px -1016px;width:60px;height:60px}.hair_bangs_1_pyellow{background-image:url(spritesmith0.png);background-position:-1626px -1092px;width:90px;height:90px}.customize-option.hair_bangs_1_pyellow{background-image:url(spritesmith0.png);background-position:-1651px -1107px;width:60px;height:60px}.hair_bangs_1_rainbow{background-image:url(spritesmith0.png);background-position:-1626px -1183px;width:90px;height:90px}.customize-option.hair_bangs_1_rainbow{background-image:url(spritesmith0.png);background-position:-1651px -1198px;width:60px;height:60px}.hair_bangs_1_red{background-image:url(spritesmith0.png);background-position:-1626px -1274px;width:90px;height:90px}.customize-option.hair_bangs_1_red{background-image:url(spritesmith0.png);background-position:-1651px -1289px;width:60px;height:60px}.hair_bangs_1_snowy{background-image:url(spritesmith0.png);background-position:-1626px -1365px;width:90px;height:90px}.customize-option.hair_bangs_1_snowy{background-image:url(spritesmith0.png);background-position:-1651px -1380px;width:60px;height:60px}.hair_bangs_1_white{background-image:url(spritesmith0.png);background-position:-1626px -1456px;width:90px;height:90px}.customize-option.hair_bangs_1_white{background-image:url(spritesmith0.png);background-position:-1651px -1471px;width:60px;height:60px}.hair_bangs_1_winternight{background-image:url(spritesmith0.png);background-position:0 -1559px;width:90px;height:90px}.customize-option.hair_bangs_1_winternight{background-image:url(spritesmith0.png);background-position:-25px -1574px;width:60px;height:60px}.hair_bangs_1_winterstar{background-image:url(spritesmith0.png);background-position:-91px -1559px;width:90px;height:90px}.customize-option.hair_bangs_1_winterstar{background-image:url(spritesmith0.png);background-position:-116px -1574px;width:60px;height:60px}.hair_bangs_1_yellow{background-image:url(spritesmith0.png);background-position:-182px -1559px;width:90px;height:90px}.customize-option.hair_bangs_1_yellow{background-image:url(spritesmith0.png);background-position:-207px -1574px;width:60px;height:60px}.hair_bangs_1_zombie{background-image:url(spritesmith0.png);background-position:-273px -1559px;width:90px;height:90px}.customize-option.hair_bangs_1_zombie{background-image:url(spritesmith0.png);background-position:-298px -1574px;width:60px;height:60px}.hair_bangs_2_TRUred{background-image:url(spritesmith0.png);background-position:-364px -1559px;width:90px;height:90px}.customize-option.hair_bangs_2_TRUred{background-image:url(spritesmith0.png);background-position:-389px -1574px;width:60px;height:60px}.hair_bangs_2_aurora{background-image:url(spritesmith0.png);background-position:-455px -1559px;width:90px;height:90px}.customize-option.hair_bangs_2_aurora{background-image:url(spritesmith0.png);background-position:-480px -1574px;width:60px;height:60px}.hair_bangs_2_black{background-image:url(spritesmith0.png);background-position:-546px -1559px;width:90px;height:90px}.customize-option.hair_bangs_2_black{background-image:url(spritesmith0.png);background-position:-571px -1574px;width:60px;height:60px}.hair_bangs_2_blond{background-image:url(spritesmith0.png);background-position:-637px -1559px;width:90px;height:90px}.customize-option.hair_bangs_2_blond{background-image:url(spritesmith0.png);background-position:-662px -1574px;width:60px;height:60px}.hair_bangs_2_blue{background-image:url(spritesmith0.png);background-position:-728px -1559px;width:90px;height:90px}.customize-option.hair_bangs_2_blue{background-image:url(spritesmith0.png);background-position:-753px -1574px;width:60px;height:60px}.hair_bangs_2_brown{background-image:url(spritesmith0.png);background-position:-819px -1559px;width:90px;height:90px}.customize-option.hair_bangs_2_brown{background-image:url(spritesmith0.png);background-position:-844px -1574px;width:60px;height:60px}.hair_bangs_2_candycane{background-image:url(spritesmith0.png);background-position:-910px -1559px;width:90px;height:90px}.customize-option.hair_bangs_2_candycane{background-image:url(spritesmith0.png);background-position:-935px -1574px;width:60px;height:60px}.hair_bangs_2_candycorn{background-image:url(spritesmith0.png);background-position:-1001px -1559px;width:90px;height:90px}.customize-option.hair_bangs_2_candycorn{background-image:url(spritesmith0.png);background-position:-1026px -1574px;width:60px;height:60px}.hair_bangs_2_festive{background-image:url(spritesmith0.png);background-position:-1092px -1559px;width:90px;height:90px}.customize-option.hair_bangs_2_festive{background-image:url(spritesmith0.png);background-position:-1117px -1574px;width:60px;height:60px}.hair_bangs_2_frost{background-image:url(spritesmith0.png);background-position:-1183px -1559px;width:90px;height:90px}.customize-option.hair_bangs_2_frost{background-image:url(spritesmith0.png);background-position:-1208px -1574px;width:60px;height:60px}.hair_bangs_2_ghostwhite{background-image:url(spritesmith0.png);background-position:-1274px -1559px;width:90px;height:90px}.customize-option.hair_bangs_2_ghostwhite{background-image:url(spritesmith0.png);background-position:-1299px -1574px;width:60px;height:60px}.hair_bangs_2_green{background-image:url(spritesmith0.png);background-position:-1365px -1559px;width:90px;height:90px}.customize-option.hair_bangs_2_green{background-image:url(spritesmith0.png);background-position:-1390px -1574px;width:60px;height:60px}.hair_bangs_2_halloween{background-image:url(spritesmith0.png);background-position:-1456px -1559px;width:90px;height:90px}.customize-option.hair_bangs_2_halloween{background-image:url(spritesmith0.png);background-position:-1481px -1574px;width:60px;height:60px}.hair_bangs_2_holly{background-image:url(spritesmith0.png);background-position:-1547px -1559px;width:90px;height:90px}.customize-option.hair_bangs_2_holly{background-image:url(spritesmith0.png);background-position:-1572px -1574px;width:60px;height:60px}.hair_bangs_2_hollygreen{background-image:url(spritesmith0.png);background-position:-1717px 0;width:90px;height:90px}.customize-option.hair_bangs_2_hollygreen{background-image:url(spritesmith0.png);background-position:-1742px -15px;width:60px;height:60px}.hair_bangs_2_midnight{background-image:url(spritesmith0.png);background-position:-1717px -91px;width:90px;height:90px}.customize-option.hair_bangs_2_midnight{background-image:url(spritesmith0.png);background-position:-1742px -106px;width:60px;height:60px}.hair_bangs_2_pblue{background-image:url(spritesmith0.png);background-position:-1717px -182px;width:90px;height:90px}.customize-option.hair_bangs_2_pblue{background-image:url(spritesmith0.png);background-position:-1742px -197px;width:60px;height:60px}.hair_bangs_2_peppermint{background-image:url(spritesmith0.png);background-position:-1717px -273px;width:90px;height:90px}.customize-option.hair_bangs_2_peppermint{background-image:url(spritesmith0.png);background-position:-1742px -288px;width:60px;height:60px}.hair_bangs_2_pgreen{background-image:url(spritesmith0.png);background-position:-1717px -364px;width:90px;height:90px}.customize-option.hair_bangs_2_pgreen{background-image:url(spritesmith0.png);background-position:-1742px -379px;width:60px;height:60px}.hair_bangs_2_porange{background-image:url(spritesmith0.png);background-position:-1717px -455px;width:90px;height:90px}.customize-option.hair_bangs_2_porange{background-image:url(spritesmith0.png);background-position:-1742px -470px;width:60px;height:60px}.hair_bangs_2_ppink{background-image:url(spritesmith0.png);background-position:-1717px -546px;width:90px;height:90px}.customize-option.hair_bangs_2_ppink{background-image:url(spritesmith0.png);background-position:-1742px -561px;width:60px;height:60px}.hair_bangs_2_ppurple{background-image:url(spritesmith0.png);background-position:-1717px -637px;width:90px;height:90px}.customize-option.hair_bangs_2_ppurple{background-image:url(spritesmith0.png);background-position:-1742px -652px;width:60px;height:60px}.hair_bangs_2_pumpkin{background-image:url(spritesmith0.png);background-position:-1717px -728px;width:90px;height:90px}.customize-option.hair_bangs_2_pumpkin{background-image:url(spritesmith0.png);background-position:-1742px -743px;width:60px;height:60px}.hair_bangs_2_purple{background-image:url(spritesmith0.png);background-position:-1717px -819px;width:90px;height:90px}.customize-option.hair_bangs_2_purple{background-image:url(spritesmith0.png);background-position:-1742px -834px;width:60px;height:60px}.hair_bangs_2_pyellow{background-image:url(spritesmith0.png);background-position:-1717px -910px;width:90px;height:90px}.customize-option.hair_bangs_2_pyellow{background-image:url(spritesmith0.png);background-position:-1742px -925px;width:60px;height:60px}.hair_bangs_2_rainbow{background-image:url(spritesmith0.png);background-position:-1717px -1001px;width:90px;height:90px}.customize-option.hair_bangs_2_rainbow{background-image:url(spritesmith0.png);background-position:-1742px -1016px;width:60px;height:60px}.hair_bangs_2_red{background-image:url(spritesmith0.png);background-position:-1717px -1092px;width:90px;height:90px}.customize-option.hair_bangs_2_red{background-image:url(spritesmith0.png);background-position:-1742px -1107px;width:60px;height:60px}.hair_bangs_2_snowy{background-image:url(spritesmith0.png);background-position:-1717px -1183px;width:90px;height:90px}.customize-option.hair_bangs_2_snowy{background-image:url(spritesmith0.png);background-position:-1742px -1198px;width:60px;height:60px}.hair_bangs_2_white{background-image:url(spritesmith0.png);background-position:-1717px -1274px;width:90px;height:90px}.customize-option.hair_bangs_2_white{background-image:url(spritesmith0.png);background-position:-1742px -1289px;width:60px;height:60px}.hair_bangs_2_winternight{background-image:url(spritesmith0.png);background-position:-1717px -1365px;width:90px;height:90px}.customize-option.hair_bangs_2_winternight{background-image:url(spritesmith0.png);background-position:-1742px -1380px;width:60px;height:60px}.hair_bangs_2_winterstar{background-image:url(spritesmith0.png);background-position:-1717px -1456px;width:90px;height:90px}.customize-option.hair_bangs_2_winterstar{background-image:url(spritesmith0.png);background-position:-1742px -1471px;width:60px;height:60px}.hair_bangs_2_yellow{background-image:url(spritesmith0.png);background-position:-1717px -1547px;width:90px;height:90px}.customize-option.hair_bangs_2_yellow{background-image:url(spritesmith0.png);background-position:-1742px -1562px;width:60px;height:60px}.hair_bangs_2_zombie{background-image:url(spritesmith0.png);background-position:0 -1650px;width:90px;height:90px}.customize-option.hair_bangs_2_zombie{background-image:url(spritesmith0.png);background-position:-25px -1665px;width:60px;height:60px}.hair_bangs_3_TRUred{background-image:url(spritesmith0.png);background-position:-91px -1650px;width:90px;height:90px}.customize-option.hair_bangs_3_TRUred{background-image:url(spritesmith0.png);background-position:-116px -1665px;width:60px;height:60px}.hair_bangs_3_aurora{background-image:url(spritesmith0.png);background-position:-182px -1650px;width:90px;height:90px}.customize-option.hair_bangs_3_aurora{background-image:url(spritesmith0.png);background-position:-207px -1665px;width:60px;height:60px}.hair_bangs_3_black{background-image:url(spritesmith0.png);background-position:-273px -1650px;width:90px;height:90px}.customize-option.hair_bangs_3_black{background-image:url(spritesmith0.png);background-position:-298px -1665px;width:60px;height:60px}.hair_bangs_3_blond{background-image:url(spritesmith0.png);background-position:-364px -1650px;width:90px;height:90px}.customize-option.hair_bangs_3_blond{background-image:url(spritesmith0.png);background-position:-389px -1665px;width:60px;height:60px}.hair_bangs_3_blue{background-image:url(spritesmith0.png);background-position:-455px -1650px;width:90px;height:90px}.customize-option.hair_bangs_3_blue{background-image:url(spritesmith0.png);background-position:-480px -1665px;width:60px;height:60px}.hair_bangs_3_brown{background-image:url(spritesmith0.png);background-position:-546px -1650px;width:90px;height:90px}.customize-option.hair_bangs_3_brown{background-image:url(spritesmith0.png);background-position:-571px -1665px;width:60px;height:60px}.hair_bangs_3_candycane{background-image:url(spritesmith0.png);background-position:-637px -1650px;width:90px;height:90px}.customize-option.hair_bangs_3_candycane{background-image:url(spritesmith0.png);background-position:-662px -1665px;width:60px;height:60px}.hair_bangs_3_candycorn{background-image:url(spritesmith0.png);background-position:-728px -1650px;width:90px;height:90px}.customize-option.hair_bangs_3_candycorn{background-image:url(spritesmith0.png);background-position:-753px -1665px;width:60px;height:60px}.hair_bangs_3_festive{background-image:url(spritesmith0.png);background-position:-819px -1650px;width:90px;height:90px}.customize-option.hair_bangs_3_festive{background-image:url(spritesmith0.png);background-position:-844px -1665px;width:60px;height:60px}.hair_bangs_3_frost{background-image:url(spritesmith0.png);background-position:-910px -1650px;width:90px;height:90px}.customize-option.hair_bangs_3_frost{background-image:url(spritesmith0.png);background-position:-935px -1665px;width:60px;height:60px}.hair_bangs_3_ghostwhite{background-image:url(spritesmith0.png);background-position:-1001px -1650px;width:90px;height:90px}.customize-option.hair_bangs_3_ghostwhite{background-image:url(spritesmith0.png);background-position:-1026px -1665px;width:60px;height:60px}.hair_bangs_3_green{background-image:url(spritesmith0.png);background-position:-1092px -1650px;width:90px;height:90px}.customize-option.hair_bangs_3_green{background-image:url(spritesmith0.png);background-position:-1117px -1665px;width:60px;height:60px}.hair_bangs_3_halloween{background-image:url(spritesmith0.png);background-position:-1183px -1650px;width:90px;height:90px}.customize-option.hair_bangs_3_halloween{background-image:url(spritesmith0.png);background-position:-1208px -1665px;width:60px;height:60px}.hair_bangs_3_holly{background-image:url(spritesmith0.png);background-position:-1274px -1650px;width:90px;height:90px}.customize-option.hair_bangs_3_holly{background-image:url(spritesmith0.png);background-position:-1299px -1665px;width:60px;height:60px}.hair_bangs_3_hollygreen{background-image:url(spritesmith0.png);background-position:-1365px -1650px;width:90px;height:90px}.customize-option.hair_bangs_3_hollygreen{background-image:url(spritesmith0.png);background-position:-1390px -1665px;width:60px;height:60px}.hair_bangs_3_midnight{background-image:url(spritesmith0.png);background-position:-1456px -1650px;width:90px;height:90px}.customize-option.hair_bangs_3_midnight{background-image:url(spritesmith0.png);background-position:-1481px -1665px;width:60px;height:60px}.hair_bangs_3_pblue{background-image:url(spritesmith0.png);background-position:-1547px -1650px;width:90px;height:90px}.customize-option.hair_bangs_3_pblue{background-image:url(spritesmith0.png);background-position:-1572px -1665px;width:60px;height:60px}.hair_bangs_3_peppermint{background-image:url(spritesmith0.png);background-position:-1638px -1650px;width:90px;height:90px}.customize-option.hair_bangs_3_peppermint{background-image:url(spritesmith0.png);background-position:-1663px -1665px;width:60px;height:60px}.hair_bangs_3_pgreen{background-image:url(spritesmith0.png);background-position:-1808px 0;width:90px;height:90px}.customize-option.hair_bangs_3_pgreen{background-image:url(spritesmith0.png);background-position:-1833px -15px;width:60px;height:60px}.hair_bangs_3_porange{background-image:url(spritesmith0.png);background-position:-1808px -91px;width:90px;height:90px}.customize-option.hair_bangs_3_porange{background-image:url(spritesmith0.png);background-position:-1833px -106px;width:60px;height:60px}.hair_bangs_3_ppink{background-image:url(spritesmith0.png);background-position:-1808px -182px;width:90px;height:90px}.customize-option.hair_bangs_3_ppink{background-image:url(spritesmith0.png);background-position:-1833px -197px;width:60px;height:60px}.hair_bangs_3_ppurple{background-image:url(spritesmith0.png);background-position:-1808px -273px;width:90px;height:90px}.customize-option.hair_bangs_3_ppurple{background-image:url(spritesmith0.png);background-position:-1833px -288px;width:60px;height:60px}.hair_bangs_3_pumpkin{background-image:url(spritesmith0.png);background-position:-1808px -364px;width:90px;height:90px}.customize-option.hair_bangs_3_pumpkin{background-image:url(spritesmith0.png);background-position:-1833px -379px;width:60px;height:60px}.hair_bangs_3_purple{background-image:url(spritesmith0.png);background-position:-1808px -455px;width:90px;height:90px}.customize-option.hair_bangs_3_purple{background-image:url(spritesmith0.png);background-position:-1833px -470px;width:60px;height:60px}.hair_bangs_3_pyellow{background-image:url(spritesmith0.png);background-position:-1808px -546px;width:90px;height:90px}.customize-option.hair_bangs_3_pyellow{background-image:url(spritesmith0.png);background-position:-1833px -561px;width:60px;height:60px}.hair_bangs_3_rainbow{background-image:url(spritesmith0.png);background-position:-1808px -637px;width:90px;height:90px}.customize-option.hair_bangs_3_rainbow{background-image:url(spritesmith0.png);background-position:-1833px -652px;width:60px;height:60px}.hair_bangs_3_red{background-image:url(spritesmith0.png);background-position:-1808px -728px;width:90px;height:90px}.customize-option.hair_bangs_3_red{background-image:url(spritesmith0.png);background-position:-1833px -743px;width:60px;height:60px}.hair_bangs_3_snowy{background-image:url(spritesmith0.png);background-position:-1808px -819px;width:90px;height:90px}.customize-option.hair_bangs_3_snowy{background-image:url(spritesmith0.png);background-position:-1833px -834px;width:60px;height:60px}.hair_bangs_3_white{background-image:url(spritesmith0.png);background-position:-1808px -910px;width:90px;height:90px}.customize-option.hair_bangs_3_white{background-image:url(spritesmith0.png);background-position:-1833px -925px;width:60px;height:60px}.hair_bangs_3_winternight{background-image:url(spritesmith0.png);background-position:-1808px -1001px;width:90px;height:90px}.customize-option.hair_bangs_3_winternight{background-image:url(spritesmith0.png);background-position:-1833px -1016px;width:60px;height:60px}.hair_bangs_3_winterstar{background-image:url(spritesmith0.png);background-position:-1808px -1092px;width:90px;height:90px}.customize-option.hair_bangs_3_winterstar{background-image:url(spritesmith0.png);background-position:-1833px -1107px;width:60px;height:60px}.hair_bangs_3_yellow{background-image:url(spritesmith0.png);background-position:-1808px -1183px;width:90px;height:90px}.customize-option.hair_bangs_3_yellow{background-image:url(spritesmith0.png);background-position:-1833px -1198px;width:60px;height:60px}.hair_bangs_3_zombie{background-image:url(spritesmith0.png);background-position:-1808px -1274px;width:90px;height:90px}.customize-option.hair_bangs_3_zombie{background-image:url(spritesmith0.png);background-position:-1833px -1289px;width:60px;height:60px}.hair_base_10_TRUred{background-image:url(spritesmith0.png);background-position:-1808px -1365px;width:90px;height:90px}.customize-option.hair_base_10_TRUred{background-image:url(spritesmith0.png);background-position:-1833px -1380px;width:60px;height:60px}.hair_base_10_aurora{background-image:url(spritesmith0.png);background-position:-1808px -1456px;width:90px;height:90px}.customize-option.hair_base_10_aurora{background-image:url(spritesmith0.png);background-position:-1833px -1471px;width:60px;height:60px}.hair_base_10_black{background-image:url(spritesmith0.png);background-position:-1808px -1547px;width:90px;height:90px}.customize-option.hair_base_10_black{background-image:url(spritesmith0.png);background-position:-1833px -1562px;width:60px;height:60px}.hair_base_10_blond{background-image:url(spritesmith0.png);background-position:-1808px -1638px;width:90px;height:90px}.customize-option.hair_base_10_blond{background-image:url(spritesmith0.png);background-position:-1833px -1653px;width:60px;height:60px}.hair_base_10_blue{background-image:url(spritesmith0.png);background-position:0 -1741px;width:90px;height:90px}.customize-option.hair_base_10_blue{background-image:url(spritesmith0.png);background-position:-25px -1756px;width:60px;height:60px}.hair_base_10_brown{background-image:url(spritesmith0.png);background-position:-91px -1741px;width:90px;height:90px}.customize-option.hair_base_10_brown{background-image:url(spritesmith0.png);background-position:-116px -1756px;width:60px;height:60px}.hair_base_10_candycane{background-image:url(spritesmith0.png);background-position:-182px -1741px;width:90px;height:90px}.customize-option.hair_base_10_candycane{background-image:url(spritesmith0.png);background-position:-207px -1756px;width:60px;height:60px}.hair_base_10_candycorn{background-image:url(spritesmith0.png);background-position:-273px -1741px;width:90px;height:90px}.customize-option.hair_base_10_candycorn{background-image:url(spritesmith0.png);background-position:-298px -1756px;width:60px;height:60px}.hair_base_10_festive{background-image:url(spritesmith0.png);background-position:-364px -1741px;width:90px;height:90px}.customize-option.hair_base_10_festive{background-image:url(spritesmith0.png);background-position:-389px -1756px;width:60px;height:60px}.hair_base_10_frost{background-image:url(spritesmith0.png);background-position:-455px -1741px;width:90px;height:90px}.customize-option.hair_base_10_frost{background-image:url(spritesmith0.png);background-position:-480px -1756px;width:60px;height:60px}.hair_base_10_ghostwhite{background-image:url(spritesmith0.png);background-position:-546px -1741px;width:90px;height:90px}.customize-option.hair_base_10_ghostwhite{background-image:url(spritesmith0.png);background-position:-571px -1756px;width:60px;height:60px}.hair_base_10_green{background-image:url(spritesmith0.png);background-position:-637px -1741px;width:90px;height:90px}.customize-option.hair_base_10_green{background-image:url(spritesmith0.png);background-position:-662px -1756px;width:60px;height:60px}.hair_base_10_halloween{background-image:url(spritesmith0.png);background-position:-728px -1741px;width:90px;height:90px}.customize-option.hair_base_10_halloween{background-image:url(spritesmith0.png);background-position:-753px -1756px;width:60px;height:60px}.hair_base_10_holly{background-image:url(spritesmith0.png);background-position:-819px -1741px;width:90px;height:90px}.customize-option.hair_base_10_holly{background-image:url(spritesmith0.png);background-position:-844px -1756px;width:60px;height:60px}.hair_base_10_hollygreen{background-image:url(spritesmith0.png);background-position:-910px -1741px;width:90px;height:90px}.customize-option.hair_base_10_hollygreen{background-image:url(spritesmith0.png);background-position:-935px -1756px;width:60px;height:60px}.hair_base_10_midnight{background-image:url(spritesmith0.png);background-position:-1001px -1741px;width:90px;height:90px}.customize-option.hair_base_10_midnight{background-image:url(spritesmith0.png);background-position:-1026px -1756px;width:60px;height:60px}.hair_base_10_pblue{background-image:url(spritesmith0.png);background-position:-1092px -1741px;width:90px;height:90px}.customize-option.hair_base_10_pblue{background-image:url(spritesmith0.png);background-position:-1117px -1756px;width:60px;height:60px}.hair_base_10_peppermint{background-image:url(spritesmith0.png);background-position:-1183px -1741px;width:90px;height:90px}.customize-option.hair_base_10_peppermint{background-image:url(spritesmith0.png);background-position:-1208px -1756px;width:60px;height:60px}.hair_base_10_pgreen{background-image:url(spritesmith0.png);background-position:-1274px -1741px;width:90px;height:90px}.customize-option.hair_base_10_pgreen{background-image:url(spritesmith0.png);background-position:-1299px -1756px;width:60px;height:60px}.hair_base_10_porange{background-image:url(spritesmith0.png);background-position:-1365px -1741px;width:90px;height:90px}.customize-option.hair_base_10_porange{background-image:url(spritesmith0.png);background-position:-1390px -1756px;width:60px;height:60px}.hair_base_10_ppink{background-image:url(spritesmith0.png);background-position:-1456px -1741px;width:90px;height:90px}.customize-option.hair_base_10_ppink{background-image:url(spritesmith0.png);background-position:-1481px -1756px;width:60px;height:60px}.hair_base_10_ppurple{background-image:url(spritesmith0.png);background-position:-1547px -1741px;width:90px;height:90px}.customize-option.hair_base_10_ppurple{background-image:url(spritesmith0.png);background-position:-1572px -1756px;width:60px;height:60px}.hair_base_10_pumpkin{background-image:url(spritesmith0.png);background-position:-1638px -1741px;width:90px;height:90px}.customize-option.hair_base_10_pumpkin{background-image:url(spritesmith0.png);background-position:-1663px -1756px;width:60px;height:60px}.hair_base_10_purple{background-image:url(spritesmith0.png);background-position:-1444px -1092px;width:90px;height:90px}.customize-option.hair_base_10_purple{background-image:url(spritesmith0.png);background-position:-1469px -1107px;width:60px;height:60px}.hair_base_10_pyellow{background-image:url(spritesmith0.png);background-position:-847px -387px;width:90px;height:90px}.customize-option.hair_base_10_pyellow{background-image:url(spritesmith0.png);background-position:-872px -402px;width:60px;height:60px}.hair_base_10_rainbow{background-image:url(spritesmith0.png);background-position:-989px -455px;width:90px;height:90px}.customize-option.hair_base_10_rainbow{background-image:url(spritesmith0.png);background-position:-1014px -470px;width:60px;height:60px}.hair_base_10_red{background-image:url(spritesmith0.png);background-position:-989px -364px;width:90px;height:90px}.customize-option.hair_base_10_red{background-image:url(spritesmith0.png);background-position:-1014px -379px;width:60px;height:60px}.hair_base_10_snowy{background-image:url(spritesmith0.png);background-position:-989px -273px;width:90px;height:90px}.customize-option.hair_base_10_snowy{background-image:url(spritesmith0.png);background-position:-1014px -288px;width:60px;height:60px}.hair_base_10_white{background-image:url(spritesmith0.png);background-position:-989px -182px;width:90px;height:90px}.customize-option.hair_base_10_white{background-image:url(spritesmith0.png);background-position:-1014px -197px;width:60px;height:60px}.hair_base_10_winternight{background-image:url(spritesmith0.png);background-position:-989px -91px;width:90px;height:90px}.customize-option.hair_base_10_winternight{background-image:url(spritesmith0.png);background-position:-1014px -106px;width:60px;height:60px}.hair_base_10_winterstar{background-image:url(spritesmith0.png);background-position:-989px 0;width:90px;height:90px}.customize-option.hair_base_10_winterstar{background-image:url(spritesmith0.png);background-position:-1014px -15px;width:60px;height:60px}.hair_base_10_yellow{background-image:url(spritesmith0.png);background-position:-819px -831px;width:90px;height:90px}.customize-option.hair_base_10_yellow{background-image:url(spritesmith0.png);background-position:-844px -846px;width:60px;height:60px}.hair_base_10_zombie{background-image:url(spritesmith0.png);background-position:-728px -831px;width:90px;height:90px}.customize-option.hair_base_10_zombie{background-image:url(spritesmith0.png);background-position:-753px -846px;width:60px;height:60px}.hair_base_11_TRUred{background-image:url(spritesmith0.png);background-position:-637px -831px;width:90px;height:90px}.customize-option.hair_base_11_TRUred{background-image:url(spritesmith0.png);background-position:-662px -846px;width:60px;height:60px}.hair_base_11_aurora{background-image:url(spritesmith0.png);background-position:-546px -831px;width:90px;height:90px}.customize-option.hair_base_11_aurora{background-image:url(spritesmith0.png);background-position:-571px -846px;width:60px;height:60px}.hair_base_11_black{background-image:url(spritesmith0.png);background-position:-455px -831px;width:90px;height:90px}.customize-option.hair_base_11_black{background-image:url(spritesmith0.png);background-position:-480px -846px;width:60px;height:60px}.hair_base_11_blond{background-image:url(spritesmith0.png);background-position:-364px -831px;width:90px;height:90px}.customize-option.hair_base_11_blond{background-image:url(spritesmith0.png);background-position:-389px -846px;width:60px;height:60px}.hair_base_11_blue{background-image:url(spritesmith0.png);background-position:-273px -831px;width:90px;height:90px}.customize-option.hair_base_11_blue{background-image:url(spritesmith0.png);background-position:-298px -846px;width:60px;height:60px}.hair_base_11_brown{background-image:url(spritesmith0.png);background-position:-182px -831px;width:90px;height:90px}.customize-option.hair_base_11_brown{background-image:url(spritesmith0.png);background-position:-207px -846px;width:60px;height:60px}.hair_base_11_candycane{background-image:url(spritesmith0.png);background-position:-91px -831px;width:90px;height:90px}.customize-option.hair_base_11_candycane{background-image:url(spritesmith0.png);background-position:-116px -846px;width:60px;height:60px}.hair_base_11_candycorn{background-image:url(spritesmith0.png);background-position:0 -831px;width:90px;height:90px}.customize-option.hair_base_11_candycorn{background-image:url(spritesmith0.png);background-position:-25px -846px;width:60px;height:60px}.hair_base_11_festive{background-image:url(spritesmith0.png);background-position:-819px -740px;width:90px;height:90px}.customize-option.hair_base_11_festive{background-image:url(spritesmith0.png);background-position:-844px -755px;width:60px;height:60px}.hair_base_11_frost{background-image:url(spritesmith0.png);background-position:-728px -740px;width:90px;height:90px}.customize-option.hair_base_11_frost{background-image:url(spritesmith0.png);background-position:-753px -755px;width:60px;height:60px}.hair_base_11_ghostwhite{background-image:url(spritesmith0.png);background-position:-637px -740px;width:90px;height:90px}.customize-option.hair_base_11_ghostwhite{background-image:url(spritesmith0.png);background-position:-662px -755px;width:60px;height:60px}.hair_base_11_green{background-image:url(spritesmith0.png);background-position:-546px -740px;width:90px;height:90px}.customize-option.hair_base_11_green{background-image:url(spritesmith0.png);background-position:-571px -755px;width:60px;height:60px}.hair_base_11_halloween{background-image:url(spritesmith0.png);background-position:-455px -740px;width:90px;height:90px}.customize-option.hair_base_11_halloween{background-image:url(spritesmith0.png);background-position:-480px -755px;width:60px;height:60px}.hair_base_11_holly{background-image:url(spritesmith0.png);background-position:-364px -740px;width:90px;height:90px}.customize-option.hair_base_11_holly{background-image:url(spritesmith0.png);background-position:-389px -755px;width:60px;height:60px}.hair_base_11_hollygreen{background-image:url(spritesmith0.png);background-position:-273px -740px;width:90px;height:90px}.customize-option.hair_base_11_hollygreen{background-image:url(spritesmith0.png);background-position:-298px -755px;width:60px;height:60px}.hair_base_11_midnight{background-image:url(spritesmith0.png);background-position:-182px -740px;width:90px;height:90px}.customize-option.hair_base_11_midnight{background-image:url(spritesmith0.png);background-position:-207px -755px;width:60px;height:60px}.hair_base_11_pblue{background-image:url(spritesmith0.png);background-position:-91px -740px;width:90px;height:90px}.customize-option.hair_base_11_pblue{background-image:url(spritesmith0.png);background-position:-116px -755px;width:60px;height:60px}.hair_base_11_peppermint{background-image:url(spritesmith0.png);background-position:0 -740px;width:90px;height:90px}.customize-option.hair_base_11_peppermint{background-image:url(spritesmith0.png);background-position:-25px -755px;width:60px;height:60px}.hair_base_11_pgreen{background-image:url(spritesmith0.png);background-position:-706px -592px;width:90px;height:90px}.customize-option.hair_base_11_pgreen{background-image:url(spritesmith0.png);background-position:-731px -607px;width:60px;height:60px}.hair_base_11_porange{background-image:url(spritesmith0.png);background-position:-567px -444px;width:90px;height:90px}.customize-option.hair_base_11_porange{background-image:url(spritesmith0.png);background-position:-592px -459px;width:60px;height:60px}.hair_base_11_ppink{background-image:url(spritesmith0.png);background-position:-847px -569px;width:90px;height:90px}.customize-option.hair_base_11_ppink{background-image:url(spritesmith0.png);background-position:-872px -584px;width:60px;height:60px}.hair_base_11_ppurple{background-image:url(spritesmith0.png);background-position:-847px -478px;width:90px;height:90px}.customize-option.hair_base_11_ppurple{background-image:url(spritesmith0.png);background-position:-872px -493px;width:60px;height:60px}.hair_base_11_pumpkin{background-image:url(spritesmith1.png);background-position:-91px 0;width:90px;height:90px}.customize-option.hair_base_11_pumpkin{background-image:url(spritesmith1.png);background-position:-116px -15px;width:60px;height:60px}.hair_base_11_purple{background-image:url(spritesmith1.png);background-position:-1092px -1183px;width:90px;height:90px}.customize-option.hair_base_11_purple{background-image:url(spritesmith1.png);background-position:-1117px -1198px;width:60px;height:60px}.hair_base_11_pyellow{background-image:url(spritesmith1.png);background-position:0 -91px;width:90px;height:90px}.customize-option.hair_base_11_pyellow{background-image:url(spritesmith1.png);background-position:-25px -106px;width:60px;height:60px}.hair_base_11_rainbow{background-image:url(spritesmith1.png);background-position:-91px -91px;width:90px;height:90px}.customize-option.hair_base_11_rainbow{background-image:url(spritesmith1.png);background-position:-116px -106px;width:60px;height:60px}.hair_base_11_red{background-image:url(spritesmith1.png);background-position:-182px 0;width:90px;height:90px}.customize-option.hair_base_11_red{background-image:url(spritesmith1.png);background-position:-207px -15px;width:60px;height:60px}.hair_base_11_snowy{background-image:url(spritesmith1.png);background-position:-182px -91px;width:90px;height:90px}.customize-option.hair_base_11_snowy{background-image:url(spritesmith1.png);background-position:-207px -106px;width:60px;height:60px}.hair_base_11_white{background-image:url(spritesmith1.png);background-position:0 -182px;width:90px;height:90px}.customize-option.hair_base_11_white{background-image:url(spritesmith1.png);background-position:-25px -197px;width:60px;height:60px}.hair_base_11_winternight{background-image:url(spritesmith1.png);background-position:-91px -182px;width:90px;height:90px}.customize-option.hair_base_11_winternight{background-image:url(spritesmith1.png);background-position:-116px -197px;width:60px;height:60px}.hair_base_11_winterstar{background-image:url(spritesmith1.png);background-position:-182px -182px;width:90px;height:90px}.customize-option.hair_base_11_winterstar{background-image:url(spritesmith1.png);background-position:-207px -197px;width:60px;height:60px}.hair_base_11_yellow{background-image:url(spritesmith1.png);background-position:-273px 0;width:90px;height:90px}.customize-option.hair_base_11_yellow{background-image:url(spritesmith1.png);background-position:-298px -15px;width:60px;height:60px}.hair_base_11_zombie{background-image:url(spritesmith1.png);background-position:-273px -91px;width:90px;height:90px}.customize-option.hair_base_11_zombie{background-image:url(spritesmith1.png);background-position:-298px -106px;width:60px;height:60px}.hair_base_12_TRUred{background-image:url(spritesmith1.png);background-position:-273px -182px;width:90px;height:90px}.customize-option.hair_base_12_TRUred{background-image:url(spritesmith1.png);background-position:-298px -197px;width:60px;height:60px}.hair_base_12_aurora{background-image:url(spritesmith1.png);background-position:0 -273px;width:90px;height:90px}.customize-option.hair_base_12_aurora{background-image:url(spritesmith1.png);background-position:-25px -288px;width:60px;height:60px}.hair_base_12_black{background-image:url(spritesmith1.png);background-position:-91px -273px;width:90px;height:90px}.customize-option.hair_base_12_black{background-image:url(spritesmith1.png);background-position:-116px -288px;width:60px;height:60px}.hair_base_12_blond{background-image:url(spritesmith1.png);background-position:-182px -273px;width:90px;height:90px}.customize-option.hair_base_12_blond{background-image:url(spritesmith1.png);background-position:-207px -288px;width:60px;height:60px}.hair_base_12_blue{background-image:url(spritesmith1.png);background-position:-273px -273px;width:90px;height:90px}.customize-option.hair_base_12_blue{background-image:url(spritesmith1.png);background-position:-298px -288px;width:60px;height:60px}.hair_base_12_brown{background-image:url(spritesmith1.png);background-position:-364px 0;width:90px;height:90px}.customize-option.hair_base_12_brown{background-image:url(spritesmith1.png);background-position:-389px -15px;width:60px;height:60px}.hair_base_12_candycane{background-image:url(spritesmith1.png);background-position:-364px -91px;width:90px;height:90px}.customize-option.hair_base_12_candycane{background-image:url(spritesmith1.png);background-position:-389px -106px;width:60px;height:60px}.hair_base_12_candycorn{background-image:url(spritesmith1.png);background-position:-364px -182px;width:90px;height:90px}.customize-option.hair_base_12_candycorn{background-image:url(spritesmith1.png);background-position:-389px -197px;width:60px;height:60px}.hair_base_12_festive{background-image:url(spritesmith1.png);background-position:-364px -273px;width:90px;height:90px}.customize-option.hair_base_12_festive{background-image:url(spritesmith1.png);background-position:-389px -288px;width:60px;height:60px}.hair_base_12_frost{background-image:url(spritesmith1.png);background-position:0 -364px;width:90px;height:90px}.customize-option.hair_base_12_frost{background-image:url(spritesmith1.png);background-position:-25px -379px;width:60px;height:60px}.hair_base_12_ghostwhite{background-image:url(spritesmith1.png);background-position:-91px -364px;width:90px;height:90px}.customize-option.hair_base_12_ghostwhite{background-image:url(spritesmith1.png);background-position:-116px -379px;width:60px;height:60px}.hair_base_12_green{background-image:url(spritesmith1.png);background-position:-182px -364px;width:90px;height:90px}.customize-option.hair_base_12_green{background-image:url(spritesmith1.png);background-position:-207px -379px;width:60px;height:60px}.hair_base_12_halloween{background-image:url(spritesmith1.png);background-position:-273px -364px;width:90px;height:90px}.customize-option.hair_base_12_halloween{background-image:url(spritesmith1.png);background-position:-298px -379px;width:60px;height:60px}.hair_base_12_holly{background-image:url(spritesmith1.png);background-position:-364px -364px;width:90px;height:90px}.customize-option.hair_base_12_holly{background-image:url(spritesmith1.png);background-position:-389px -379px;width:60px;height:60px}.hair_base_12_hollygreen{background-image:url(spritesmith1.png);background-position:-455px 0;width:90px;height:90px}.customize-option.hair_base_12_hollygreen{background-image:url(spritesmith1.png);background-position:-480px -15px;width:60px;height:60px}.hair_base_12_midnight{background-image:url(spritesmith1.png);background-position:-455px -91px;width:90px;height:90px}.customize-option.hair_base_12_midnight{background-image:url(spritesmith1.png);background-position:-480px -106px;width:60px;height:60px}.hair_base_12_pblue{background-image:url(spritesmith1.png);background-position:-455px -182px;width:90px;height:90px}.customize-option.hair_base_12_pblue{background-image:url(spritesmith1.png);background-position:-480px -197px;width:60px;height:60px}.hair_base_12_peppermint{background-image:url(spritesmith1.png);background-position:-455px -273px;width:90px;height:90px}.customize-option.hair_base_12_peppermint{background-image:url(spritesmith1.png);background-position:-480px -288px;width:60px;height:60px}.hair_base_12_pgreen{background-image:url(spritesmith1.png);background-position:-455px -364px;width:90px;height:90px}.customize-option.hair_base_12_pgreen{background-image:url(spritesmith1.png);background-position:-480px -379px;width:60px;height:60px}.hair_base_12_porange{background-image:url(spritesmith1.png);background-position:0 -455px;width:90px;height:90px}.customize-option.hair_base_12_porange{background-image:url(spritesmith1.png);background-position:-25px -470px;width:60px;height:60px}.hair_base_12_ppink{background-image:url(spritesmith1.png);background-position:-91px -455px;width:90px;height:90px}.customize-option.hair_base_12_ppink{background-image:url(spritesmith1.png);background-position:-116px -470px;width:60px;height:60px}.hair_base_12_ppurple{background-image:url(spritesmith1.png);background-position:-182px -455px;width:90px;height:90px}.customize-option.hair_base_12_ppurple{background-image:url(spritesmith1.png);background-position:-207px -470px;width:60px;height:60px}.hair_base_12_pumpkin{background-image:url(spritesmith1.png);background-position:-273px -455px;width:90px;height:90px}.customize-option.hair_base_12_pumpkin{background-image:url(spritesmith1.png);background-position:-298px -470px;width:60px;height:60px}.hair_base_12_purple{background-image:url(spritesmith1.png);background-position:-364px -455px;width:90px;height:90px}.customize-option.hair_base_12_purple{background-image:url(spritesmith1.png);background-position:-389px -470px;width:60px;height:60px}.hair_base_12_pyellow{background-image:url(spritesmith1.png);background-position:-455px -455px;width:90px;height:90px}.customize-option.hair_base_12_pyellow{background-image:url(spritesmith1.png);background-position:-480px -470px;width:60px;height:60px}.hair_base_12_rainbow{background-image:url(spritesmith1.png);background-position:-546px 0;width:90px;height:90px}.customize-option.hair_base_12_rainbow{background-image:url(spritesmith1.png);background-position:-571px -15px;width:60px;height:60px}.hair_base_12_red{background-image:url(spritesmith1.png);background-position:-546px -91px;width:90px;height:90px}.customize-option.hair_base_12_red{background-image:url(spritesmith1.png);background-position:-571px -106px;width:60px;height:60px}.hair_base_12_snowy{background-image:url(spritesmith1.png);background-position:-546px -182px;width:90px;height:90px}.customize-option.hair_base_12_snowy{background-image:url(spritesmith1.png);background-position:-571px -197px;width:60px;height:60px}.hair_base_12_white{background-image:url(spritesmith1.png);background-position:-546px -273px;width:90px;height:90px}.customize-option.hair_base_12_white{background-image:url(spritesmith1.png);background-position:-571px -288px;width:60px;height:60px}.hair_base_12_winternight{background-image:url(spritesmith1.png);background-position:-546px -364px;width:90px;height:90px}.customize-option.hair_base_12_winternight{background-image:url(spritesmith1.png);background-position:-571px -379px;width:60px;height:60px}.hair_base_12_winterstar{background-image:url(spritesmith1.png);background-position:-546px -455px;width:90px;height:90px}.customize-option.hair_base_12_winterstar{background-image:url(spritesmith1.png);background-position:-571px -470px;width:60px;height:60px}.hair_base_12_yellow{background-image:url(spritesmith1.png);background-position:0 -546px;width:90px;height:90px}.customize-option.hair_base_12_yellow{background-image:url(spritesmith1.png);background-position:-25px -561px;width:60px;height:60px}.hair_base_12_zombie{background-image:url(spritesmith1.png);background-position:-91px -546px;width:90px;height:90px}.customize-option.hair_base_12_zombie{background-image:url(spritesmith1.png);background-position:-116px -561px;width:60px;height:60px}.hair_base_13_TRUred{background-image:url(spritesmith1.png);background-position:-182px -546px;width:90px;height:90px}.customize-option.hair_base_13_TRUred{background-image:url(spritesmith1.png);background-position:-207px -561px;width:60px;height:60px}.hair_base_13_aurora{background-image:url(spritesmith1.png);background-position:-273px -546px;width:90px;height:90px}.customize-option.hair_base_13_aurora{background-image:url(spritesmith1.png);background-position:-298px -561px;width:60px;height:60px}.hair_base_13_black{background-image:url(spritesmith1.png);background-position:-364px -546px;width:90px;height:90px}.customize-option.hair_base_13_black{background-image:url(spritesmith1.png);background-position:-389px -561px;width:60px;height:60px}.hair_base_13_blond{background-image:url(spritesmith1.png);background-position:-455px -546px;width:90px;height:90px}.customize-option.hair_base_13_blond{background-image:url(spritesmith1.png);background-position:-480px -561px;width:60px;height:60px}.hair_base_13_blue{background-image:url(spritesmith1.png);background-position:-546px -546px;width:90px;height:90px}.customize-option.hair_base_13_blue{background-image:url(spritesmith1.png);background-position:-571px -561px;width:60px;height:60px}.hair_base_13_brown{background-image:url(spritesmith1.png);background-position:-637px 0;width:90px;height:90px}.customize-option.hair_base_13_brown{background-image:url(spritesmith1.png);background-position:-662px -15px;width:60px;height:60px}.hair_base_13_candycane{background-image:url(spritesmith1.png);background-position:-637px -91px;width:90px;height:90px}.customize-option.hair_base_13_candycane{background-image:url(spritesmith1.png);background-position:-662px -106px;width:60px;height:60px}.hair_base_13_candycorn{background-image:url(spritesmith1.png);background-position:-637px -182px;width:90px;height:90px}.customize-option.hair_base_13_candycorn{background-image:url(spritesmith1.png);background-position:-662px -197px;width:60px;height:60px}.hair_base_13_festive{background-image:url(spritesmith1.png);background-position:-637px -273px;width:90px;height:90px}.customize-option.hair_base_13_festive{background-image:url(spritesmith1.png);background-position:-662px -288px;width:60px;height:60px}.hair_base_13_frost{background-image:url(spritesmith1.png);background-position:-637px -364px;width:90px;height:90px}.customize-option.hair_base_13_frost{background-image:url(spritesmith1.png);background-position:-662px -379px;width:60px;height:60px}.hair_base_13_ghostwhite{background-image:url(spritesmith1.png);background-position:-637px -455px;width:90px;height:90px}.customize-option.hair_base_13_ghostwhite{background-image:url(spritesmith1.png);background-position:-662px -470px;width:60px;height:60px}.hair_base_13_green{background-image:url(spritesmith1.png);background-position:-637px -546px;width:90px;height:90px}.customize-option.hair_base_13_green{background-image:url(spritesmith1.png);background-position:-662px -561px;width:60px;height:60px}.hair_base_13_halloween{background-image:url(spritesmith1.png);background-position:0 -637px;width:90px;height:90px}.customize-option.hair_base_13_halloween{background-image:url(spritesmith1.png);background-position:-25px -652px;width:60px;height:60px}.hair_base_13_holly{background-image:url(spritesmith1.png);background-position:-91px -637px;width:90px;height:90px}.customize-option.hair_base_13_holly{background-image:url(spritesmith1.png);background-position:-116px -652px;width:60px;height:60px}.hair_base_13_hollygreen{background-image:url(spritesmith1.png);background-position:-182px -637px;width:90px;height:90px}.customize-option.hair_base_13_hollygreen{background-image:url(spritesmith1.png);background-position:-207px -652px;width:60px;height:60px}.hair_base_13_midnight{background-image:url(spritesmith1.png);background-position:-273px -637px;width:90px;height:90px}.customize-option.hair_base_13_midnight{background-image:url(spritesmith1.png);background-position:-298px -652px;width:60px;height:60px}.hair_base_13_pblue{background-image:url(spritesmith1.png);background-position:-364px -637px;width:90px;height:90px}.customize-option.hair_base_13_pblue{background-image:url(spritesmith1.png);background-position:-389px -652px;width:60px;height:60px}.hair_base_13_peppermint{background-image:url(spritesmith1.png);background-position:-455px -637px;width:90px;height:90px}.customize-option.hair_base_13_peppermint{background-image:url(spritesmith1.png);background-position:-480px -652px;width:60px;height:60px}.hair_base_13_pgreen{background-image:url(spritesmith1.png);background-position:-546px -637px;width:90px;height:90px}.customize-option.hair_base_13_pgreen{background-image:url(spritesmith1.png);background-position:-571px -652px;width:60px;height:60px}.hair_base_13_porange{background-image:url(spritesmith1.png);background-position:-637px -637px;width:90px;height:90px}.customize-option.hair_base_13_porange{background-image:url(spritesmith1.png);background-position:-662px -652px;width:60px;height:60px}.hair_base_13_ppink{background-image:url(spritesmith1.png);background-position:-728px 0;width:90px;height:90px}.customize-option.hair_base_13_ppink{background-image:url(spritesmith1.png);background-position:-753px -15px;width:60px;height:60px}.hair_base_13_ppurple{background-image:url(spritesmith1.png);background-position:-728px -91px;width:90px;height:90px}.customize-option.hair_base_13_ppurple{background-image:url(spritesmith1.png);background-position:-753px -106px;width:60px;height:60px}.hair_base_13_pumpkin{background-image:url(spritesmith1.png);background-position:-728px -182px;width:90px;height:90px}.customize-option.hair_base_13_pumpkin{background-image:url(spritesmith1.png);background-position:-753px -197px;width:60px;height:60px}.hair_base_13_purple{background-image:url(spritesmith1.png);background-position:-728px -273px;width:90px;height:90px}.customize-option.hair_base_13_purple{background-image:url(spritesmith1.png);background-position:-753px -288px;width:60px;height:60px}.hair_base_13_pyellow{background-image:url(spritesmith1.png);background-position:-728px -364px;width:90px;height:90px}.customize-option.hair_base_13_pyellow{background-image:url(spritesmith1.png);background-position:-753px -379px;width:60px;height:60px}.hair_base_13_rainbow{background-image:url(spritesmith1.png);background-position:-728px -455px;width:90px;height:90px}.customize-option.hair_base_13_rainbow{background-image:url(spritesmith1.png);background-position:-753px -470px;width:60px;height:60px}.hair_base_13_red{background-image:url(spritesmith1.png);background-position:-728px -546px;width:90px;height:90px}.customize-option.hair_base_13_red{background-image:url(spritesmith1.png);background-position:-753px -561px;width:60px;height:60px}.hair_base_13_snowy{background-image:url(spritesmith1.png);background-position:-728px -637px;width:90px;height:90px}.customize-option.hair_base_13_snowy{background-image:url(spritesmith1.png);background-position:-753px -652px;width:60px;height:60px}.hair_base_13_white{background-image:url(spritesmith1.png);background-position:0 -728px;width:90px;height:90px}.customize-option.hair_base_13_white{background-image:url(spritesmith1.png);background-position:-25px -743px;width:60px;height:60px}.hair_base_13_winternight{background-image:url(spritesmith1.png);background-position:-91px -728px;width:90px;height:90px}.customize-option.hair_base_13_winternight{background-image:url(spritesmith1.png);background-position:-116px -743px;width:60px;height:60px}.hair_base_13_winterstar{background-image:url(spritesmith1.png);background-position:-182px -728px;width:90px;height:90px}.customize-option.hair_base_13_winterstar{background-image:url(spritesmith1.png);background-position:-207px -743px;width:60px;height:60px}.hair_base_13_yellow{background-image:url(spritesmith1.png);background-position:-273px -728px;width:90px;height:90px}.customize-option.hair_base_13_yellow{background-image:url(spritesmith1.png);background-position:-298px -743px;width:60px;height:60px}.hair_base_13_zombie{background-image:url(spritesmith1.png);background-position:-364px -728px;width:90px;height:90px}.customize-option.hair_base_13_zombie{background-image:url(spritesmith1.png);background-position:-389px -743px;width:60px;height:60px}.hair_base_14_TRUred{background-image:url(spritesmith1.png);background-position:-455px -728px;width:90px;height:90px}.customize-option.hair_base_14_TRUred{background-image:url(spritesmith1.png);background-position:-480px -743px;width:60px;height:60px}.hair_base_14_aurora{background-image:url(spritesmith1.png);background-position:-546px -728px;width:90px;height:90px}.customize-option.hair_base_14_aurora{background-image:url(spritesmith1.png);background-position:-571px -743px;width:60px;height:60px}.hair_base_14_black{background-image:url(spritesmith1.png);background-position:-637px -728px;width:90px;height:90px}.customize-option.hair_base_14_black{background-image:url(spritesmith1.png);background-position:-662px -743px;width:60px;height:60px}.hair_base_14_blond{background-image:url(spritesmith1.png);background-position:-728px -728px;width:90px;height:90px}.customize-option.hair_base_14_blond{background-image:url(spritesmith1.png);background-position:-753px -743px;width:60px;height:60px}.hair_base_14_blue{background-image:url(spritesmith1.png);background-position:-819px 0;width:90px;height:90px}.customize-option.hair_base_14_blue{background-image:url(spritesmith1.png);background-position:-844px -15px;width:60px;height:60px}.hair_base_14_brown{background-image:url(spritesmith1.png);background-position:-819px -91px;width:90px;height:90px}.customize-option.hair_base_14_brown{background-image:url(spritesmith1.png);background-position:-844px -106px;width:60px;height:60px}.hair_base_14_candycane{background-image:url(spritesmith1.png);background-position:-819px -182px;width:90px;height:90px}.customize-option.hair_base_14_candycane{background-image:url(spritesmith1.png);background-position:-844px -197px;width:60px;height:60px}.hair_base_14_candycorn{background-image:url(spritesmith1.png);background-position:-819px -273px;width:90px;height:90px}.customize-option.hair_base_14_candycorn{background-image:url(spritesmith1.png);background-position:-844px -288px;width:60px;height:60px}.hair_base_14_festive{background-image:url(spritesmith1.png);background-position:-819px -364px;width:90px;height:90px}.customize-option.hair_base_14_festive{background-image:url(spritesmith1.png);background-position:-844px -379px;width:60px;height:60px}.hair_base_14_frost{background-image:url(spritesmith1.png);background-position:-819px -455px;width:90px;height:90px}.customize-option.hair_base_14_frost{background-image:url(spritesmith1.png);background-position:-844px -470px;width:60px;height:60px}.hair_base_14_ghostwhite{background-image:url(spritesmith1.png);background-position:-819px -546px;width:90px;height:90px}.customize-option.hair_base_14_ghostwhite{background-image:url(spritesmith1.png);background-position:-844px -561px;width:60px;height:60px}.hair_base_14_green{background-image:url(spritesmith1.png);background-position:-819px -637px;width:90px;height:90px}.customize-option.hair_base_14_green{background-image:url(spritesmith1.png);background-position:-844px -652px;width:60px;height:60px}.hair_base_14_halloween{background-image:url(spritesmith1.png);background-position:-819px -728px;width:90px;height:90px}.customize-option.hair_base_14_halloween{background-image:url(spritesmith1.png);background-position:-844px -743px;width:60px;height:60px}.hair_base_14_holly{background-image:url(spritesmith1.png);background-position:0 -819px;width:90px;height:90px}.customize-option.hair_base_14_holly{background-image:url(spritesmith1.png);background-position:-25px -834px;width:60px;height:60px}.hair_base_14_hollygreen{background-image:url(spritesmith1.png);background-position:-91px -819px;width:90px;height:90px}.customize-option.hair_base_14_hollygreen{background-image:url(spritesmith1.png);background-position:-116px -834px;width:60px;height:60px}.hair_base_14_midnight{background-image:url(spritesmith1.png);background-position:-182px -819px;width:90px;height:90px}.customize-option.hair_base_14_midnight{background-image:url(spritesmith1.png);background-position:-207px -834px;width:60px;height:60px}.hair_base_14_pblue{background-image:url(spritesmith1.png);background-position:-273px -819px;width:90px;height:90px}.customize-option.hair_base_14_pblue{background-image:url(spritesmith1.png);background-position:-298px -834px;width:60px;height:60px}.hair_base_14_peppermint{background-image:url(spritesmith1.png);background-position:-364px -819px;width:90px;height:90px}.customize-option.hair_base_14_peppermint{background-image:url(spritesmith1.png);background-position:-389px -834px;width:60px;height:60px}.hair_base_14_pgreen{background-image:url(spritesmith1.png);background-position:-455px -819px;width:90px;height:90px}.customize-option.hair_base_14_pgreen{background-image:url(spritesmith1.png);background-position:-480px -834px;width:60px;height:60px}.hair_base_14_porange{background-image:url(spritesmith1.png);background-position:-546px -819px;width:90px;height:90px}.customize-option.hair_base_14_porange{background-image:url(spritesmith1.png);background-position:-571px -834px;width:60px;height:60px}.hair_base_14_ppink{background-image:url(spritesmith1.png);background-position:-637px -819px;width:90px;height:90px}.customize-option.hair_base_14_ppink{background-image:url(spritesmith1.png);background-position:-662px -834px;width:60px;height:60px}.hair_base_14_ppurple{background-image:url(spritesmith1.png);background-position:-728px -819px;width:90px;height:90px}.customize-option.hair_base_14_ppurple{background-image:url(spritesmith1.png);background-position:-753px -834px;width:60px;height:60px}.hair_base_14_pumpkin{background-image:url(spritesmith1.png);background-position:-819px -819px;width:90px;height:90px}.customize-option.hair_base_14_pumpkin{background-image:url(spritesmith1.png);background-position:-844px -834px;width:60px;height:60px}.hair_base_14_purple{background-image:url(spritesmith1.png);background-position:-910px 0;width:90px;height:90px}.customize-option.hair_base_14_purple{background-image:url(spritesmith1.png);background-position:-935px -15px;width:60px;height:60px}.hair_base_14_pyellow{background-image:url(spritesmith1.png);background-position:-910px -91px;width:90px;height:90px}.customize-option.hair_base_14_pyellow{background-image:url(spritesmith1.png);background-position:-935px -106px;width:60px;height:60px}.hair_base_14_rainbow{background-image:url(spritesmith1.png);background-position:-910px -182px;width:90px;height:90px}.customize-option.hair_base_14_rainbow{background-image:url(spritesmith1.png);background-position:-935px -197px;width:60px;height:60px}.hair_base_14_red{background-image:url(spritesmith1.png);background-position:-910px -273px;width:90px;height:90px}.customize-option.hair_base_14_red{background-image:url(spritesmith1.png);background-position:-935px -288px;width:60px;height:60px}.hair_base_14_snowy{background-image:url(spritesmith1.png);background-position:-910px -364px;width:90px;height:90px}.customize-option.hair_base_14_snowy{background-image:url(spritesmith1.png);background-position:-935px -379px;width:60px;height:60px}.hair_base_14_white{background-image:url(spritesmith1.png);background-position:-910px -455px;width:90px;height:90px}.customize-option.hair_base_14_white{background-image:url(spritesmith1.png);background-position:-935px -470px;width:60px;height:60px}.hair_base_14_winternight{background-image:url(spritesmith1.png);background-position:-910px -546px;width:90px;height:90px}.customize-option.hair_base_14_winternight{background-image:url(spritesmith1.png);background-position:-935px -561px;width:60px;height:60px}.hair_base_14_winterstar{background-image:url(spritesmith1.png);background-position:-910px -637px;width:90px;height:90px}.customize-option.hair_base_14_winterstar{background-image:url(spritesmith1.png);background-position:-935px -652px;width:60px;height:60px}.hair_base_14_yellow{background-image:url(spritesmith1.png);background-position:-910px -728px;width:90px;height:90px}.customize-option.hair_base_14_yellow{background-image:url(spritesmith1.png);background-position:-935px -743px;width:60px;height:60px}.hair_base_14_zombie{background-image:url(spritesmith1.png);background-position:-910px -819px;width:90px;height:90px}.customize-option.hair_base_14_zombie{background-image:url(spritesmith1.png);background-position:-935px -834px;width:60px;height:60px}.hair_base_1_TRUred{background-image:url(spritesmith1.png);background-position:0 -910px;width:90px;height:90px}.customize-option.hair_base_1_TRUred{background-image:url(spritesmith1.png);background-position:-25px -925px;width:60px;height:60px}.hair_base_1_aurora{background-image:url(spritesmith1.png);background-position:-91px -910px;width:90px;height:90px}.customize-option.hair_base_1_aurora{background-image:url(spritesmith1.png);background-position:-116px -925px;width:60px;height:60px}.hair_base_1_black{background-image:url(spritesmith1.png);background-position:-182px -910px;width:90px;height:90px}.customize-option.hair_base_1_black{background-image:url(spritesmith1.png);background-position:-207px -925px;width:60px;height:60px}.hair_base_1_blond{background-image:url(spritesmith1.png);background-position:-273px -910px;width:90px;height:90px}.customize-option.hair_base_1_blond{background-image:url(spritesmith1.png);background-position:-298px -925px;width:60px;height:60px}.hair_base_1_blue{background-image:url(spritesmith1.png);background-position:-364px -910px;width:90px;height:90px}.customize-option.hair_base_1_blue{background-image:url(spritesmith1.png);background-position:-389px -925px;width:60px;height:60px}.hair_base_1_brown{background-image:url(spritesmith1.png);background-position:-455px -910px;width:90px;height:90px}.customize-option.hair_base_1_brown{background-image:url(spritesmith1.png);background-position:-480px -925px;width:60px;height:60px}.hair_base_1_candycane{background-image:url(spritesmith1.png);background-position:-546px -910px;width:90px;height:90px}.customize-option.hair_base_1_candycane{background-image:url(spritesmith1.png);background-position:-571px -925px;width:60px;height:60px}.hair_base_1_candycorn{background-image:url(spritesmith1.png);background-position:-637px -910px;width:90px;height:90px}.customize-option.hair_base_1_candycorn{background-image:url(spritesmith1.png);background-position:-662px -925px;width:60px;height:60px}.hair_base_1_festive{background-image:url(spritesmith1.png);background-position:-728px -910px;width:90px;height:90px}.customize-option.hair_base_1_festive{background-image:url(spritesmith1.png);background-position:-753px -925px;width:60px;height:60px}.hair_base_1_frost{background-image:url(spritesmith1.png);background-position:-819px -910px;width:90px;height:90px}.customize-option.hair_base_1_frost{background-image:url(spritesmith1.png);background-position:-844px -925px;width:60px;height:60px}.hair_base_1_ghostwhite{background-image:url(spritesmith1.png);background-position:-910px -910px;width:90px;height:90px}.customize-option.hair_base_1_ghostwhite{background-image:url(spritesmith1.png);background-position:-935px -925px;width:60px;height:60px}.hair_base_1_green{background-image:url(spritesmith1.png);background-position:-1001px 0;width:90px;height:90px}.customize-option.hair_base_1_green{background-image:url(spritesmith1.png);background-position:-1026px -15px;width:60px;height:60px}.hair_base_1_halloween{background-image:url(spritesmith1.png);background-position:-1001px -91px;width:90px;height:90px}.customize-option.hair_base_1_halloween{background-image:url(spritesmith1.png);background-position:-1026px -106px;width:60px;height:60px}.hair_base_1_holly{background-image:url(spritesmith1.png);background-position:-1001px -182px;width:90px;height:90px}.customize-option.hair_base_1_holly{background-image:url(spritesmith1.png);background-position:-1026px -197px;width:60px;height:60px}.hair_base_1_hollygreen{background-image:url(spritesmith1.png);background-position:-1001px -273px;width:90px;height:90px}.customize-option.hair_base_1_hollygreen{background-image:url(spritesmith1.png);background-position:-1026px -288px;width:60px;height:60px}.hair_base_1_midnight{background-image:url(spritesmith1.png);background-position:-1001px -364px;width:90px;height:90px}.customize-option.hair_base_1_midnight{background-image:url(spritesmith1.png);background-position:-1026px -379px;width:60px;height:60px}.hair_base_1_pblue{background-image:url(spritesmith1.png);background-position:-1001px -455px;width:90px;height:90px}.customize-option.hair_base_1_pblue{background-image:url(spritesmith1.png);background-position:-1026px -470px;width:60px;height:60px}.hair_base_1_peppermint{background-image:url(spritesmith1.png);background-position:-1001px -546px;width:90px;height:90px}.customize-option.hair_base_1_peppermint{background-image:url(spritesmith1.png);background-position:-1026px -561px;width:60px;height:60px}.hair_base_1_pgreen{background-image:url(spritesmith1.png);background-position:-1001px -637px;width:90px;height:90px}.customize-option.hair_base_1_pgreen{background-image:url(spritesmith1.png);background-position:-1026px -652px;width:60px;height:60px}.hair_base_1_porange{background-image:url(spritesmith1.png);background-position:-1001px -728px;width:90px;height:90px}.customize-option.hair_base_1_porange{background-image:url(spritesmith1.png);background-position:-1026px -743px;width:60px;height:60px}.hair_base_1_ppink{background-image:url(spritesmith1.png);background-position:-1001px -819px;width:90px;height:90px}.customize-option.hair_base_1_ppink{background-image:url(spritesmith1.png);background-position:-1026px -834px;width:60px;height:60px}.hair_base_1_ppurple{background-image:url(spritesmith1.png);background-position:-1001px -910px;width:90px;height:90px}.customize-option.hair_base_1_ppurple{background-image:url(spritesmith1.png);background-position:-1026px -925px;width:60px;height:60px}.hair_base_1_pumpkin{background-image:url(spritesmith1.png);background-position:0 -1001px;width:90px;height:90px}.customize-option.hair_base_1_pumpkin{background-image:url(spritesmith1.png);background-position:-25px -1016px;width:60px;height:60px}.hair_base_1_purple{background-image:url(spritesmith1.png);background-position:-91px -1001px;width:90px;height:90px}.customize-option.hair_base_1_purple{background-image:url(spritesmith1.png);background-position:-116px -1016px;width:60px;height:60px}.hair_base_1_pyellow{background-image:url(spritesmith1.png);background-position:-182px -1001px;width:90px;height:90px}.customize-option.hair_base_1_pyellow{background-image:url(spritesmith1.png);background-position:-207px -1016px;width:60px;height:60px}.hair_base_1_rainbow{background-image:url(spritesmith1.png);background-position:-273px -1001px;width:90px;height:90px}.customize-option.hair_base_1_rainbow{background-image:url(spritesmith1.png);background-position:-298px -1016px;width:60px;height:60px}.hair_base_1_red{background-image:url(spritesmith1.png);background-position:-364px -1001px;width:90px;height:90px}.customize-option.hair_base_1_red{background-image:url(spritesmith1.png);background-position:-389px -1016px;width:60px;height:60px}.hair_base_1_snowy{background-image:url(spritesmith1.png);background-position:-455px -1001px;width:90px;height:90px}.customize-option.hair_base_1_snowy{background-image:url(spritesmith1.png);background-position:-480px -1016px;width:60px;height:60px}.hair_base_1_white{background-image:url(spritesmith1.png);background-position:-546px -1001px;width:90px;height:90px}.customize-option.hair_base_1_white{background-image:url(spritesmith1.png);background-position:-571px -1016px;width:60px;height:60px}.hair_base_1_winternight{background-image:url(spritesmith1.png);background-position:-637px -1001px;width:90px;height:90px}.customize-option.hair_base_1_winternight{background-image:url(spritesmith1.png);background-position:-662px -1016px;width:60px;height:60px}.hair_base_1_winterstar{background-image:url(spritesmith1.png);background-position:-728px -1001px;width:90px;height:90px}.customize-option.hair_base_1_winterstar{background-image:url(spritesmith1.png);background-position:-753px -1016px;width:60px;height:60px}.hair_base_1_yellow{background-image:url(spritesmith1.png);background-position:-819px -1001px;width:90px;height:90px}.customize-option.hair_base_1_yellow{background-image:url(spritesmith1.png);background-position:-844px -1016px;width:60px;height:60px}.hair_base_1_zombie{background-image:url(spritesmith1.png);background-position:-910px -1001px;width:90px;height:90px}.customize-option.hair_base_1_zombie{background-image:url(spritesmith1.png);background-position:-935px -1016px;width:60px;height:60px}.hair_base_2_TRUred{background-image:url(spritesmith1.png);background-position:-1001px -1001px;width:90px;height:90px}.customize-option.hair_base_2_TRUred{background-image:url(spritesmith1.png);background-position:-1026px -1016px;width:60px;height:60px}.hair_base_2_aurora{background-image:url(spritesmith1.png);background-position:-1092px 0;width:90px;height:90px}.customize-option.hair_base_2_aurora{background-image:url(spritesmith1.png);background-position:-1117px -15px;width:60px;height:60px}.hair_base_2_black{background-image:url(spritesmith1.png);background-position:-1092px -91px;width:90px;height:90px}.customize-option.hair_base_2_black{background-image:url(spritesmith1.png);background-position:-1117px -106px;width:60px;height:60px}.hair_base_2_blond{background-image:url(spritesmith1.png);background-position:-1092px -182px;width:90px;height:90px}.customize-option.hair_base_2_blond{background-image:url(spritesmith1.png);background-position:-1117px -197px;width:60px;height:60px}.hair_base_2_blue{background-image:url(spritesmith1.png);background-position:-1092px -273px;width:90px;height:90px}.customize-option.hair_base_2_blue{background-image:url(spritesmith1.png);background-position:-1117px -288px;width:60px;height:60px}.hair_base_2_brown{background-image:url(spritesmith1.png);background-position:-1092px -364px;width:90px;height:90px}.customize-option.hair_base_2_brown{background-image:url(spritesmith1.png);background-position:-1117px -379px;width:60px;height:60px}.hair_base_2_candycane{background-image:url(spritesmith1.png);background-position:-1092px -455px;width:90px;height:90px}.customize-option.hair_base_2_candycane{background-image:url(spritesmith1.png);background-position:-1117px -470px;width:60px;height:60px}.hair_base_2_candycorn{background-image:url(spritesmith1.png);background-position:-1092px -546px;width:90px;height:90px}.customize-option.hair_base_2_candycorn{background-image:url(spritesmith1.png);background-position:-1117px -561px;width:60px;height:60px}.hair_base_2_festive{background-image:url(spritesmith1.png);background-position:-1092px -637px;width:90px;height:90px}.customize-option.hair_base_2_festive{background-image:url(spritesmith1.png);background-position:-1117px -652px;width:60px;height:60px}.hair_base_2_frost{background-image:url(spritesmith1.png);background-position:-1092px -728px;width:90px;height:90px}.customize-option.hair_base_2_frost{background-image:url(spritesmith1.png);background-position:-1117px -743px;width:60px;height:60px}.hair_base_2_ghostwhite{background-image:url(spritesmith1.png);background-position:-1092px -819px;width:90px;height:90px}.customize-option.hair_base_2_ghostwhite{background-image:url(spritesmith1.png);background-position:-1117px -834px;width:60px;height:60px}.hair_base_2_green{background-image:url(spritesmith1.png);background-position:-1092px -910px;width:90px;height:90px}.customize-option.hair_base_2_green{background-image:url(spritesmith1.png);background-position:-1117px -925px;width:60px;height:60px}.hair_base_2_halloween{background-image:url(spritesmith1.png);background-position:-1092px -1001px;width:90px;height:90px}.customize-option.hair_base_2_halloween{background-image:url(spritesmith1.png);background-position:-1117px -1016px;width:60px;height:60px}.hair_base_2_holly{background-image:url(spritesmith1.png);background-position:0 -1092px;width:90px;height:90px}.customize-option.hair_base_2_holly{background-image:url(spritesmith1.png);background-position:-25px -1107px;width:60px;height:60px}.hair_base_2_hollygreen{background-image:url(spritesmith1.png);background-position:-91px -1092px;width:90px;height:90px}.customize-option.hair_base_2_hollygreen{background-image:url(spritesmith1.png);background-position:-116px -1107px;width:60px;height:60px}.hair_base_2_midnight{background-image:url(spritesmith1.png);background-position:-182px -1092px;width:90px;height:90px}.customize-option.hair_base_2_midnight{background-image:url(spritesmith1.png);background-position:-207px -1107px;width:60px;height:60px}.hair_base_2_pblue{background-image:url(spritesmith1.png);background-position:-273px -1092px;width:90px;height:90px}.customize-option.hair_base_2_pblue{background-image:url(spritesmith1.png);background-position:-298px -1107px;width:60px;height:60px}.hair_base_2_peppermint{background-image:url(spritesmith1.png);background-position:-364px -1092px;width:90px;height:90px}.customize-option.hair_base_2_peppermint{background-image:url(spritesmith1.png);background-position:-389px -1107px;width:60px;height:60px}.hair_base_2_pgreen{background-image:url(spritesmith1.png);background-position:-455px -1092px;width:90px;height:90px}.customize-option.hair_base_2_pgreen{background-image:url(spritesmith1.png);background-position:-480px -1107px;width:60px;height:60px}.hair_base_2_porange{background-image:url(spritesmith1.png);background-position:-546px -1092px;width:90px;height:90px}.customize-option.hair_base_2_porange{background-image:url(spritesmith1.png);background-position:-571px -1107px;width:60px;height:60px}.hair_base_2_ppink{background-image:url(spritesmith1.png);background-position:-637px -1092px;width:90px;height:90px}.customize-option.hair_base_2_ppink{background-image:url(spritesmith1.png);background-position:-662px -1107px;width:60px;height:60px}.hair_base_2_ppurple{background-image:url(spritesmith1.png);background-position:-728px -1092px;width:90px;height:90px}.customize-option.hair_base_2_ppurple{background-image:url(spritesmith1.png);background-position:-753px -1107px;width:60px;height:60px}.hair_base_2_pumpkin{background-image:url(spritesmith1.png);background-position:-819px -1092px;width:90px;height:90px}.customize-option.hair_base_2_pumpkin{background-image:url(spritesmith1.png);background-position:-844px -1107px;width:60px;height:60px}.hair_base_2_purple{background-image:url(spritesmith1.png);background-position:-910px -1092px;width:90px;height:90px}.customize-option.hair_base_2_purple{background-image:url(spritesmith1.png);background-position:-935px -1107px;width:60px;height:60px}.hair_base_2_pyellow{background-image:url(spritesmith1.png);background-position:-1001px -1092px;width:90px;height:90px}.customize-option.hair_base_2_pyellow{background-image:url(spritesmith1.png);background-position:-1026px -1107px;width:60px;height:60px}.hair_base_2_rainbow{background-image:url(spritesmith1.png);background-position:-1092px -1092px;width:90px;height:90px}.customize-option.hair_base_2_rainbow{background-image:url(spritesmith1.png);background-position:-1117px -1107px;width:60px;height:60px}.hair_base_2_red{background-image:url(spritesmith1.png);background-position:-1183px 0;width:90px;height:90px}.customize-option.hair_base_2_red{background-image:url(spritesmith1.png);background-position:-1208px -15px;width:60px;height:60px}.hair_base_2_snowy{background-image:url(spritesmith1.png);background-position:-1183px -91px;width:90px;height:90px}.customize-option.hair_base_2_snowy{background-image:url(spritesmith1.png);background-position:-1208px -106px;width:60px;height:60px}.hair_base_2_white{background-image:url(spritesmith1.png);background-position:-1183px -182px;width:90px;height:90px}.customize-option.hair_base_2_white{background-image:url(spritesmith1.png);background-position:-1208px -197px;width:60px;height:60px}.hair_base_2_winternight{background-image:url(spritesmith1.png);background-position:-1183px -273px;width:90px;height:90px}.customize-option.hair_base_2_winternight{background-image:url(spritesmith1.png);background-position:-1208px -288px;width:60px;height:60px}.hair_base_2_winterstar{background-image:url(spritesmith1.png);background-position:-1183px -364px;width:90px;height:90px}.customize-option.hair_base_2_winterstar{background-image:url(spritesmith1.png);background-position:-1208px -379px;width:60px;height:60px}.hair_base_2_yellow{background-image:url(spritesmith1.png);background-position:-1183px -455px;width:90px;height:90px}.customize-option.hair_base_2_yellow{background-image:url(spritesmith1.png);background-position:-1208px -470px;width:60px;height:60px}.hair_base_2_zombie{background-image:url(spritesmith1.png);background-position:-1183px -546px;width:90px;height:90px}.customize-option.hair_base_2_zombie{background-image:url(spritesmith1.png);background-position:-1208px -561px;width:60px;height:60px}.hair_base_3_TRUred{background-image:url(spritesmith1.png);background-position:-1183px -637px;width:90px;height:90px}.customize-option.hair_base_3_TRUred{background-image:url(spritesmith1.png);background-position:-1208px -652px;width:60px;height:60px}.hair_base_3_aurora{background-image:url(spritesmith1.png);background-position:-1183px -728px;width:90px;height:90px}.customize-option.hair_base_3_aurora{background-image:url(spritesmith1.png);background-position:-1208px -743px;width:60px;height:60px}.hair_base_3_black{background-image:url(spritesmith1.png);background-position:-1183px -819px;width:90px;height:90px}.customize-option.hair_base_3_black{background-image:url(spritesmith1.png);background-position:-1208px -834px;width:60px;height:60px}.hair_base_3_blond{background-image:url(spritesmith1.png);background-position:-1183px -910px;width:90px;height:90px}.customize-option.hair_base_3_blond{background-image:url(spritesmith1.png);background-position:-1208px -925px;width:60px;height:60px}.hair_base_3_blue{background-image:url(spritesmith1.png);background-position:-1183px -1001px;width:90px;height:90px}.customize-option.hair_base_3_blue{background-image:url(spritesmith1.png);background-position:-1208px -1016px;width:60px;height:60px}.hair_base_3_brown{background-image:url(spritesmith1.png);background-position:-1183px -1092px;width:90px;height:90px}.customize-option.hair_base_3_brown{background-image:url(spritesmith1.png);background-position:-1208px -1107px;width:60px;height:60px}.hair_base_3_candycane{background-image:url(spritesmith1.png);background-position:0 -1183px;width:90px;height:90px}.customize-option.hair_base_3_candycane{background-image:url(spritesmith1.png);background-position:-25px -1198px;width:60px;height:60px}.hair_base_3_candycorn{background-image:url(spritesmith1.png);background-position:-91px -1183px;width:90px;height:90px}.customize-option.hair_base_3_candycorn{background-image:url(spritesmith1.png);background-position:-116px -1198px;width:60px;height:60px}.hair_base_3_festive{background-image:url(spritesmith1.png);background-position:-182px -1183px;width:90px;height:90px}.customize-option.hair_base_3_festive{background-image:url(spritesmith1.png);background-position:-207px -1198px;width:60px;height:60px}.hair_base_3_frost{background-image:url(spritesmith1.png);background-position:-273px -1183px;width:90px;height:90px}.customize-option.hair_base_3_frost{background-image:url(spritesmith1.png);background-position:-298px -1198px;width:60px;height:60px}.hair_base_3_ghostwhite{background-image:url(spritesmith1.png);background-position:-364px -1183px;width:90px;height:90px}.customize-option.hair_base_3_ghostwhite{background-image:url(spritesmith1.png);background-position:-389px -1198px;width:60px;height:60px}.hair_base_3_green{background-image:url(spritesmith1.png);background-position:-455px -1183px;width:90px;height:90px}.customize-option.hair_base_3_green{background-image:url(spritesmith1.png);background-position:-480px -1198px;width:60px;height:60px}.hair_base_3_halloween{background-image:url(spritesmith1.png);background-position:-546px -1183px;width:90px;height:90px}.customize-option.hair_base_3_halloween{background-image:url(spritesmith1.png);background-position:-571px -1198px;width:60px;height:60px}.hair_base_3_holly{background-image:url(spritesmith1.png);background-position:-637px -1183px;width:90px;height:90px}.customize-option.hair_base_3_holly{background-image:url(spritesmith1.png);background-position:-662px -1198px;width:60px;height:60px}.hair_base_3_hollygreen{background-image:url(spritesmith1.png);background-position:-728px -1183px;width:90px;height:90px}.customize-option.hair_base_3_hollygreen{background-image:url(spritesmith1.png);background-position:-753px -1198px;width:60px;height:60px}.hair_base_3_midnight{background-image:url(spritesmith1.png);background-position:-819px -1183px;width:90px;height:90px}.customize-option.hair_base_3_midnight{background-image:url(spritesmith1.png);background-position:-844px -1198px;width:60px;height:60px}.hair_base_3_pblue{background-image:url(spritesmith1.png);background-position:-910px -1183px;width:90px;height:90px}.customize-option.hair_base_3_pblue{background-image:url(spritesmith1.png);background-position:-935px -1198px;width:60px;height:60px}.hair_base_3_peppermint{background-image:url(spritesmith1.png);background-position:-1001px -1183px;width:90px;height:90px}.customize-option.hair_base_3_peppermint{background-image:url(spritesmith1.png);background-position:-1026px -1198px;width:60px;height:60px}.hair_base_3_pgreen{background-image:url(spritesmith1.png);background-position:0 0;width:90px;height:90px}.customize-option.hair_base_3_pgreen{background-image:url(spritesmith1.png);background-position:-25px -15px;width:60px;height:60px}.hair_base_3_porange{background-image:url(spritesmith1.png);background-position:-1183px -1183px;width:90px;height:90px}.customize-option.hair_base_3_porange{background-image:url(spritesmith1.png);background-position:-1208px -1198px;width:60px;height:60px}.hair_base_3_ppink{background-image:url(spritesmith1.png);background-position:-1274px 0;width:90px;height:90px}.customize-option.hair_base_3_ppink{background-image:url(spritesmith1.png);background-position:-1299px -15px;width:60px;height:60px}.hair_base_3_ppurple{background-image:url(spritesmith1.png);background-position:-1274px -91px;width:90px;height:90px}.customize-option.hair_base_3_ppurple{background-image:url(spritesmith1.png);background-position:-1299px -106px;width:60px;height:60px}.hair_base_3_pumpkin{background-image:url(spritesmith1.png);background-position:-1274px -182px;width:90px;height:90px}.customize-option.hair_base_3_pumpkin{background-image:url(spritesmith1.png);background-position:-1299px -197px;width:60px;height:60px}.hair_base_3_purple{background-image:url(spritesmith1.png);background-position:-1274px -273px;width:90px;height:90px}.customize-option.hair_base_3_purple{background-image:url(spritesmith1.png);background-position:-1299px -288px;width:60px;height:60px}.hair_base_3_pyellow{background-image:url(spritesmith1.png);background-position:-1274px -364px;width:90px;height:90px}.customize-option.hair_base_3_pyellow{background-image:url(spritesmith1.png);background-position:-1299px -379px;width:60px;height:60px}.hair_base_3_rainbow{background-image:url(spritesmith1.png);background-position:-1274px -455px;width:90px;height:90px}.customize-option.hair_base_3_rainbow{background-image:url(spritesmith1.png);background-position:-1299px -470px;width:60px;height:60px}.hair_base_3_red{background-image:url(spritesmith1.png);background-position:-1274px -546px;width:90px;height:90px}.customize-option.hair_base_3_red{background-image:url(spritesmith1.png);background-position:-1299px -561px;width:60px;height:60px}.hair_base_3_snowy{background-image:url(spritesmith1.png);background-position:-1274px -637px;width:90px;height:90px}.customize-option.hair_base_3_snowy{background-image:url(spritesmith1.png);background-position:-1299px -652px;width:60px;height:60px}.hair_base_3_white{background-image:url(spritesmith1.png);background-position:-1274px -728px;width:90px;height:90px}.customize-option.hair_base_3_white{background-image:url(spritesmith1.png);background-position:-1299px -743px;width:60px;height:60px}.hair_base_3_winternight{background-image:url(spritesmith1.png);background-position:-1274px -819px;width:90px;height:90px}.customize-option.hair_base_3_winternight{background-image:url(spritesmith1.png);background-position:-1299px -834px;width:60px;height:60px}.hair_base_3_winterstar{background-image:url(spritesmith1.png);background-position:-1274px -910px;width:90px;height:90px}.customize-option.hair_base_3_winterstar{background-image:url(spritesmith1.png);background-position:-1299px -925px;width:60px;height:60px}.hair_base_3_yellow{background-image:url(spritesmith1.png);background-position:-1274px -1001px;width:90px;height:90px}.customize-option.hair_base_3_yellow{background-image:url(spritesmith1.png);background-position:-1299px -1016px;width:60px;height:60px}.hair_base_3_zombie{background-image:url(spritesmith1.png);background-position:-1274px -1092px;width:90px;height:90px}.customize-option.hair_base_3_zombie{background-image:url(spritesmith1.png);background-position:-1299px -1107px;width:60px;height:60px}.hair_base_4_TRUred{background-image:url(spritesmith1.png);background-position:-1274px -1183px;width:90px;height:90px}.customize-option.hair_base_4_TRUred{background-image:url(spritesmith1.png);background-position:-1299px -1198px;width:60px;height:60px}.hair_base_4_aurora{background-image:url(spritesmith1.png);background-position:0 -1274px;width:90px;height:90px}.customize-option.hair_base_4_aurora{background-image:url(spritesmith1.png);background-position:-25px -1289px;width:60px;height:60px}.hair_base_4_black{background-image:url(spritesmith1.png);background-position:-91px -1274px;width:90px;height:90px}.customize-option.hair_base_4_black{background-image:url(spritesmith1.png);background-position:-116px -1289px;width:60px;height:60px}.hair_base_4_blond{background-image:url(spritesmith1.png);background-position:-182px -1274px;width:90px;height:90px}.customize-option.hair_base_4_blond{background-image:url(spritesmith1.png);background-position:-207px -1289px;width:60px;height:60px}.hair_base_4_blue{background-image:url(spritesmith1.png);background-position:-273px -1274px;width:90px;height:90px}.customize-option.hair_base_4_blue{background-image:url(spritesmith1.png);background-position:-298px -1289px;width:60px;height:60px}.hair_base_4_brown{background-image:url(spritesmith1.png);background-position:-364px -1274px;width:90px;height:90px}.customize-option.hair_base_4_brown{background-image:url(spritesmith1.png);background-position:-389px -1289px;width:60px;height:60px}.hair_base_4_candycane{background-image:url(spritesmith1.png);background-position:-455px -1274px;width:90px;height:90px}.customize-option.hair_base_4_candycane{background-image:url(spritesmith1.png);background-position:-480px -1289px;width:60px;height:60px}.hair_base_4_candycorn{background-image:url(spritesmith1.png);background-position:-546px -1274px;width:90px;height:90px}.customize-option.hair_base_4_candycorn{background-image:url(spritesmith1.png);background-position:-571px -1289px;width:60px;height:60px}.hair_base_4_festive{background-image:url(spritesmith1.png);background-position:-637px -1274px;width:90px;height:90px}.customize-option.hair_base_4_festive{background-image:url(spritesmith1.png);background-position:-662px -1289px;width:60px;height:60px}.hair_base_4_frost{background-image:url(spritesmith1.png);background-position:-728px -1274px;width:90px;height:90px}.customize-option.hair_base_4_frost{background-image:url(spritesmith1.png);background-position:-753px -1289px;width:60px;height:60px}.hair_base_4_ghostwhite{background-image:url(spritesmith1.png);background-position:-819px -1274px;width:90px;height:90px}.customize-option.hair_base_4_ghostwhite{background-image:url(spritesmith1.png);background-position:-844px -1289px;width:60px;height:60px}.hair_base_4_green{background-image:url(spritesmith1.png);background-position:-910px -1274px;width:90px;height:90px}.customize-option.hair_base_4_green{background-image:url(spritesmith1.png);background-position:-935px -1289px;width:60px;height:60px}.hair_base_4_halloween{background-image:url(spritesmith1.png);background-position:-1001px -1274px;width:90px;height:90px}.customize-option.hair_base_4_halloween{background-image:url(spritesmith1.png);background-position:-1026px -1289px;width:60px;height:60px}.hair_base_4_holly{background-image:url(spritesmith1.png);background-position:-1092px -1274px;width:90px;height:90px}.customize-option.hair_base_4_holly{background-image:url(spritesmith1.png);background-position:-1117px -1289px;width:60px;height:60px}.hair_base_4_hollygreen{background-image:url(spritesmith1.png);background-position:-1183px -1274px;width:90px;height:90px}.customize-option.hair_base_4_hollygreen{background-image:url(spritesmith1.png);background-position:-1208px -1289px;width:60px;height:60px}.hair_base_4_midnight{background-image:url(spritesmith1.png);background-position:-1274px -1274px;width:90px;height:90px}.customize-option.hair_base_4_midnight{background-image:url(spritesmith1.png);background-position:-1299px -1289px;width:60px;height:60px}.hair_base_4_pblue{background-image:url(spritesmith1.png);background-position:-1365px 0;width:90px;height:90px}.customize-option.hair_base_4_pblue{background-image:url(spritesmith1.png);background-position:-1390px -15px;width:60px;height:60px}.hair_base_4_peppermint{background-image:url(spritesmith1.png);background-position:-1365px -91px;width:90px;height:90px}.customize-option.hair_base_4_peppermint{background-image:url(spritesmith1.png);background-position:-1390px -106px;width:60px;height:60px}.hair_base_4_pgreen{background-image:url(spritesmith1.png);background-position:-1365px -182px;width:90px;height:90px}.customize-option.hair_base_4_pgreen{background-image:url(spritesmith1.png);background-position:-1390px -197px;width:60px;height:60px}.hair_base_4_porange{background-image:url(spritesmith1.png);background-position:-1365px -273px;width:90px;height:90px}.customize-option.hair_base_4_porange{background-image:url(spritesmith1.png);background-position:-1390px -288px;width:60px;height:60px}.hair_base_4_ppink{background-image:url(spritesmith1.png);background-position:-1365px -364px;width:90px;height:90px}.customize-option.hair_base_4_ppink{background-image:url(spritesmith1.png);background-position:-1390px -379px;width:60px;height:60px}.hair_base_4_ppurple{background-image:url(spritesmith1.png);background-position:-1365px -455px;width:90px;height:90px}.customize-option.hair_base_4_ppurple{background-image:url(spritesmith1.png);background-position:-1390px -470px;width:60px;height:60px}.hair_base_4_pumpkin{background-image:url(spritesmith1.png);background-position:-1365px -546px;width:90px;height:90px}.customize-option.hair_base_4_pumpkin{background-image:url(spritesmith1.png);background-position:-1390px -561px;width:60px;height:60px}.hair_base_4_purple{background-image:url(spritesmith1.png);background-position:-1365px -637px;width:90px;height:90px}.customize-option.hair_base_4_purple{background-image:url(spritesmith1.png);background-position:-1390px -652px;width:60px;height:60px}.hair_base_4_pyellow{background-image:url(spritesmith1.png);background-position:-1365px -728px;width:90px;height:90px}.customize-option.hair_base_4_pyellow{background-image:url(spritesmith1.png);background-position:-1390px -743px;width:60px;height:60px}.hair_base_4_rainbow{background-image:url(spritesmith1.png);background-position:-1365px -819px;width:90px;height:90px}.customize-option.hair_base_4_rainbow{background-image:url(spritesmith1.png);background-position:-1390px -834px;width:60px;height:60px}.hair_base_4_red{background-image:url(spritesmith1.png);background-position:-1365px -910px;width:90px;height:90px}.customize-option.hair_base_4_red{background-image:url(spritesmith1.png);background-position:-1390px -925px;width:60px;height:60px}.hair_base_4_snowy{background-image:url(spritesmith1.png);background-position:-1365px -1001px;width:90px;height:90px}.customize-option.hair_base_4_snowy{background-image:url(spritesmith1.png);background-position:-1390px -1016px;width:60px;height:60px}.hair_base_4_white{background-image:url(spritesmith1.png);background-position:-1365px -1092px;width:90px;height:90px}.customize-option.hair_base_4_white{background-image:url(spritesmith1.png);background-position:-1390px -1107px;width:60px;height:60px}.hair_base_4_winternight{background-image:url(spritesmith1.png);background-position:-1365px -1183px;width:90px;height:90px}.customize-option.hair_base_4_winternight{background-image:url(spritesmith1.png);background-position:-1390px -1198px;width:60px;height:60px}.hair_base_4_winterstar{background-image:url(spritesmith1.png);background-position:-1365px -1274px;width:90px;height:90px}.customize-option.hair_base_4_winterstar{background-image:url(spritesmith1.png);background-position:-1390px -1289px;width:60px;height:60px}.hair_base_4_yellow{background-image:url(spritesmith1.png);background-position:0 -1365px;width:90px;height:90px}.customize-option.hair_base_4_yellow{background-image:url(spritesmith1.png);background-position:-25px -1380px;width:60px;height:60px}.hair_base_4_zombie{background-image:url(spritesmith1.png);background-position:-91px -1365px;width:90px;height:90px}.customize-option.hair_base_4_zombie{background-image:url(spritesmith1.png);background-position:-116px -1380px;width:60px;height:60px}.hair_base_5_TRUred{background-image:url(spritesmith1.png);background-position:-182px -1365px;width:90px;height:90px}.customize-option.hair_base_5_TRUred{background-image:url(spritesmith1.png);background-position:-207px -1380px;width:60px;height:60px}.hair_base_5_aurora{background-image:url(spritesmith1.png);background-position:-273px -1365px;width:90px;height:90px}.customize-option.hair_base_5_aurora{background-image:url(spritesmith1.png);background-position:-298px -1380px;width:60px;height:60px}.hair_base_5_black{background-image:url(spritesmith1.png);background-position:-364px -1365px;width:90px;height:90px}.customize-option.hair_base_5_black{background-image:url(spritesmith1.png);background-position:-389px -1380px;width:60px;height:60px}.hair_base_5_blond{background-image:url(spritesmith1.png);background-position:-455px -1365px;width:90px;height:90px}.customize-option.hair_base_5_blond{background-image:url(spritesmith1.png);background-position:-480px -1380px;width:60px;height:60px}.hair_base_5_blue{background-image:url(spritesmith1.png);background-position:-546px -1365px;width:90px;height:90px}.customize-option.hair_base_5_blue{background-image:url(spritesmith1.png);background-position:-571px -1380px;width:60px;height:60px}.hair_base_5_brown{background-image:url(spritesmith1.png);background-position:-637px -1365px;width:90px;height:90px}.customize-option.hair_base_5_brown{background-image:url(spritesmith1.png);background-position:-662px -1380px;width:60px;height:60px}.hair_base_5_candycane{background-image:url(spritesmith1.png);background-position:-728px -1365px;width:90px;height:90px}.customize-option.hair_base_5_candycane{background-image:url(spritesmith1.png);background-position:-753px -1380px;width:60px;height:60px}.hair_base_5_candycorn{background-image:url(spritesmith1.png);background-position:-819px -1365px;width:90px;height:90px}.customize-option.hair_base_5_candycorn{background-image:url(spritesmith1.png);background-position:-844px -1380px;width:60px;height:60px}.hair_base_5_festive{background-image:url(spritesmith1.png);background-position:-910px -1365px;width:90px;height:90px}.customize-option.hair_base_5_festive{background-image:url(spritesmith1.png);background-position:-935px -1380px;width:60px;height:60px}.hair_base_5_frost{background-image:url(spritesmith1.png);background-position:-1001px -1365px;width:90px;height:90px}.customize-option.hair_base_5_frost{background-image:url(spritesmith1.png);background-position:-1026px -1380px;width:60px;height:60px}.hair_base_5_ghostwhite{background-image:url(spritesmith1.png);background-position:-1092px -1365px;width:90px;height:90px}.customize-option.hair_base_5_ghostwhite{background-image:url(spritesmith1.png);background-position:-1117px -1380px;width:60px;height:60px}.hair_base_5_green{background-image:url(spritesmith1.png);background-position:-1183px -1365px;width:90px;height:90px}.customize-option.hair_base_5_green{background-image:url(spritesmith1.png);background-position:-1208px -1380px;width:60px;height:60px}.hair_base_5_halloween{background-image:url(spritesmith1.png);background-position:-1274px -1365px;width:90px;height:90px}.customize-option.hair_base_5_halloween{background-image:url(spritesmith1.png);background-position:-1299px -1380px;width:60px;height:60px}.hair_base_5_holly{background-image:url(spritesmith1.png);background-position:-1365px -1365px;width:90px;height:90px}.customize-option.hair_base_5_holly{background-image:url(spritesmith1.png);background-position:-1390px -1380px;width:60px;height:60px}.hair_base_5_hollygreen{background-image:url(spritesmith1.png);background-position:-1456px 0;width:90px;height:90px}.customize-option.hair_base_5_hollygreen{background-image:url(spritesmith1.png);background-position:-1481px -15px;width:60px;height:60px}.hair_base_5_midnight{background-image:url(spritesmith1.png);background-position:-1456px -91px;width:90px;height:90px}.customize-option.hair_base_5_midnight{background-image:url(spritesmith1.png);background-position:-1481px -106px;width:60px;height:60px}.hair_base_5_pblue{background-image:url(spritesmith1.png);background-position:-1456px -182px;width:90px;height:90px}.customize-option.hair_base_5_pblue{background-image:url(spritesmith1.png);background-position:-1481px -197px;width:60px;height:60px}.hair_base_5_peppermint{background-image:url(spritesmith1.png);background-position:-1456px -273px;width:90px;height:90px}.customize-option.hair_base_5_peppermint{background-image:url(spritesmith1.png);background-position:-1481px -288px;width:60px;height:60px}.hair_base_5_pgreen{background-image:url(spritesmith1.png);background-position:-1456px -364px;width:90px;height:90px}.customize-option.hair_base_5_pgreen{background-image:url(spritesmith1.png);background-position:-1481px -379px;width:60px;height:60px}.hair_base_5_porange{background-image:url(spritesmith1.png);background-position:-1456px -455px;width:90px;height:90px}.customize-option.hair_base_5_porange{background-image:url(spritesmith1.png);background-position:-1481px -470px;width:60px;height:60px}.hair_base_5_ppink{background-image:url(spritesmith1.png);background-position:-1456px -546px;width:90px;height:90px}.customize-option.hair_base_5_ppink{background-image:url(spritesmith1.png);background-position:-1481px -561px;width:60px;height:60px}.hair_base_5_ppurple{background-image:url(spritesmith1.png);background-position:-1456px -637px;width:90px;height:90px}.customize-option.hair_base_5_ppurple{background-image:url(spritesmith1.png);background-position:-1481px -652px;width:60px;height:60px}.hair_base_5_pumpkin{background-image:url(spritesmith1.png);background-position:-1456px -728px;width:90px;height:90px}.customize-option.hair_base_5_pumpkin{background-image:url(spritesmith1.png);background-position:-1481px -743px;width:60px;height:60px}.hair_base_5_purple{background-image:url(spritesmith1.png);background-position:-1456px -819px;width:90px;height:90px}.customize-option.hair_base_5_purple{background-image:url(spritesmith1.png);background-position:-1481px -834px;width:60px;height:60px}.hair_base_5_pyellow{background-image:url(spritesmith1.png);background-position:-1456px -910px;width:90px;height:90px}.customize-option.hair_base_5_pyellow{background-image:url(spritesmith1.png);background-position:-1481px -925px;width:60px;height:60px}.hair_base_5_rainbow{background-image:url(spritesmith1.png);background-position:-1456px -1001px;width:90px;height:90px}.customize-option.hair_base_5_rainbow{background-image:url(spritesmith1.png);background-position:-1481px -1016px;width:60px;height:60px}.hair_base_5_red{background-image:url(spritesmith1.png);background-position:-1456px -1092px;width:90px;height:90px}.customize-option.hair_base_5_red{background-image:url(spritesmith1.png);background-position:-1481px -1107px;width:60px;height:60px}.hair_base_5_snowy{background-image:url(spritesmith1.png);background-position:-1456px -1183px;width:90px;height:90px}.customize-option.hair_base_5_snowy{background-image:url(spritesmith1.png);background-position:-1481px -1198px;width:60px;height:60px}.hair_base_5_white{background-image:url(spritesmith1.png);background-position:-1456px -1274px;width:90px;height:90px}.customize-option.hair_base_5_white{background-image:url(spritesmith1.png);background-position:-1481px -1289px;width:60px;height:60px}.hair_base_5_winternight{background-image:url(spritesmith1.png);background-position:-1456px -1365px;width:90px;height:90px}.customize-option.hair_base_5_winternight{background-image:url(spritesmith1.png);background-position:-1481px -1380px;width:60px;height:60px}.hair_base_5_winterstar{background-image:url(spritesmith1.png);background-position:0 -1456px;width:90px;height:90px}.customize-option.hair_base_5_winterstar{background-image:url(spritesmith1.png);background-position:-25px -1471px;width:60px;height:60px}.hair_base_5_yellow{background-image:url(spritesmith1.png);background-position:-91px -1456px;width:90px;height:90px}.customize-option.hair_base_5_yellow{background-image:url(spritesmith1.png);background-position:-116px -1471px;width:60px;height:60px}.hair_base_5_zombie{background-image:url(spritesmith1.png);background-position:-182px -1456px;width:90px;height:90px}.customize-option.hair_base_5_zombie{background-image:url(spritesmith1.png);background-position:-207px -1471px;width:60px;height:60px}.hair_base_6_TRUred{background-image:url(spritesmith1.png);background-position:-273px -1456px;width:90px;height:90px}.customize-option.hair_base_6_TRUred{background-image:url(spritesmith1.png);background-position:-298px -1471px;width:60px;height:60px}.hair_base_6_aurora{background-image:url(spritesmith1.png);background-position:-364px -1456px;width:90px;height:90px}.customize-option.hair_base_6_aurora{background-image:url(spritesmith1.png);background-position:-389px -1471px;width:60px;height:60px}.hair_base_6_black{background-image:url(spritesmith1.png);background-position:-455px -1456px;width:90px;height:90px}.customize-option.hair_base_6_black{background-image:url(spritesmith1.png);background-position:-480px -1471px;width:60px;height:60px}.hair_base_6_blond{background-image:url(spritesmith1.png);background-position:-546px -1456px;width:90px;height:90px}.customize-option.hair_base_6_blond{background-image:url(spritesmith1.png);background-position:-571px -1471px;width:60px;height:60px}.hair_base_6_blue{background-image:url(spritesmith1.png);background-position:-637px -1456px;width:90px;height:90px}.customize-option.hair_base_6_blue{background-image:url(spritesmith1.png);background-position:-662px -1471px;width:60px;height:60px}.hair_base_6_brown{background-image:url(spritesmith1.png);background-position:-728px -1456px;width:90px;height:90px}.customize-option.hair_base_6_brown{background-image:url(spritesmith1.png);background-position:-753px -1471px;width:60px;height:60px}.hair_base_6_candycane{background-image:url(spritesmith1.png);background-position:-819px -1456px;width:90px;height:90px}.customize-option.hair_base_6_candycane{background-image:url(spritesmith1.png);background-position:-844px -1471px;width:60px;height:60px}.hair_base_6_candycorn{background-image:url(spritesmith1.png);background-position:-910px -1456px;width:90px;height:90px}.customize-option.hair_base_6_candycorn{background-image:url(spritesmith1.png);background-position:-935px -1471px;width:60px;height:60px}.hair_base_6_festive{background-image:url(spritesmith1.png);background-position:-1001px -1456px;width:90px;height:90px}.customize-option.hair_base_6_festive{background-image:url(spritesmith1.png);background-position:-1026px -1471px;width:60px;height:60px}.hair_base_6_frost{background-image:url(spritesmith1.png);background-position:-1092px -1456px;width:90px;height:90px}.customize-option.hair_base_6_frost{background-image:url(spritesmith1.png);background-position:-1117px -1471px;width:60px;height:60px}.hair_base_6_ghostwhite{background-image:url(spritesmith1.png);background-position:-1183px -1456px;width:90px;height:90px}.customize-option.hair_base_6_ghostwhite{background-image:url(spritesmith1.png);background-position:-1208px -1471px;width:60px;height:60px}.hair_base_6_green{background-image:url(spritesmith1.png);background-position:-1274px -1456px;width:90px;height:90px}.customize-option.hair_base_6_green{background-image:url(spritesmith1.png);background-position:-1299px -1471px;width:60px;height:60px}.hair_base_6_halloween{background-image:url(spritesmith1.png);background-position:-1365px -1456px;width:90px;height:90px}.customize-option.hair_base_6_halloween{background-image:url(spritesmith1.png);background-position:-1390px -1471px;width:60px;height:60px}.hair_base_6_holly{background-image:url(spritesmith1.png);background-position:-1456px -1456px;width:90px;height:90px}.customize-option.hair_base_6_holly{background-image:url(spritesmith1.png);background-position:-1481px -1471px;width:60px;height:60px}.hair_base_6_hollygreen{background-image:url(spritesmith1.png);background-position:-1547px 0;width:90px;height:90px}.customize-option.hair_base_6_hollygreen{background-image:url(spritesmith1.png);background-position:-1572px -15px;width:60px;height:60px}.hair_base_6_midnight{background-image:url(spritesmith1.png);background-position:-1547px -91px;width:90px;height:90px}.customize-option.hair_base_6_midnight{background-image:url(spritesmith1.png);background-position:-1572px -106px;width:60px;height:60px}.hair_base_6_pblue{background-image:url(spritesmith1.png);background-position:-1547px -182px;width:90px;height:90px}.customize-option.hair_base_6_pblue{background-image:url(spritesmith1.png);background-position:-1572px -197px;width:60px;height:60px}.hair_base_6_peppermint{background-image:url(spritesmith1.png);background-position:-1547px -273px;width:90px;height:90px}.customize-option.hair_base_6_peppermint{background-image:url(spritesmith1.png);background-position:-1572px -288px;width:60px;height:60px}.hair_base_6_pgreen{background-image:url(spritesmith1.png);background-position:-1547px -364px;width:90px;height:90px}.customize-option.hair_base_6_pgreen{background-image:url(spritesmith1.png);background-position:-1572px -379px;width:60px;height:60px}.hair_base_6_porange{background-image:url(spritesmith1.png);background-position:-1547px -455px;width:90px;height:90px}.customize-option.hair_base_6_porange{background-image:url(spritesmith1.png);background-position:-1572px -470px;width:60px;height:60px}.hair_base_6_ppink{background-image:url(spritesmith1.png);background-position:-1547px -546px;width:90px;height:90px}.customize-option.hair_base_6_ppink{background-image:url(spritesmith1.png);background-position:-1572px -561px;width:60px;height:60px}.hair_base_6_ppurple{background-image:url(spritesmith1.png);background-position:-1547px -637px;width:90px;height:90px}.customize-option.hair_base_6_ppurple{background-image:url(spritesmith1.png);background-position:-1572px -652px;width:60px;height:60px}.hair_base_6_pumpkin{background-image:url(spritesmith1.png);background-position:-1547px -728px;width:90px;height:90px}.customize-option.hair_base_6_pumpkin{background-image:url(spritesmith1.png);background-position:-1572px -743px;width:60px;height:60px}.hair_base_6_purple{background-image:url(spritesmith1.png);background-position:-1547px -819px;width:90px;height:90px}.customize-option.hair_base_6_purple{background-image:url(spritesmith1.png);background-position:-1572px -834px;width:60px;height:60px}.hair_base_6_pyellow{background-image:url(spritesmith1.png);background-position:-1547px -910px;width:90px;height:90px}.customize-option.hair_base_6_pyellow{background-image:url(spritesmith1.png);background-position:-1572px -925px;width:60px;height:60px}.hair_base_6_rainbow{background-image:url(spritesmith1.png);background-position:-1547px -1001px;width:90px;height:90px}.customize-option.hair_base_6_rainbow{background-image:url(spritesmith1.png);background-position:-1572px -1016px;width:60px;height:60px}.hair_base_6_red{background-image:url(spritesmith1.png);background-position:-1547px -1092px;width:90px;height:90px}.customize-option.hair_base_6_red{background-image:url(spritesmith1.png);background-position:-1572px -1107px;width:60px;height:60px}.hair_base_6_snowy{background-image:url(spritesmith1.png);background-position:-1547px -1183px;width:90px;height:90px}.customize-option.hair_base_6_snowy{background-image:url(spritesmith1.png);background-position:-1572px -1198px;width:60px;height:60px}.hair_base_6_white{background-image:url(spritesmith1.png);background-position:-1547px -1274px;width:90px;height:90px}.customize-option.hair_base_6_white{background-image:url(spritesmith1.png);background-position:-1572px -1289px;width:60px;height:60px}.hair_base_6_winternight{background-image:url(spritesmith1.png);background-position:-1547px -1365px;width:90px;height:90px}.customize-option.hair_base_6_winternight{background-image:url(spritesmith1.png);background-position:-1572px -1380px;width:60px;height:60px}.hair_base_6_winterstar{background-image:url(spritesmith1.png);background-position:-1547px -1456px;width:90px;height:90px}.customize-option.hair_base_6_winterstar{background-image:url(spritesmith1.png);background-position:-1572px -1471px;width:60px;height:60px}.hair_base_6_yellow{background-image:url(spritesmith1.png);background-position:0 -1547px;width:90px;height:90px}.customize-option.hair_base_6_yellow{background-image:url(spritesmith1.png);background-position:-25px -1562px;width:60px;height:60px}.hair_base_6_zombie{background-image:url(spritesmith1.png);background-position:-91px -1547px;width:90px;height:90px}.customize-option.hair_base_6_zombie{background-image:url(spritesmith1.png);background-position:-116px -1562px;width:60px;height:60px}.hair_base_7_TRUred{background-image:url(spritesmith1.png);background-position:-182px -1547px;width:90px;height:90px}.customize-option.hair_base_7_TRUred{background-image:url(spritesmith1.png);background-position:-207px -1562px;width:60px;height:60px}.hair_base_7_aurora{background-image:url(spritesmith1.png);background-position:-273px -1547px;width:90px;height:90px}.customize-option.hair_base_7_aurora{background-image:url(spritesmith1.png);background-position:-298px -1562px;width:60px;height:60px}.hair_base_7_black{background-image:url(spritesmith1.png);background-position:-364px -1547px;width:90px;height:90px}.customize-option.hair_base_7_black{background-image:url(spritesmith1.png);background-position:-389px -1562px;width:60px;height:60px}.hair_base_7_blond{background-image:url(spritesmith1.png);background-position:-455px -1547px;width:90px;height:90px}.customize-option.hair_base_7_blond{background-image:url(spritesmith1.png);background-position:-480px -1562px;width:60px;height:60px}.hair_base_7_blue{background-image:url(spritesmith1.png);background-position:-546px -1547px;width:90px;height:90px}.customize-option.hair_base_7_blue{background-image:url(spritesmith1.png);background-position:-571px -1562px;width:60px;height:60px}.hair_base_7_brown{background-image:url(spritesmith1.png);background-position:-637px -1547px;width:90px;height:90px}.customize-option.hair_base_7_brown{background-image:url(spritesmith1.png);background-position:-662px -1562px;width:60px;height:60px}.hair_base_7_candycane{background-image:url(spritesmith1.png);background-position:-728px -1547px;width:90px;height:90px}.customize-option.hair_base_7_candycane{background-image:url(spritesmith1.png);background-position:-753px -1562px;width:60px;height:60px}.hair_base_7_candycorn{background-image:url(spritesmith1.png);background-position:-819px -1547px;width:90px;height:90px}.customize-option.hair_base_7_candycorn{background-image:url(spritesmith1.png);background-position:-844px -1562px;width:60px;height:60px}.hair_base_7_festive{background-image:url(spritesmith1.png);background-position:-910px -1547px;width:90px;height:90px}.customize-option.hair_base_7_festive{background-image:url(spritesmith1.png);background-position:-935px -1562px;width:60px;height:60px}.hair_base_7_frost{background-image:url(spritesmith1.png);background-position:-1001px -1547px;width:90px;height:90px}.customize-option.hair_base_7_frost{background-image:url(spritesmith1.png);background-position:-1026px -1562px;width:60px;height:60px}.hair_base_7_ghostwhite{background-image:url(spritesmith1.png);background-position:-1092px -1547px;width:90px;height:90px}.customize-option.hair_base_7_ghostwhite{background-image:url(spritesmith1.png);background-position:-1117px -1562px;width:60px;height:60px}.hair_base_7_green{background-image:url(spritesmith1.png);background-position:-1183px -1547px;width:90px;height:90px}.customize-option.hair_base_7_green{background-image:url(spritesmith1.png);background-position:-1208px -1562px;width:60px;height:60px}.hair_base_7_halloween{background-image:url(spritesmith1.png);background-position:-1274px -1547px;width:90px;height:90px}.customize-option.hair_base_7_halloween{background-image:url(spritesmith1.png);background-position:-1299px -1562px;width:60px;height:60px}.hair_base_7_holly{background-image:url(spritesmith1.png);background-position:-1365px -1547px;width:90px;height:90px}.customize-option.hair_base_7_holly{background-image:url(spritesmith1.png);background-position:-1390px -1562px;width:60px;height:60px}.hair_base_7_hollygreen{background-image:url(spritesmith1.png);background-position:-1456px -1547px;width:90px;height:90px}.customize-option.hair_base_7_hollygreen{background-image:url(spritesmith1.png);background-position:-1481px -1562px;width:60px;height:60px}.hair_base_7_midnight{background-image:url(spritesmith1.png);background-position:-1547px -1547px;width:90px;height:90px}.customize-option.hair_base_7_midnight{background-image:url(spritesmith1.png);background-position:-1572px -1562px;width:60px;height:60px}.hair_base_7_pblue{background-image:url(spritesmith1.png);background-position:-1638px 0;width:90px;height:90px}.customize-option.hair_base_7_pblue{background-image:url(spritesmith1.png);background-position:-1663px -15px;width:60px;height:60px}.hair_base_7_peppermint{background-image:url(spritesmith1.png);background-position:-1638px -91px;width:90px;height:90px}.customize-option.hair_base_7_peppermint{background-image:url(spritesmith1.png);background-position:-1663px -106px;width:60px;height:60px}.hair_base_7_pgreen{background-image:url(spritesmith1.png);background-position:-1638px -182px;width:90px;height:90px}.customize-option.hair_base_7_pgreen{background-image:url(spritesmith1.png);background-position:-1663px -197px;width:60px;height:60px}.hair_base_7_porange{background-image:url(spritesmith1.png);background-position:-1638px -273px;width:90px;height:90px}.customize-option.hair_base_7_porange{background-image:url(spritesmith1.png);background-position:-1663px -288px;width:60px;height:60px}.hair_base_7_ppink{background-image:url(spritesmith1.png);background-position:-1638px -364px;width:90px;height:90px}.customize-option.hair_base_7_ppink{background-image:url(spritesmith1.png);background-position:-1663px -379px;width:60px;height:60px}.hair_base_7_ppurple{background-image:url(spritesmith1.png);background-position:-1638px -455px;width:90px;height:90px}.customize-option.hair_base_7_ppurple{background-image:url(spritesmith1.png);background-position:-1663px -470px;width:60px;height:60px}.hair_base_7_pumpkin{background-image:url(spritesmith1.png);background-position:-1638px -546px;width:90px;height:90px}.customize-option.hair_base_7_pumpkin{background-image:url(spritesmith1.png);background-position:-1663px -561px;width:60px;height:60px}.hair_base_7_purple{background-image:url(spritesmith1.png);background-position:-1638px -637px;width:90px;height:90px}.customize-option.hair_base_7_purple{background-image:url(spritesmith1.png);background-position:-1663px -652px;width:60px;height:60px}.hair_base_7_pyellow{background-image:url(spritesmith1.png);background-position:-1638px -728px;width:90px;height:90px}.customize-option.hair_base_7_pyellow{background-image:url(spritesmith1.png);background-position:-1663px -743px;width:60px;height:60px}.hair_base_7_rainbow{background-image:url(spritesmith1.png);background-position:-1638px -819px;width:90px;height:90px}.customize-option.hair_base_7_rainbow{background-image:url(spritesmith1.png);background-position:-1663px -834px;width:60px;height:60px}.hair_base_7_red{background-image:url(spritesmith1.png);background-position:-1638px -910px;width:90px;height:90px}.customize-option.hair_base_7_red{background-image:url(spritesmith1.png);background-position:-1663px -925px;width:60px;height:60px}.hair_base_7_snowy{background-image:url(spritesmith1.png);background-position:-1638px -1001px;width:90px;height:90px}.customize-option.hair_base_7_snowy{background-image:url(spritesmith1.png);background-position:-1663px -1016px;width:60px;height:60px}.hair_base_7_white{background-image:url(spritesmith1.png);background-position:-1638px -1092px;width:90px;height:90px}.customize-option.hair_base_7_white{background-image:url(spritesmith1.png);background-position:-1663px -1107px;width:60px;height:60px}.hair_base_7_winternight{background-image:url(spritesmith1.png);background-position:-1638px -1183px;width:90px;height:90px}.customize-option.hair_base_7_winternight{background-image:url(spritesmith1.png);background-position:-1663px -1198px;width:60px;height:60px}.hair_base_7_winterstar{background-image:url(spritesmith1.png);background-position:-1638px -1274px;width:90px;height:90px}.customize-option.hair_base_7_winterstar{background-image:url(spritesmith1.png);background-position:-1663px -1289px;width:60px;height:60px}.hair_base_7_yellow{background-image:url(spritesmith1.png);background-position:-1638px -1365px;width:90px;height:90px}.customize-option.hair_base_7_yellow{background-image:url(spritesmith1.png);background-position:-1663px -1380px;width:60px;height:60px}.hair_base_7_zombie{background-image:url(spritesmith1.png);background-position:-1638px -1456px;width:90px;height:90px}.customize-option.hair_base_7_zombie{background-image:url(spritesmith1.png);background-position:-1663px -1471px;width:60px;height:60px}.hair_base_8_TRUred{background-image:url(spritesmith1.png);background-position:-1638px -1547px;width:90px;height:90px}.customize-option.hair_base_8_TRUred{background-image:url(spritesmith1.png);background-position:-1663px -1562px;width:60px;height:60px}.hair_base_8_aurora{background-image:url(spritesmith1.png);background-position:0 -1638px;width:90px;height:90px}.customize-option.hair_base_8_aurora{background-image:url(spritesmith1.png);background-position:-25px -1653px;width:60px;height:60px}.hair_base_8_black{background-image:url(spritesmith1.png);background-position:-91px -1638px;width:90px;height:90px}.customize-option.hair_base_8_black{background-image:url(spritesmith1.png);background-position:-116px -1653px;width:60px;height:60px}.hair_base_8_blond{background-image:url(spritesmith1.png);background-position:-182px -1638px;width:90px;height:90px}.customize-option.hair_base_8_blond{background-image:url(spritesmith1.png);background-position:-207px -1653px;width:60px;height:60px}.hair_base_8_blue{background-image:url(spritesmith1.png);background-position:-273px -1638px;width:90px;height:90px}.customize-option.hair_base_8_blue{background-image:url(spritesmith1.png);background-position:-298px -1653px;width:60px;height:60px}.hair_base_8_brown{background-image:url(spritesmith1.png);background-position:-364px -1638px;width:90px;height:90px}.customize-option.hair_base_8_brown{background-image:url(spritesmith1.png);background-position:-389px -1653px;width:60px;height:60px}.hair_base_8_candycane{background-image:url(spritesmith1.png);background-position:-455px -1638px;width:90px;height:90px}.customize-option.hair_base_8_candycane{background-image:url(spritesmith1.png);background-position:-480px -1653px;width:60px;height:60px}.hair_base_8_candycorn{background-image:url(spritesmith1.png);background-position:-546px -1638px;width:90px;height:90px}.customize-option.hair_base_8_candycorn{background-image:url(spritesmith1.png);background-position:-571px -1653px;width:60px;height:60px}.hair_base_8_festive{background-image:url(spritesmith1.png);background-position:-637px -1638px;width:90px;height:90px}.customize-option.hair_base_8_festive{background-image:url(spritesmith1.png);background-position:-662px -1653px;width:60px;height:60px}.hair_base_8_frost{background-image:url(spritesmith1.png);background-position:-728px -1638px;width:90px;height:90px}.customize-option.hair_base_8_frost{background-image:url(spritesmith1.png);background-position:-753px -1653px;width:60px;height:60px}.hair_base_8_ghostwhite{background-image:url(spritesmith1.png);background-position:-819px -1638px;width:90px;height:90px}.customize-option.hair_base_8_ghostwhite{background-image:url(spritesmith1.png);background-position:-844px -1653px;width:60px;height:60px}.hair_base_8_green{background-image:url(spritesmith1.png);background-position:-910px -1638px;width:90px;height:90px}.customize-option.hair_base_8_green{background-image:url(spritesmith1.png);background-position:-935px -1653px;width:60px;height:60px}.hair_base_8_halloween{background-image:url(spritesmith1.png);background-position:-1001px -1638px;width:90px;height:90px}.customize-option.hair_base_8_halloween{background-image:url(spritesmith1.png);background-position:-1026px -1653px;width:60px;height:60px}.hair_base_8_holly{background-image:url(spritesmith1.png);background-position:-1092px -1638px;width:90px;height:90px}.customize-option.hair_base_8_holly{background-image:url(spritesmith1.png);background-position:-1117px -1653px;width:60px;height:60px}.hair_base_8_hollygreen{background-image:url(spritesmith1.png);background-position:-1183px -1638px;width:90px;height:90px}.customize-option.hair_base_8_hollygreen{background-image:url(spritesmith1.png);background-position:-1208px -1653px;width:60px;height:60px}.hair_base_8_midnight{background-image:url(spritesmith1.png);background-position:-1274px -1638px;width:90px;height:90px}.customize-option.hair_base_8_midnight{background-image:url(spritesmith1.png);background-position:-1299px -1653px;width:60px;height:60px}.hair_base_8_pblue{background-image:url(spritesmith1.png);background-position:-1365px -1638px;width:90px;height:90px}.customize-option.hair_base_8_pblue{background-image:url(spritesmith1.png);background-position:-1390px -1653px;width:60px;height:60px}.hair_base_8_peppermint{background-image:url(spritesmith1.png);background-position:-1456px -1638px;width:90px;height:90px}.customize-option.hair_base_8_peppermint{background-image:url(spritesmith1.png);background-position:-1481px -1653px;width:60px;height:60px}.hair_base_8_pgreen{background-image:url(spritesmith1.png);background-position:-1547px -1638px;width:90px;height:90px}.customize-option.hair_base_8_pgreen{background-image:url(spritesmith1.png);background-position:-1572px -1653px;width:60px;height:60px}.hair_base_8_porange{background-image:url(spritesmith1.png);background-position:-1638px -1638px;width:90px;height:90px}.customize-option.hair_base_8_porange{background-image:url(spritesmith1.png);background-position:-1663px -1653px;width:60px;height:60px}.hair_base_8_ppink{background-image:url(spritesmith1.png);background-position:-1729px 0;width:90px;height:90px}.customize-option.hair_base_8_ppink{background-image:url(spritesmith1.png);background-position:-1754px -15px;width:60px;height:60px}.hair_base_8_ppurple{background-image:url(spritesmith1.png);background-position:-1729px -91px;width:90px;height:90px}.customize-option.hair_base_8_ppurple{background-image:url(spritesmith1.png);background-position:-1754px -106px;width:60px;height:60px}.hair_base_8_pumpkin{background-image:url(spritesmith1.png);background-position:-1729px -182px;width:90px;height:90px}.customize-option.hair_base_8_pumpkin{background-image:url(spritesmith1.png);background-position:-1754px -197px;width:60px;height:60px}.hair_base_8_purple{background-image:url(spritesmith1.png);background-position:-1729px -273px;width:90px;height:90px}.customize-option.hair_base_8_purple{background-image:url(spritesmith1.png);background-position:-1754px -288px;width:60px;height:60px}.hair_base_8_pyellow{background-image:url(spritesmith1.png);background-position:-1729px -364px;width:90px;height:90px}.customize-option.hair_base_8_pyellow{background-image:url(spritesmith1.png);background-position:-1754px -379px;width:60px;height:60px}.hair_base_8_rainbow{background-image:url(spritesmith1.png);background-position:-1729px -455px;width:90px;height:90px}.customize-option.hair_base_8_rainbow{background-image:url(spritesmith1.png);background-position:-1754px -470px;width:60px;height:60px}.hair_base_8_red{background-image:url(spritesmith1.png);background-position:-1729px -546px;width:90px;height:90px}.customize-option.hair_base_8_red{background-image:url(spritesmith1.png);background-position:-1754px -561px;width:60px;height:60px}.hair_base_8_snowy{background-image:url(spritesmith1.png);background-position:-1729px -637px;width:90px;height:90px}.customize-option.hair_base_8_snowy{background-image:url(spritesmith1.png);background-position:-1754px -652px;width:60px;height:60px}.hair_base_8_white{background-image:url(spritesmith1.png);background-position:-1729px -728px;width:90px;height:90px}.customize-option.hair_base_8_white{background-image:url(spritesmith1.png);background-position:-1754px -743px;width:60px;height:60px}.hair_base_8_winternight{background-image:url(spritesmith1.png);background-position:-1729px -819px;width:90px;height:90px}.customize-option.hair_base_8_winternight{background-image:url(spritesmith1.png);background-position:-1754px -834px;width:60px;height:60px}.hair_base_8_winterstar{background-image:url(spritesmith1.png);background-position:-1729px -910px;width:90px;height:90px}.customize-option.hair_base_8_winterstar{background-image:url(spritesmith1.png);background-position:-1754px -925px;width:60px;height:60px}.hair_base_8_yellow{background-image:url(spritesmith1.png);background-position:-1729px -1001px;width:90px;height:90px}.customize-option.hair_base_8_yellow{background-image:url(spritesmith1.png);background-position:-1754px -1016px;width:60px;height:60px}.hair_base_8_zombie{background-image:url(spritesmith1.png);background-position:-1729px -1092px;width:90px;height:90px}.customize-option.hair_base_8_zombie{background-image:url(spritesmith1.png);background-position:-1754px -1107px;width:60px;height:60px}.hair_base_9_TRUred{background-image:url(spritesmith1.png);background-position:-1729px -1183px;width:90px;height:90px}.customize-option.hair_base_9_TRUred{background-image:url(spritesmith1.png);background-position:-1754px -1198px;width:60px;height:60px}.hair_base_9_aurora{background-image:url(spritesmith1.png);background-position:-1729px -1274px;width:90px;height:90px}.customize-option.hair_base_9_aurora{background-image:url(spritesmith1.png);background-position:-1754px -1289px;width:60px;height:60px}.hair_base_9_black{background-image:url(spritesmith1.png);background-position:-1729px -1365px;width:90px;height:90px}.customize-option.hair_base_9_black{background-image:url(spritesmith1.png);background-position:-1754px -1380px;width:60px;height:60px}.hair_base_9_blond{background-image:url(spritesmith1.png);background-position:-1729px -1456px;width:90px;height:90px}.customize-option.hair_base_9_blond{background-image:url(spritesmith1.png);background-position:-1754px -1471px;width:60px;height:60px}.hair_base_9_blue{background-image:url(spritesmith1.png);background-position:-1729px -1547px;width:90px;height:90px}.customize-option.hair_base_9_blue{background-image:url(spritesmith1.png);background-position:-1754px -1562px;width:60px;height:60px}.hair_base_9_brown{background-image:url(spritesmith1.png);background-position:-1729px -1638px;width:90px;height:90px}.customize-option.hair_base_9_brown{background-image:url(spritesmith1.png);background-position:-1754px -1653px;width:60px;height:60px}.hair_base_9_candycane{background-image:url(spritesmith1.png);background-position:0 -1729px;width:90px;height:90px}.customize-option.hair_base_9_candycane{background-image:url(spritesmith1.png);background-position:-25px -1744px;width:60px;height:60px}.hair_base_9_candycorn{background-image:url(spritesmith1.png);background-position:-91px -1729px;width:90px;height:90px}.customize-option.hair_base_9_candycorn{background-image:url(spritesmith1.png);background-position:-116px -1744px;width:60px;height:60px}.hair_base_9_festive{background-image:url(spritesmith1.png);background-position:-182px -1729px;width:90px;height:90px}.customize-option.hair_base_9_festive{background-image:url(spritesmith1.png);background-position:-207px -1744px;width:60px;height:60px}.hair_base_9_frost{background-image:url(spritesmith1.png);background-position:-273px -1729px;width:90px;height:90px}.customize-option.hair_base_9_frost{background-image:url(spritesmith1.png);background-position:-298px -1744px;width:60px;height:60px}.hair_base_9_ghostwhite{background-image:url(spritesmith1.png);background-position:-364px -1729px;width:90px;height:90px}.customize-option.hair_base_9_ghostwhite{background-image:url(spritesmith1.png);background-position:-389px -1744px;width:60px;height:60px}.hair_base_9_green{background-image:url(spritesmith1.png);background-position:-455px -1729px;width:90px;height:90px}.customize-option.hair_base_9_green{background-image:url(spritesmith1.png);background-position:-480px -1744px;width:60px;height:60px}.hair_base_9_halloween{background-image:url(spritesmith1.png);background-position:-546px -1729px;width:90px;height:90px}.customize-option.hair_base_9_halloween{background-image:url(spritesmith1.png);background-position:-571px -1744px;width:60px;height:60px}.hair_base_9_holly{background-image:url(spritesmith1.png);background-position:-637px -1729px;width:90px;height:90px}.customize-option.hair_base_9_holly{background-image:url(spritesmith1.png);background-position:-662px -1744px;width:60px;height:60px}.hair_base_9_hollygreen{background-image:url(spritesmith2.png);background-position:-1107px -182px;width:90px;height:90px}.customize-option.hair_base_9_hollygreen{background-image:url(spritesmith2.png);background-position:-1132px -197px;width:60px;height:60px}.hair_base_9_midnight{background-image:url(spritesmith2.png);background-position:-1289px -910px;width:90px;height:90px}.customize-option.hair_base_9_midnight{background-image:url(spritesmith2.png);background-position:-1314px -925px;width:60px;height:60px}.hair_base_9_pblue{background-image:url(spritesmith2.png);background-position:-1107px -273px;width:90px;height:90px}.customize-option.hair_base_9_pblue{background-image:url(spritesmith2.png);background-position:-1132px -288px;width:60px;height:60px}.hair_base_9_peppermint{background-image:url(spritesmith2.png);background-position:-1107px -364px;width:90px;height:90px}.customize-option.hair_base_9_peppermint{background-image:url(spritesmith2.png);background-position:-1132px -379px;width:60px;height:60px}.hair_base_9_pgreen{background-image:url(spritesmith2.png);background-position:-1107px -455px;width:90px;height:90px}.customize-option.hair_base_9_pgreen{background-image:url(spritesmith2.png);background-position:-1132px -470px;width:60px;height:60px}.hair_base_9_porange{background-image:url(spritesmith2.png);background-position:-1107px -546px;width:90px;height:90px}.customize-option.hair_base_9_porange{background-image:url(spritesmith2.png);background-position:-1132px -561px;width:60px;height:60px}.hair_base_9_ppink{background-image:url(spritesmith2.png);background-position:-1107px -637px;width:90px;height:90px}.customize-option.hair_base_9_ppink{background-image:url(spritesmith2.png);background-position:-1132px -652px;width:60px;height:60px}.hair_base_9_ppurple{background-image:url(spritesmith2.png);background-position:-1107px -728px;width:90px;height:90px}.customize-option.hair_base_9_ppurple{background-image:url(spritesmith2.png);background-position:-1132px -743px;width:60px;height:60px}.hair_base_9_pumpkin{background-image:url(spritesmith2.png);background-position:-1107px -819px;width:90px;height:90px}.customize-option.hair_base_9_pumpkin{background-image:url(spritesmith2.png);background-position:-1132px -834px;width:60px;height:60px}.hair_base_9_purple{background-image:url(spritesmith2.png);background-position:-1107px -910px;width:90px;height:90px}.customize-option.hair_base_9_purple{background-image:url(spritesmith2.png);background-position:-1132px -925px;width:60px;height:60px}.hair_base_9_pyellow{background-image:url(spritesmith2.png);background-position:-1471px -819px;width:90px;height:90px}.customize-option.hair_base_9_pyellow{background-image:url(spritesmith2.png);background-position:-1496px -834px;width:60px;height:60px}.hair_base_9_rainbow{background-image:url(spritesmith2.png);background-position:-1471px -910px;width:90px;height:90px}.customize-option.hair_base_9_rainbow{background-image:url(spritesmith2.png);background-position:-1496px -925px;width:60px;height:60px}.hair_base_9_red{background-image:url(spritesmith2.png);background-position:-1471px -1183px;width:90px;height:90px}.customize-option.hair_base_9_red{background-image:url(spritesmith2.png);background-position:-1496px -1198px;width:60px;height:60px}.hair_base_9_snowy{background-image:url(spritesmith2.png);background-position:-364px -91px;width:90px;height:90px}.customize-option.hair_base_9_snowy{background-image:url(spritesmith2.png);background-position:-389px -106px;width:60px;height:60px}.hair_base_9_white{background-image:url(spritesmith2.png);background-position:-364px -182px;width:90px;height:90px}.customize-option.hair_base_9_white{background-image:url(spritesmith2.png);background-position:-389px -197px;width:60px;height:60px}.hair_base_9_winternight{background-image:url(spritesmith2.png);background-position:0 -318px;width:90px;height:90px}.customize-option.hair_base_9_winternight{background-image:url(spritesmith2.png);background-position:-25px -333px;width:60px;height:60px}.hair_base_9_winterstar{background-image:url(spritesmith2.png);background-position:-91px -318px;width:90px;height:90px}.customize-option.hair_base_9_winterstar{background-image:url(spritesmith2.png);background-position:-116px -333px;width:60px;height:60px}.hair_base_9_yellow{background-image:url(spritesmith2.png);background-position:-182px -318px;width:90px;height:90px}.customize-option.hair_base_9_yellow{background-image:url(spritesmith2.png);background-position:-207px -333px;width:60px;height:60px}.hair_base_9_zombie{background-image:url(spritesmith2.png);background-position:-273px -318px;width:90px;height:90px}.customize-option.hair_base_9_zombie{background-image:url(spritesmith2.png);background-position:-298px -333px;width:60px;height:60px}.broad_shirt_black{background-image:url(spritesmith2.png);background-position:-364px -318px;width:90px;height:90px}.customize-option.broad_shirt_black{background-image:url(spritesmith2.png);background-position:-389px -348px;width:60px;height:60px}.broad_shirt_blue{background-image:url(spritesmith2.png);background-position:-470px 0;width:90px;height:90px}.customize-option.broad_shirt_blue{background-image:url(spritesmith2.png);background-position:-495px -30px;width:60px;height:60px}.broad_shirt_convict{background-image:url(spritesmith2.png);background-position:-470px -91px;width:90px;height:90px}.customize-option.broad_shirt_convict{background-image:url(spritesmith2.png);background-position:-495px -121px;width:60px;height:60px}.broad_shirt_cross{background-image:url(spritesmith2.png);background-position:-470px -182px;width:90px;height:90px}.customize-option.broad_shirt_cross{background-image:url(spritesmith2.png);background-position:-495px -212px;width:60px;height:60px}.broad_shirt_fire{background-image:url(spritesmith2.png);background-position:-470px -273px;width:90px;height:90px}.customize-option.broad_shirt_fire{background-image:url(spritesmith2.png);background-position:-495px -303px;width:60px;height:60px}.broad_shirt_green{background-image:url(spritesmith2.png);background-position:0 -409px;width:90px;height:90px}.customize-option.broad_shirt_green{background-image:url(spritesmith2.png);background-position:-25px -439px;width:60px;height:60px}.broad_shirt_horizon{background-image:url(spritesmith2.png);background-position:-91px -409px;width:90px;height:90px}.customize-option.broad_shirt_horizon{background-image:url(spritesmith2.png);background-position:-116px -439px;width:60px;height:60px}.broad_shirt_ocean{background-image:url(spritesmith2.png);background-position:-182px -409px;width:90px;height:90px}.customize-option.broad_shirt_ocean{background-image:url(spritesmith2.png);background-position:-207px -439px;width:60px;height:60px}.broad_shirt_pink{background-image:url(spritesmith2.png);background-position:-273px -409px;width:90px;height:90px}.customize-option.broad_shirt_pink{background-image:url(spritesmith2.png);background-position:-298px -439px;width:60px;height:60px}.broad_shirt_purple{background-image:url(spritesmith2.png);background-position:-364px -409px;width:90px;height:90px}.customize-option.broad_shirt_purple{background-image:url(spritesmith2.png);background-position:-389px -439px;width:60px;height:60px}.broad_shirt_rainbow{background-image:url(spritesmith2.png);background-position:-455px -409px;width:90px;height:90px}.customize-option.broad_shirt_rainbow{background-image:url(spritesmith2.png);background-position:-480px -439px;width:60px;height:60px}.broad_shirt_redblue{background-image:url(spritesmith2.png);background-position:-561px 0;width:90px;height:90px}.customize-option.broad_shirt_redblue{background-image:url(spritesmith2.png);background-position:-586px -30px;width:60px;height:60px}.broad_shirt_thunder{background-image:url(spritesmith2.png);background-position:-561px -91px;width:90px;height:90px}.customize-option.broad_shirt_thunder{background-image:url(spritesmith2.png);background-position:-586px -121px;width:60px;height:60px}.broad_shirt_tropical{background-image:url(spritesmith2.png);background-position:-561px -182px;width:90px;height:90px}.customize-option.broad_shirt_tropical{background-image:url(spritesmith2.png);background-position:-586px -212px;width:60px;height:60px}.broad_shirt_white{background-image:url(spritesmith2.png);background-position:-561px -273px;width:90px;height:90px}.customize-option.broad_shirt_white{background-image:url(spritesmith2.png);background-position:-586px -303px;width:60px;height:60px}.broad_shirt_yellow{background-image:url(spritesmith2.png);background-position:-561px -364px;width:90px;height:90px}.customize-option.broad_shirt_yellow{background-image:url(spritesmith2.png);background-position:-586px -394px;width:60px;height:60px}.broad_shirt_zombie{background-image:url(spritesmith2.png);background-position:0 -500px;width:90px;height:90px}.customize-option.broad_shirt_zombie{background-image:url(spritesmith2.png);background-position:-25px -530px;width:60px;height:60px}.slim_shirt_black{background-image:url(spritesmith2.png);background-position:-91px -500px;width:90px;height:90px}.customize-option.slim_shirt_black{background-image:url(spritesmith2.png);background-position:-116px -530px;width:60px;height:60px}.slim_shirt_blue{background-image:url(spritesmith2.png);background-position:-182px -500px;width:90px;height:90px}.customize-option.slim_shirt_blue{background-image:url(spritesmith2.png);background-position:-207px -530px;width:60px;height:60px}.slim_shirt_convict{background-image:url(spritesmith2.png);background-position:-273px -500px;width:90px;height:90px}.customize-option.slim_shirt_convict{background-image:url(spritesmith2.png);background-position:-298px -530px;width:60px;height:60px}.slim_shirt_cross{background-image:url(spritesmith2.png);background-position:-364px -500px;width:90px;height:90px}.customize-option.slim_shirt_cross{background-image:url(spritesmith2.png);background-position:-389px -530px;width:60px;height:60px}.slim_shirt_fire{background-image:url(spritesmith2.png);background-position:-455px -500px;width:90px;height:90px}.customize-option.slim_shirt_fire{background-image:url(spritesmith2.png);background-position:-480px -530px;width:60px;height:60px}.slim_shirt_green{background-image:url(spritesmith2.png);background-position:-546px -500px;width:90px;height:90px}.customize-option.slim_shirt_green{background-image:url(spritesmith2.png);background-position:-571px -530px;width:60px;height:60px}.slim_shirt_horizon{background-image:url(spritesmith2.png);background-position:-652px 0;width:90px;height:90px}.customize-option.slim_shirt_horizon{background-image:url(spritesmith2.png);background-position:-677px -30px;width:60px;height:60px}.slim_shirt_ocean{background-image:url(spritesmith2.png);background-position:-652px -91px;width:90px;height:90px}.customize-option.slim_shirt_ocean{background-image:url(spritesmith2.png);background-position:-677px -121px;width:60px;height:60px}.slim_shirt_pink{background-image:url(spritesmith2.png);background-position:-652px -182px;width:90px;height:90px}.customize-option.slim_shirt_pink{background-image:url(spritesmith2.png);background-position:-677px -212px;width:60px;height:60px}.slim_shirt_purple{background-image:url(spritesmith2.png);background-position:-652px -273px;width:90px;height:90px}.customize-option.slim_shirt_purple{background-image:url(spritesmith2.png);background-position:-677px -303px;width:60px;height:60px}.slim_shirt_rainbow{background-image:url(spritesmith2.png);background-position:-652px -364px;width:90px;height:90px}.customize-option.slim_shirt_rainbow{background-image:url(spritesmith2.png);background-position:-677px -394px;width:60px;height:60px}.slim_shirt_redblue{background-image:url(spritesmith2.png);background-position:-652px -455px;width:90px;height:90px}.customize-option.slim_shirt_redblue{background-image:url(spritesmith2.png);background-position:-677px -485px;width:60px;height:60px}.slim_shirt_thunder{background-image:url(spritesmith2.png);background-position:0 -591px;width:90px;height:90px}.customize-option.slim_shirt_thunder{background-image:url(spritesmith2.png);background-position:-25px -621px;width:60px;height:60px}.slim_shirt_tropical{background-image:url(spritesmith2.png);background-position:-91px -591px;width:90px;height:90px}.customize-option.slim_shirt_tropical{background-image:url(spritesmith2.png);background-position:-116px -621px;width:60px;height:60px}.slim_shirt_white{background-image:url(spritesmith2.png);background-position:-182px -591px;width:90px;height:90px}.customize-option.slim_shirt_white{background-image:url(spritesmith2.png);background-position:-207px -621px;width:60px;height:60px}.slim_shirt_yellow{background-image:url(spritesmith2.png);background-position:-273px -591px;width:90px;height:90px}.customize-option.slim_shirt_yellow{background-image:url(spritesmith2.png);background-position:-298px -621px;width:60px;height:60px}.slim_shirt_zombie{background-image:url(spritesmith2.png);background-position:-364px -591px;width:90px;height:90px}.customize-option.slim_shirt_zombie{background-image:url(spritesmith2.png);background-position:-389px -621px;width:60px;height:60px}.skin_0ff591{background-image:url(spritesmith2.png);background-position:-455px -591px;width:90px;height:90px}.customize-option.skin_0ff591{background-image:url(spritesmith2.png);background-position:-480px -606px;width:60px;height:60px}.skin_0ff591_sleep{background-image:url(spritesmith2.png);background-position:-546px -591px;width:90px;height:90px}.customize-option.skin_0ff591_sleep{background-image:url(spritesmith2.png);background-position:-571px -606px;width:60px;height:60px}.skin_2b43f6{background-image:url(spritesmith2.png);background-position:-637px -591px;width:90px;height:90px}.customize-option.skin_2b43f6{background-image:url(spritesmith2.png);background-position:-662px -606px;width:60px;height:60px}.skin_2b43f6_sleep{background-image:url(spritesmith2.png);background-position:-743px 0;width:90px;height:90px}.customize-option.skin_2b43f6_sleep{background-image:url(spritesmith2.png);background-position:-768px -15px;width:60px;height:60px}.skin_6bd049{background-image:url(spritesmith2.png);background-position:-743px -91px;width:90px;height:90px}.customize-option.skin_6bd049{background-image:url(spritesmith2.png);background-position:-768px -106px;width:60px;height:60px}.skin_6bd049_sleep{background-image:url(spritesmith2.png);background-position:-743px -182px;width:90px;height:90px}.customize-option.skin_6bd049_sleep{background-image:url(spritesmith2.png);background-position:-768px -197px;width:60px;height:60px}.skin_800ed0{background-image:url(spritesmith2.png);background-position:-743px -273px;width:90px;height:90px}.customize-option.skin_800ed0{background-image:url(spritesmith2.png);background-position:-768px -288px;width:60px;height:60px}.skin_800ed0_sleep{background-image:url(spritesmith2.png);background-position:-743px -364px;width:90px;height:90px}.customize-option.skin_800ed0_sleep{background-image:url(spritesmith2.png);background-position:-768px -379px;width:60px;height:60px}.skin_915533{background-image:url(spritesmith2.png);background-position:-743px -455px;width:90px;height:90px}.customize-option.skin_915533{background-image:url(spritesmith2.png);background-position:-768px -470px;width:60px;height:60px}.skin_915533_sleep{background-image:url(spritesmith2.png);background-position:-743px -546px;width:90px;height:90px}.customize-option.skin_915533_sleep{background-image:url(spritesmith2.png);background-position:-768px -561px;width:60px;height:60px}.skin_98461a{background-image:url(spritesmith2.png);background-position:0 -682px;width:90px;height:90px}.customize-option.skin_98461a{background-image:url(spritesmith2.png);background-position:-25px -697px;width:60px;height:60px}.skin_98461a_sleep{background-image:url(spritesmith2.png);background-position:-91px -682px;width:90px;height:90px}.customize-option.skin_98461a_sleep{background-image:url(spritesmith2.png);background-position:-116px -697px;width:60px;height:60px}.skin_c06534{background-image:url(spritesmith2.png);background-position:-182px -682px;width:90px;height:90px}.customize-option.skin_c06534{background-image:url(spritesmith2.png);background-position:-207px -697px;width:60px;height:60px}.skin_c06534_sleep{background-image:url(spritesmith2.png);background-position:-273px -682px;width:90px;height:90px}.customize-option.skin_c06534_sleep{background-image:url(spritesmith2.png);background-position:-298px -697px;width:60px;height:60px}.skin_c3e1dc{background-image:url(spritesmith2.png);background-position:-364px -682px;width:90px;height:90px}.customize-option.skin_c3e1dc{background-image:url(spritesmith2.png);background-position:-389px -697px;width:60px;height:60px}.skin_c3e1dc_sleep{background-image:url(spritesmith2.png);background-position:-455px -682px;width:90px;height:90px}.customize-option.skin_c3e1dc_sleep{background-image:url(spritesmith2.png);background-position:-480px -697px;width:60px;height:60px}.skin_candycorn{background-image:url(spritesmith2.png);background-position:-546px -682px;width:90px;height:90px}.customize-option.skin_candycorn{background-image:url(spritesmith2.png);background-position:-571px -697px;width:60px;height:60px}.skin_candycorn_sleep{background-image:url(spritesmith2.png);background-position:-637px -682px;width:90px;height:90px}.customize-option.skin_candycorn_sleep{background-image:url(spritesmith2.png);background-position:-662px -697px;width:60px;height:60px}.skin_d7a9f7{background-image:url(spritesmith2.png);background-position:-728px -682px;width:90px;height:90px}.customize-option.skin_d7a9f7{background-image:url(spritesmith2.png);background-position:-753px -697px;width:60px;height:60px}.skin_d7a9f7_sleep{background-image:url(spritesmith2.png);background-position:-834px 0;width:90px;height:90px}.customize-option.skin_d7a9f7_sleep{background-image:url(spritesmith2.png);background-position:-859px -15px;width:60px;height:60px}.skin_ddc994{background-image:url(spritesmith2.png);background-position:-834px -91px;width:90px;height:90px}.customize-option.skin_ddc994{background-image:url(spritesmith2.png);background-position:-859px -106px;width:60px;height:60px}.skin_ddc994_sleep{background-image:url(spritesmith2.png);background-position:-834px -182px;width:90px;height:90px}.customize-option.skin_ddc994_sleep{background-image:url(spritesmith2.png);background-position:-859px -197px;width:60px;height:60px}.skin_ea8349{background-image:url(spritesmith2.png);background-position:-834px -273px;width:90px;height:90px}.customize-option.skin_ea8349{background-image:url(spritesmith2.png);background-position:-859px -288px;width:60px;height:60px}.skin_ea8349_sleep{background-image:url(spritesmith2.png);background-position:-834px -364px;width:90px;height:90px}.customize-option.skin_ea8349_sleep{background-image:url(spritesmith2.png);background-position:-859px -379px;width:60px;height:60px}.skin_eb052b{background-image:url(spritesmith2.png);background-position:-834px -455px;width:90px;height:90px}.customize-option.skin_eb052b{background-image:url(spritesmith2.png);background-position:-859px -470px;width:60px;height:60px}.skin_eb052b_sleep{background-image:url(spritesmith2.png);background-position:-834px -546px;width:90px;height:90px}.customize-option.skin_eb052b_sleep{background-image:url(spritesmith2.png);background-position:-859px -561px;width:60px;height:60px}.skin_f5a76e{background-image:url(spritesmith2.png);background-position:-834px -637px;width:90px;height:90px}.customize-option.skin_f5a76e{background-image:url(spritesmith2.png);background-position:-859px -652px;width:60px;height:60px}.skin_f5a76e_sleep{background-image:url(spritesmith2.png);background-position:0 -773px;width:90px;height:90px}.customize-option.skin_f5a76e_sleep{background-image:url(spritesmith2.png);background-position:-25px -788px;width:60px;height:60px}.skin_f5d70f{background-image:url(spritesmith2.png);background-position:-91px -773px;width:90px;height:90px}.customize-option.skin_f5d70f{background-image:url(spritesmith2.png);background-position:-116px -788px;width:60px;height:60px}.skin_f5d70f_sleep{background-image:url(spritesmith2.png);background-position:-182px -773px;width:90px;height:90px}.customize-option.skin_f5d70f_sleep{background-image:url(spritesmith2.png);background-position:-207px -788px;width:60px;height:60px}.skin_f69922{background-image:url(spritesmith2.png);background-position:-273px -773px;width:90px;height:90px}.customize-option.skin_f69922{background-image:url(spritesmith2.png);background-position:-298px -788px;width:60px;height:60px}.skin_f69922_sleep{background-image:url(spritesmith2.png);background-position:-364px -773px;width:90px;height:90px}.customize-option.skin_f69922_sleep{background-image:url(spritesmith2.png);background-position:-389px -788px;width:60px;height:60px}.skin_ghost{background-image:url(spritesmith2.png);background-position:-455px -773px;width:90px;height:90px}.customize-option.skin_ghost{background-image:url(spritesmith2.png);background-position:-480px -788px;width:60px;height:60px}.skin_ghost_sleep{background-image:url(spritesmith2.png);background-position:-546px -773px;width:90px;height:90px}.customize-option.skin_ghost_sleep{background-image:url(spritesmith2.png);background-position:-571px -788px;width:60px;height:60px}.skin_monster{background-image:url(spritesmith2.png);background-position:-637px -773px;width:90px;height:90px}.customize-option.skin_monster{background-image:url(spritesmith2.png);background-position:-662px -788px;width:60px;height:60px}.skin_monster_sleep{background-image:url(spritesmith2.png);background-position:-728px -773px;width:90px;height:90px}.customize-option.skin_monster_sleep{background-image:url(spritesmith2.png);background-position:-753px -788px;width:60px;height:60px}.skin_ogre{background-image:url(spritesmith2.png);background-position:-819px -773px;width:90px;height:90px}.customize-option.skin_ogre{background-image:url(spritesmith2.png);background-position:-844px -788px;width:60px;height:60px}.skin_ogre_sleep{background-image:url(spritesmith2.png);background-position:-925px 0;width:90px;height:90px}.customize-option.skin_ogre_sleep{background-image:url(spritesmith2.png);background-position:-950px -15px;width:60px;height:60px}.skin_pumpkin{background-image:url(spritesmith2.png);background-position:-925px -91px;width:90px;height:90px}.customize-option.skin_pumpkin{background-image:url(spritesmith2.png);background-position:-950px -106px;width:60px;height:60px}.skin_pumpkin2{background-image:url(spritesmith2.png);background-position:-925px -182px;width:90px;height:90px}.customize-option.skin_pumpkin2{background-image:url(spritesmith2.png);background-position:-950px -197px;width:60px;height:60px}.skin_pumpkin2_sleep{background-image:url(spritesmith2.png);background-position:-925px -273px;width:90px;height:90px}.customize-option.skin_pumpkin2_sleep{background-image:url(spritesmith2.png);background-position:-950px -288px;width:60px;height:60px}.skin_pumpkin_sleep{background-image:url(spritesmith2.png);background-position:-925px -364px;width:90px;height:90px}.customize-option.skin_pumpkin_sleep{background-image:url(spritesmith2.png);background-position:-950px -379px;width:60px;height:60px}.skin_rainbow{background-image:url(spritesmith2.png);background-position:-925px -455px;width:90px;height:90px}.customize-option.skin_rainbow{background-image:url(spritesmith2.png);background-position:-950px -470px;width:60px;height:60px}.skin_rainbow_sleep{background-image:url(spritesmith2.png);background-position:-925px -546px;width:90px;height:90px}.customize-option.skin_rainbow_sleep{background-image:url(spritesmith2.png);background-position:-950px -561px;width:60px;height:60px}.skin_reptile{background-image:url(spritesmith2.png);background-position:-925px -637px;width:90px;height:90px}.customize-option.skin_reptile{background-image:url(spritesmith2.png);background-position:-950px -652px;width:60px;height:60px}.skin_reptile_sleep{background-image:url(spritesmith2.png);background-position:-925px -728px;width:90px;height:90px}.customize-option.skin_reptile_sleep{background-image:url(spritesmith2.png);background-position:-950px -743px;width:60px;height:60px}.skin_shadow{background-image:url(spritesmith2.png);background-position:0 -864px;width:90px;height:90px}.customize-option.skin_shadow{background-image:url(spritesmith2.png);background-position:-25px -879px;width:60px;height:60px}.skin_shadow2{background-image:url(spritesmith2.png);background-position:-91px -864px;width:90px;height:90px}.customize-option.skin_shadow2{background-image:url(spritesmith2.png);background-position:-116px -879px;width:60px;height:60px}.skin_shadow2_sleep{background-image:url(spritesmith2.png);background-position:-182px -864px;width:90px;height:90px}.customize-option.skin_shadow2_sleep{background-image:url(spritesmith2.png);background-position:-207px -879px;width:60px;height:60px}.skin_shadow_sleep{background-image:url(spritesmith2.png);background-position:-273px -864px;width:90px;height:90px}.customize-option.skin_shadow_sleep{background-image:url(spritesmith2.png);background-position:-298px -879px;width:60px;height:60px}.skin_skeleton{background-image:url(spritesmith2.png);background-position:-364px -864px;width:90px;height:90px}.customize-option.skin_skeleton{background-image:url(spritesmith2.png);background-position:-389px -879px;width:60px;height:60px}.skin_skeleton2{background-image:url(spritesmith2.png);background-position:-455px -864px;width:90px;height:90px}.customize-option.skin_skeleton2{background-image:url(spritesmith2.png);background-position:-480px -879px;width:60px;height:60px}.skin_skeleton2_sleep{background-image:url(spritesmith2.png);background-position:-546px -864px;width:90px;height:90px}.customize-option.skin_skeleton2_sleep{background-image:url(spritesmith2.png);background-position:-571px -879px;width:60px;height:60px}.skin_skeleton_sleep{background-image:url(spritesmith2.png);background-position:-637px -864px;width:90px;height:90px}.customize-option.skin_skeleton_sleep{background-image:url(spritesmith2.png);background-position:-662px -879px;width:60px;height:60px}.skin_transparent{background-image:url(spritesmith2.png);background-position:-728px -864px;width:90px;height:90px}.customize-option.skin_transparent{background-image:url(spritesmith2.png);background-position:-753px -879px;width:60px;height:60px}.skin_transparent_sleep{background-image:url(spritesmith2.png);background-position:-819px -864px;width:90px;height:90px}.customize-option.skin_transparent_sleep{background-image:url(spritesmith2.png);background-position:-844px -879px;width:60px;height:60px}.skin_zombie{background-image:url(spritesmith2.png);background-position:-910px -864px;width:90px;height:90px}.customize-option.skin_zombie{background-image:url(spritesmith2.png);background-position:-935px -879px;width:60px;height:60px}.skin_zombie2{background-image:url(spritesmith2.png);background-position:-1016px 0;width:90px;height:90px}.customize-option.skin_zombie2{background-image:url(spritesmith2.png);background-position:-1041px -15px;width:60px;height:60px}.skin_zombie2_sleep{background-image:url(spritesmith2.png);background-position:-1016px -91px;width:90px;height:90px}.customize-option.skin_zombie2_sleep{background-image:url(spritesmith2.png);background-position:-1041px -106px;width:60px;height:60px}.skin_zombie_sleep{background-image:url(spritesmith2.png);background-position:-1016px -182px;width:90px;height:90px}.customize-option.skin_zombie_sleep{background-image:url(spritesmith2.png);background-position:-1041px -197px;width:60px;height:60px}.broad_armor_healer_1{background-image:url(spritesmith2.png);background-position:-1016px -273px;width:90px;height:90px}.broad_armor_healer_2{background-image:url(spritesmith2.png);background-position:-1016px -364px;width:90px;height:90px}.broad_armor_healer_3{background-image:url(spritesmith2.png);background-position:-1016px -455px;width:90px;height:90px}.broad_armor_healer_4{background-image:url(spritesmith2.png);background-position:-1016px -546px;width:90px;height:90px}.broad_armor_healer_5{background-image:url(spritesmith2.png);background-position:-1016px -637px;width:90px;height:90px}.broad_armor_rogue_1{background-image:url(spritesmith2.png);background-position:-1016px -728px;width:90px;height:90px}.broad_armor_rogue_2{background-image:url(spritesmith2.png);background-position:-1016px -819px;width:90px;height:90px}.broad_armor_rogue_3{background-image:url(spritesmith2.png);background-position:0 -955px;width:90px;height:90px}.broad_armor_rogue_4{background-image:url(spritesmith2.png);background-position:-91px -955px;width:90px;height:90px}.broad_armor_rogue_5{background-image:url(spritesmith2.png);background-position:-182px -955px;width:90px;height:90px}.broad_armor_special_2{background-image:url(spritesmith2.png);background-position:-273px -955px;width:90px;height:90px}.broad_armor_warrior_1{background-image:url(spritesmith2.png);background-position:-364px -955px;width:90px;height:90px}.broad_armor_warrior_2{background-image:url(spritesmith2.png);background-position:-455px -955px;width:90px;height:90px}.broad_armor_warrior_3{background-image:url(spritesmith2.png);background-position:-546px -955px;width:90px;height:90px}.broad_armor_warrior_4{background-image:url(spritesmith2.png);background-position:-637px -955px;width:90px;height:90px}.broad_armor_warrior_5{background-image:url(spritesmith2.png);background-position:-728px -955px;width:90px;height:90px}.broad_armor_wizard_1{background-image:url(spritesmith2.png);background-position:-819px -955px;width:90px;height:90px}.broad_armor_wizard_2{background-image:url(spritesmith2.png);background-position:-910px -955px;width:90px;height:90px}.broad_armor_wizard_3{background-image:url(spritesmith2.png);background-position:-1001px -955px;width:90px;height:90px}.broad_armor_wizard_4{background-image:url(spritesmith2.png);background-position:-1107px 0;width:90px;height:90px}.broad_armor_wizard_5{background-image:url(spritesmith2.png);background-position:-1107px -91px;width:90px;height:90px}.shop_armor_healer_1{background-image:url(spritesmith2.png);background-position:-750px -1501px;width:40px;height:40px}.shop_armor_healer_2{background-image:url(spritesmith2.png);background-position:-709px -1501px;width:40px;height:40px}.shop_armor_healer_3{background-image:url(spritesmith2.png);background-position:-668px -1501px;width:40px;height:40px}.shop_armor_healer_4{background-image:url(spritesmith2.png);background-position:-627px -1501px;width:40px;height:40px}.shop_armor_healer_5{background-image:url(spritesmith2.png);background-position:-586px -1501px;width:40px;height:40px}.shop_armor_rogue_1{background-image:url(spritesmith2.png);background-position:-545px -1501px;width:40px;height:40px}.shop_armor_rogue_2{background-image:url(spritesmith2.png);background-position:-504px -1501px;width:40px;height:40px}.shop_armor_rogue_3{background-image:url(spritesmith2.png);background-position:-463px -1501px;width:40px;height:40px}.shop_armor_rogue_4{background-image:url(spritesmith2.png);background-position:-422px -1501px;width:40px;height:40px}.shop_armor_rogue_5{background-image:url(spritesmith2.png);background-position:-381px -1501px;width:40px;height:40px}.shop_armor_special_0{background-image:url(spritesmith2.png);background-position:-340px -1501px;width:40px;height:40px}.shop_armor_special_1{background-image:url(spritesmith2.png);background-position:-299px -1501px;width:40px;height:40px}.shop_armor_special_2{background-image:url(spritesmith2.png);background-position:-258px -1501px;width:40px;height:40px}.shop_armor_warrior_1{background-image:url(spritesmith2.png);background-position:-217px -1501px;width:40px;height:40px}.shop_armor_warrior_2{background-image:url(spritesmith2.png);background-position:-176px -1501px;width:40px;height:40px}.shop_armor_warrior_3{background-image:url(spritesmith2.png);background-position:-135px -1501px;width:40px;height:40px}.shop_armor_warrior_4{background-image:url(spritesmith2.png);background-position:-94px -1501px;width:40px;height:40px}.shop_armor_warrior_5{background-image:url(spritesmith2.png);background-position:-1120px -1087px;width:40px;height:40px}.shop_armor_wizard_1{background-image:url(spritesmith2.png);background-position:-1120px -1046px;width:40px;height:40px}.shop_armor_wizard_2{background-image:url(spritesmith2.png);background-position:-405px -273px;width:40px;height:40px}.shop_armor_wizard_3{background-image:url(spritesmith2.png);background-position:-364px -273px;width:40px;height:40px}.shop_armor_wizard_4{background-image:url(spritesmith2.png);background-position:-511px -364px;width:40px;height:40px}.shop_armor_wizard_5{background-image:url(spritesmith2.png);background-position:-470px -364px;width:40px;height:40px}.slim_armor_healer_1{background-image:url(spritesmith2.png);background-position:-1198px -364px;width:90px;height:90px}.slim_armor_healer_2{background-image:url(spritesmith2.png);background-position:-1198px -455px;width:90px;height:90px}.slim_armor_healer_3{background-image:url(spritesmith2.png);background-position:-1198px -546px;width:90px;height:90px}.slim_armor_healer_4{background-image:url(spritesmith2.png);background-position:-1198px -637px;width:90px;height:90px}.slim_armor_healer_5{background-image:url(spritesmith2.png);background-position:-1198px -728px;width:90px;height:90px}.slim_armor_rogue_1{background-image:url(spritesmith2.png);background-position:-1198px -819px;width:90px;height:90px}.slim_armor_rogue_2{background-image:url(spritesmith2.png);background-position:-1198px -910px;width:90px;height:90px}.slim_armor_rogue_3{background-image:url(spritesmith2.png);background-position:-1198px -1001px;width:90px;height:90px}.slim_armor_rogue_4{background-image:url(spritesmith2.png);background-position:0 -1137px;width:90px;height:90px}.slim_armor_rogue_5{background-image:url(spritesmith2.png);background-position:-91px -1137px;width:90px;height:90px}.slim_armor_special_2{background-image:url(spritesmith2.png);background-position:-182px -1137px;width:90px;height:90px}.slim_armor_warrior_1{background-image:url(spritesmith2.png);background-position:-273px -1137px;width:90px;height:90px}.slim_armor_warrior_2{background-image:url(spritesmith2.png);background-position:-364px -1137px;width:90px;height:90px}.slim_armor_warrior_3{background-image:url(spritesmith2.png);background-position:-455px -1137px;width:90px;height:90px}.slim_armor_warrior_4{background-image:url(spritesmith2.png);background-position:-546px -1137px;width:90px;height:90px}.slim_armor_warrior_5{background-image:url(spritesmith2.png);background-position:-637px -1137px;width:90px;height:90px}.slim_armor_wizard_1{background-image:url(spritesmith2.png);background-position:-728px -1137px;width:90px;height:90px}.slim_armor_wizard_2{background-image:url(spritesmith2.png);background-position:-819px -1137px;width:90px;height:90px}.slim_armor_wizard_3{background-image:url(spritesmith2.png);background-position:-910px -1137px;width:90px;height:90px}.slim_armor_wizard_4{background-image:url(spritesmith2.png);background-position:-1001px -1137px;width:90px;height:90px}.slim_armor_wizard_5{background-image:url(spritesmith2.png);background-position:-1092px -1137px;width:90px;height:90px}.broad_armor_special_birthday{background-image:url(spritesmith2.png);background-position:-1183px -1137px;width:90px;height:90px}.broad_armor_special_birthday2015{background-image:url(spritesmith2.png);background-position:-1289px 0;width:90px;height:90px}.shop_armor_special_birthday{background-image:url(spritesmith2.png);background-position:-602px -455px;width:40px;height:40px}.shop_armor_special_birthday2015{background-image:url(spritesmith2.png);background-position:-561px -455px;width:40px;height:40px}.slim_armor_special_birthday{background-image:url(spritesmith2.png);background-position:-1289px -273px;width:90px;height:90px}.slim_armor_special_birthday2015{background-image:url(spritesmith2.png);background-position:-1289px -364px;width:90px;height:90px}.broad_armor_special_fallHealer{background-image:url(spritesmith2.png);background-position:-1289px -455px;width:90px;height:90px}.broad_armor_special_fallMage{background-image:url(spritesmith2.png);background-position:0 -1228px;width:120px;height:90px}.broad_armor_special_fallRogue{background-image:url(spritesmith2.png);background-position:-121px -1228px;width:105px;height:90px}.broad_armor_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-1289px -546px;width:90px;height:90px}.head_special_fallHealer{background-image:url(spritesmith2.png);background-position:-1289px -637px;width:90px;height:90px}.head_special_fallMage{background-image:url(spritesmith2.png);background-position:-227px -1228px;width:120px;height:90px}.head_special_fallRogue{background-image:url(spritesmith2.png);background-position:-348px -1228px;width:105px;height:90px}.head_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-1289px -728px;width:90px;height:90px}.shield_special_fallHealer{background-image:url(spritesmith2.png);background-position:-1289px -819px;width:90px;height:90px}.shield_special_fallRogue{background-image:url(spritesmith2.png);background-position:-364px 0;width:105px;height:90px}.shield_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-1289px -1001px;width:90px;height:90px}.shop_armor_special_fallHealer{background-image:url(spritesmith2.png);background-position:-693px -546px;width:40px;height:40px}.shop_armor_special_fallMage{background-image:url(spritesmith2.png);background-position:-652px -546px;width:40px;height:40px}.shop_armor_special_fallRogue{background-image:url(spritesmith2.png);background-position:-1603px -1389px;width:40px;height:40px}.shop_armor_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-1562px -1389px;width:40px;height:40px}.shop_head_special_fallHealer{background-image:url(spritesmith2.png);background-position:-1603px -1348px;width:40px;height:40px}.shop_head_special_fallMage{background-image:url(spritesmith2.png);background-position:-1562px -1348px;width:40px;height:40px}.shop_head_special_fallRogue{background-image:url(spritesmith2.png);background-position:-1603px -1307px;width:40px;height:40px}.shop_head_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-1562px -1307px;width:40px;height:40px}.shop_shield_special_fallHealer{background-image:url(spritesmith2.png);background-position:-1603px -1266px;width:40px;height:40px}.shop_shield_special_fallRogue{background-image:url(spritesmith2.png);background-position:-1562px -1266px;width:40px;height:40px}.shop_shield_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-1603px -1225px;width:40px;height:40px}.shop_weapon_special_fallHealer{background-image:url(spritesmith2.png);background-position:-1562px -1225px;width:40px;height:40px}.shop_weapon_special_fallMage{background-image:url(spritesmith2.png);background-position:-1603px -1184px;width:40px;height:40px}.shop_weapon_special_fallRogue{background-image:url(spritesmith2.png);background-position:-1562px -1184px;width:40px;height:40px}.shop_weapon_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-1603px -1143px;width:40px;height:40px}.slim_armor_special_fallHealer{background-image:url(spritesmith2.png);background-position:-1380px -364px;width:90px;height:90px}.slim_armor_special_fallMage{background-image:url(spritesmith2.png);background-position:0 -1319px;width:120px;height:90px}.slim_armor_special_fallRogue{background-image:url(spritesmith2.png);background-position:-121px -1319px;width:105px;height:90px}.slim_armor_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-1380px -455px;width:90px;height:90px}.weapon_special_fallHealer{background-image:url(spritesmith2.png);background-position:-1380px -546px;width:90px;height:90px}.weapon_special_fallMage{background-image:url(spritesmith2.png);background-position:-227px -1319px;width:120px;height:90px}.weapon_special_fallRogue{background-image:url(spritesmith2.png);background-position:-348px -1319px;width:105px;height:90px}.weapon_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-1380px -637px;width:90px;height:90px}.broad_armor_special_gaymerx{background-image:url(spritesmith2.png);background-position:-1380px -728px;width:90px;height:90px}.head_special_gaymerx{background-image:url(spritesmith2.png);background-position:-1380px -819px;width:90px;height:90px}.shop_armor_special_gaymerx{background-image:url(spritesmith2.png);background-position:-1562px -1143px;width:40px;height:40px}.shop_head_special_gaymerx{background-image:url(spritesmith2.png);background-position:-1603px -1102px;width:40px;height:40px}.slim_armor_special_gaymerx{background-image:url(spritesmith2.png);background-position:-1380px -1092px;width:90px;height:90px}.back_mystery_201402{background-image:url(spritesmith2.png);background-position:-1380px -1183px;width:90px;height:90px}.broad_armor_mystery_201402{background-image:url(spritesmith2.png);background-position:-454px -1319px;width:90px;height:90px}.head_mystery_201402{background-image:url(spritesmith2.png);background-position:-545px -1319px;width:90px;height:90px}.shop_armor_mystery_201402{background-image:url(spritesmith2.png);background-position:-1562px -1020px;width:40px;height:40px}.shop_back_mystery_201402{background-image:url(spritesmith2.png);background-position:-1603px -979px;width:40px;height:40px}.shop_head_mystery_201402{background-image:url(spritesmith2.png);background-position:-1562px -979px;width:40px;height:40px}.slim_armor_mystery_201402{background-image:url(spritesmith2.png);background-position:-909px -1319px;width:90px;height:90px}.broad_armor_mystery_201403{background-image:url(spritesmith2.png);background-position:-1000px -1319px;width:90px;height:90px}.headAccessory_mystery_201403{background-image:url(spritesmith2.png);background-position:-1091px -1319px;width:90px;height:90px}.shop_armor_mystery_201403{background-image:url(spritesmith2.png);background-position:-1603px -938px;width:40px;height:40px}.shop_headAccessory_mystery_201403{background-image:url(spritesmith2.png);background-position:-1562px -938px;width:40px;height:40px}.slim_armor_mystery_201403{background-image:url(spritesmith2.png);background-position:-1364px -1319px;width:90px;height:90px}.back_mystery_201404{background-image:url(spritesmith2.png);background-position:-1471px 0;width:90px;height:90px}.headAccessory_mystery_201404{background-image:url(spritesmith2.png);background-position:-1471px -91px;width:90px;height:90px}.shop_back_mystery_201404{background-image:url(spritesmith2.png);background-position:-1603px -897px;width:40px;height:40px}.shop_headAccessory_mystery_201404{background-image:url(spritesmith2.png);background-position:-1562px -815px;width:40px;height:40px}.broad_armor_mystery_201405{background-image:url(spritesmith2.png);background-position:-1471px -364px;width:90px;height:90px}.head_mystery_201405{background-image:url(spritesmith2.png);background-position:-1471px -455px;width:90px;height:90px}.shop_armor_mystery_201405{background-image:url(spritesmith2.png);background-position:-1603px -774px;width:40px;height:40px}.shop_head_mystery_201405{background-image:url(spritesmith2.png);background-position:-1562px -774px;width:40px;height:40px}.slim_armor_mystery_201405{background-image:url(spritesmith2.png);background-position:-1471px -728px;width:90px;height:90px}.broad_armor_mystery_201406{background-image:url(spritesmith2.png);background-position:-182px -212px;width:90px;height:96px}.head_mystery_201406{background-image:url(spritesmith2.png);background-position:-273px -212px;width:90px;height:96px}.shop_armor_mystery_201406{background-image:url(spritesmith2.png);background-position:-1603px -733px;width:40px;height:40px}.shop_head_mystery_201406{background-image:url(spritesmith2.png);background-position:-1562px -692px;width:40px;height:40px}.slim_armor_mystery_201406{background-image:url(spritesmith2.png);background-position:-91px -212px;width:90px;height:96px}.broad_armor_mystery_201407{background-image:url(spritesmith2.png);background-position:-1471px -1274px;width:90px;height:90px}.head_mystery_201407{background-image:url(spritesmith2.png);background-position:0 -1410px;width:90px;height:90px}.shop_armor_mystery_201407{background-image:url(spritesmith2.png);background-position:-1603px -651px;width:40px;height:40px}.shop_head_mystery_201407{background-image:url(spritesmith2.png);background-position:-1562px -651px;width:40px;height:40px}.slim_armor_mystery_201407{background-image:url(spritesmith2.png);background-position:-273px -1410px;width:90px;height:90px}.broad_armor_mystery_201408{background-image:url(spritesmith2.png);background-position:-364px -1410px;width:90px;height:90px}.head_mystery_201408{background-image:url(spritesmith2.png);background-position:-455px -1410px;width:90px;height:90px}.shop_armor_mystery_201408{background-image:url(spritesmith2.png);background-position:-1603px -569px;width:40px;height:40px}.shop_head_mystery_201408{background-image:url(spritesmith2.png);background-position:-1562px -569px;width:40px;height:40px}.slim_armor_mystery_201408{background-image:url(spritesmith2.png);background-position:-728px -1410px;width:90px;height:90px}.broad_armor_mystery_201409{background-image:url(spritesmith2.png);background-position:-819px -1410px;width:90px;height:90px}.headAccessory_mystery_201409{background-image:url(spritesmith2.png);background-position:-910px -1410px;width:90px;height:90px}.shop_armor_mystery_201409{background-image:url(spritesmith2.png);background-position:-1603px -487px;width:40px;height:40px}.shop_headAccessory_mystery_201409{background-image:url(spritesmith2.png);background-position:-1562px -487px;width:40px;height:40px}.slim_armor_mystery_201409{background-image:url(spritesmith2.png);background-position:-1183px -1410px;width:90px;height:90px}.back_mystery_201410{background-image:url(spritesmith2.png);background-position:-1274px -1410px;width:93px;height:90px}.broad_armor_mystery_201410{background-image:url(spritesmith2.png);background-position:-1368px -1410px;width:93px;height:90px}.shop_armor_mystery_201410{background-image:url(spritesmith2.png);background-position:-1603px -446px;width:40px;height:40px}.shop_back_mystery_201410{background-image:url(spritesmith2.png);background-position:-1562px -405px;width:40px;height:40px}.slim_armor_mystery_201410{background-image:url(spritesmith2.png);background-position:0 -1501px;width:93px;height:90px}.head_mystery_201411{background-image:url(spritesmith2.png);background-position:-1562px -91px;width:90px;height:90px}.shop_head_mystery_201411{background-image:url(spritesmith2.png);background-position:-1421px -1274px;width:40px;height:40px}.shop_weapon_mystery_201411{background-image:url(spritesmith2.png);background-position:-1603px -364px;width:40px;height:40px}.weapon_mystery_201411{background-image:url(spritesmith2.png);background-position:-1562px -273px;width:90px;height:90px}.broad_armor_mystery_201412{background-image:url(spritesmith2.png);background-position:-1562px -182px;width:90px;height:90px}.head_mystery_201412{background-image:url(spritesmith2.png);background-position:-1562px 0;width:90px;height:90px}.shop_armor_mystery_201412{background-image:url(spritesmith2.png);background-position:-1603px -405px;width:40px;height:40px}.shop_head_mystery_201412{background-image:url(spritesmith2.png);background-position:-1562px -446px;width:40px;height:40px}.slim_armor_mystery_201412{background-image:url(spritesmith2.png);background-position:-1462px -1410px;width:90px;height:90px}.broad_armor_mystery_201501{background-image:url(spritesmith2.png);background-position:-1092px -1410px;width:90px;height:90px}.head_mystery_201501{background-image:url(spritesmith2.png);background-position:-1001px -1410px;width:90px;height:90px}.shop_armor_mystery_201501{background-image:url(spritesmith2.png);background-position:-1562px -528px;width:40px;height:40px}.shop_head_mystery_201501{background-image:url(spritesmith2.png);background-position:-1603px -528px;width:40px;height:40px}.slim_armor_mystery_201501{background-image:url(spritesmith2.png);background-position:-637px -1410px;width:90px;height:90px}.headAccessory_mystery_201502{background-image:url(spritesmith2.png);background-position:-546px -1410px;width:90px;height:90px}.shop_headAccessory_mystery_201502{background-image:url(spritesmith2.png);background-position:-1562px -610px;width:40px;height:40px}.shop_weapon_mystery_201502{background-image:url(spritesmith2.png);background-position:-1603px -610px;width:40px;height:40px}.weapon_mystery_201502{background-image:url(spritesmith2.png);background-position:-182px -1410px;width:90px;height:90px}.broad_armor_mystery_201503{background-image:url(spritesmith2.png);background-position:-91px -1410px;width:90px;height:90px}.eyewear_mystery_201503{background-image:url(spritesmith2.png);background-position:-1471px -1092px;width:90px;height:90px}.shop_armor_mystery_201503{background-image:url(spritesmith2.png);background-position:-1603px -692px;width:40px;height:40px}.shop_eyewear_mystery_201503{background-image:url(spritesmith2.png);background-position:-1562px -733px;width:40px;height:40px}.slim_armor_mystery_201503{background-image:url(spritesmith2.png);background-position:-1471px -1001px;width:90px;height:90px}.broad_armor_mystery_301404{background-image:url(spritesmith2.png);background-position:-1471px -637px;width:90px;height:90px}.eyewear_mystery_301404{background-image:url(spritesmith2.png);background-position:-1471px -546px;width:90px;height:90px}.head_mystery_301404{background-image:url(spritesmith2.png);background-position:-1471px -273px;width:90px;height:90px}.shop_armor_mystery_301404{background-image:url(spritesmith2.png);background-position:-1603px -815px;width:40px;height:40px}.shop_eyewear_mystery_301404{background-image:url(spritesmith2.png);background-position:-1562px -856px;width:40px;height:40px}.shop_head_mystery_301404{background-image:url(spritesmith2.png);background-position:-1603px -856px;width:40px;height:40px}.shop_weapon_mystery_301404{background-image:url(spritesmith2.png);background-position:-1562px -897px;width:40px;height:40px}.slim_armor_mystery_301404{background-image:url(spritesmith2.png);background-position:-1471px -182px;width:90px;height:90px}.weapon_mystery_301404{background-image:url(spritesmith2.png);background-position:-1273px -1319px;width:90px;height:90px}.eyewear_mystery_301405{background-image:url(spritesmith2.png);background-position:-1182px -1319px;width:90px;height:90px}.headAccessory_mystery_301405{background-image:url(spritesmith2.png);background-position:-818px -1319px;width:90px;height:90px}.head_mystery_301405{background-image:url(spritesmith2.png);background-position:-727px -1319px;width:90px;height:90px}.shield_mystery_301405{background-image:url(spritesmith2.png);background-position:-636px -1319px;width:90px;height:90px}.shop_eyewear_mystery_301405{background-image:url(spritesmith2.png);background-position:-1603px -1020px;width:40px;height:40px}.shop_headAccessory_mystery_301405{background-image:url(spritesmith2.png);background-position:-1562px -1061px;width:40px;height:40px}.shop_head_mystery_301405{background-image:url(spritesmith2.png);background-position:-1603px -1061px;width:40px;height:40px}.shop_shield_mystery_301405{background-image:url(spritesmith2.png);background-position:-1562px -1102px;width:40px;height:40px}.broad_armor_special_springHealer{background-image:url(spritesmith2.png);background-position:-1380px -1001px;width:90px;height:90px}.broad_armor_special_springMage{background-image:url(spritesmith2.png);background-position:-1380px -910px;width:90px;height:90px}.broad_armor_special_springRogue{background-image:url(spritesmith2.png);background-position:-1380px -273px;width:90px;height:90px}.broad_armor_special_springWarrior{background-image:url(spritesmith2.png);background-position:-1380px -182px;width:90px;height:90px}.headAccessory_special_springHealer{background-image:url(spritesmith2.png);background-position:-1380px -91px;width:90px;height:90px}.headAccessory_special_springMage{background-image:url(spritesmith2.png);background-position:-1380px 0;width:90px;height:90px}.headAccessory_special_springRogue{background-image:url(spritesmith2.png);background-position:-1273px -1228px;width:90px;height:90px}.headAccessory_special_springWarrior{background-image:url(spritesmith2.png);background-position:-1182px -1228px;width:90px;height:90px}.head_special_springHealer{background-image:url(spritesmith2.png);background-position:-1091px -1228px;width:90px;height:90px}.head_special_springMage{background-image:url(spritesmith2.png);background-position:-1000px -1228px;width:90px;height:90px}.head_special_springRogue{background-image:url(spritesmith2.png);background-position:-909px -1228px;width:90px;height:90px}.head_special_springWarrior{background-image:url(spritesmith2.png);background-position:-818px -1228px;width:90px;height:90px}.shield_special_springHealer{background-image:url(spritesmith2.png);background-position:-727px -1228px;width:90px;height:90px}.shield_special_springRogue{background-image:url(spritesmith2.png);background-position:-636px -1228px;width:90px;height:90px}.shield_special_springWarrior{background-image:url(spritesmith2.png);background-position:-545px -1228px;width:90px;height:90px}.shop_armor_special_springHealer{background-image:url(spritesmith2.png);background-position:-1562px -1430px;width:40px;height:40px}.shop_armor_special_springMage{background-image:url(spritesmith2.png);background-position:-1603px -1430px;width:40px;height:40px}.shop_armor_special_springRogue{background-image:url(spritesmith2.png);background-position:-1471px -1365px;width:40px;height:40px}.shop_armor_special_springWarrior{background-image:url(spritesmith2.png);background-position:-1512px -1365px;width:40px;height:40px}.shop_headAccessory_special_springHealer{background-image:url(spritesmith2.png);background-position:-1380px -1274px;width:40px;height:40px}.shop_headAccessory_special_springMage{background-image:url(spritesmith2.png);background-position:-1562px -364px;width:40px;height:40px}.shop_headAccessory_special_springRogue{background-image:url(spritesmith2.png);background-position:-1289px -1183px;width:40px;height:40px}.shop_headAccessory_special_springWarrior{background-image:url(spritesmith2.png);background-position:-1330px -1183px;width:40px;height:40px}.shop_head_special_springHealer{background-image:url(spritesmith2.png);background-position:-1198px -1092px;width:40px;height:40px}.shop_head_special_springMage{background-image:url(spritesmith2.png);background-position:-1239px -1092px;width:40px;height:40px}.shop_head_special_springRogue copy{background-image:url(spritesmith2.png);background-position:-1107px -1001px;width:40px;height:40px}.shop_head_special_springRogue{background-image:url(spritesmith2.png);background-position:-1148px -1001px;width:40px;height:40px}.shop_head_special_springWarrior{background-image:url(spritesmith2.png);background-position:-1016px -910px;width:40px;height:40px}.shop_shield_special_springHealer{background-image:url(spritesmith2.png);background-position:-1057px -910px;width:40px;height:40px}.shop_shield_special_springRogue{background-image:url(spritesmith2.png);background-position:-925px -819px;width:40px;height:40px}.shop_shield_special_springWarrior{background-image:url(spritesmith2.png);background-position:-966px -819px;width:40px;height:40px}.shop_weapon_special_springHealer{background-image:url(spritesmith2.png);background-position:-834px -728px;width:40px;height:40px}.shop_weapon_special_springMage{background-image:url(spritesmith2.png);background-position:-875px -728px;width:40px;height:40px}.shop_weapon_special_springRogue{background-image:url(spritesmith2.png);background-position:-743px -637px;width:40px;height:40px}.shop_weapon_special_springWarrior{background-image:url(spritesmith2.png);background-position:-784px -637px;width:40px;height:40px}.slim_armor_special_springHealer{background-image:url(spritesmith2.png);background-position:-454px -1228px;width:90px;height:90px}.slim_armor_special_springMage{background-image:url(spritesmith2.png);background-position:-1289px -1092px;width:90px;height:90px}.slim_armor_special_springRogue{background-image:url(spritesmith2.png);background-position:-1289px -182px;width:90px;height:90px}.slim_armor_special_springWarrior{background-image:url(spritesmith2.png);background-position:-1289px -91px;width:90px;height:90px}.weapon_special_springHealer{background-image:url(spritesmith2.png);background-position:-1198px -273px;width:90px;height:90px}.weapon_special_springMage{background-image:url(spritesmith2.png);background-position:-1198px -182px;width:90px;height:90px}.weapon_special_springRogue{background-image:url(spritesmith2.png);background-position:-1198px -91px;width:90px;height:90px}.weapon_special_springWarrior{background-image:url(spritesmith2.png);background-position:-1198px 0;width:90px;height:90px}.body_special_summerHealer{background-image:url(spritesmith2.png);background-position:0 -212px;width:90px;height:105px}.body_special_summerMage{background-image:url(spritesmith2.png);background-position:-273px -106px;width:90px;height:105px}.broad_armor_special_summerHealer{background-image:url(spritesmith2.png);background-position:-273px 0;width:90px;height:105px}.broad_armor_special_summerMage{background-image:url(spritesmith2.png);background-position:0 0;width:90px;height:105px}.broad_armor_special_summerRogue{background-image:url(spritesmith2.png);background-position:-1008px -1046px;width:111px;height:90px}.broad_armor_special_summerWarrior{background-image:url(spritesmith2.png);background-position:-896px -1046px;width:111px;height:90px}.eyewear_special_summerRogue{background-image:url(spritesmith2.png);background-position:-784px -1046px;width:111px;height:90px}.eyewear_special_summerWarrior{background-image:url(spritesmith2.png);background-position:-672px -1046px;width:111px;height:90px}.head_special_summerHealer{background-image:url(spritesmith2.png);background-position:-91px -106px;width:90px;height:105px}.head_special_summerMage{background-image:url(spritesmith2.png);background-position:0 -106px;width:90px;height:105px}.head_special_summerRogue{background-image:url(spritesmith2.png);background-position:-560px -1046px;width:111px;height:90px}.head_special_summerWarrior{background-image:url(spritesmith2.png);background-position:-448px -1046px;width:111px;height:90px}.Healer_Summer{background-image:url(spritesmith2.png);background-position:-182px 0;width:90px;height:105px}.Mage_Summer{background-image:url(spritesmith2.png);background-position:-91px 0;width:90px;height:105px}.SummerRogue14{background-image:url(spritesmith2.png);background-position:-336px -1046px;width:111px;height:90px}.SummerWarrior14{background-image:url(spritesmith2.png);background-position:-224px -1046px;width:111px;height:90px}.shield_special_summerHealer{background-image:url(spritesmith2.png);background-position:-182px -106px;width:90px;height:105px}.shield_special_summerRogue{background-image:url(spritesmith2.png);background-position:-112px -1046px;width:111px;height:90px}.shield_special_summerWarrior{background-image:url(spritesmith2.png);background-position:0 -1046px;width:111px;height:90px}.shop_armor_special_summerHealer{background-image:url(spritesmith2.png);background-position:-791px -1501px;width:40px;height:40px}.shop_armor_special_summerMage{background-image:url(spritesmith2.png);background-position:-832px -1501px;width:40px;height:40px}.shop_armor_special_summerRogue{background-image:url(spritesmith2.png);background-position:-873px -1501px;width:40px;height:40px}.shop_armor_special_summerWarrior{background-image:url(spritesmith2.png);background-position:-914px -1501px;width:40px;height:40px}.shop_body_special_summerHealer{background-image:url(spritesmith2.png);background-position:-955px -1501px;width:40px;height:40px}.shop_body_special_summerMage{background-image:url(spritesmith2.png);background-position:-996px -1501px;width:40px;height:40px}.shop_eyewear_special_summerRogue{background-image:url(spritesmith2.png);background-position:-1037px -1501px;width:40px;height:40px}.shop_eyewear_special_summerWarrior{background-image:url(spritesmith2.png);background-position:-1078px -1501px;width:40px;height:40px}.shop_head_special_summerHealer{background-image:url(spritesmith2.png);background-position:-1119px -1501px;width:40px;height:40px}.shop_head_special_summerMage{background-image:url(spritesmith2.png);background-position:-1160px -1501px;width:40px;height:40px}.shop_head_special_summerRogue{background-image:url(spritesmith2.png);background-position:-1201px -1501px;width:40px;height:40px}.shop_head_special_summerWarrior{background-image:url(spritesmith2.png);background-position:-1242px -1501px;width:40px;height:40px}.shop_shield_special_summerHealer{background-image:url(spritesmith2.png);background-position:-1283px -1501px;width:40px;height:40px}.shop_shield_special_summerRogue{background-image:url(spritesmith2.png);background-position:-1324px -1501px;width:40px;height:40px}.shop_shield_special_summerWarrior{background-image:url(spritesmith2.png);background-position:-1365px -1501px;width:40px;height:40px}.shop_weapon_special_summerHealer{background-image:url(spritesmith2.png);background-position:-1406px -1501px;width:40px;height:40px}.shop_weapon_special_summerMage{background-image:url(spritesmith3.png);background-position:-1107px -1763px;width:40px;height:40px}.shop_weapon_special_summerRogue{background-image:url(spritesmith3.png);background-position:-1640px -1722px;width:40px;height:40px}.shop_weapon_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-1148px -1763px;width:40px;height:40px}.slim_armor_special_summerHealer{background-image:url(spritesmith3.png);background-position:-91px -1176px;width:90px;height:105px}.slim_armor_special_summerMage{background-image:url(spritesmith3.png);background-position:-182px -1176px;width:90px;height:105px}.slim_armor_special_summerRogue{background-image:url(spritesmith3.png);background-position:0 -1464px;width:111px;height:90px}.slim_armor_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-457px -1373px;width:111px;height:90px}.weapon_special_summerHealer{background-image:url(spritesmith3.png);background-position:0 -1176px;width:90px;height:105px}.weapon_special_summerMage{background-image:url(spritesmith3.png);background-position:-273px -1176px;width:90px;height:105px}.weapon_special_summerRogue{background-image:url(spritesmith3.png);background-position:-112px -1464px;width:111px;height:90px}.weapon_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-224px -1464px;width:111px;height:90px}.broad_armor_special_candycane{background-image:url(spritesmith3.png);background-position:-1546px -1183px;width:90px;height:90px}.broad_armor_special_ski{background-image:url(spritesmith3.png);background-position:-1546px -1274px;width:90px;height:90px}.broad_armor_special_snowflake{background-image:url(spritesmith3.png);background-position:-1546px -1365px;width:90px;height:90px}.broad_armor_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-336px -1464px;width:90px;height:90px}.broad_armor_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-427px -1464px;width:90px;height:90px}.broad_armor_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-700px -1464px;width:96px;height:90px}.broad_armor_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-797px -1464px;width:90px;height:90px}.broad_armor_special_yeti{background-image:url(spritesmith3.png);background-position:-888px -1464px;width:90px;height:90px}.head_special_candycane{background-image:url(spritesmith3.png);background-position:-979px -1464px;width:90px;height:90px}.head_special_nye{background-image:url(spritesmith3.png);background-position:-1070px -1464px;width:90px;height:90px}.head_special_nye2014{background-image:url(spritesmith3.png);background-position:-1161px -1464px;width:90px;height:90px}.head_special_ski{background-image:url(spritesmith3.png);background-position:-1252px -1464px;width:90px;height:90px}.head_special_snowflake{background-image:url(spritesmith3.png);background-position:-1343px -1464px;width:90px;height:90px}.head_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-1525px -1464px;width:90px;height:90px}.head_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-1637px -273px;width:90px;height:90px}.head_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-227px -1555px;width:96px;height:90px}.head_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-1637px -364px;width:90px;height:90px}.head_special_yeti{background-image:url(spritesmith3.png);background-position:-1637px -546px;width:90px;height:90px}.shield_special_ski{background-image:url(spritesmith3.png);background-position:-324px -1555px;width:104px;height:90px}.shield_special_snowflake{background-image:url(spritesmith3.png);background-position:-1637px -728px;width:90px;height:90px}.shield_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-1637px -910px;width:90px;height:90px}.shield_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-647px -1555px;width:96px;height:90px}.shield_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-1637px -1001px;width:90px;height:90px}.shield_special_yeti{background-image:url(spritesmith3.png);background-position:-1637px -1092px;width:90px;height:90px}.shop_armor_special_candycane{background-image:url(spritesmith3.png);background-position:-1189px -1763px;width:40px;height:40px}.shop_armor_special_ski{background-image:url(spritesmith3.png);background-position:-1230px -1763px;width:40px;height:40px}.shop_armor_special_snowflake{background-image:url(spritesmith3.png);background-position:-1271px -1763px;width:40px;height:40px}.shop_armor_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-1312px -1763px;width:40px;height:40px}.shop_armor_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-1353px -1763px;width:40px;height:40px}.shop_armor_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-1394px -1763px;width:40px;height:40px}.shop_armor_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-1435px -1763px;width:40px;height:40px}.shop_armor_special_yeti{background-image:url(spritesmith3.png);background-position:-1476px -1763px;width:40px;height:40px}.shop_head_special_candycane{background-image:url(spritesmith3.png);background-position:-1517px -1763px;width:40px;height:40px}.shop_head_special_nye{background-image:url(spritesmith3.png);background-position:-1777px -1195px;width:40px;height:40px}.shop_head_special_nye2014{background-image:url(spritesmith3.png);background-position:-1777px -1247px;width:40px;height:40px}.shop_head_special_ski{background-image:url(spritesmith3.png);background-position:-1777px -1299px;width:40px;height:40px}.shop_head_special_snowflake{background-image:url(spritesmith3.png);background-position:-1777px -1351px;width:40px;height:40px}.shop_head_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-1777px -1403px;width:40px;height:40px}.shop_head_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-1777px -1455px;width:40px;height:40px}.shop_head_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-1290px -698px;width:40px;height:40px}.shop_head_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-996px -624px;width:40px;height:40px}.shop_head_special_yeti{background-image:url(spritesmith3.png);background-position:-1037px -624px;width:40px;height:40px}.shop_shield_special_ski{background-image:url(spritesmith3.png);background-position:-1672px -1646px;width:40px;height:40px}.shop_shield_special_snowflake{background-image:url(spritesmith3.png);background-position:-1713px -1646px;width:40px;height:40px}.shop_shield_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-1754px -1646px;width:40px;height:40px}.shop_shield_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-656px -1763px;width:40px;height:40px}.shop_shield_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-697px -1763px;width:40px;height:40px}.shop_shield_special_yeti{background-image:url(spritesmith3.png);background-position:-738px -1763px;width:40px;height:40px}.shop_weapon_special_candycane{background-image:url(spritesmith3.png);background-position:-779px -1763px;width:40px;height:40px}.shop_weapon_special_ski{background-image:url(spritesmith3.png);background-position:-820px -1763px;width:40px;height:40px}.shop_weapon_special_snowflake{background-image:url(spritesmith3.png);background-position:-861px -1763px;width:40px;height:40px}.shop_weapon_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-902px -1763px;width:40px;height:40px}.shop_weapon_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-943px -1763px;width:40px;height:40px}.shop_weapon_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-984px -1763px;width:40px;height:40px}.shop_weapon_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-1025px -1763px;width:40px;height:40px}.shop_weapon_special_yeti{background-image:url(spritesmith3.png);background-position:-1066px -1763px;width:40px;height:40px}.slim_armor_special_candycane{background-image:url(spritesmith3.png);background-position:-1637px -1183px;width:90px;height:90px}.slim_armor_special_ski{background-image:url(spritesmith3.png);background-position:-1637px -1274px;width:90px;height:90px}.slim_armor_special_snowflake{background-image:url(spritesmith3.png);background-position:-1637px -1365px;width:90px;height:90px}.slim_armor_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-1637px -1456px;width:90px;height:90px}.slim_armor_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-744px -1555px;width:90px;height:90px}.slim_armor_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-835px -1555px;width:96px;height:90px}.slim_armor_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-932px -1555px;width:90px;height:90px}.slim_armor_special_yeti{background-image:url(spritesmith3.png);background-position:-1023px -1555px;width:90px;height:90px}.weapon_special_candycane{background-image:url(spritesmith3.png);background-position:-1114px -1555px;width:90px;height:90px}.weapon_special_ski{background-image:url(spritesmith3.png);background-position:-1205px -1555px;width:90px;height:90px}.weapon_special_snowflake{background-image:url(spritesmith3.png);background-position:-1296px -1555px;width:90px;height:90px}.weapon_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-1387px -1555px;width:90px;height:90px}.weapon_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-1478px -1555px;width:90px;height:90px}.weapon_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-1569px -1555px;width:96px;height:90px}.weapon_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-455px -1176px;width:90px;height:90px}.weapon_special_yeti{background-image:url(spritesmith3.png);background-position:-546px -1176px;width:90px;height:90px}.back_special_wondercon_black{background-image:url(spritesmith3.png);background-position:-637px -1176px;width:90px;height:90px}.back_special_wondercon_red{background-image:url(spritesmith3.png);background-position:-728px -1176px;width:90px;height:90px}.body_special_wondercon_black{background-image:url(spritesmith3.png);background-position:-819px -1176px;width:90px;height:90px}.body_special_wondercon_gold{background-image:url(spritesmith3.png);background-position:-910px -1176px;width:90px;height:90px}.body_special_wondercon_red{background-image:url(spritesmith3.png);background-position:-1001px -1176px;width:90px;height:90px}.eyewear_special_wondercon_black{background-image:url(spritesmith3.png);background-position:-1092px -1176px;width:90px;height:90px}.eyewear_special_wondercon_red{background-image:url(spritesmith3.png);background-position:-1183px -1176px;width:90px;height:90px}.shop_back_special_wondercon_black{background-image:url(spritesmith3.png);background-position:0 -1722px;width:40px;height:40px}.shop_back_special_wondercon_red{background-image:url(spritesmith3.png);background-position:-41px -1722px;width:40px;height:40px}.shop_body_special_wondercon_black{background-image:url(spritesmith3.png);background-position:-82px -1722px;width:40px;height:40px}.shop_body_special_wondercon_gold{background-image:url(spritesmith3.png);background-position:-123px -1722px;width:40px;height:40px}.shop_body_special_wondercon_red{background-image:url(spritesmith3.png);background-position:-164px -1722px;width:40px;height:40px}.shop_eyewear_special_wondercon_black{background-image:url(spritesmith3.png);background-position:-205px -1722px;width:40px;height:40px}.shop_eyewear_special_wondercon_red{background-image:url(spritesmith3.png);background-position:-246px -1722px;width:40px;height:40px}.head_0{background-image:url(spritesmith3.png);background-position:-1351px 0;width:90px;height:90px}.customize-option.head_0{background-image:url(spritesmith3.png);background-position:-1376px -15px;width:60px;height:60px}.head_healer_1{background-image:url(spritesmith3.png);background-position:-1351px -91px;width:90px;height:90px}.head_healer_2{background-image:url(spritesmith3.png);background-position:-1351px -182px;width:90px;height:90px}.head_healer_3{background-image:url(spritesmith3.png);background-position:-1351px -273px;width:90px;height:90px}.head_healer_4{background-image:url(spritesmith3.png);background-position:-1351px -364px;width:90px;height:90px}.head_healer_5{background-image:url(spritesmith3.png);background-position:-1351px -455px;width:90px;height:90px}.head_rogue_1{background-image:url(spritesmith3.png);background-position:-1351px -546px;width:90px;height:90px}.head_rogue_2{background-image:url(spritesmith3.png);background-position:-1351px -637px;width:90px;height:90px}.head_rogue_3{background-image:url(spritesmith3.png);background-position:-1351px -728px;width:90px;height:90px}.head_rogue_4{background-image:url(spritesmith3.png);background-position:-1351px -819px;width:90px;height:90px}.head_rogue_5{background-image:url(spritesmith3.png);background-position:-1351px -910px;width:90px;height:90px}.head_special_2{background-image:url(spritesmith3.png);background-position:-1351px -1001px;width:90px;height:90px}.head_warrior_1{background-image:url(spritesmith3.png);background-position:-1351px -1092px;width:90px;height:90px}.head_warrior_2{background-image:url(spritesmith3.png);background-position:-1351px -1183px;width:90px;height:90px}.head_warrior_3{background-image:url(spritesmith3.png);background-position:0 -1282px;width:90px;height:90px}.head_warrior_4{background-image:url(spritesmith3.png);background-position:-91px -1282px;width:90px;height:90px}.head_warrior_5{background-image:url(spritesmith3.png);background-position:-182px -1282px;width:90px;height:90px}.head_wizard_1{background-image:url(spritesmith3.png);background-position:-273px -1282px;width:90px;height:90px}.head_wizard_2{background-image:url(spritesmith3.png);background-position:-364px -1282px;width:90px;height:90px}.head_wizard_3{background-image:url(spritesmith3.png);background-position:-455px -1282px;width:90px;height:90px}.head_wizard_4{background-image:url(spritesmith3.png);background-position:-546px -1282px;width:90px;height:90px}.head_wizard_5{background-image:url(spritesmith3.png);background-position:-637px -1282px;width:90px;height:90px}.shop_head_healer_1{background-image:url(spritesmith3.png);background-position:-1558px -1763px;width:40px;height:40px}.shop_head_healer_2{background-image:url(spritesmith3.png);background-position:-1599px -1763px;width:40px;height:40px}.shop_head_healer_3{background-image:url(spritesmith3.png);background-position:-1640px -1763px;width:40px;height:40px}.shop_head_healer_4{background-image:url(spritesmith3.png);background-position:-1681px -1763px;width:40px;height:40px}.shop_head_healer_5{background-image:url(spritesmith3.png);background-position:-1722px -1763px;width:40px;height:40px}.shop_head_rogue_1{background-image:url(spritesmith3.png);background-position:-1763px -1763px;width:40px;height:40px}.shop_head_rogue_2{background-image:url(spritesmith3.png);background-position:-1819px 0;width:40px;height:40px}.shop_head_rogue_3{background-image:url(spritesmith3.png);background-position:-1819px -41px;width:40px;height:40px}.shop_head_rogue_4{background-image:url(spritesmith3.png);background-position:-1819px -82px;width:40px;height:40px}.shop_head_rogue_5{background-image:url(spritesmith3.png);background-position:-1819px -123px;width:40px;height:40px}.shop_head_special_0{background-image:url(spritesmith3.png);background-position:-1819px -164px;width:40px;height:40px}.shop_head_special_1{background-image:url(spritesmith3.png);background-position:-1819px -205px;width:40px;height:40px}.shop_head_special_2{background-image:url(spritesmith3.png);background-position:-1819px -246px;width:40px;height:40px}.shop_head_warrior_1{background-image:url(spritesmith3.png);background-position:-1819px -328px;width:40px;height:40px}.shop_head_warrior_2{background-image:url(spritesmith3.png);background-position:-1819px -369px;width:40px;height:40px}.shop_head_warrior_3{background-image:url(spritesmith3.png);background-position:-1819px -451px;width:40px;height:40px}.shop_head_warrior_4{background-image:url(spritesmith3.png);background-position:-1819px -615px;width:40px;height:40px}.shop_head_warrior_5{background-image:url(spritesmith3.png);background-position:-1777px -370px;width:40px;height:40px}.shop_head_wizard_1{background-image:url(spritesmith3.png);background-position:-1777px -883px;width:40px;height:40px}.shop_head_wizard_2{background-image:url(spritesmith3.png);background-position:-1777px -935px;width:40px;height:40px}.shop_head_wizard_3{background-image:url(spritesmith3.png);background-position:-1777px -987px;width:40px;height:40px}.shop_head_wizard_4{background-image:url(spritesmith3.png);background-position:-1777px -1091px;width:40px;height:40px}.shop_head_wizard_5{background-image:url(spritesmith3.png);background-position:-1777px -1143px;width:40px;height:40px}.shield_healer_1{background-image:url(spritesmith3.png);background-position:-728px -1282px;width:90px;height:90px}.shield_healer_2{background-image:url(spritesmith3.png);background-position:-819px -1282px;width:90px;height:90px}.shield_healer_3{background-image:url(spritesmith3.png);background-position:-910px -1282px;width:90px;height:90px}.shield_healer_4{background-image:url(spritesmith3.png);background-position:-1001px -1282px;width:90px;height:90px}.shield_healer_5{background-image:url(spritesmith3.png);background-position:-1092px -1282px;width:90px;height:90px}.shield_rogue_0{background-image:url(spritesmith3.png);background-position:-1183px -1282px;width:90px;height:90px}.shield_rogue_1{background-image:url(spritesmith3.png);background-position:-1274px -1282px;width:103px;height:90px}.shield_rogue_2{background-image:url(spritesmith3.png);background-position:-1442px 0;width:103px;height:90px}.shield_rogue_3{background-image:url(spritesmith3.png);background-position:0 -1373px;width:114px;height:90px}.shield_rogue_4{background-image:url(spritesmith3.png);background-position:-1442px -91px;width:96px;height:90px}.shield_rogue_5{background-image:url(spritesmith3.png);background-position:-115px -1373px;width:114px;height:90px}.shield_rogue_6{background-image:url(spritesmith3.png);background-position:-230px -1373px;width:114px;height:90px}.shield_special_1{background-image:url(spritesmith3.png);background-position:-1442px -182px;width:90px;height:90px}.shield_special_goldenknight{background-image:url(spritesmith3.png);background-position:-345px -1373px;width:111px;height:90px}.shield_warrior_1{background-image:url(spritesmith3.png);background-position:-1442px -273px;width:90px;height:90px}.shield_warrior_2{background-image:url(spritesmith3.png);background-position:-1442px -364px;width:90px;height:90px}.shield_warrior_3{background-image:url(spritesmith3.png);background-position:-1442px -455px;width:90px;height:90px}.shield_warrior_4{background-image:url(spritesmith3.png);background-position:-1442px -546px;width:90px;height:90px}.shield_warrior_5{background-image:url(spritesmith3.png);background-position:-1442px -637px;width:90px;height:90px}.shop_shield_healer_1{background-image:url(spritesmith3.png);background-position:-287px -1722px;width:40px;height:40px}.shop_shield_healer_2{background-image:url(spritesmith3.png);background-position:-328px -1722px;width:40px;height:40px}.shop_shield_healer_3{background-image:url(spritesmith3.png);background-position:-369px -1722px;width:40px;height:40px}.shop_shield_healer_4{background-image:url(spritesmith3.png);background-position:-410px -1722px;width:40px;height:40px}.shop_shield_healer_5{background-image:url(spritesmith3.png);background-position:-451px -1722px;width:40px;height:40px}.shop_shield_rogue_0{background-image:url(spritesmith3.png);background-position:-492px -1722px;width:40px;height:40px}.shop_shield_rogue_1{background-image:url(spritesmith3.png);background-position:-533px -1722px;width:40px;height:40px}.shop_shield_rogue_2{background-image:url(spritesmith3.png);background-position:-574px -1722px;width:40px;height:40px}.shop_shield_rogue_3{background-image:url(spritesmith3.png);background-position:-615px -1722px;width:40px;height:40px}.shop_shield_rogue_4{background-image:url(spritesmith3.png);background-position:-656px -1722px;width:40px;height:40px}.shop_shield_rogue_5{background-image:url(spritesmith3.png);background-position:-697px -1722px;width:40px;height:40px}.shop_shield_rogue_6{background-image:url(spritesmith3.png);background-position:-738px -1722px;width:40px;height:40px}.shop_shield_special_0{background-image:url(spritesmith3.png);background-position:-779px -1722px;width:40px;height:40px}.shop_shield_special_1{background-image:url(spritesmith3.png);background-position:-820px -1722px;width:40px;height:40px}.shop_shield_special_goldenknight{background-image:url(spritesmith3.png);background-position:-861px -1722px;width:40px;height:40px}.shop_shield_warrior_1{background-image:url(spritesmith3.png);background-position:-902px -1722px;width:40px;height:40px}.shop_shield_warrior_2{background-image:url(spritesmith3.png);background-position:-943px -1722px;width:40px;height:40px}.shop_shield_warrior_3{background-image:url(spritesmith3.png);background-position:-984px -1722px;width:40px;height:40px}.shop_shield_warrior_4{background-image:url(spritesmith3.png);background-position:-1025px -1722px;width:40px;height:40px}.shop_shield_warrior_5{background-image:url(spritesmith3.png);background-position:-1066px -1722px;width:40px;height:40px}.shop_weapon_healer_0{background-image:url(spritesmith3.png);background-position:-1107px -1722px;width:40px;height:40px}.shop_weapon_healer_1{background-image:url(spritesmith3.png);background-position:-1148px -1722px;width:40px;height:40px}.shop_weapon_healer_2{background-image:url(spritesmith3.png);background-position:-1189px -1722px;width:40px;height:40px}.shop_weapon_healer_3{background-image:url(spritesmith3.png);background-position:-1230px -1722px;width:40px;height:40px}.shop_weapon_healer_4{background-image:url(spritesmith3.png);background-position:-1271px -1722px;width:40px;height:40px}.shop_weapon_healer_5{background-image:url(spritesmith3.png);background-position:-1312px -1722px;width:40px;height:40px}.shop_weapon_healer_6{background-image:url(spritesmith3.png);background-position:-1353px -1722px;width:40px;height:40px}.shop_weapon_rogue_0{background-image:url(spritesmith3.png);background-position:-1394px -1722px;width:40px;height:40px}.shop_weapon_rogue_1{background-image:url(spritesmith3.png);background-position:-1435px -1722px;width:40px;height:40px}.shop_weapon_rogue_2{background-image:url(spritesmith3.png);background-position:-1476px -1722px;width:40px;height:40px}.shop_weapon_rogue_3{background-image:url(spritesmith3.png);background-position:-1517px -1722px;width:40px;height:40px}.shop_weapon_rogue_4{background-image:url(spritesmith3.png);background-position:-1558px -1722px;width:40px;height:40px}.shop_weapon_rogue_5{background-image:url(spritesmith3.png);background-position:-1599px -1722px;width:40px;height:40px}.shop_weapon_rogue_6{background-image:url(spritesmith3.png);background-position:-1819px -656px;width:40px;height:40px}.shop_weapon_special_0{background-image:url(spritesmith3.png);background-position:-1681px -1722px;width:40px;height:40px}.shop_weapon_special_1{background-image:url(spritesmith3.png);background-position:-1722px -1722px;width:40px;height:40px}.shop_weapon_special_2{background-image:url(spritesmith3.png);background-position:-1763px -1722px;width:40px;height:40px}.shop_weapon_special_3{background-image:url(spritesmith3.png);background-position:0 -1763px;width:40px;height:40px}.shop_weapon_special_critical{background-image:url(spritesmith3.png);background-position:-41px -1763px;width:40px;height:40px}.shop_weapon_warrior_0{background-image:url(spritesmith3.png);background-position:-82px -1763px;width:40px;height:40px}.shop_weapon_warrior_1{background-image:url(spritesmith3.png);background-position:-123px -1763px;width:40px;height:40px}.shop_weapon_warrior_2{background-image:url(spritesmith3.png);background-position:-164px -1763px;width:40px;height:40px}.shop_weapon_warrior_3{background-image:url(spritesmith3.png);background-position:-205px -1763px;width:40px;height:40px}.shop_weapon_warrior_4{background-image:url(spritesmith3.png);background-position:-246px -1763px;width:40px;height:40px}.shop_weapon_warrior_5{background-image:url(spritesmith3.png);background-position:-287px -1763px;width:40px;height:40px}.shop_weapon_warrior_6{background-image:url(spritesmith3.png);background-position:-328px -1763px;width:40px;height:40px}.shop_weapon_wizard_0{background-image:url(spritesmith3.png);background-position:-369px -1763px;width:40px;height:40px}.shop_weapon_wizard_1{background-image:url(spritesmith3.png);background-position:-410px -1763px;width:40px;height:40px}.shop_weapon_wizard_2{background-image:url(spritesmith3.png);background-position:-451px -1763px;width:40px;height:40px}.shop_weapon_wizard_3{background-image:url(spritesmith3.png);background-position:-492px -1763px;width:40px;height:40px}.shop_weapon_wizard_4{background-image:url(spritesmith3.png);background-position:-533px -1763px;width:40px;height:40px}.shop_weapon_wizard_5{background-image:url(spritesmith3.png);background-position:-574px -1763px;width:40px;height:40px}.shop_weapon_wizard_6{background-image:url(spritesmith3.png);background-position:-615px -1763px;width:40px;height:40px}.weapon_healer_0{background-image:url(spritesmith3.png);background-position:-1442px -728px;width:90px;height:90px}.weapon_healer_1{background-image:url(spritesmith3.png);background-position:-1442px -819px;width:90px;height:90px}.weapon_healer_2{background-image:url(spritesmith3.png);background-position:-1728px 0;width:90px;height:90px}.weapon_healer_3{background-image:url(spritesmith3.png);background-position:-1442px -910px;width:90px;height:90px}.weapon_healer_4{background-image:url(spritesmith3.png);background-position:-1442px -1001px;width:90px;height:90px}.weapon_healer_5{background-image:url(spritesmith3.png);background-position:-1442px -1092px;width:90px;height:90px}.weapon_healer_6{background-image:url(spritesmith3.png);background-position:-1442px -1183px;width:90px;height:90px}.weapon_rogue_0{background-image:url(spritesmith3.png);background-position:-1442px -1274px;width:90px;height:90px}.weapon_rogue_1{background-image:url(spritesmith3.png);background-position:-569px -1373px;width:90px;height:90px}.weapon_rogue_2{background-image:url(spritesmith3.png);background-position:-660px -1373px;width:90px;height:90px}.weapon_rogue_3{background-image:url(spritesmith3.png);background-position:-751px -1373px;width:90px;height:90px}.weapon_rogue_4{background-image:url(spritesmith3.png);background-position:-842px -1373px;width:90px;height:90px}.weapon_rogue_5{background-image:url(spritesmith3.png);background-position:-933px -1373px;width:90px;height:90px}.weapon_rogue_6{background-image:url(spritesmith3.png);background-position:-1024px -1373px;width:90px;height:90px}.weapon_special_1{background-image:url(spritesmith3.png);background-position:-1115px -1373px;width:102px;height:90px}.weapon_special_2{background-image:url(spritesmith3.png);background-position:-1218px -1373px;width:90px;height:90px}.weapon_special_3{background-image:url(spritesmith3.png);background-position:-1309px -1373px;width:90px;height:90px}.weapon_warrior_0{background-image:url(spritesmith3.png);background-position:-1400px -1373px;width:90px;height:90px}.weapon_warrior_1{background-image:url(spritesmith3.png);background-position:-1546px 0;width:90px;height:90px}.weapon_warrior_2{background-image:url(spritesmith3.png);background-position:-1546px -91px;width:90px;height:90px}.weapon_warrior_3{background-image:url(spritesmith3.png);background-position:-1546px -182px;width:90px;height:90px}.weapon_warrior_4{background-image:url(spritesmith3.png);background-position:-1546px -273px;width:90px;height:90px}.weapon_warrior_5{background-image:url(spritesmith3.png);background-position:-1546px -364px;width:90px;height:90px}.weapon_warrior_6{background-image:url(spritesmith3.png);background-position:-1546px -455px;width:90px;height:90px}.weapon_wizard_0{background-image:url(spritesmith3.png);background-position:-1546px -546px;width:90px;height:90px}.weapon_wizard_1{background-image:url(spritesmith3.png);background-position:-1546px -637px;width:90px;height:90px}.weapon_wizard_2{background-image:url(spritesmith3.png);background-position:-1546px -728px;width:90px;height:90px}.weapon_wizard_3{background-image:url(spritesmith3.png);background-position:-1546px -819px;width:90px;height:90px}.weapon_wizard_4{background-image:url(spritesmith3.png);background-position:-1546px -910px;width:90px;height:90px}.weapon_wizard_5{background-image:url(spritesmith3.png);background-position:-1546px -1001px;width:90px;height:90px}.weapon_wizard_6{background-image:url(spritesmith3.png);background-position:-1546px -1092px;width:90px;height:90px}.GrimReaper{background-image:url(spritesmith3.png);background-position:-1728px -303px;width:57px;height:66px}.Pet_Currency_Gem{background-image:url(spritesmith3.png);background-position:0 -1804px;width:45px;height:39px}.Pet_Currency_Gem1x{background-image:url(spritesmith3.png);background-position:-1819px -890px;width:15px;height:13px}.Pet_Currency_Gem2x{background-image:url(spritesmith3.png);background-position:-1819px -794px;width:30px;height:26px}.PixelPaw-Gold{background-image:url(spritesmith3.png);background-position:-1041px -776px;width:51px;height:51px}.PixelPaw{background-image:url(spritesmith3.png);background-position:-1274px -1176px;width:51px;height:51px}.PixelPaw002{background-image:url(spritesmith3.png);background-position:-1378px -1282px;width:51px;height:51px}.inventory_present{background-image:url(spritesmith3.png);background-position:-1491px -1373px;width:48px;height:51px}.inventory_quest_scroll{background-image:url(spritesmith3.png);background-position:-1666px -1555px;width:48px;height:51px}.inventory_quest_scroll_locked{background-image:url(spritesmith3.png);background-position:-153px -1646px;width:48px;height:51px}.inventory_special_fortify{background-image:url(spritesmith3.png);background-position:-1728px -718px;width:57px;height:54px}.inventory_special_nye{background-image:url(spritesmith3.png);background-position:-1728px -663px;width:57px;height:54px}.inventory_special_opaquePotion{background-image:url(spritesmith3.png);background-position:-1777px -1039px;width:40px;height:40px}.inventory_special_snowball{background-image:url(spritesmith3.png);background-position:-1728px -608px;width:57px;height:54px}.inventory_special_spookDust{background-image:url(spritesmith3.png);background-position:-1728px -553px;width:57px;height:54px}.inventory_special_trinket{background-image:url(spritesmith3.png);background-position:-545px -1646px;width:48px;height:51px}.inventory_special_valentine{background-image:url(spritesmith3.png);background-position:-1728px -828px;width:57px;height:54px}.pet_key{background-image:url(spritesmith3.png);background-position:-1728px -773px;width:57px;height:54px}.rebirth_orb{background-image:url(spritesmith3.png);background-position:-1728px -498px;width:57px;height:54px}.snowman{background-image:url(spritesmith3.png);background-position:-518px -1464px;width:90px;height:90px}.spookman{background-image:url(spritesmith3.png);background-position:-609px -1464px;width:90px;height:90px}.zzz{background-image:url(spritesmith3.png);background-position:-1777px -1507px;width:40px;height:40px}.zzz_light{background-image:url(spritesmith3.png);background-position:-1777px -1559px;width:40px;height:40px}.just_head{background-image:url(spritesmith3.png);background-position:-1290px -601px;width:36px;height:96px}.npc_alex{background-image:url(spritesmith3.png);background-position:-371px -1037px;width:162px;height:138px}.npc_bailey{background-image:url(spritesmith3.png);background-position:-1728px -91px;width:60px;height:72px}.npc_daniel{background-image:url(spritesmith3.png);background-position:-849px -1037px;width:135px;height:123px}.npc_justin{background-image:url(spritesmith3.png);background-position:-1257px -453px;width:84px;height:120px}.npc_matt{background-image:url(spritesmith3.png);background-position:-1100px -882px;width:195px;height:138px}.npc_timetravelers{background-image:url(spritesmith3.png);background-position:-534px -1037px;width:195px;height:138px}.npc_timetravelers_active{background-image:url(spritesmith3.png);background-position:-1100px -743px;width:195px;height:138px}.npc_tyler{background-image:url(spritesmith3.png);background-position:-1434px -1464px;width:90px;height:90px}.seasonalshop_closed{background-image:url(spritesmith3.png);background-position:-208px -1037px;width:162px;height:138px}.2014_Fall_HealerPROMO2{background-image:url(spritesmith3.png);background-position:-1637px 0;width:90px;height:90px}.2014_Fall_Mage_PROMO9{background-image:url(spritesmith3.png);background-position:0 -1555px;width:120px;height:90px}.2014_Fall_RoguePROMO3{background-image:url(spritesmith3.png);background-position:-121px -1555px;width:105px;height:90px}.2014_Fall_Warrior_PROMO{background-image:url(spritesmith3.png);background-position:-1637px -91px;width:90px;height:90px}.promo_mystery_201405{background-image:url(spritesmith3.png);background-position:-1637px -182px;width:90px;height:90px}.promo_mystery_201406{background-image:url(spritesmith3.png);background-position:-364px -1176px;width:90px;height:96px}.promo_mystery_201407{background-image:url(spritesmith3.png);background-position:-1771px -236px;width:42px;height:62px}.promo_mystery_201408{background-image:url(spritesmith3.png);background-position:-1728px -164px;width:60px;height:71px}.promo_mystery_201409{background-image:url(spritesmith3.png);background-position:-1637px -455px;width:90px;height:90px}.promo_mystery_201410{background-image:url(spritesmith3.png);background-position:-1728px -434px;width:72px;height:63px}.promo_mystery_201411{background-image:url(spritesmith3.png);background-position:-1637px -637px;width:90px;height:90px}.promo_mystery_201412{background-image:url(spritesmith3.png);background-position:-1728px -236px;width:42px;height:66px}.promo_mystery_201501{background-image:url(spritesmith3.png);background-position:-1728px -370px;width:48px;height:63px}.promo_mystery_201502{background-image:url(spritesmith3.png);background-position:-1637px -819px;width:90px;height:90px}.promo_mystery_3014{background-image:url(spritesmith3.png);background-position:-429px -1555px;width:217px;height:90px}.promo_partyhats{background-image:url(spritesmith3.png);background-position:-880px -624px;width:115px;height:47px}.promo_updos{background-image:url(spritesmith3.png);background-position:-1100px -453px;width:156px;height:147px}.promo_winterclasses2015{background-image:url(spritesmith3.png);background-position:-985px -1037px;width:325px;height:110px}.promo_winteryhair{background-image:url(spritesmith3.png);background-position:0 -1646px;width:152px;height:75px}.customize-option.promo_winteryhair{background-image:url(spritesmith3.png);background-position:-25px -1661px;width:60px;height:60px}.inventory_quest_scroll_atom1{background-image:url(spritesmith3.png);background-position:-594px -1646px;width:48px;height:51px}.inventory_quest_scroll_atom2{background-image:url(spritesmith3.png);background-position:-643px -1646px;width:48px;height:51px}.inventory_quest_scroll_atom2_locked{background-image:url(spritesmith3.png);background-position:-741px -1646px;width:48px;height:51px}.inventory_quest_scroll_atom3{background-image:url(spritesmith3.png);background-position:-790px -1646px;width:48px;height:51px}.inventory_quest_scroll_atom3_locked{background-image:url(spritesmith3.png);background-position:-839px -1646px;width:48px;height:51px}.inventory_quest_scroll_basilist{background-image:url(spritesmith3.png);background-position:-888px -1646px;width:48px;height:51px}.inventory_quest_scroll_bunny{background-image:url(spritesmith3.png);background-position:-937px -1646px;width:48px;height:51px}.inventory_quest_scroll_dilatory_derby{background-image:url(spritesmith3.png);background-position:-986px -1646px;width:48px;height:51px}.inventory_quest_scroll_egg{background-image:url(spritesmith3.png);background-position:-1035px -1646px;width:48px;height:51px}.inventory_quest_scroll_evilsanta{background-image:url(spritesmith3.png);background-position:-1084px -1646px;width:48px;height:51px}.inventory_quest_scroll_evilsanta2{background-image:url(spritesmith3.png);background-position:-1133px -1646px;width:48px;height:51px}.inventory_quest_scroll_ghost_stag{background-image:url(spritesmith3.png);background-position:-1182px -1646px;width:48px;height:51px}.inventory_quest_scroll_goldenknight1{background-image:url(spritesmith3.png);background-position:-1231px -1646px;width:48px;height:51px}.inventory_quest_scroll_goldenknight2{background-image:url(spritesmith3.png);background-position:-1280px -1646px;width:48px;height:51px}.inventory_quest_scroll_goldenknight2_locked{background-image:url(spritesmith3.png);background-position:-1329px -1646px;width:48px;height:51px}.inventory_quest_scroll_goldenknight3{background-image:url(spritesmith3.png);background-position:-1378px -1646px;width:48px;height:51px}.inventory_quest_scroll_goldenknight3_locked{background-image:url(spritesmith3.png);background-position:-1427px -1646px;width:48px;height:51px}.inventory_quest_scroll_gryphon{background-image:url(spritesmith3.png);background-position:-1476px -1646px;width:48px;height:51px}.inventory_quest_scroll_harpy{background-image:url(spritesmith3.png);background-position:-1525px -1646px;width:48px;height:51px}.inventory_quest_scroll_hedgehog{background-image:url(spritesmith3.png);background-position:-1728px -883px;width:48px;height:51px}.inventory_quest_scroll_moonstone1{background-image:url(spritesmith3.png);background-position:-1728px -935px;width:48px;height:51px}.inventory_quest_scroll_moonstone2{background-image:url(spritesmith3.png);background-position:-1728px -987px;width:48px;height:51px}.inventory_quest_scroll_moonstone2_locked{background-image:url(spritesmith3.png);background-position:-1728px -1039px;width:48px;height:51px}.inventory_quest_scroll_moonstone3{background-image:url(spritesmith3.png);background-position:-1728px -1091px;width:48px;height:51px}.inventory_quest_scroll_moonstone3_locked{background-image:url(spritesmith3.png);background-position:-1728px -1143px;width:48px;height:51px}.inventory_quest_scroll_octopus{background-image:url(spritesmith3.png);background-position:-1728px -1195px;width:48px;height:51px}.inventory_quest_scroll_owl{background-image:url(spritesmith3.png);background-position:-1728px -1247px;width:48px;height:51px}.inventory_quest_scroll_penguin{background-image:url(spritesmith3.png);background-position:-1728px -1299px;width:48px;height:51px}.inventory_quest_scroll_rat{background-image:url(spritesmith3.png);background-position:-1728px -1351px;width:48px;height:51px}.inventory_quest_scroll_rock{background-image:url(spritesmith3.png);background-position:-1728px -1403px;width:48px;height:51px}.inventory_quest_scroll_rooster{background-image:url(spritesmith3.png);background-position:-1728px -1455px;width:48px;height:51px}.inventory_quest_scroll_spider{background-image:url(spritesmith3.png);background-position:-1728px -1507px;width:48px;height:51px}.inventory_quest_scroll_trex{background-image:url(spritesmith3.png);background-position:-1728px -1559px;width:48px;height:51px}.inventory_quest_scroll_trex_undead{background-image:url(spritesmith3.png);background-position:-1296px -743px;width:48px;height:51px}.inventory_quest_scroll_vice1{background-image:url(spritesmith3.png);background-position:-1296px -795px;width:48px;height:51px}.inventory_quest_scroll_vice2{background-image:url(spritesmith3.png);background-position:-1296px -882px;width:48px;height:51px}.inventory_quest_scroll_vice2_locked{background-image:url(spritesmith3.png);background-position:-1296px -934px;width:48px;height:51px}.inventory_quest_scroll_vice3{background-image:url(spritesmith3.png);background-position:-1041px -672px;width:48px;height:51px}.inventory_quest_scroll_vice3_locked{background-image:url(spritesmith3.png);background-position:-1041px -724px;width:48px;height:51px}.quest_atom1{background-image:url(spritesmith3.png);background-position:-1100px -302px;width:250px;height:150px}.quest_atom2{background-image:url(spritesmith3.png);background-position:0 -1037px;width:207px;height:138px}.quest_atom3{background-image:url(spritesmith3.png);background-position:-402px -672px;width:216px;height:180px}.quest_basilist{background-image:url(spritesmith3.png);background-position:-1100px -601px;width:189px;height:141px}.quest_bunny{background-image:url(spritesmith3.png);background-position:0 -672px;width:210px;height:186px}.quest_dilatory{background-image:url(spritesmith3.png);background-position:-440px -232px;width:219px;height:219px}.quest_dilatory_derby{background-image:url(spritesmith3.png);background-position:-220px -232px;width:219px;height:219px}.quest_egg_plainEgg{background-image:url(spritesmith3.png);background-position:-251px -1646px;width:48px;height:51px}.quest_evilsanta{background-image:url(spritesmith3.png);background-position:-730px -1037px;width:118px;height:131px}.quest_ghost_stag{background-image:url(spritesmith3.png);background-position:0 -232px;width:219px;height:219px}.quest_goldenknight1_testimony{background-image:url(spritesmith3.png);background-position:-398px -1646px;width:48px;height:51px}.quest_goldenknight2{background-image:url(spritesmith3.png);background-position:-1100px -151px;width:250px;height:150px}.quest_goldenknight3{background-image:url(spritesmith3.png);background-position:0 0;width:219px;height:231px}.quest_gryphon{background-image:url(spritesmith3.png);background-position:-217px -859px;width:216px;height:177px}.quest_harpy{background-image:url(spritesmith3.png);background-position:-660px 0;width:219px;height:219px}.quest_hedgehog{background-image:url(spritesmith3.png);background-position:-880px -437px;width:219px;height:186px}.quest_moonstone1_moonstone{background-image:url(spritesmith3.png);background-position:-1819px -763px;width:30px;height:30px}.quest_moonstone2{background-image:url(spritesmith3.png);background-position:-440px 0;width:219px;height:219px}.quest_moonstone3{background-image:url(spritesmith3.png);background-position:-220px 0;width:219px;height:219px}.quest_octopus{background-image:url(spritesmith3.png);background-position:-434px -859px;width:222px;height:177px}.quest_owl{background-image:url(spritesmith3.png);background-position:-660px -452px;width:219px;height:219px}.quest_penguin{background-image:url(spritesmith3.png);background-position:-211px -672px;width:190px;height:183px}.quest_rat{background-image:url(spritesmith3.png);background-position:-880px 0;width:219px;height:219px}.quest_rock{background-image:url(spritesmith3.png);background-position:-880px -220px;width:216px;height:216px}.quest_rooster{background-image:url(spritesmith3.png);background-position:-874px -859px;width:213px;height:174px}.quest_spider{background-image:url(spritesmith3.png);background-position:-1100px 0;width:250px;height:150px}.quest_stressbeast{background-image:url(spritesmith3.png);background-position:-440px -452px;width:219px;height:219px}.quest_stressbeast_bailey{background-image:url(spritesmith3.png);background-position:-220px -452px;width:219px;height:219px}.quest_stressbeast_guide{background-image:url(spritesmith3.png);background-position:0 -452px;width:219px;height:219px}.quest_stressbeast_stables{background-image:url(spritesmith3.png);background-position:-660px -220px;width:219px;height:219px}.quest_trex{background-image:url(spritesmith3.png);background-position:-619px -672px;width:204px;height:177px}.quest_trex_undead{background-image:url(spritesmith3.png);background-position:-824px -672px;width:216px;height:177px}.quest_vice1{background-image:url(spritesmith3.png);background-position:-657px -859px;width:216px;height:177px}.quest_vice2_lightCrystal{background-image:url(spritesmith3.png);background-position:-1819px -287px;width:40px;height:40px}.quest_vice3{background-image:url(spritesmith3.png);background-position:0 -859px;width:216px;height:177px}.shop_copper{background-image:url(spritesmith3.png);background-position:-1819px -867px;width:32px;height:22px}.shop_eyes{background-image:url(spritesmith3.png);background-position:-1819px -410px;width:40px;height:40px}.shop_gold{background-image:url(spritesmith3.png);background-position:-1819px -844px;width:32px;height:22px}.shop_opaquePotion{background-image:url(spritesmith3.png);background-position:-1819px -492px;width:40px;height:40px}.shop_potion{background-image:url(spritesmith3.png);background-position:-1819px -533px;width:40px;height:40px}.shop_reroll{background-image:url(spritesmith3.png);background-position:-1819px -574px;width:40px;height:40px}.shop_silver{background-image:url(spritesmith3.png);background-position:-1819px -821px;width:32px;height:22px}.shop_snowball{background-image:url(spritesmith3.png);background-position:-1819px -697px;width:32px;height:32px}.shop_spookDust{background-image:url(spritesmith3.png);background-position:-1819px -730px;width:32px;height:32px}.Pet_Egg_BearCub{background-image:url(spritesmith3.png);background-position:-1623px -1646px;width:48px;height:51px}.Pet_Egg_Bunny{background-image:url(spritesmith3.png);background-position:-349px -1646px;width:48px;height:51px}.Pet_Egg_Cactus{background-image:url(spritesmith3.png);background-position:-1574px -1646px;width:48px;height:51px}.Pet_Egg_Deer{background-image:url(spritesmith3.png);background-position:-692px -1646px;width:48px;height:51px}.Pet_Egg_Dragon{background-image:url(spritesmith3.png);background-position:-496px -1646px;width:48px;height:51px}.Pet_Egg_Egg{background-image:url(spritesmith3.png);background-position:-447px -1646px;width:48px;height:51px}.Pet_Egg_FlyingPig{background-image:url(spritesmith3.png);background-position:-300px -1646px;width:48px;height:51px}.Pet_Egg_Fox{background-image:url(spritesmith3.png);background-position:-202px -1646px;width:48px;height:51px}.Pet_Egg_Gryphon{background-image:url(spritesmith4.png);background-position:-1971px -1802px;width:48px;height:51px}.Pet_Egg_Hedgehog{background-image:url(spritesmith4.png);background-position:-1922px -1802px;width:48px;height:51px}.Pet_Egg_LionCub{background-image:url(spritesmith4.png);background-position:-756px -636px;width:48px;height:51px}.Pet_Egg_Octopus{background-image:url(spritesmith4.png);background-position:-805px -636px;width:48px;height:51px}.Pet_Egg_Owl{background-image:url(spritesmith4.png);background-position:-699px -530px;width:48px;height:51px}.Pet_Egg_PandaCub{background-image:url(spritesmith4.png);background-position:-544px -424px;width:48px;height:51px}.Pet_Egg_Parrot{background-image:url(spritesmith4.png);background-position:-593px -424px;width:48px;height:51px}.Pet_Egg_Penguin{background-image:url(spritesmith4.png);background-position:-2028px 0;width:48px;height:51px}.Pet_Egg_PolarBear{background-image:url(spritesmith4.png);background-position:-2028px -52px;width:48px;height:51px}.Pet_Egg_Rat{background-image:url(spritesmith4.png);background-position:-2028px -104px;width:48px;height:51px}.Pet_Egg_Rock{background-image:url(spritesmith4.png);background-position:-2028px -156px;width:48px;height:51px}.Pet_Egg_Rooster{background-image:url(spritesmith4.png);background-position:-2028px -468px;width:48px;height:51px}.Pet_Egg_Seahorse{background-image:url(spritesmith4.png);background-position:-2028px -416px;width:48px;height:51px}.Pet_Egg_Spider{background-image:url(spritesmith4.png);background-position:-2028px -364px;width:48px;height:51px}.Pet_Egg_TRex{background-image:url(spritesmith4.png);background-position:-2028px -312px;width:48px;height:51px}.Pet_Egg_TigerCub{background-image:url(spritesmith4.png);background-position:-2028px -260px;width:48px;height:51px}.Pet_Egg_Wolf{background-image:url(spritesmith4.png);background-position:-2028px -208px;width:48px;height:51px}.Pet_Food_Cake_Base{background-image:url(spritesmith4.png);background-position:-2028px -884px;width:43px;height:43px}.Pet_Food_Cake_CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-2028px -614px;width:42px;height:44px}.Pet_Food_Cake_CottonCandyPink{background-image:url(spritesmith4.png);background-position:-2028px -568px;width:43px;height:45px}.Pet_Food_Cake_Desert{background-image:url(spritesmith4.png);background-position:-2028px -659px;width:43px;height:44px}.Pet_Food_Cake_Golden{background-image:url(spritesmith4.png);background-position:-2028px -928px;width:43px;height:42px}.Pet_Food_Cake_Red{background-image:url(spritesmith4.png);background-position:-2028px -704px;width:43px;height:44px}.Pet_Food_Cake_Shade{background-image:url(spritesmith4.png);background-position:-2028px -749px;width:43px;height:44px}.Pet_Food_Cake_Skeleton{background-image:url(spritesmith4.png);background-position:-2028px -520px;width:42px;height:47px}.Pet_Food_Cake_White{background-image:url(spritesmith4.png);background-position:-2028px -794px;width:44px;height:44px}.Pet_Food_Cake_Zombie{background-image:url(spritesmith4.png);background-position:-2028px -839px;width:45px;height:44px}.Pet_Food_Candy_Base{background-image:url(spritesmith4.png);background-position:-911px -742px;width:48px;height:51px}.Pet_Food_Candy_CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-862px -742px;width:48px;height:51px}.Pet_Food_Candy_CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1017px -848px;width:48px;height:51px}.Pet_Food_Candy_Desert{background-image:url(spritesmith4.png);background-position:-968px -848px;width:48px;height:51px}.Pet_Food_Candy_Golden{background-image:url(spritesmith4.png);background-position:-1123px -954px;width:48px;height:51px}.Pet_Food_Candy_Red{background-image:url(spritesmith4.png);background-position:-1074px -954px;width:48px;height:51px}.Pet_Food_Candy_Shade{background-image:url(spritesmith4.png);background-position:-1229px -1060px;width:48px;height:51px}.Pet_Food_Candy_Skeleton{background-image:url(spritesmith4.png);background-position:-1180px -1060px;width:48px;height:51px}.Pet_Food_Candy_White{background-image:url(spritesmith4.png);background-position:-1335px -1166px;width:48px;height:51px}.Pet_Food_Candy_Zombie{background-image:url(spritesmith4.png);background-position:-1286px -1166px;width:48px;height:51px}.Pet_Food_Chocolate{background-image:url(spritesmith4.png);background-position:-1441px -1272px;width:48px;height:51px}.Pet_Food_CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1392px -1272px;width:48px;height:51px}.Pet_Food_CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1547px -1378px;width:48px;height:51px}.Pet_Food_Fish{background-image:url(spritesmith4.png);background-position:-1498px -1378px;width:48px;height:51px}.Pet_Food_Honey{background-image:url(spritesmith4.png);background-position:-1653px -1484px;width:48px;height:51px}.Pet_Food_Meat{background-image:url(spritesmith4.png);background-position:-1604px -1484px;width:48px;height:51px}.Pet_Food_Milk{background-image:url(spritesmith4.png);background-position:-1759px -1590px;width:48px;height:51px}.Pet_Food_Potatoe{background-image:url(spritesmith4.png);background-position:-1710px -1590px;width:48px;height:51px}.Pet_Food_RottenMeat{background-image:url(spritesmith4.png);background-position:-1865px -1696px;width:48px;height:51px}.Pet_Food_Saddle{background-image:url(spritesmith4.png);background-position:-1816px -1696px;width:48px;height:51px}.Pet_Food_Strawberry{background-image:url(spritesmith4.png);background-position:-650px -530px;width:48px;height:51px}.Mount_Body_BearCub-Base{background-image:url(spritesmith4.png);background-position:-318px -726px;width:105px;height:105px}.Mount_Body_BearCub-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-424px -726px;width:105px;height:105px}.Mount_Body_BearCub-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-530px -726px;width:105px;height:105px}.Mount_Body_BearCub-Desert{background-image:url(spritesmith4.png);background-position:-636px -726px;width:105px;height:105px}.Mount_Body_BearCub-Golden{background-image:url(spritesmith4.png);background-position:-742px -726px;width:105px;height:105px}.Mount_Body_BearCub-Polar{background-image:url(spritesmith4.png);background-position:-862px 0;width:105px;height:105px}.Mount_Body_BearCub-Red{background-image:url(spritesmith4.png);background-position:-862px -106px;width:105px;height:105px}.Mount_Body_BearCub-Shade{background-image:url(spritesmith4.png);background-position:-862px -212px;width:105px;height:105px}.Mount_Body_BearCub-Skeleton{background-image:url(spritesmith4.png);background-position:-862px -318px;width:105px;height:105px}.Mount_Body_BearCub-White{background-image:url(spritesmith4.png);background-position:-862px -424px;width:105px;height:105px}.Mount_Body_BearCub-Zombie{background-image:url(spritesmith4.png);background-position:-862px -530px;width:105px;height:105px}.Mount_Body_Bunny-Base{background-image:url(spritesmith4.png);background-position:-862px -636px;width:105px;height:105px}.Mount_Body_Bunny-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:0 -832px;width:105px;height:105px}.Mount_Body_Bunny-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-106px -832px;width:105px;height:105px}.Mount_Body_Bunny-Desert{background-image:url(spritesmith4.png);background-position:-212px -832px;width:105px;height:105px}.Mount_Body_Bunny-Golden{background-image:url(spritesmith4.png);background-position:-318px -832px;width:105px;height:105px}.Mount_Body_Bunny-Red{background-image:url(spritesmith4.png);background-position:-424px -832px;width:105px;height:105px}.Mount_Body_Bunny-Shade{background-image:url(spritesmith4.png);background-position:-530px -832px;width:105px;height:105px}.Mount_Body_Bunny-Skeleton{background-image:url(spritesmith4.png);background-position:-636px -832px;width:105px;height:105px}.Mount_Body_Bunny-White{background-image:url(spritesmith4.png);background-position:-742px -832px;width:105px;height:105px}.Mount_Body_Bunny-Zombie{background-image:url(spritesmith4.png);background-position:-848px -832px;width:105px;height:105px}.Mount_Body_Cactus-Base{background-image:url(spritesmith4.png);background-position:-968px 0;width:105px;height:105px}.Mount_Body_Cactus-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-968px -106px;width:105px;height:105px}.Mount_Body_Cactus-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-968px -212px;width:105px;height:105px}.Mount_Body_Cactus-Desert{background-image:url(spritesmith4.png);background-position:-968px -318px;width:105px;height:105px}.Mount_Body_Cactus-Golden{background-image:url(spritesmith4.png);background-position:-968px -424px;width:105px;height:105px}.Mount_Body_Cactus-Red{background-image:url(spritesmith4.png);background-position:-968px -530px;width:105px;height:105px}.Mount_Body_Cactus-Shade{background-image:url(spritesmith4.png);background-position:-968px -636px;width:105px;height:105px}.Mount_Body_Cactus-Skeleton{background-image:url(spritesmith4.png);background-position:-968px -742px;width:105px;height:105px}.Mount_Body_Cactus-White{background-image:url(spritesmith4.png);background-position:0 -938px;width:105px;height:105px}.Mount_Body_Cactus-Zombie{background-image:url(spritesmith4.png);background-position:-106px -938px;width:105px;height:105px}.Mount_Body_Deer-Base{background-image:url(spritesmith4.png);background-position:-212px -938px;width:105px;height:105px}.Mount_Body_Deer-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-318px -938px;width:105px;height:105px}.Mount_Body_Deer-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-424px -938px;width:105px;height:105px}.Mount_Body_Deer-Desert{background-image:url(spritesmith4.png);background-position:-530px -938px;width:105px;height:105px}.Mount_Body_Deer-Golden{background-image:url(spritesmith4.png);background-position:-636px -938px;width:105px;height:105px}.Mount_Body_Deer-Red{background-image:url(spritesmith4.png);background-position:-742px -938px;width:105px;height:105px}.Mount_Body_Deer-Shade{background-image:url(spritesmith4.png);background-position:-848px -938px;width:105px;height:105px}.Mount_Body_Deer-Skeleton{background-image:url(spritesmith4.png);background-position:-954px -938px;width:105px;height:105px}.Mount_Body_Deer-White{background-image:url(spritesmith4.png);background-position:-1074px 0;width:105px;height:105px}.Mount_Body_Deer-Zombie{background-image:url(spritesmith4.png);background-position:-1074px -106px;width:105px;height:105px}.Mount_Body_Dragon-Base{background-image:url(spritesmith4.png);background-position:-1074px -212px;width:105px;height:105px}.Mount_Body_Dragon-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1074px -318px;width:105px;height:105px}.Mount_Body_Dragon-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1074px -424px;width:105px;height:105px}.Mount_Body_Dragon-Desert{background-image:url(spritesmith4.png);background-position:-1074px -530px;width:105px;height:105px}.Mount_Body_Dragon-Golden{background-image:url(spritesmith4.png);background-position:-1074px -636px;width:105px;height:105px}.Mount_Body_Dragon-Red{background-image:url(spritesmith4.png);background-position:-1074px -742px;width:105px;height:105px}.Mount_Body_Dragon-Shade{background-image:url(spritesmith4.png);background-position:-1074px -848px;width:105px;height:105px}.Mount_Body_Dragon-Skeleton{background-image:url(spritesmith4.png);background-position:0 -1044px;width:105px;height:105px}.Mount_Body_Dragon-White{background-image:url(spritesmith4.png);background-position:-106px -1044px;width:105px;height:105px}.Mount_Body_Dragon-Zombie{background-image:url(spritesmith4.png);background-position:-212px -1044px;width:105px;height:105px}.Mount_Body_FlyingPig-Base{background-image:url(spritesmith4.png);background-position:-318px -1044px;width:105px;height:105px}.Mount_Body_FlyingPig-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-424px -1044px;width:105px;height:105px}.Mount_Body_FlyingPig-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-530px -1044px;width:105px;height:105px}.Mount_Body_FlyingPig-Desert{background-image:url(spritesmith4.png);background-position:-636px -1044px;width:105px;height:105px}.Mount_Body_FlyingPig-Golden{background-image:url(spritesmith4.png);background-position:-742px -1044px;width:105px;height:105px}.Mount_Body_FlyingPig-Red{background-image:url(spritesmith4.png);background-position:-848px -1044px;width:105px;height:105px}.Mount_Body_FlyingPig-Shade{background-image:url(spritesmith4.png);background-position:-954px -1044px;width:105px;height:105px}.Mount_Body_FlyingPig-Skeleton{background-image:url(spritesmith4.png);background-position:-1060px -1044px;width:105px;height:105px}.Mount_Body_FlyingPig-White{background-image:url(spritesmith4.png);background-position:-1180px 0;width:105px;height:105px}.Mount_Body_FlyingPig-Zombie{background-image:url(spritesmith4.png);background-position:-1180px -106px;width:105px;height:105px}.Mount_Body_Fox-Base{background-image:url(spritesmith4.png);background-position:-1180px -212px;width:105px;height:105px}.Mount_Body_Fox-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1180px -318px;width:105px;height:105px}.Mount_Body_Fox-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1180px -424px;width:105px;height:105px}.Mount_Body_Fox-Desert{background-image:url(spritesmith4.png);background-position:-1180px -530px;width:105px;height:105px}.Mount_Body_Fox-Golden{background-image:url(spritesmith4.png);background-position:-1180px -636px;width:105px;height:105px}.Mount_Body_Fox-Red{background-image:url(spritesmith4.png);background-position:-1180px -742px;width:105px;height:105px}.Mount_Body_Fox-Shade{background-image:url(spritesmith4.png);background-position:-1180px -848px;width:105px;height:105px}.Mount_Body_Fox-Skeleton{background-image:url(spritesmith4.png);background-position:-1180px -954px;width:105px;height:105px}.Mount_Body_Fox-White{background-image:url(spritesmith4.png);background-position:0 -1150px;width:105px;height:105px}.Mount_Body_Fox-Zombie{background-image:url(spritesmith4.png);background-position:-106px -1150px;width:105px;height:105px}.Mount_Body_Gryphon-Base{background-image:url(spritesmith4.png);background-position:-212px -1150px;width:105px;height:105px}.Mount_Body_Gryphon-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-318px -1150px;width:105px;height:105px}.Mount_Body_Gryphon-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-424px -1150px;width:105px;height:105px}.Mount_Body_Gryphon-Desert{background-image:url(spritesmith4.png);background-position:-530px -1150px;width:105px;height:105px}.Mount_Body_Gryphon-Golden{background-image:url(spritesmith4.png);background-position:-636px -1150px;width:105px;height:105px}.Mount_Body_Gryphon-Red{background-image:url(spritesmith4.png);background-position:-742px -1150px;width:105px;height:105px}.Mount_Body_Gryphon-Shade{background-image:url(spritesmith4.png);background-position:-848px -1150px;width:105px;height:105px}.Mount_Body_Gryphon-Skeleton{background-image:url(spritesmith4.png);background-position:-954px -1150px;width:105px;height:105px}.Mount_Body_Gryphon-White{background-image:url(spritesmith4.png);background-position:-1060px -1150px;width:105px;height:105px}.Mount_Body_Gryphon-Zombie{background-image:url(spritesmith4.png);background-position:-1166px -1150px;width:105px;height:105px}.Mount_Body_Hedgehog-Base{background-image:url(spritesmith4.png);background-position:-1286px 0;width:105px;height:105px}.Mount_Body_Hedgehog-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1286px -106px;width:105px;height:105px}.Mount_Body_Hedgehog-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1286px -212px;width:105px;height:105px}.Mount_Body_Hedgehog-Desert{background-image:url(spritesmith4.png);background-position:-1286px -318px;width:105px;height:105px}.Mount_Body_Hedgehog-Golden{background-image:url(spritesmith4.png);background-position:-1286px -424px;width:105px;height:105px}.Mount_Body_Hedgehog-Red{background-image:url(spritesmith4.png);background-position:-1286px -530px;width:105px;height:105px}.Mount_Body_Hedgehog-Shade{background-image:url(spritesmith4.png);background-position:-1286px -636px;width:105px;height:105px}.Mount_Body_Hedgehog-Skeleton{background-image:url(spritesmith4.png);background-position:-1286px -742px;width:105px;height:105px}.Mount_Body_Hedgehog-White{background-image:url(spritesmith4.png);background-position:-1286px -848px;width:105px;height:105px}.Mount_Body_Hedgehog-Zombie{background-image:url(spritesmith4.png);background-position:-1286px -954px;width:105px;height:105px}.Mount_Body_LionCub-Base{background-image:url(spritesmith4.png);background-position:-1286px -1060px;width:105px;height:105px}.Mount_Body_LionCub-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:0 -1256px;width:105px;height:105px}.Mount_Body_LionCub-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-106px -1256px;width:105px;height:105px}.Mount_Body_LionCub-Desert{background-image:url(spritesmith4.png);background-position:-212px -1256px;width:105px;height:105px}.Mount_Body_LionCub-Ethereal{background-image:url(spritesmith4.png);background-position:-318px -1256px;width:105px;height:105px}.Mount_Body_LionCub-Golden{background-image:url(spritesmith4.png);background-position:-424px -1256px;width:105px;height:105px}.Mount_Body_LionCub-Red{background-image:url(spritesmith4.png);background-position:-530px -1256px;width:105px;height:105px}.Mount_Body_LionCub-Shade{background-image:url(spritesmith4.png);background-position:-636px -1256px;width:105px;height:105px}.Mount_Body_LionCub-Skeleton{background-image:url(spritesmith4.png);background-position:-742px -1256px;width:105px;height:105px}.Mount_Body_LionCub-White{background-image:url(spritesmith4.png);background-position:-848px -1256px;width:105px;height:105px}.Mount_Body_LionCub-Zombie{background-image:url(spritesmith4.png);background-position:-954px -1256px;width:105px;height:105px}.Mount_Body_Mammoth-Base{background-image:url(spritesmith4.png);background-position:-408px -260px;width:105px;height:123px}.Mount_Body_MantisShrimp-Base{background-image:url(spritesmith4.png);background-position:-1169px -1256px;width:108px;height:105px}.Mount_Body_Octopus-Base{background-image:url(spritesmith4.png);background-position:-1278px -1256px;width:105px;height:105px}.Mount_Body_Octopus-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1392px 0;width:105px;height:105px}.Mount_Body_Octopus-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1392px -106px;width:105px;height:105px}.Mount_Body_Octopus-Desert{background-image:url(spritesmith4.png);background-position:-1392px -212px;width:105px;height:105px}.Mount_Body_Octopus-Golden{background-image:url(spritesmith4.png);background-position:-1392px -318px;width:105px;height:105px}.Mount_Body_Octopus-Red{background-image:url(spritesmith4.png);background-position:-1392px -424px;width:105px;height:105px}.Mount_Body_Octopus-Shade{background-image:url(spritesmith4.png);background-position:-1392px -530px;width:105px;height:105px}.Mount_Body_Octopus-Skeleton{background-image:url(spritesmith4.png);background-position:-1392px -636px;width:105px;height:105px}.Mount_Body_Octopus-White{background-image:url(spritesmith4.png);background-position:-1392px -742px;width:105px;height:105px}.Mount_Body_Octopus-Zombie{background-image:url(spritesmith4.png);background-position:-1392px -848px;width:105px;height:105px}.Mount_Body_Owl-Base{background-image:url(spritesmith4.png);background-position:-1392px -954px;width:105px;height:105px}.Mount_Body_Owl-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1392px -1060px;width:105px;height:105px}.Mount_Body_Owl-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1392px -1166px;width:105px;height:105px}.Mount_Body_Owl-Desert{background-image:url(spritesmith4.png);background-position:0 -1362px;width:105px;height:105px}.Mount_Body_Owl-Golden{background-image:url(spritesmith4.png);background-position:-106px -1362px;width:105px;height:105px}.Mount_Body_Owl-Red{background-image:url(spritesmith4.png);background-position:-212px -1362px;width:105px;height:105px}.Mount_Body_Owl-Shade{background-image:url(spritesmith4.png);background-position:-318px -1362px;width:105px;height:105px}.Mount_Body_Owl-Skeleton{background-image:url(spritesmith4.png);background-position:-424px -1362px;width:105px;height:105px}.Mount_Body_Owl-White{background-image:url(spritesmith4.png);background-position:-530px -1362px;width:105px;height:105px}.Mount_Body_Owl-Zombie{background-image:url(spritesmith4.png);background-position:-636px -1362px;width:105px;height:105px}.Mount_Body_PandaCub-Base{background-image:url(spritesmith4.png);background-position:-742px -1362px;width:105px;height:105px}.Mount_Body_PandaCub-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-848px -1362px;width:105px;height:105px}.Mount_Body_PandaCub-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-954px -1362px;width:105px;height:105px}.Mount_Body_PandaCub-Desert{background-image:url(spritesmith4.png);background-position:-1060px -1362px;width:105px;height:105px}.Mount_Body_PandaCub-Golden{background-image:url(spritesmith4.png);background-position:-1166px -1362px;width:105px;height:105px}.Mount_Body_PandaCub-Red{background-image:url(spritesmith4.png);background-position:-1272px -1362px;width:105px;height:105px}.Mount_Body_PandaCub-Shade{background-image:url(spritesmith4.png);background-position:-1378px -1362px;width:105px;height:105px}.Mount_Body_PandaCub-Skeleton{background-image:url(spritesmith4.png);background-position:-1498px 0;width:105px;height:105px}.Mount_Body_PandaCub-White{background-image:url(spritesmith4.png);background-position:-1498px -106px;width:105px;height:105px}.Mount_Body_PandaCub-Zombie{background-image:url(spritesmith4.png);background-position:-1498px -212px;width:105px;height:105px}.Mount_Body_Parrot-Base{background-image:url(spritesmith4.png);background-position:-1498px -318px;width:105px;height:105px}.Mount_Body_Parrot-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1498px -424px;width:105px;height:105px}.Mount_Body_Parrot-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1498px -530px;width:105px;height:105px}.Mount_Body_Parrot-Desert{background-image:url(spritesmith4.png);background-position:-1498px -636px;width:105px;height:105px}.Mount_Body_Parrot-Golden{background-image:url(spritesmith4.png);background-position:-1498px -742px;width:105px;height:105px}.Mount_Body_Parrot-Red{background-image:url(spritesmith4.png);background-position:-1498px -848px;width:105px;height:105px}.Mount_Body_Parrot-Shade{background-image:url(spritesmith4.png);background-position:-1498px -954px;width:105px;height:105px}.Mount_Body_Parrot-Skeleton{background-image:url(spritesmith4.png);background-position:-1498px -1060px;width:105px;height:105px}.Mount_Body_Parrot-White{background-image:url(spritesmith4.png);background-position:-1498px -1166px;width:105px;height:105px}.Mount_Body_Parrot-Zombie{background-image:url(spritesmith4.png);background-position:-1498px -1272px;width:105px;height:105px}.Mount_Body_Penguin-Base{background-image:url(spritesmith4.png);background-position:0 -1468px;width:105px;height:105px}.Mount_Body_Penguin-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:0 -408px;width:105px;height:105px}.Mount_Body_Penguin-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-212px -1468px;width:105px;height:105px}.Mount_Body_Penguin-Desert{background-image:url(spritesmith4.png);background-position:-318px -1468px;width:105px;height:105px}.Mount_Body_Penguin-Golden{background-image:url(spritesmith4.png);background-position:-424px -1468px;width:105px;height:105px}.Mount_Body_Penguin-Red{background-image:url(spritesmith4.png);background-position:-530px -1468px;width:105px;height:105px}.Mount_Body_Penguin-Shade{background-image:url(spritesmith4.png);background-position:-636px -1468px;width:105px;height:105px}.Mount_Body_Penguin-Skeleton{background-image:url(spritesmith4.png);background-position:-742px -1468px;width:105px;height:105px}.Mount_Body_Penguin-White{background-image:url(spritesmith4.png);background-position:-848px -1468px;width:105px;height:105px}.Mount_Body_Penguin-Zombie{background-image:url(spritesmith4.png);background-position:-954px -1468px;width:105px;height:105px}.Mount_Body_Rat-Base{background-image:url(spritesmith4.png);background-position:-1060px -1468px;width:105px;height:105px}.Mount_Body_Rat-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1166px -1468px;width:105px;height:105px}.Mount_Body_Rat-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1272px -1468px;width:105px;height:105px}.Mount_Body_Rat-Desert{background-image:url(spritesmith4.png);background-position:-1378px -1468px;width:105px;height:105px}.Mount_Body_Rat-Golden{background-image:url(spritesmith4.png);background-position:-1484px -1468px;width:105px;height:105px}.Mount_Body_Rat-Red{background-image:url(spritesmith4.png);background-position:-1604px 0;width:105px;height:105px}.Mount_Body_Rat-Shade{background-image:url(spritesmith4.png);background-position:-1604px -106px;width:105px;height:105px}.Mount_Body_Rat-Skeleton{background-image:url(spritesmith4.png);background-position:-1604px -212px;width:105px;height:105px}.Mount_Body_Rat-White{background-image:url(spritesmith4.png);background-position:-1604px -318px;width:105px;height:105px}.Mount_Body_Rat-Zombie{background-image:url(spritesmith4.png);background-position:-1604px -424px;width:105px;height:105px}.Mount_Body_Rock-Base{background-image:url(spritesmith4.png);background-position:-1604px -530px;width:105px;height:105px}.Mount_Body_Rock-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1604px -636px;width:105px;height:105px}.Mount_Body_Rock-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1604px -742px;width:105px;height:105px}.Mount_Body_Rock-Desert{background-image:url(spritesmith4.png);background-position:-1604px -848px;width:105px;height:105px}.Mount_Body_Rock-Golden{background-image:url(spritesmith4.png);background-position:-1604px -954px;width:105px;height:105px}.Mount_Body_Rock-Red{background-image:url(spritesmith4.png);background-position:-1604px -1060px;width:105px;height:105px}.Mount_Body_Rock-Shade{background-image:url(spritesmith4.png);background-position:-1604px -1166px;width:105px;height:105px}.Mount_Body_Rock-Skeleton{background-image:url(spritesmith4.png);background-position:-1604px -1272px;width:105px;height:105px}.Mount_Body_Rock-White{background-image:url(spritesmith4.png);background-position:-1604px -1378px;width:105px;height:105px}.Mount_Body_Rock-Zombie{background-image:url(spritesmith4.png);background-position:0 -1574px;width:105px;height:105px}.Mount_Body_Rooster-Base{background-image:url(spritesmith4.png);background-position:-106px -1574px;width:105px;height:105px}.Mount_Body_Rooster-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-212px -1574px;width:105px;height:105px}.Mount_Body_Rooster-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-318px -1574px;width:105px;height:105px}.Mount_Body_Rooster-Desert{background-image:url(spritesmith4.png);background-position:-424px -1574px;width:105px;height:105px}.Mount_Body_Rooster-Golden{background-image:url(spritesmith4.png);background-position:-530px -1574px;width:105px;height:105px}.Mount_Body_Rooster-Red{background-image:url(spritesmith4.png);background-position:-636px -1574px;width:105px;height:105px}.Mount_Body_Rooster-Shade{background-image:url(spritesmith4.png);background-position:-742px -1574px;width:105px;height:105px}.Mount_Body_Rooster-Skeleton{background-image:url(spritesmith4.png);background-position:-848px -1574px;width:105px;height:105px}.Mount_Body_Rooster-White{background-image:url(spritesmith4.png);background-position:-954px -1574px;width:105px;height:105px}.Mount_Body_Rooster-Zombie{background-image:url(spritesmith4.png);background-position:-1060px -1574px;width:105px;height:105px}.Mount_Body_Seahorse-Base{background-image:url(spritesmith4.png);background-position:-1166px -1574px;width:105px;height:105px}.Mount_Body_Seahorse-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1272px -1574px;width:105px;height:105px}.Mount_Body_Seahorse-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1378px -1574px;width:105px;height:105px}.Mount_Body_Seahorse-Desert{background-image:url(spritesmith4.png);background-position:-1484px -1574px;width:105px;height:105px}.Mount_Body_Seahorse-Golden{background-image:url(spritesmith4.png);background-position:-1590px -1574px;width:105px;height:105px}.Mount_Body_Seahorse-Red{background-image:url(spritesmith4.png);background-position:-1710px 0;width:105px;height:105px}.Mount_Body_Seahorse-Shade{background-image:url(spritesmith4.png);background-position:-1710px -106px;width:105px;height:105px}.Mount_Body_Seahorse-Skeleton{background-image:url(spritesmith4.png);background-position:-1710px -212px;width:105px;height:105px}.Mount_Body_Seahorse-White{background-image:url(spritesmith4.png);background-position:-1710px -318px;width:105px;height:105px}.Mount_Body_Seahorse-Zombie{background-image:url(spritesmith4.png);background-position:-1710px -424px;width:105px;height:105px}.Mount_Body_Spider-Base{background-image:url(spritesmith4.png);background-position:-1710px -530px;width:105px;height:105px}.Mount_Body_Spider-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1710px -636px;width:105px;height:105px}.Mount_Body_Spider-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1710px -742px;width:105px;height:105px}.Mount_Body_Spider-Desert{background-image:url(spritesmith4.png);background-position:-1710px -848px;width:105px;height:105px}.Mount_Body_Spider-Golden{background-image:url(spritesmith4.png);background-position:-1710px -954px;width:105px;height:105px}.Mount_Body_Spider-Red{background-image:url(spritesmith4.png);background-position:-1710px -1060px;width:105px;height:105px}.Mount_Body_Spider-Shade{background-image:url(spritesmith4.png);background-position:-1710px -1166px;width:105px;height:105px}.Mount_Body_Spider-Skeleton{background-image:url(spritesmith4.png);background-position:-1710px -1272px;width:105px;height:105px}.Mount_Body_Spider-White{background-image:url(spritesmith4.png);background-position:-1710px -1378px;width:105px;height:105px}.Mount_Body_Spider-Zombie{background-image:url(spritesmith4.png);background-position:-1710px -1484px;width:105px;height:105px}.Mount_Body_TRex-Base{background-image:url(spritesmith4.png);background-position:-136px -136px;width:135px;height:135px}.Mount_Body_TRex-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-272px 0;width:135px;height:135px}.Mount_Body_TRex-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-272px -136px;width:135px;height:135px}.Mount_Body_TRex-Desert{background-image:url(spritesmith4.png);background-position:0 0;width:135px;height:135px}.Mount_Body_TRex-Golden{background-image:url(spritesmith4.png);background-position:-136px -272px;width:135px;height:135px}.Mount_Body_TRex-Red{background-image:url(spritesmith4.png);background-position:-272px -272px;width:135px;height:135px}.Mount_Body_TRex-Shade{background-image:url(spritesmith4.png);background-position:-408px 0;width:135px;height:135px}.Mount_Body_TRex-Skeleton{background-image:url(spritesmith4.png);background-position:0 -272px;width:135px;height:135px}.Mount_Body_TRex-White{background-image:url(spritesmith4.png);background-position:0 -136px;width:135px;height:135px}.Mount_Body_TRex-Zombie{background-image:url(spritesmith4.png);background-position:-136px 0;width:135px;height:135px}.Mount_Body_TigerCub-Base{background-image:url(spritesmith4.png);background-position:-1060px -1680px;width:105px;height:105px}.Mount_Body_TigerCub-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1166px -1680px;width:105px;height:105px}.Mount_Body_TigerCub-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1272px -1680px;width:105px;height:105px}.Mount_Body_TigerCub-Desert{background-image:url(spritesmith4.png);background-position:-1378px -1680px;width:105px;height:105px}.Mount_Body_TigerCub-Golden{background-image:url(spritesmith4.png);background-position:-1484px -1680px;width:105px;height:105px}.Mount_Body_TigerCub-Red{background-image:url(spritesmith4.png);background-position:-1590px -1680px;width:105px;height:105px}.Mount_Body_TigerCub-Shade{background-image:url(spritesmith4.png);background-position:-1696px -1680px;width:105px;height:105px}.Mount_Body_TigerCub-Skeleton{background-image:url(spritesmith4.png);background-position:-1816px 0;width:105px;height:105px}.Mount_Body_TigerCub-White{background-image:url(spritesmith4.png);background-position:-1816px -106px;width:105px;height:105px}.Mount_Body_TigerCub-Zombie{background-image:url(spritesmith4.png);background-position:-1816px -212px;width:105px;height:105px}.Mount_Body_Turkey-Base{background-image:url(spritesmith4.png);background-position:-1816px -318px;width:105px;height:105px}.Mount_Body_Wolf-Base{background-image:url(spritesmith4.png);background-position:-1816px -424px;width:105px;height:105px}.Mount_Body_Wolf-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1816px -530px;width:105px;height:105px}.Mount_Body_Wolf-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1816px -636px;width:105px;height:105px}.Mount_Body_Wolf-Desert{background-image:url(spritesmith4.png);background-position:-1816px -742px;width:105px;height:105px}.Mount_Body_Wolf-Golden{background-image:url(spritesmith4.png);background-position:-1816px -848px;width:105px;height:105px}.Mount_Body_Wolf-Red{background-image:url(spritesmith4.png);background-position:-1816px -954px;width:105px;height:105px}.Mount_Body_Wolf-Shade{background-image:url(spritesmith4.png);background-position:-1816px -1060px;width:105px;height:105px}.Mount_Body_Wolf-Skeleton{background-image:url(spritesmith4.png);background-position:-1816px -1166px;width:105px;height:105px}.Mount_Body_Wolf-White{background-image:url(spritesmith4.png);background-position:-1816px -1272px;width:105px;height:105px}.Mount_Body_Wolf-Zombie{background-image:url(spritesmith4.png);background-position:-1816px -1378px;width:105px;height:105px}.Mount_Head_BearCub-Base{background-image:url(spritesmith4.png);background-position:-1816px -1484px;width:105px;height:105px}.Mount_Head_BearCub-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1816px -1590px;width:105px;height:105px}.Mount_Head_BearCub-CottonCandyPink{background-image:url(spritesmith4.png);background-position:0 -1786px;width:105px;height:105px}.Mount_Head_BearCub-Desert{background-image:url(spritesmith4.png);background-position:-106px -1786px;width:105px;height:105px}.Mount_Head_BearCub-Golden{background-image:url(spritesmith4.png);background-position:-212px -1786px;width:105px;height:105px}.Mount_Head_BearCub-Polar{background-image:url(spritesmith4.png);background-position:-318px -1786px;width:105px;height:105px}.Mount_Head_BearCub-Red{background-image:url(spritesmith4.png);background-position:-424px -1786px;width:105px;height:105px}.Mount_Head_BearCub-Shade{background-image:url(spritesmith4.png);background-position:-530px -1786px;width:105px;height:105px}.Mount_Head_BearCub-Skeleton{background-image:url(spritesmith4.png);background-position:-636px -1786px;width:105px;height:105px}.Mount_Head_BearCub-White{background-image:url(spritesmith4.png);background-position:-742px -1786px;width:105px;height:105px}.Mount_Head_BearCub-Zombie{background-image:url(spritesmith4.png);background-position:-848px -1786px;width:105px;height:105px}.Mount_Head_Bunny-Base{background-image:url(spritesmith4.png);background-position:-954px -1786px;width:105px;height:105px}.Mount_Head_Bunny-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1060px -1786px;width:105px;height:105px}.Mount_Head_Bunny-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1166px -1786px;width:105px;height:105px}.Mount_Head_Bunny-Desert{background-image:url(spritesmith4.png);background-position:-1272px -1786px;width:105px;height:105px}.Mount_Head_Bunny-Golden{background-image:url(spritesmith4.png);background-position:-1378px -1786px;width:105px;height:105px}.Mount_Head_Bunny-Red{background-image:url(spritesmith4.png);background-position:-1484px -1786px;width:105px;height:105px}.Mount_Head_Bunny-Shade{background-image:url(spritesmith4.png);background-position:-1590px -1786px;width:105px;height:105px}.Mount_Head_Bunny-Skeleton{background-image:url(spritesmith4.png);background-position:-1696px -1786px;width:105px;height:105px}.Mount_Head_Bunny-White{background-image:url(spritesmith4.png);background-position:-1802px -1786px;width:105px;height:105px}.Mount_Head_Bunny-Zombie{background-image:url(spritesmith4.png);background-position:-1922px 0;width:105px;height:105px}.Mount_Head_Cactus-Base{background-image:url(spritesmith4.png);background-position:-1922px -106px;width:105px;height:105px}.Mount_Head_Cactus-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1922px -212px;width:105px;height:105px}.Mount_Head_Cactus-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1922px -318px;width:105px;height:105px}.Mount_Head_Cactus-Desert{background-image:url(spritesmith4.png);background-position:-1922px -424px;width:105px;height:105px}.Mount_Head_Cactus-Golden{background-image:url(spritesmith4.png);background-position:-1922px -530px;width:105px;height:105px}.Mount_Head_Cactus-Red{background-image:url(spritesmith4.png);background-position:-1922px -636px;width:105px;height:105px}.Mount_Head_Cactus-Shade{background-image:url(spritesmith4.png);background-position:-1922px -742px;width:105px;height:105px}.Mount_Head_Cactus-Skeleton{background-image:url(spritesmith4.png);background-position:-1922px -848px;width:105px;height:105px}.Mount_Head_Cactus-White{background-image:url(spritesmith4.png);background-position:-1922px -954px;width:105px;height:105px}.Mount_Head_Cactus-Zombie{background-image:url(spritesmith4.png);background-position:-1922px -1060px;width:105px;height:105px}.Mount_Head_Deer-Base{background-image:url(spritesmith4.png);background-position:-1922px -1166px;width:105px;height:105px}.Mount_Head_Deer-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1922px -1272px;width:105px;height:105px}.Mount_Head_Deer-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1922px -1378px;width:105px;height:105px}.Mount_Head_Deer-Desert{background-image:url(spritesmith4.png);background-position:-1922px -1484px;width:105px;height:105px}.Mount_Head_Deer-Golden{background-image:url(spritesmith4.png);background-position:-1922px -1590px;width:105px;height:105px}.Mount_Head_Deer-Red{background-image:url(spritesmith4.png);background-position:-1922px -1696px;width:105px;height:105px}.Mount_Head_Deer-Shade{background-image:url(spritesmith4.png);background-position:0 -1892px;width:105px;height:105px}.Mount_Head_Deer-Skeleton{background-image:url(spritesmith4.png);background-position:-106px -1892px;width:105px;height:105px}.Mount_Head_Deer-White{background-image:url(spritesmith4.png);background-position:-212px -1892px;width:105px;height:105px}.Mount_Head_Deer-Zombie{background-image:url(spritesmith4.png);background-position:-318px -1892px;width:105px;height:105px}.Mount_Head_Dragon-Base{background-image:url(spritesmith4.png);background-position:-424px -1892px;width:105px;height:105px}.Mount_Head_Dragon-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-530px -1892px;width:105px;height:105px}.Mount_Head_Dragon-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-636px -1892px;width:105px;height:105px}.Mount_Head_Dragon-Desert{background-image:url(spritesmith4.png);background-position:-742px -1892px;width:105px;height:105px}.Mount_Head_Dragon-Golden{background-image:url(spritesmith4.png);background-position:-848px -1892px;width:105px;height:105px}.Mount_Head_Dragon-Red{background-image:url(spritesmith4.png);background-position:-954px -1892px;width:105px;height:105px}.Mount_Head_Dragon-Shade{background-image:url(spritesmith4.png);background-position:-1060px -1892px;width:105px;height:105px}.Mount_Head_Dragon-Skeleton{background-image:url(spritesmith4.png);background-position:-1166px -1892px;width:105px;height:105px}.Mount_Head_Dragon-White{background-image:url(spritesmith4.png);background-position:-1272px -1892px;width:105px;height:105px}.Mount_Head_Dragon-Zombie{background-image:url(spritesmith4.png);background-position:-1378px -1892px;width:105px;height:105px}.Mount_Head_FlyingPig-Base{background-image:url(spritesmith4.png);background-position:-1484px -1892px;width:105px;height:105px}.Mount_Head_FlyingPig-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1590px -1892px;width:105px;height:105px}.Mount_Head_FlyingPig-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1696px -1892px;width:105px;height:105px}.Mount_Head_FlyingPig-Desert{background-image:url(spritesmith4.png);background-position:-1802px -1892px;width:105px;height:105px}.Mount_Head_FlyingPig-Golden{background-image:url(spritesmith4.png);background-position:-1908px -1892px;width:105px;height:105px}.Mount_Head_FlyingPig-Red{background-image:url(spritesmith4.png);background-position:-106px -1468px;width:105px;height:105px}.Mount_Head_FlyingPig-Shade{background-image:url(spritesmith4.png);background-position:-212px -726px;width:105px;height:105px}.Mount_Head_FlyingPig-Skeleton{background-image:url(spritesmith4.png);background-position:-106px -726px;width:105px;height:105px}.Mount_Head_FlyingPig-White{background-image:url(spritesmith4.png);background-position:0 -726px;width:105px;height:105px}.Mount_Head_FlyingPig-Zombie{background-image:url(spritesmith4.png);background-position:-756px -530px;width:105px;height:105px}.Mount_Head_Fox-Base{background-image:url(spritesmith4.png);background-position:-756px -424px;width:105px;height:105px}.Mount_Head_Fox-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-756px -318px;width:105px;height:105px}.Mount_Head_Fox-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-756px -212px;width:105px;height:105px}.Mount_Head_Fox-Desert{background-image:url(spritesmith4.png);background-position:-756px -106px;width:105px;height:105px}.Mount_Head_Fox-Golden{background-image:url(spritesmith4.png);background-position:-756px 0;width:105px;height:105px}.Mount_Head_Fox-Red{background-image:url(spritesmith4.png);background-position:-636px -620px;width:105px;height:105px}.Mount_Head_Fox-Shade{background-image:url(spritesmith4.png);background-position:-530px -620px;width:105px;height:105px}.Mount_Head_Fox-Skeleton{background-image:url(spritesmith4.png);background-position:-424px -620px;width:105px;height:105px}.Mount_Head_Fox-White{background-image:url(spritesmith4.png);background-position:-318px -620px;width:105px;height:105px}.Mount_Head_Fox-Zombie{background-image:url(spritesmith4.png);background-position:-212px -620px;width:105px;height:105px}.Mount_Head_Gryphon-Base{background-image:url(spritesmith4.png);background-position:-106px -620px;width:105px;height:105px}.Mount_Head_Gryphon-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:0 -620px;width:105px;height:105px}.Mount_Head_Gryphon-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-650px -424px;width:105px;height:105px}.Mount_Head_Gryphon-Desert{background-image:url(spritesmith4.png);background-position:-650px -318px;width:105px;height:105px}.Mount_Head_Gryphon-Golden{background-image:url(spritesmith4.png);background-position:-650px -212px;width:105px;height:105px}.Mount_Head_Gryphon-Red{background-image:url(spritesmith4.png);background-position:-650px -106px;width:105px;height:105px}.Mount_Head_Gryphon-Shade{background-image:url(spritesmith4.png);background-position:-650px 0;width:105px;height:105px}.Mount_Head_Gryphon-Skeleton{background-image:url(spritesmith4.png);background-position:-530px -514px;width:105px;height:105px}.Mount_Head_Gryphon-White{background-image:url(spritesmith4.png);background-position:-424px -514px;width:105px;height:105px}.Mount_Head_Gryphon-Zombie{background-image:url(spritesmith4.png);background-position:-318px -514px;width:105px;height:105px}.Mount_Head_Hedgehog-Base{background-image:url(spritesmith4.png);background-position:-212px -514px;width:105px;height:105px}.Mount_Head_Hedgehog-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-106px -514px;width:105px;height:105px}.Mount_Head_Hedgehog-CottonCandyPink{background-image:url(spritesmith4.png);background-position:0 -514px;width:105px;height:105px}.Mount_Head_Hedgehog-Desert{background-image:url(spritesmith4.png);background-position:-544px -318px;width:105px;height:105px}.Mount_Head_Hedgehog-Golden{background-image:url(spritesmith4.png);background-position:-544px -212px;width:105px;height:105px}.Mount_Head_Hedgehog-Red{background-image:url(spritesmith4.png);background-position:-544px -106px;width:105px;height:105px}.Mount_Head_Hedgehog-Shade{background-image:url(spritesmith4.png);background-position:-544px 0;width:105px;height:105px}.Mount_Head_Hedgehog-Skeleton{background-image:url(spritesmith4.png);background-position:-424px -408px;width:105px;height:105px}.Mount_Head_Hedgehog-White{background-image:url(spritesmith4.png);background-position:-318px -408px;width:105px;height:105px}.Mount_Head_Hedgehog-Zombie{background-image:url(spritesmith4.png);background-position:-212px -408px;width:105px;height:105px}.Mount_Head_LionCub-Base{background-image:url(spritesmith4.png);background-position:-106px -408px;width:105px;height:105px}.Mount_Head_LionCub-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-954px -1680px;width:105px;height:105px}.Mount_Head_LionCub-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-848px -1680px;width:105px;height:105px}.Mount_Head_LionCub-Desert{background-image:url(spritesmith4.png);background-position:-742px -1680px;width:105px;height:105px}.Mount_Head_LionCub-Ethereal{background-image:url(spritesmith4.png);background-position:-636px -1680px;width:105px;height:105px}.Mount_Head_LionCub-Golden{background-image:url(spritesmith4.png);background-position:-530px -1680px;width:105px;height:105px}.Mount_Head_LionCub-Red{background-image:url(spritesmith4.png);background-position:-424px -1680px;width:105px;height:105px}.Mount_Head_LionCub-Shade{background-image:url(spritesmith4.png);background-position:-318px -1680px;width:105px;height:105px}.Mount_Head_LionCub-Skeleton{background-image:url(spritesmith4.png);background-position:-212px -1680px;width:105px;height:105px}.Mount_Head_LionCub-White{background-image:url(spritesmith4.png);background-position:-106px -1680px;width:105px;height:105px}.Mount_Head_LionCub-Zombie{background-image:url(spritesmith4.png);background-position:0 -1680px;width:105px;height:105px}.Mount_Head_Mammoth-Base{background-image:url(spritesmith4.png);background-position:-408px -136px;width:105px;height:123px}.Mount_Head_MantisShrimp-Base{background-image:url(spritesmith4.png);background-position:-1060px -1256px;width:108px;height:105px}.Mount_Head_Octopus-Base{background-image:url(spritesmith5.png);background-position:-318px -1044px;width:105px;height:105px}.Mount_Head_Octopus-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1286px -106px;width:105px;height:105px}.Mount_Head_Octopus-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-530px -832px;width:105px;height:105px}.Mount_Head_Octopus-Desert{background-image:url(spritesmith5.png);background-position:-424px -1044px;width:105px;height:105px}.Mount_Head_Octopus-Golden{background-image:url(spritesmith5.png);background-position:-530px -1044px;width:105px;height:105px}.Mount_Head_Octopus-Red{background-image:url(spritesmith5.png);background-position:-636px -1044px;width:105px;height:105px}.Mount_Head_Octopus-Shade{background-image:url(spritesmith5.png);background-position:-742px -1044px;width:105px;height:105px}.Mount_Head_Octopus-Skeleton{background-image:url(spritesmith5.png);background-position:-848px -1044px;width:105px;height:105px}.Mount_Head_Octopus-White{background-image:url(spritesmith5.png);background-position:-954px -1044px;width:105px;height:105px}.Mount_Head_Octopus-Zombie{background-image:url(spritesmith5.png);background-position:-1060px -1044px;width:105px;height:105px}.Mount_Head_Owl-Base{background-image:url(spritesmith5.png);background-position:-1180px 0;width:105px;height:105px}.Mount_Head_Owl-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1180px -106px;width:105px;height:105px}.Mount_Head_Owl-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-408px -242px;width:105px;height:105px}.Mount_Head_Owl-Desert{background-image:url(spritesmith5.png);background-position:0 -408px;width:105px;height:105px}.Mount_Head_Owl-Golden{background-image:url(spritesmith5.png);background-position:-106px -408px;width:105px;height:105px}.Mount_Head_Owl-Red{background-image:url(spritesmith5.png);background-position:-212px -408px;width:105px;height:105px}.Mount_Head_Owl-Shade{background-image:url(spritesmith5.png);background-position:-318px -408px;width:105px;height:105px}.Mount_Head_Owl-Skeleton{background-image:url(spritesmith5.png);background-position:-424px -408px;width:105px;height:105px}.Mount_Head_Owl-White{background-image:url(spritesmith5.png);background-position:-544px 0;width:105px;height:105px}.Mount_Head_Owl-Zombie{background-image:url(spritesmith5.png);background-position:-544px -106px;width:105px;height:105px}.Mount_Head_PandaCub-Base{background-image:url(spritesmith5.png);background-position:-544px -212px;width:105px;height:105px}.Mount_Head_PandaCub-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-544px -318px;width:105px;height:105px}.Mount_Head_PandaCub-CottonCandyPink{background-image:url(spritesmith5.png);background-position:0 -514px;width:105px;height:105px}.Mount_Head_PandaCub-Desert{background-image:url(spritesmith5.png);background-position:-106px -514px;width:105px;height:105px}.Mount_Head_PandaCub-Golden{background-image:url(spritesmith5.png);background-position:-212px -514px;width:105px;height:105px}.Mount_Head_PandaCub-Red{background-image:url(spritesmith5.png);background-position:-318px -514px;width:105px;height:105px}.Mount_Head_PandaCub-Shade{background-image:url(spritesmith5.png);background-position:-424px -514px;width:105px;height:105px}.Mount_Head_PandaCub-Skeleton{background-image:url(spritesmith5.png);background-position:-530px -514px;width:105px;height:105px}.Mount_Head_PandaCub-White{background-image:url(spritesmith5.png);background-position:-650px 0;width:105px;height:105px}.Mount_Head_PandaCub-Zombie{background-image:url(spritesmith5.png);background-position:-650px -106px;width:105px;height:105px}.Mount_Head_Parrot-Base{background-image:url(spritesmith5.png);background-position:-650px -212px;width:105px;height:105px}.Mount_Head_Parrot-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-650px -318px;width:105px;height:105px}.Mount_Head_Parrot-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-650px -424px;width:105px;height:105px}.Mount_Head_Parrot-Desert{background-image:url(spritesmith5.png);background-position:0 -620px;width:105px;height:105px}.Mount_Head_Parrot-Golden{background-image:url(spritesmith5.png);background-position:-106px -620px;width:105px;height:105px}.Mount_Head_Parrot-Red{background-image:url(spritesmith5.png);background-position:-212px -620px;width:105px;height:105px}.Mount_Head_Parrot-Shade{background-image:url(spritesmith5.png);background-position:-318px -620px;width:105px;height:105px}.Mount_Head_Parrot-Skeleton{background-image:url(spritesmith5.png);background-position:-424px -620px;width:105px;height:105px}.Mount_Head_Parrot-White{background-image:url(spritesmith5.png);background-position:-530px -620px;width:105px;height:105px}.Mount_Head_Parrot-Zombie{background-image:url(spritesmith5.png);background-position:-636px -620px;width:105px;height:105px}.Mount_Head_Penguin-Base{background-image:url(spritesmith5.png);background-position:-756px 0;width:105px;height:105px}.Mount_Head_Penguin-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-756px -106px;width:105px;height:105px}.Mount_Head_Penguin-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-756px -212px;width:105px;height:105px}.Mount_Head_Penguin-Desert{background-image:url(spritesmith5.png);background-position:-756px -318px;width:105px;height:105px}.Mount_Head_Penguin-Golden{background-image:url(spritesmith5.png);background-position:-756px -424px;width:105px;height:105px}.Mount_Head_Penguin-Red{background-image:url(spritesmith5.png);background-position:-756px -530px;width:105px;height:105px}.Mount_Head_Penguin-Shade{background-image:url(spritesmith5.png);background-position:0 -726px;width:105px;height:105px}.Mount_Head_Penguin-Skeleton{background-image:url(spritesmith5.png);background-position:-106px -726px;width:105px;height:105px}.Mount_Head_Penguin-White{background-image:url(spritesmith5.png);background-position:-212px -726px;width:105px;height:105px}.Mount_Head_Penguin-Zombie{background-image:url(spritesmith5.png);background-position:-318px -726px;width:105px;height:105px}.Mount_Head_Rat-Base{background-image:url(spritesmith5.png);background-position:-424px -726px;width:105px;height:105px}.Mount_Head_Rat-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-530px -726px;width:105px;height:105px}.Mount_Head_Rat-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-636px -726px;width:105px;height:105px}.Mount_Head_Rat-Desert{background-image:url(spritesmith5.png);background-position:-742px -726px;width:105px;height:105px}.Mount_Head_Rat-Golden{background-image:url(spritesmith5.png);background-position:-862px 0;width:105px;height:105px}.Mount_Head_Rat-Red{background-image:url(spritesmith5.png);background-position:-862px -106px;width:105px;height:105px}.Mount_Head_Rat-Shade{background-image:url(spritesmith5.png);background-position:-862px -212px;width:105px;height:105px}.Mount_Head_Rat-Skeleton{background-image:url(spritesmith5.png);background-position:-862px -318px;width:105px;height:105px}.Mount_Head_Rat-White{background-image:url(spritesmith5.png);background-position:-862px -424px;width:105px;height:105px}.Mount_Head_Rat-Zombie{background-image:url(spritesmith5.png);background-position:-862px -530px;width:105px;height:105px}.Mount_Head_Rock-Base{background-image:url(spritesmith5.png);background-position:-862px -636px;width:105px;height:105px}.Mount_Head_Rock-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:0 -832px;width:105px;height:105px}.Mount_Head_Rock-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-106px -832px;width:105px;height:105px}.Mount_Head_Rock-Desert{background-image:url(spritesmith5.png);background-position:-212px -832px;width:105px;height:105px}.Mount_Head_Rock-Golden{background-image:url(spritesmith5.png);background-position:-318px -832px;width:105px;height:105px}.Mount_Head_Rock-Red{background-image:url(spritesmith5.png);background-position:-424px -832px;width:105px;height:105px}.Mount_Head_Rock-Shade{background-image:url(spritesmith5.png);background-position:-408px -136px;width:105px;height:105px}.Mount_Head_Rock-Skeleton{background-image:url(spritesmith5.png);background-position:-636px -832px;width:105px;height:105px}.Mount_Head_Rock-White{background-image:url(spritesmith5.png);background-position:-742px -832px;width:105px;height:105px}.Mount_Head_Rock-Zombie{background-image:url(spritesmith5.png);background-position:-848px -832px;width:105px;height:105px}.Mount_Head_Rooster-Base{background-image:url(spritesmith5.png);background-position:-968px 0;width:105px;height:105px}.Mount_Head_Rooster-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-968px -106px;width:105px;height:105px}.Mount_Head_Rooster-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-968px -212px;width:105px;height:105px}.Mount_Head_Rooster-Desert{background-image:url(spritesmith5.png);background-position:-968px -318px;width:105px;height:105px}.Mount_Head_Rooster-Golden{background-image:url(spritesmith5.png);background-position:-968px -424px;width:105px;height:105px}.Mount_Head_Rooster-Red{background-image:url(spritesmith5.png);background-position:-968px -530px;width:105px;height:105px}.Mount_Head_Rooster-Shade{background-image:url(spritesmith5.png);background-position:-968px -636px;width:105px;height:105px}.Mount_Head_Rooster-Skeleton{background-image:url(spritesmith5.png);background-position:-968px -742px;width:105px;height:105px}.Mount_Head_Rooster-White{background-image:url(spritesmith5.png);background-position:0 -938px;width:105px;height:105px}.Mount_Head_Rooster-Zombie{background-image:url(spritesmith5.png);background-position:-106px -938px;width:105px;height:105px}.Mount_Head_Seahorse-Base{background-image:url(spritesmith5.png);background-position:-212px -938px;width:105px;height:105px}.Mount_Head_Seahorse-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-318px -938px;width:105px;height:105px}.Mount_Head_Seahorse-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-424px -938px;width:105px;height:105px}.Mount_Head_Seahorse-Desert{background-image:url(spritesmith5.png);background-position:-530px -938px;width:105px;height:105px}.Mount_Head_Seahorse-Golden{background-image:url(spritesmith5.png);background-position:-636px -938px;width:105px;height:105px}.Mount_Head_Seahorse-Red{background-image:url(spritesmith5.png);background-position:-742px -938px;width:105px;height:105px}.Mount_Head_Seahorse-Shade{background-image:url(spritesmith5.png);background-position:-848px -938px;width:105px;height:105px}.Mount_Head_Seahorse-Skeleton{background-image:url(spritesmith5.png);background-position:-954px -938px;width:105px;height:105px}.Mount_Head_Seahorse-White{background-image:url(spritesmith5.png);background-position:-1074px 0;width:105px;height:105px}.Mount_Head_Seahorse-Zombie{background-image:url(spritesmith5.png);background-position:-1074px -106px;width:105px;height:105px}.Mount_Head_Spider-Base{background-image:url(spritesmith5.png);background-position:-1074px -212px;width:105px;height:105px}.Mount_Head_Spider-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1074px -318px;width:105px;height:105px}.Mount_Head_Spider-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1074px -424px;width:105px;height:105px}.Mount_Head_Spider-Desert{background-image:url(spritesmith5.png);background-position:-1074px -530px;width:105px;height:105px}.Mount_Head_Spider-Golden{background-image:url(spritesmith5.png);background-position:-1074px -636px;width:105px;height:105px}.Mount_Head_Spider-Red{background-image:url(spritesmith5.png);background-position:-1074px -742px;width:105px;height:105px}.Mount_Head_Spider-Shade{background-image:url(spritesmith5.png);background-position:-1074px -848px;width:105px;height:105px}.Mount_Head_Spider-Skeleton{background-image:url(spritesmith5.png);background-position:0 -1044px;width:105px;height:105px}.Mount_Head_Spider-White{background-image:url(spritesmith5.png);background-position:-106px -1044px;width:105px;height:105px}.Mount_Head_Spider-Zombie{background-image:url(spritesmith5.png);background-position:-212px -1044px;width:105px;height:105px}.Mount_Head_TRex-Base{background-image:url(spritesmith5.png);background-position:-272px -136px;width:135px;height:135px}.Mount_Head_TRex-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:0 -136px;width:135px;height:135px}.Mount_Head_TRex-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-136px -136px;width:135px;height:135px}.Mount_Head_TRex-Desert{background-image:url(spritesmith5.png);background-position:-272px 0;width:135px;height:135px}.Mount_Head_TRex-Golden{background-image:url(spritesmith5.png);background-position:0 0;width:135px;height:135px}.Mount_Head_TRex-Red{background-image:url(spritesmith5.png);background-position:0 -272px;width:135px;height:135px}.Mount_Head_TRex-Shade{background-image:url(spritesmith5.png);background-position:-136px -272px;width:135px;height:135px}.Mount_Head_TRex-Skeleton{background-image:url(spritesmith5.png);background-position:-272px -272px;width:135px;height:135px}.Mount_Head_TRex-White{background-image:url(spritesmith5.png);background-position:-408px 0;width:135px;height:135px}.Mount_Head_TRex-Zombie{background-image:url(spritesmith5.png);background-position:-136px 0;width:135px;height:135px}.Mount_Head_TigerCub-Base{background-image:url(spritesmith5.png);background-position:-1180px -212px;width:105px;height:105px}.Mount_Head_TigerCub-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1180px -318px;width:105px;height:105px}.Mount_Head_TigerCub-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1180px -424px;width:105px;height:105px}.Mount_Head_TigerCub-Desert{background-image:url(spritesmith5.png);background-position:-1180px -530px;width:105px;height:105px}.Mount_Head_TigerCub-Golden{background-image:url(spritesmith5.png);background-position:-1180px -636px;width:105px;height:105px}.Mount_Head_TigerCub-Red{background-image:url(spritesmith5.png);background-position:-1180px -742px;width:105px;height:105px}.Mount_Head_TigerCub-Shade{background-image:url(spritesmith5.png);background-position:-1180px -848px;width:105px;height:105px}.Mount_Head_TigerCub-Skeleton{background-image:url(spritesmith5.png);background-position:-1180px -954px;width:105px;height:105px}.Mount_Head_TigerCub-White{background-image:url(spritesmith5.png);background-position:0 -1150px;width:105px;height:105px}.Mount_Head_TigerCub-Zombie{background-image:url(spritesmith5.png);background-position:-106px -1150px;width:105px;height:105px}.Mount_Head_Turkey-Base{background-image:url(spritesmith5.png);background-position:-212px -1150px;width:105px;height:105px}.Mount_Head_Wolf-Base{background-image:url(spritesmith5.png);background-position:-318px -1150px;width:105px;height:105px}.Mount_Head_Wolf-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-424px -1150px;width:105px;height:105px}.Mount_Head_Wolf-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-530px -1150px;width:105px;height:105px}.Mount_Head_Wolf-Desert{background-image:url(spritesmith5.png);background-position:-636px -1150px;width:105px;height:105px}.Mount_Head_Wolf-Golden{background-image:url(spritesmith5.png);background-position:-742px -1150px;width:105px;height:105px}.Mount_Head_Wolf-Red{background-image:url(spritesmith5.png);background-position:-848px -1150px;width:105px;height:105px}.Mount_Head_Wolf-Shade{background-image:url(spritesmith5.png);background-position:-954px -1150px;width:105px;height:105px}.Mount_Head_Wolf-Skeleton{background-image:url(spritesmith5.png);background-position:-1060px -1150px;width:105px;height:105px}.Mount_Head_Wolf-White{background-image:url(spritesmith5.png);background-position:-1166px -1150px;width:105px;height:105px}.Mount_Head_Wolf-Zombie{background-image:url(spritesmith5.png);background-position:-1286px 0;width:105px;height:105px}.Pet-BearCub-Base{background-image:url(spritesmith5.png);background-position:-1286px -212px;width:81px;height:99px}.Pet-BearCub-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1286px -312px;width:81px;height:99px}.Pet-BearCub-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1286px -412px;width:81px;height:99px}.Pet-BearCub-Desert{background-image:url(spritesmith5.png);background-position:-1286px -512px;width:81px;height:99px}.Pet-BearCub-Golden{background-image:url(spritesmith5.png);background-position:-1286px -612px;width:81px;height:99px}.Pet-BearCub-Polar{background-image:url(spritesmith5.png);background-position:-1286px -712px;width:81px;height:99px}.Pet-BearCub-Red{background-image:url(spritesmith5.png);background-position:-1286px -812px;width:81px;height:99px}.Pet-BearCub-Shade{background-image:url(spritesmith5.png);background-position:-1286px -912px;width:81px;height:99px}.Pet-BearCub-Skeleton{background-image:url(spritesmith5.png);background-position:-1286px -1012px;width:81px;height:99px}.Pet-BearCub-White{background-image:url(spritesmith5.png);background-position:-1286px -1112px;width:81px;height:99px}.Pet-BearCub-Zombie{background-image:url(spritesmith5.png);background-position:0 -1256px;width:81px;height:99px}.Pet-Bunny-Base{background-image:url(spritesmith5.png);background-position:0 -1856px;width:54px;height:72px}.Pet-Bunny-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1804px -1756px;width:54px;height:72px}.Pet-Bunny-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-544px -424px;width:54px;height:72px}.Pet-Bunny-Desert{background-image:url(spritesmith5.png);background-position:-650px -530px;width:54px;height:72px}.Pet-Bunny-Golden{background-image:url(spritesmith5.png);background-position:-756px -636px;width:54px;height:72px}.Pet-Bunny-Red{background-image:url(spritesmith5.png);background-position:-862px -742px;width:54px;height:72px}.Pet-Bunny-Shade{background-image:url(spritesmith5.png);background-position:-968px -848px;width:54px;height:72px}.Pet-Bunny-Skeleton{background-image:url(spritesmith5.png);background-position:-1074px -954px;width:54px;height:72px}.Pet-Bunny-White{background-image:url(spritesmith5.png);background-position:-1180px -1060px;width:54px;height:72px}.Pet-Bunny-Zombie{background-image:url(spritesmith5.png);background-position:-1884px -1770px;width:54px;height:72px}.Pet-Cactus-Base{background-image:url(spritesmith5.png);background-position:-902px -1256px;width:81px;height:99px}.Pet-Cactus-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-984px -1256px;width:81px;height:99px}.Pet-Cactus-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1066px -1256px;width:81px;height:99px}.Pet-Cactus-Desert{background-image:url(spritesmith5.png);background-position:-1148px -1256px;width:81px;height:99px}.Pet-Cactus-Golden{background-image:url(spritesmith5.png);background-position:-1230px -1256px;width:81px;height:99px}.Pet-Cactus-Red{background-image:url(spritesmith5.png);background-position:-1392px 0;width:81px;height:99px}.Pet-Cactus-Shade{background-image:url(spritesmith5.png);background-position:-1392px -100px;width:81px;height:99px}.Pet-Cactus-Skeleton{background-image:url(spritesmith5.png);background-position:-1392px -200px;width:81px;height:99px}.Pet-Cactus-White{background-image:url(spritesmith5.png);background-position:-1392px -300px;width:81px;height:99px}.Pet-Cactus-Zombie{background-image:url(spritesmith5.png);background-position:-1392px -400px;width:81px;height:99px}.Pet-Deer-Base{background-image:url(spritesmith5.png);background-position:-1392px -500px;width:81px;height:99px}.Pet-Deer-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1392px -600px;width:81px;height:99px}.Pet-Deer-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1392px -700px;width:81px;height:99px}.Pet-Deer-Desert{background-image:url(spritesmith5.png);background-position:-1392px -800px;width:81px;height:99px}.Pet-Deer-Golden{background-image:url(spritesmith5.png);background-position:-1392px -900px;width:81px;height:99px}.Pet-Deer-Red{background-image:url(spritesmith5.png);background-position:-1392px -1000px;width:81px;height:99px}.Pet-Deer-Shade{background-image:url(spritesmith5.png);background-position:-1392px -1100px;width:81px;height:99px}.Pet-Deer-Skeleton{background-image:url(spritesmith5.png);background-position:-1392px -1200px;width:81px;height:99px}.Pet-Deer-White{background-image:url(spritesmith5.png);background-position:0 -1356px;width:81px;height:99px}.Pet-Deer-Zombie{background-image:url(spritesmith5.png);background-position:-82px -1356px;width:81px;height:99px}.Pet-Dragon-Base{background-image:url(spritesmith5.png);background-position:-164px -1356px;width:81px;height:99px}.Pet-Dragon-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-246px -1356px;width:81px;height:99px}.Pet-Dragon-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-328px -1356px;width:81px;height:99px}.Pet-Dragon-Desert{background-image:url(spritesmith5.png);background-position:-410px -1356px;width:81px;height:99px}.Pet-Dragon-Golden{background-image:url(spritesmith5.png);background-position:-492px -1356px;width:81px;height:99px}.Pet-Dragon-Hydra{background-image:url(spritesmith5.png);background-position:-574px -1356px;width:81px;height:99px}.Pet-Dragon-Red{background-image:url(spritesmith5.png);background-position:-656px -1356px;width:81px;height:99px}.Pet-Dragon-Shade{background-image:url(spritesmith5.png);background-position:-738px -1356px;width:81px;height:99px}.Pet-Dragon-Skeleton{background-image:url(spritesmith5.png);background-position:-820px -1356px;width:81px;height:99px}.Pet-Dragon-White{background-image:url(spritesmith5.png);background-position:-902px -1356px;width:81px;height:99px}.Pet-Dragon-Zombie{background-image:url(spritesmith5.png);background-position:-984px -1356px;width:81px;height:99px}.Pet-Egg-Base{background-image:url(spritesmith5.png);background-position:-1066px -1356px;width:81px;height:99px}.Pet-Egg-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1148px -1356px;width:81px;height:99px}.Pet-Egg-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1230px -1356px;width:81px;height:99px}.Pet-Egg-Desert{background-image:url(spritesmith5.png);background-position:-1312px -1356px;width:81px;height:99px}.Pet-Egg-Golden{background-image:url(spritesmith5.png);background-position:-1474px 0;width:81px;height:99px}.Pet-Egg-Red{background-image:url(spritesmith5.png);background-position:-1474px -100px;width:81px;height:99px}.Pet-Egg-Shade{background-image:url(spritesmith5.png);background-position:-1474px -200px;width:81px;height:99px}.Pet-Egg-Skeleton{background-image:url(spritesmith5.png);background-position:-1474px -300px;width:81px;height:99px}.Pet-Egg-White{background-image:url(spritesmith5.png);background-position:-1474px -400px;width:81px;height:99px}.Pet-Egg-Zombie{background-image:url(spritesmith5.png);background-position:-1474px -500px;width:81px;height:99px}.Pet-FlyingPig-Base{background-image:url(spritesmith5.png);background-position:-1474px -600px;width:81px;height:99px}.Pet-FlyingPig-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1474px -700px;width:81px;height:99px}.Pet-FlyingPig-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1474px -800px;width:81px;height:99px}.Pet-FlyingPig-Desert{background-image:url(spritesmith5.png);background-position:-1474px -900px;width:81px;height:99px}.Pet-FlyingPig-Golden{background-image:url(spritesmith5.png);background-position:-1474px -1000px;width:81px;height:99px}.Pet-FlyingPig-Red{background-image:url(spritesmith5.png);background-position:-1474px -1100px;width:81px;height:99px}.Pet-FlyingPig-Shade{background-image:url(spritesmith5.png);background-position:-1474px -1200px;width:81px;height:99px}.Pet-FlyingPig-Skeleton{background-image:url(spritesmith5.png);background-position:-1474px -1300px;width:81px;height:99px}.Pet-FlyingPig-White{background-image:url(spritesmith5.png);background-position:0 -1456px;width:81px;height:99px}.Pet-FlyingPig-Zombie{background-image:url(spritesmith5.png);background-position:-82px -1456px;width:81px;height:99px}.Pet-Fox-Base{background-image:url(spritesmith5.png);background-position:-164px -1456px;width:81px;height:99px}.Pet-Fox-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-246px -1456px;width:81px;height:99px}.Pet-Fox-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-328px -1456px;width:81px;height:99px}.Pet-Fox-Desert{background-image:url(spritesmith5.png);background-position:-410px -1456px;width:81px;height:99px}.Pet-Fox-Golden{background-image:url(spritesmith5.png);background-position:-492px -1456px;width:81px;height:99px}.Pet-Fox-Red{background-image:url(spritesmith5.png);background-position:-574px -1456px;width:81px;height:99px}.Pet-Fox-Shade{background-image:url(spritesmith5.png);background-position:-656px -1456px;width:81px;height:99px}.Pet-Fox-Skeleton{background-image:url(spritesmith5.png);background-position:-738px -1456px;width:81px;height:99px}.Pet-Fox-White{background-image:url(spritesmith5.png);background-position:-820px -1456px;width:81px;height:99px}.Pet-Fox-Zombie{background-image:url(spritesmith5.png);background-position:-902px -1456px;width:81px;height:99px}.Pet-Gryphon-Base{background-image:url(spritesmith5.png);background-position:-984px -1456px;width:81px;height:99px}.Pet-Gryphon-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1066px -1456px;width:81px;height:99px}.Pet-Gryphon-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1148px -1456px;width:81px;height:99px}.Pet-Gryphon-Desert{background-image:url(spritesmith5.png);background-position:-1230px -1456px;width:81px;height:99px}.Pet-Gryphon-Golden{background-image:url(spritesmith5.png);background-position:-1312px -1456px;width:81px;height:99px}.Pet-Gryphon-Red{background-image:url(spritesmith5.png);background-position:-1394px -1456px;width:81px;height:99px}.Pet-Gryphon-Shade{background-image:url(spritesmith5.png);background-position:-1556px 0;width:81px;height:99px}.Pet-Gryphon-Skeleton{background-image:url(spritesmith5.png);background-position:-1556px -100px;width:81px;height:99px}.Pet-Gryphon-White{background-image:url(spritesmith5.png);background-position:-1556px -200px;width:81px;height:99px}.Pet-Gryphon-Zombie{background-image:url(spritesmith5.png);background-position:-1556px -300px;width:81px;height:99px}.Pet-Hedgehog-Base{background-image:url(spritesmith5.png);background-position:-1556px -400px;width:81px;height:99px}.Pet-Hedgehog-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1556px -500px;width:81px;height:99px}.Pet-Hedgehog-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1556px -600px;width:81px;height:99px}.Pet-Hedgehog-Desert{background-image:url(spritesmith5.png);background-position:-1556px -700px;width:81px;height:99px}.Pet-Hedgehog-Golden{background-image:url(spritesmith5.png);background-position:-1556px -800px;width:81px;height:99px}.Pet-Hedgehog-Red{background-image:url(spritesmith5.png);background-position:-1556px -900px;width:81px;height:99px}.Pet-Hedgehog-Shade{background-image:url(spritesmith5.png);background-position:-1556px -1000px;width:81px;height:99px}.Pet-Hedgehog-Skeleton{background-image:url(spritesmith5.png);background-position:-1556px -1100px;width:81px;height:99px}.Pet-Hedgehog-White{background-image:url(spritesmith5.png);background-position:-1556px -1200px;width:81px;height:99px}.Pet-Hedgehog-Zombie{background-image:url(spritesmith5.png);background-position:-1556px -1300px;width:81px;height:99px}.Pet-JackOLantern-Base{background-image:url(spritesmith5.png);background-position:-1556px -1400px;width:81px;height:99px}.Pet-LionCub-Base{background-image:url(spritesmith5.png);background-position:-1638px 0;width:81px;height:99px}.Pet-LionCub-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1638px -100px;width:81px;height:99px}.Pet-LionCub-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1638px -200px;width:81px;height:99px}.Pet-LionCub-Desert{background-image:url(spritesmith5.png);background-position:-1638px -300px;width:81px;height:99px}.Pet-LionCub-Golden{background-image:url(spritesmith5.png);background-position:-1638px -400px;width:81px;height:99px}.Pet-LionCub-Red{background-image:url(spritesmith5.png);background-position:-1638px -500px;width:81px;height:99px}.Pet-LionCub-Shade{background-image:url(spritesmith5.png);background-position:-1638px -600px;width:81px;height:99px}.Pet-LionCub-Skeleton{background-image:url(spritesmith5.png);background-position:-1638px -700px;width:81px;height:99px}.Pet-LionCub-White{background-image:url(spritesmith5.png);background-position:-1638px -800px;width:81px;height:99px}.Pet-LionCub-Zombie{background-image:url(spritesmith5.png);background-position:-1638px -900px;width:81px;height:99px}.Pet-Mammoth-Base{background-image:url(spritesmith5.png);background-position:-1638px -1000px;width:81px;height:99px}.Pet-MantisShrimp-Base{background-image:url(spritesmith5.png);background-position:-1638px -1100px;width:81px;height:99px}.Pet-Octopus-Base{background-image:url(spritesmith5.png);background-position:-1638px -1200px;width:81px;height:99px}.Pet-Octopus-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1638px -1300px;width:81px;height:99px}.Pet-Octopus-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1638px -1400px;width:81px;height:99px}.Pet-Octopus-Desert{background-image:url(spritesmith5.png);background-position:0 -1556px;width:81px;height:99px}.Pet-Octopus-Golden{background-image:url(spritesmith5.png);background-position:-82px -1556px;width:81px;height:99px}.Pet-Octopus-Red{background-image:url(spritesmith5.png);background-position:-164px -1556px;width:81px;height:99px}.Pet-Octopus-Shade{background-image:url(spritesmith5.png);background-position:-246px -1556px;width:81px;height:99px}.Pet-Octopus-Skeleton{background-image:url(spritesmith5.png);background-position:-328px -1556px;width:81px;height:99px}.Pet-Octopus-White{background-image:url(spritesmith5.png);background-position:-410px -1556px;width:81px;height:99px}.Pet-Octopus-Zombie{background-image:url(spritesmith5.png);background-position:-492px -1556px;width:81px;height:99px}.Pet-Owl-Base{background-image:url(spritesmith5.png);background-position:-574px -1556px;width:81px;height:99px}.Pet-Owl-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-656px -1556px;width:81px;height:99px}.Pet-Owl-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-738px -1556px;width:81px;height:99px}.Pet-Owl-Desert{background-image:url(spritesmith5.png);background-position:-820px -1556px;width:81px;height:99px}.Pet-Owl-Golden{background-image:url(spritesmith5.png);background-position:-902px -1556px;width:81px;height:99px}.Pet-Owl-Red{background-image:url(spritesmith5.png);background-position:-984px -1556px;width:81px;height:99px}.Pet-Owl-Shade{background-image:url(spritesmith5.png);background-position:-1066px -1556px;width:81px;height:99px}.Pet-Owl-Skeleton{background-image:url(spritesmith5.png);background-position:-1148px -1556px;width:81px;height:99px}.Pet-Owl-White{background-image:url(spritesmith5.png);background-position:-1230px -1556px;width:81px;height:99px}.Pet-Owl-Zombie{background-image:url(spritesmith5.png);background-position:-1312px -1556px;width:81px;height:99px}.Pet-PandaCub-Base{background-image:url(spritesmith5.png);background-position:-1394px -1556px;width:81px;height:99px}.Pet-PandaCub-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1476px -1556px;width:81px;height:99px}.Pet-PandaCub-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1558px -1556px;width:81px;height:99px}.Pet-PandaCub-Desert{background-image:url(spritesmith5.png);background-position:-1720px 0;width:81px;height:99px}.Pet-PandaCub-Golden{background-image:url(spritesmith5.png);background-position:-1720px -100px;width:81px;height:99px}.Pet-PandaCub-Red{background-image:url(spritesmith5.png);background-position:-1720px -200px;width:81px;height:99px}.Pet-PandaCub-Shade{background-image:url(spritesmith5.png);background-position:-1720px -300px;width:81px;height:99px}.Pet-PandaCub-Skeleton{background-image:url(spritesmith5.png);background-position:-1720px -400px;width:81px;height:99px}.Pet-PandaCub-White{background-image:url(spritesmith5.png);background-position:-1720px -500px;width:81px;height:99px}.Pet-PandaCub-Zombie{background-image:url(spritesmith5.png);background-position:-1720px -600px;width:81px;height:99px}.Pet-Parrot-Base{background-image:url(spritesmith5.png);background-position:-1720px -700px;width:81px;height:99px}.Pet-Parrot-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1720px -800px;width:81px;height:99px}.Pet-Parrot-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1720px -900px;width:81px;height:99px}.Pet-Parrot-Desert{background-image:url(spritesmith5.png);background-position:-1720px -1000px;width:81px;height:99px}.Pet-Parrot-Golden{background-image:url(spritesmith5.png);background-position:-1720px -1100px;width:81px;height:99px}.Pet-Parrot-Red{background-image:url(spritesmith5.png);background-position:-1720px -1200px;width:81px;height:99px}.Pet-Parrot-Shade{background-image:url(spritesmith5.png);background-position:-1720px -1300px;width:81px;height:99px}.Pet-Parrot-Skeleton{background-image:url(spritesmith5.png);background-position:-1720px -1400px;width:81px;height:99px}.Pet-Parrot-White{background-image:url(spritesmith5.png);background-position:-1720px -1500px;width:81px;height:99px}.Pet-Parrot-Zombie{background-image:url(spritesmith5.png);background-position:0 -1656px;width:81px;height:99px}.Pet-Penguin-Base{background-image:url(spritesmith5.png);background-position:-82px -1656px;width:81px;height:99px}.Pet-Penguin-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-164px -1656px;width:81px;height:99px}.Pet-Penguin-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-246px -1656px;width:81px;height:99px}.Pet-Penguin-Desert{background-image:url(spritesmith5.png);background-position:-328px -1656px;width:81px;height:99px}.Pet-Penguin-Golden{background-image:url(spritesmith5.png);background-position:-410px -1656px;width:81px;height:99px}.Pet-Penguin-Red{background-image:url(spritesmith5.png);background-position:-492px -1656px;width:81px;height:99px}.Pet-Penguin-Shade{background-image:url(spritesmith5.png);background-position:-574px -1656px;width:81px;height:99px}.Pet-Penguin-Skeleton{background-image:url(spritesmith5.png);background-position:-656px -1656px;width:81px;height:99px}.Pet-Penguin-White{background-image:url(spritesmith5.png);background-position:-738px -1656px;width:81px;height:99px}.Pet-Penguin-Zombie{background-image:url(spritesmith5.png);background-position:-820px -1656px;width:81px;height:99px}.Pet-Rat-Base{background-image:url(spritesmith5.png);background-position:-902px -1656px;width:81px;height:99px}.Pet-Rat-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-984px -1656px;width:81px;height:99px}.Pet-Rat-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1066px -1656px;width:81px;height:99px}.Pet-Rat-Desert{background-image:url(spritesmith5.png);background-position:-1148px -1656px;width:81px;height:99px}.Pet-Rat-Golden{background-image:url(spritesmith5.png);background-position:-1230px -1656px;width:81px;height:99px}.Pet-Rat-Red{background-image:url(spritesmith5.png);background-position:-1312px -1656px;width:81px;height:99px}.Pet-Rat-Shade{background-image:url(spritesmith5.png);background-position:-1394px -1656px;width:81px;height:99px}.Pet-Rat-Skeleton{background-image:url(spritesmith5.png);background-position:-1476px -1656px;width:81px;height:99px}.Pet-Rat-White{background-image:url(spritesmith5.png);background-position:-1558px -1656px;width:81px;height:99px}.Pet-Rat-Zombie{background-image:url(spritesmith5.png);background-position:-1640px -1656px;width:81px;height:99px}.Pet-Rock-Base{background-image:url(spritesmith5.png);background-position:-1640px -1556px;width:75px;height:93px}.Pet-Rock-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1476px -1456px;width:75px;height:93px}.Pet-Rock-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1394px -1356px;width:75px;height:93px}.Pet-Rock-Desert{background-image:url(spritesmith5.png);background-position:-1312px -1256px;width:75px;height:93px}.Pet-Rock-Golden{background-image:url(spritesmith5.png);background-position:-1884px -1676px;width:75px;height:93px}.Pet-Rock-Red{background-image:url(spritesmith5.png);background-position:-1884px -1582px;width:75px;height:93px}.Pet-Rock-Shade{background-image:url(spritesmith5.png);background-position:-1884px -1488px;width:75px;height:93px}.Pet-Rock-Skeleton{background-image:url(spritesmith5.png);background-position:-1884px -1394px;width:75px;height:93px}.Pet-Rock-White{background-image:url(spritesmith5.png);background-position:-1722px -1656px;width:75px;height:93px}.Pet-Rock-Zombie{background-image:url(spritesmith5.png);background-position:-1884px -1300px;width:75px;height:93px}.Pet-Rooster-Base{background-image:url(spritesmith5.png);background-position:-1802px -1000px;width:81px;height:99px}.Pet-Rooster-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1802px -1100px;width:81px;height:99px}.Pet-Rooster-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1802px -1200px;width:81px;height:99px}.Pet-Rooster-Desert{background-image:url(spritesmith5.png);background-position:-1802px -1300px;width:81px;height:99px}.Pet-Rooster-Golden{background-image:url(spritesmith5.png);background-position:-1802px -1400px;width:81px;height:99px}.Pet-Rooster-Red{background-image:url(spritesmith5.png);background-position:-1802px -1500px;width:81px;height:99px}.Pet-Rooster-Shade{background-image:url(spritesmith5.png);background-position:-1802px -1600px;width:81px;height:99px}.Pet-Rooster-Skeleton{background-image:url(spritesmith5.png);background-position:0 -1756px;width:81px;height:99px}.Pet-Rooster-White{background-image:url(spritesmith5.png);background-position:-82px -1756px;width:81px;height:99px}.Pet-Rooster-Zombie{background-image:url(spritesmith5.png);background-position:-164px -1756px;width:81px;height:99px}.Pet-Seahorse-Base{background-image:url(spritesmith5.png);background-position:-246px -1756px;width:81px;height:99px}.Pet-Seahorse-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-328px -1756px;width:81px;height:99px}.Pet-Seahorse-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-410px -1756px;width:81px;height:99px}.Pet-Seahorse-Desert{background-image:url(spritesmith5.png);background-position:-492px -1756px;width:81px;height:99px}.Pet-Seahorse-Golden{background-image:url(spritesmith5.png);background-position:-574px -1756px;width:81px;height:99px}.Pet-Seahorse-Red{background-image:url(spritesmith5.png);background-position:-656px -1756px;width:81px;height:99px}.Pet-Seahorse-Shade{background-image:url(spritesmith5.png);background-position:-738px -1756px;width:81px;height:99px}.Pet-Seahorse-Skeleton{background-image:url(spritesmith5.png);background-position:-820px -1756px;width:81px;height:99px}.Pet-Seahorse-White{background-image:url(spritesmith5.png);background-position:-902px -1756px;width:81px;height:99px}.Pet-Seahorse-Zombie{background-image:url(spritesmith5.png);background-position:-984px -1756px;width:81px;height:99px}.Pet-Spider-Base{background-image:url(spritesmith5.png);background-position:-1066px -1756px;width:81px;height:99px}.Pet-Spider-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1148px -1756px;width:81px;height:99px}.Pet-Spider-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1230px -1756px;width:81px;height:99px}.Pet-Spider-Desert{background-image:url(spritesmith5.png);background-position:-1312px -1756px;width:81px;height:99px}.Pet-Spider-Golden{background-image:url(spritesmith5.png);background-position:-1394px -1756px;width:81px;height:99px}.Pet-Spider-Red{background-image:url(spritesmith5.png);background-position:-1476px -1756px;width:81px;height:99px}.Pet-Spider-Shade{background-image:url(spritesmith5.png);background-position:-1558px -1756px;width:81px;height:99px}.Pet-Spider-Skeleton{background-image:url(spritesmith5.png);background-position:-1640px -1756px;width:81px;height:99px}.Pet-Spider-White{background-image:url(spritesmith5.png);background-position:-1722px -1756px;width:81px;height:99px}.Pet-Spider-Zombie{background-image:url(spritesmith5.png);background-position:-1884px 0;width:81px;height:99px}.Pet-TRex-Base{background-image:url(spritesmith5.png);background-position:-1884px -100px;width:81px;height:99px}.Pet-TRex-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1884px -200px;width:81px;height:99px}.Pet-TRex-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1884px -300px;width:81px;height:99px}.Pet-TRex-Desert{background-image:url(spritesmith5.png);background-position:-1884px -400px;width:81px;height:99px}.Pet-TRex-Golden{background-image:url(spritesmith5.png);background-position:-1884px -500px;width:81px;height:99px}.Pet-TRex-Red{background-image:url(spritesmith5.png);background-position:-1884px -600px;width:81px;height:99px}.Pet-TRex-Shade{background-image:url(spritesmith5.png);background-position:-1884px -700px;width:81px;height:99px}.Pet-TRex-Skeleton{background-image:url(spritesmith5.png);background-position:-1884px -800px;width:81px;height:99px}.Pet-TRex-White{background-image:url(spritesmith5.png);background-position:-1884px -900px;width:81px;height:99px}.Pet-TRex-Zombie{background-image:url(spritesmith5.png);background-position:-1884px -1000px;width:81px;height:99px}.Pet-TigerCub-Base{background-image:url(spritesmith5.png);background-position:-1884px -1100px;width:81px;height:99px}.Pet-TigerCub-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1884px -1200px;width:81px;height:99px}.Pet-TigerCub-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1802px -900px;width:81px;height:99px}.Pet-TigerCub-Desert{background-image:url(spritesmith5.png);background-position:-1802px -800px;width:81px;height:99px}.Pet-TigerCub-Golden{background-image:url(spritesmith5.png);background-position:-1802px -700px;width:81px;height:99px}.Pet-TigerCub-Red{background-image:url(spritesmith5.png);background-position:-1802px -600px;width:81px;height:99px}.Pet-TigerCub-Shade{background-image:url(spritesmith5.png);background-position:-1802px -500px;width:81px;height:99px}.Pet-TigerCub-Skeleton{background-image:url(spritesmith5.png);background-position:-1802px -400px;width:81px;height:99px}.Pet-TigerCub-White{background-image:url(spritesmith5.png);background-position:-1802px -300px;width:81px;height:99px}.Pet-TigerCub-Zombie{background-image:url(spritesmith5.png);background-position:-1802px -200px;width:81px;height:99px}.Pet-Turkey-Base{background-image:url(spritesmith5.png);background-position:-1802px -100px;width:81px;height:99px}.Pet-Wolf-Base{background-image:url(spritesmith5.png);background-position:-1802px 0;width:81px;height:99px}.Pet-Wolf-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-820px -1256px;width:81px;height:99px}.Pet-Wolf-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-738px -1256px;width:81px;height:99px}.Pet-Wolf-Desert{background-image:url(spritesmith5.png);background-position:-656px -1256px;width:81px;height:99px}.Pet-Wolf-Golden{background-image:url(spritesmith5.png);background-position:-574px -1256px;width:81px;height:99px}.Pet-Wolf-Red{background-image:url(spritesmith5.png);background-position:-492px -1256px;width:81px;height:99px}.Pet-Wolf-Shade{background-image:url(spritesmith5.png);background-position:-410px -1256px;width:81px;height:99px}.Pet-Wolf-Skeleton{background-image:url(spritesmith5.png);background-position:-328px -1256px;width:81px;height:99px}.Pet-Wolf-Veteran{background-image:url(spritesmith5.png);background-position:-246px -1256px;width:81px;height:99px}.Pet-Wolf-White{background-image:url(spritesmith5.png);background-position:-164px -1256px;width:81px;height:99px}.Pet-Wolf-Zombie{background-image:url(spritesmith5.png);background-position:-82px -1256px;width:81px;height:99px}.Pet_HatchingPotion_Base{background-image:url(spritesmith5.png);background-position:-1802px -1700px;width:48px;height:51px}.Pet_HatchingPotion_CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1720px -1600px;width:48px;height:51px}.Pet_HatchingPotion_CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1638px -1500px;width:48px;height:51px}.Pet_HatchingPotion_Desert{background-image:url(spritesmith5.png);background-position:-1556px -1500px;width:48px;height:51px}.Pet_HatchingPotion_Golden{background-image:url(spritesmith5.png);background-position:-1474px -1400px;width:48px;height:51px}.Pet_HatchingPotion_Red{background-image:url(spritesmith5.png);background-position:-1392px -1300px;width:48px;height:51px}.Pet_HatchingPotion_Shade{background-image:url(spritesmith5.png);background-position:-1235px -1060px;width:48px;height:51px}.Pet_HatchingPotion_Skeleton{background-image:url(spritesmith5.png);background-position:-1129px -954px;width:48px;height:51px}.Pet_HatchingPotion_White{background-image:url(spritesmith5.png);background-position:-1023px -848px;width:48px;height:51px}.Pet_HatchingPotion_Zombie{background-image:url(spritesmith5.png);background-position:-917px -742px;width:48px;height:51px}.head_special_0,.weapon_special_0{width:105px;height:105px;margin-left:-3px;margin-top:-18px}.broad_armor_special_0,.shield_special_0,.slim_armor_special_0{width:90px;height:90px}.weapon_special_critical{background:url(/common/img/sprites/backer-only/weapon_special_critical.gif) no-repeat;width:90px;height:90px;margin-left:-12px;margin-top:12px}.weapon_special_1{margin-left:-12px}.broad_armor_special_1,.head_special_1,.slim_armor_special_1{width:90px;height:90px}.head_special_0{background:url(/common/img/sprites/backer-only/BackerOnly-Equip-ShadeHelmet.gif) no-repeat}.head_special_1{background:url(/common/img/sprites/backer-only/ContributorOnly-Equip-CrystalHelmet.gif) no-repeat;margin-top:3px}.broad_armor_special_0,.slim_armor_special_0{background:url(/common/img/sprites/backer-only/BackerOnly-Equip-ShadeArmor.gif) no-repeat}.broad_armor_special_1,.slim_armor_special_1{background:url(/common/img/sprites/backer-only/ContributorOnly-Equip-CrystalArmor.gif) no-repeat}.shield_special_0{background:url(/common/img/sprites/backer-only/BackerOnly-Shield-TormentedSkull.gif) no-repeat}.weapon_special_0{background:url(/common/img/sprites/backer-only/BackerOnly-Weapon-DarkSoulsBlade.gif) no-repeat}.Pet-Wolf-Cerberus{width:105px;height:72px;background:url(/common/img/sprites/backer-only/BackerOnly-Pet-CerberusPup.gif) no-repeat}.npc_ian{background:url(/common/img/sprites/npc_ian.gif) no-repeat;width:78px;height:135px}.Gems{display:inline-block;margin-right:5px;border-style:none;margin-left:0;margin-top:2px}.inline-gems{vertical-align:middle;margin-left:0;display:inline-block}.customize-menu .locked{background-color:#727272}.achievement{float:left;clear:right;margin-right:10px}[class*=Mount_Body_],[class*=Mount_Head_]{margin-top:18px}.Pet_Currency_Gem{margin-top:5px;margin-bottom:5px} \ No newline at end of file +.achievement-alien{background-image:url(spritesmith0.png);background-position:-1924px -907px;width:24px;height:26px}.achievement-alpha{background-image:url(spritesmith0.png);background-position:-1924px -637px;width:24px;height:26px}.achievement-armor{background-image:url(spritesmith0.png);background-position:-1899px -907px;width:24px;height:26px}.achievement-boot{background-image:url(spritesmith0.png);background-position:-1949px -880px;width:24px;height:26px}.achievement-bow{background-image:url(spritesmith0.png);background-position:-1924px -880px;width:24px;height:26px}.achievement-cactus{background-image:url(spritesmith0.png);background-position:-1899px -880px;width:24px;height:26px}.achievement-cake{background-image:url(spritesmith0.png);background-position:-1949px -853px;width:24px;height:26px}.achievement-cave{background-image:url(spritesmith0.png);background-position:-1924px -853px;width:24px;height:26px}.achievement-coffin{background-image:url(spritesmith0.png);background-position:-1899px -853px;width:24px;height:26px}.achievement-comment{background-image:url(spritesmith0.png);background-position:-1949px -826px;width:24px;height:26px}.achievement-costumeContest{background-image:url(spritesmith0.png);background-position:-1924px -826px;width:24px;height:26px}.achievement-dilatory{background-image:url(spritesmith0.png);background-position:-1899px -826px;width:24px;height:26px}.achievement-firefox{background-image:url(spritesmith0.png);background-position:-1949px -799px;width:24px;height:26px}.achievement-habitBirthday{background-image:url(spritesmith0.png);background-position:-1924px -799px;width:24px;height:26px}.achievement-heart{background-image:url(spritesmith0.png);background-position:-1899px -799px;width:24px;height:26px}.achievement-helm{background-image:url(spritesmith0.png);background-position:-1949px -772px;width:24px;height:26px}.achievement-karaoke{background-image:url(spritesmith0.png);background-position:-1899px -637px;width:24px;height:26px}.achievement-ninja{background-image:url(spritesmith0.png);background-position:-1899px -772px;width:24px;height:26px}.achievement-nye{background-image:url(spritesmith0.png);background-position:-1949px -745px;width:24px;height:26px}.achievement-perfect{background-image:url(spritesmith0.png);background-position:-1924px -745px;width:24px;height:26px}.achievement-rat{background-image:url(spritesmith0.png);background-position:-1899px -745px;width:24px;height:26px}.achievement-shield{background-image:url(spritesmith0.png);background-position:-1949px -718px;width:24px;height:26px}.achievement-snowball{background-image:url(spritesmith0.png);background-position:-1924px -718px;width:24px;height:26px}.achievement-spookDust{background-image:url(spritesmith0.png);background-position:-1899px -718px;width:24px;height:26px}.achievement-stoikalm{background-image:url(spritesmith0.png);background-position:-1949px -691px;width:24px;height:26px}.achievement-sun{background-image:url(spritesmith0.png);background-position:-1924px -691px;width:24px;height:26px}.achievement-sword{background-image:url(spritesmith0.png);background-position:-1899px -691px;width:24px;height:26px}.achievement-thermometer{background-image:url(spritesmith0.png);background-position:-1949px -664px;width:24px;height:26px}.achievement-tree{background-image:url(spritesmith0.png);background-position:-1924px -664px;width:24px;height:26px}.achievement-triadbingo{background-image:url(spritesmith0.png);background-position:-1899px -664px;width:24px;height:26px}.achievement-valentine{background-image:url(spritesmith0.png);background-position:-1949px -637px;width:24px;height:26px}.achievement-wolf{background-image:url(spritesmith0.png);background-position:-1924px -772px;width:24px;height:26px}.background_autumn_forest{background-image:url(spritesmith0.png);background-position:-565px -296px;width:140px;height:147px}.background_beach{background-image:url(spritesmith0.png);background-position:-282px 0;width:141px;height:147px}.background_blacksmithy{background-image:url(spritesmith0.png);background-position:0 -148px;width:140px;height:147px}.background_clouds{background-image:url(spritesmith0.png);background-position:-141px -148px;width:140px;height:147px}.background_coral_reef{background-image:url(spritesmith0.png);background-position:-282px -148px;width:140px;height:147px}.background_crystal_cave{background-image:url(spritesmith0.png);background-position:-424px 0;width:140px;height:147px}.background_distant_castle{background-image:url(spritesmith0.png);background-position:-424px -148px;width:140px;height:147px}.background_dusty_canyons{background-image:url(spritesmith0.png);background-position:0 -296px;width:140px;height:147px}.background_fairy_ring{background-image:url(spritesmith0.png);background-position:-141px -296px;width:140px;height:147px}.background_forest{background-image:url(spritesmith0.png);background-position:-282px -296px;width:140px;height:147px}.background_frigid_peak{background-image:url(spritesmith0.png);background-position:-423px -296px;width:140px;height:147px}.background_graveyard{background-image:url(spritesmith0.png);background-position:-565px 0;width:140px;height:147px}.background_harvest_feast{background-image:url(spritesmith0.png);background-position:-565px -148px;width:140px;height:147px}.background_harvest_fields{background-image:url(spritesmith0.png);background-position:0 -444px;width:141px;height:147px}.background_haunted_house{background-image:url(spritesmith0.png);background-position:0 0;width:140px;height:147px}.background_ice_cave{background-image:url(spritesmith0.png);background-position:-142px -444px;width:141px;height:147px}.background_iceberg{background-image:url(spritesmith0.png);background-position:-284px -444px;width:140px;height:147px}.background_open_waters{background-image:url(spritesmith0.png);background-position:-425px -444px;width:141px;height:147px}.background_pumpkin_patch{background-image:url(spritesmith0.png);background-position:-706px 0;width:140px;height:147px}.background_rolling_hills{background-image:url(spritesmith0.png);background-position:0 -592px;width:141px;height:147px}.background_seafarer_ship{background-image:url(spritesmith0.png);background-position:-706px -148px;width:140px;height:147px}.background_snowy_pines{background-image:url(spritesmith0.png);background-position:-706px -296px;width:140px;height:147px}.background_south_pole{background-image:url(spritesmith0.png);background-position:-706px -444px;width:140px;height:147px}.background_spring_rain{background-image:url(spritesmith0.png);background-position:-142px -592px;width:140px;height:147px}.background_stained_glass{background-image:url(spritesmith0.png);background-position:-283px -592px;width:140px;height:147px}.background_starry_skies{background-image:url(spritesmith0.png);background-position:-424px -592px;width:140px;height:147px}.background_sunset_meadow{background-image:url(spritesmith0.png);background-position:-565px -592px;width:140px;height:147px}.background_thunderstorm{background-image:url(spritesmith0.png);background-position:-847px 0;width:141px;height:147px}.background_twinkly_lights{background-image:url(spritesmith0.png);background-position:-847px -148px;width:141px;height:147px}.background_volcano{background-image:url(spritesmith0.png);background-position:-141px 0;width:140px;height:147px}.hair_beard_1_TRUred{background-image:url(spritesmith0.png);background-position:-989px -546px;width:90px;height:90px}.customize-option.hair_beard_1_TRUred{background-image:url(spritesmith0.png);background-position:-1014px -561px;width:60px;height:60px}.hair_beard_1_aurora{background-image:url(spritesmith0.png);background-position:-989px -637px;width:90px;height:90px}.customize-option.hair_beard_1_aurora{background-image:url(spritesmith0.png);background-position:-1014px -652px;width:60px;height:60px}.hair_beard_1_black{background-image:url(spritesmith0.png);background-position:-989px -728px;width:90px;height:90px}.customize-option.hair_beard_1_black{background-image:url(spritesmith0.png);background-position:-1014px -743px;width:60px;height:60px}.hair_beard_1_blond{background-image:url(spritesmith0.png);background-position:-989px -819px;width:90px;height:90px}.customize-option.hair_beard_1_blond{background-image:url(spritesmith0.png);background-position:-1014px -834px;width:60px;height:60px}.hair_beard_1_blue{background-image:url(spritesmith0.png);background-position:0 -922px;width:90px;height:90px}.customize-option.hair_beard_1_blue{background-image:url(spritesmith0.png);background-position:-25px -937px;width:60px;height:60px}.hair_beard_1_brown{background-image:url(spritesmith0.png);background-position:-91px -922px;width:90px;height:90px}.customize-option.hair_beard_1_brown{background-image:url(spritesmith0.png);background-position:-116px -937px;width:60px;height:60px}.hair_beard_1_candycane{background-image:url(spritesmith0.png);background-position:-182px -922px;width:90px;height:90px}.customize-option.hair_beard_1_candycane{background-image:url(spritesmith0.png);background-position:-207px -937px;width:60px;height:60px}.hair_beard_1_candycorn{background-image:url(spritesmith0.png);background-position:-273px -922px;width:90px;height:90px}.customize-option.hair_beard_1_candycorn{background-image:url(spritesmith0.png);background-position:-298px -937px;width:60px;height:60px}.hair_beard_1_festive{background-image:url(spritesmith0.png);background-position:-364px -922px;width:90px;height:90px}.customize-option.hair_beard_1_festive{background-image:url(spritesmith0.png);background-position:-389px -937px;width:60px;height:60px}.hair_beard_1_frost{background-image:url(spritesmith0.png);background-position:-455px -922px;width:90px;height:90px}.customize-option.hair_beard_1_frost{background-image:url(spritesmith0.png);background-position:-480px -937px;width:60px;height:60px}.hair_beard_1_ghostwhite{background-image:url(spritesmith0.png);background-position:-546px -922px;width:90px;height:90px}.customize-option.hair_beard_1_ghostwhite{background-image:url(spritesmith0.png);background-position:-571px -937px;width:60px;height:60px}.hair_beard_1_green{background-image:url(spritesmith0.png);background-position:-637px -922px;width:90px;height:90px}.customize-option.hair_beard_1_green{background-image:url(spritesmith0.png);background-position:-662px -937px;width:60px;height:60px}.hair_beard_1_halloween{background-image:url(spritesmith0.png);background-position:-728px -922px;width:90px;height:90px}.customize-option.hair_beard_1_halloween{background-image:url(spritesmith0.png);background-position:-753px -937px;width:60px;height:60px}.hair_beard_1_holly{background-image:url(spritesmith0.png);background-position:-819px -922px;width:90px;height:90px}.customize-option.hair_beard_1_holly{background-image:url(spritesmith0.png);background-position:-844px -937px;width:60px;height:60px}.hair_beard_1_hollygreen{background-image:url(spritesmith0.png);background-position:-910px -922px;width:90px;height:90px}.customize-option.hair_beard_1_hollygreen{background-image:url(spritesmith0.png);background-position:-935px -937px;width:60px;height:60px}.hair_beard_1_midnight{background-image:url(spritesmith0.png);background-position:-1080px 0;width:90px;height:90px}.customize-option.hair_beard_1_midnight{background-image:url(spritesmith0.png);background-position:-1105px -15px;width:60px;height:60px}.hair_beard_1_pblue{background-image:url(spritesmith0.png);background-position:-1080px -91px;width:90px;height:90px}.customize-option.hair_beard_1_pblue{background-image:url(spritesmith0.png);background-position:-1105px -106px;width:60px;height:60px}.hair_beard_1_peppermint{background-image:url(spritesmith0.png);background-position:-1080px -182px;width:90px;height:90px}.customize-option.hair_beard_1_peppermint{background-image:url(spritesmith0.png);background-position:-1105px -197px;width:60px;height:60px}.hair_beard_1_pgreen{background-image:url(spritesmith0.png);background-position:-1080px -273px;width:90px;height:90px}.customize-option.hair_beard_1_pgreen{background-image:url(spritesmith0.png);background-position:-1105px -288px;width:60px;height:60px}.hair_beard_1_porange{background-image:url(spritesmith0.png);background-position:-1080px -364px;width:90px;height:90px}.customize-option.hair_beard_1_porange{background-image:url(spritesmith0.png);background-position:-1105px -379px;width:60px;height:60px}.hair_beard_1_ppink{background-image:url(spritesmith0.png);background-position:-1080px -455px;width:90px;height:90px}.customize-option.hair_beard_1_ppink{background-image:url(spritesmith0.png);background-position:-1105px -470px;width:60px;height:60px}.hair_beard_1_ppurple{background-image:url(spritesmith0.png);background-position:-1080px -546px;width:90px;height:90px}.customize-option.hair_beard_1_ppurple{background-image:url(spritesmith0.png);background-position:-1105px -561px;width:60px;height:60px}.hair_beard_1_pumpkin{background-image:url(spritesmith0.png);background-position:-1080px -637px;width:90px;height:90px}.customize-option.hair_beard_1_pumpkin{background-image:url(spritesmith0.png);background-position:-1105px -652px;width:60px;height:60px}.hair_beard_1_purple{background-image:url(spritesmith0.png);background-position:-1080px -728px;width:90px;height:90px}.customize-option.hair_beard_1_purple{background-image:url(spritesmith0.png);background-position:-1105px -743px;width:60px;height:60px}.hair_beard_1_pyellow{background-image:url(spritesmith0.png);background-position:-1080px -819px;width:90px;height:90px}.customize-option.hair_beard_1_pyellow{background-image:url(spritesmith0.png);background-position:-1105px -834px;width:60px;height:60px}.hair_beard_1_rainbow{background-image:url(spritesmith0.png);background-position:-1080px -910px;width:90px;height:90px}.customize-option.hair_beard_1_rainbow{background-image:url(spritesmith0.png);background-position:-1105px -925px;width:60px;height:60px}.hair_beard_1_red{background-image:url(spritesmith0.png);background-position:0 -1013px;width:90px;height:90px}.customize-option.hair_beard_1_red{background-image:url(spritesmith0.png);background-position:-25px -1028px;width:60px;height:60px}.hair_beard_1_snowy{background-image:url(spritesmith0.png);background-position:-91px -1013px;width:90px;height:90px}.customize-option.hair_beard_1_snowy{background-image:url(spritesmith0.png);background-position:-116px -1028px;width:60px;height:60px}.hair_beard_1_white{background-image:url(spritesmith0.png);background-position:-182px -1013px;width:90px;height:90px}.customize-option.hair_beard_1_white{background-image:url(spritesmith0.png);background-position:-207px -1028px;width:60px;height:60px}.hair_beard_1_winternight{background-image:url(spritesmith0.png);background-position:-273px -1013px;width:90px;height:90px}.customize-option.hair_beard_1_winternight{background-image:url(spritesmith0.png);background-position:-298px -1028px;width:60px;height:60px}.hair_beard_1_winterstar{background-image:url(spritesmith0.png);background-position:-364px -1013px;width:90px;height:90px}.customize-option.hair_beard_1_winterstar{background-image:url(spritesmith0.png);background-position:-389px -1028px;width:60px;height:60px}.hair_beard_1_yellow{background-image:url(spritesmith0.png);background-position:-455px -1013px;width:90px;height:90px}.customize-option.hair_beard_1_yellow{background-image:url(spritesmith0.png);background-position:-480px -1028px;width:60px;height:60px}.hair_beard_1_zombie{background-image:url(spritesmith0.png);background-position:-546px -1013px;width:90px;height:90px}.customize-option.hair_beard_1_zombie{background-image:url(spritesmith0.png);background-position:-571px -1028px;width:60px;height:60px}.hair_beard_2_TRUred{background-image:url(spritesmith0.png);background-position:-637px -1013px;width:90px;height:90px}.customize-option.hair_beard_2_TRUred{background-image:url(spritesmith0.png);background-position:-662px -1028px;width:60px;height:60px}.hair_beard_2_aurora{background-image:url(spritesmith0.png);background-position:-728px -1013px;width:90px;height:90px}.customize-option.hair_beard_2_aurora{background-image:url(spritesmith0.png);background-position:-753px -1028px;width:60px;height:60px}.hair_beard_2_black{background-image:url(spritesmith0.png);background-position:-819px -1013px;width:90px;height:90px}.customize-option.hair_beard_2_black{background-image:url(spritesmith0.png);background-position:-844px -1028px;width:60px;height:60px}.hair_beard_2_blond{background-image:url(spritesmith0.png);background-position:-910px -1013px;width:90px;height:90px}.customize-option.hair_beard_2_blond{background-image:url(spritesmith0.png);background-position:-935px -1028px;width:60px;height:60px}.hair_beard_2_blue{background-image:url(spritesmith0.png);background-position:-1001px -1013px;width:90px;height:90px}.customize-option.hair_beard_2_blue{background-image:url(spritesmith0.png);background-position:-1026px -1028px;width:60px;height:60px}.hair_beard_2_brown{background-image:url(spritesmith0.png);background-position:-1171px 0;width:90px;height:90px}.customize-option.hair_beard_2_brown{background-image:url(spritesmith0.png);background-position:-1196px -15px;width:60px;height:60px}.hair_beard_2_candycane{background-image:url(spritesmith0.png);background-position:-1171px -91px;width:90px;height:90px}.customize-option.hair_beard_2_candycane{background-image:url(spritesmith0.png);background-position:-1196px -106px;width:60px;height:60px}.hair_beard_2_candycorn{background-image:url(spritesmith0.png);background-position:-1171px -182px;width:90px;height:90px}.customize-option.hair_beard_2_candycorn{background-image:url(spritesmith0.png);background-position:-1196px -197px;width:60px;height:60px}.hair_beard_2_festive{background-image:url(spritesmith0.png);background-position:-1171px -273px;width:90px;height:90px}.customize-option.hair_beard_2_festive{background-image:url(spritesmith0.png);background-position:-1196px -288px;width:60px;height:60px}.hair_beard_2_frost{background-image:url(spritesmith0.png);background-position:-1171px -364px;width:90px;height:90px}.customize-option.hair_beard_2_frost{background-image:url(spritesmith0.png);background-position:-1196px -379px;width:60px;height:60px}.hair_beard_2_ghostwhite{background-image:url(spritesmith0.png);background-position:-1171px -455px;width:90px;height:90px}.customize-option.hair_beard_2_ghostwhite{background-image:url(spritesmith0.png);background-position:-1196px -470px;width:60px;height:60px}.hair_beard_2_green{background-image:url(spritesmith0.png);background-position:-1171px -546px;width:90px;height:90px}.customize-option.hair_beard_2_green{background-image:url(spritesmith0.png);background-position:-1196px -561px;width:60px;height:60px}.hair_beard_2_halloween{background-image:url(spritesmith0.png);background-position:-1171px -637px;width:90px;height:90px}.customize-option.hair_beard_2_halloween{background-image:url(spritesmith0.png);background-position:-1196px -652px;width:60px;height:60px}.hair_beard_2_holly{background-image:url(spritesmith0.png);background-position:-1171px -728px;width:90px;height:90px}.customize-option.hair_beard_2_holly{background-image:url(spritesmith0.png);background-position:-1196px -743px;width:60px;height:60px}.hair_beard_2_hollygreen{background-image:url(spritesmith0.png);background-position:-1171px -819px;width:90px;height:90px}.customize-option.hair_beard_2_hollygreen{background-image:url(spritesmith0.png);background-position:-1196px -834px;width:60px;height:60px}.hair_beard_2_midnight{background-image:url(spritesmith0.png);background-position:-1171px -910px;width:90px;height:90px}.customize-option.hair_beard_2_midnight{background-image:url(spritesmith0.png);background-position:-1196px -925px;width:60px;height:60px}.hair_beard_2_pblue{background-image:url(spritesmith0.png);background-position:-1171px -1001px;width:90px;height:90px}.customize-option.hair_beard_2_pblue{background-image:url(spritesmith0.png);background-position:-1196px -1016px;width:60px;height:60px}.hair_beard_2_peppermint{background-image:url(spritesmith0.png);background-position:0 -1104px;width:90px;height:90px}.customize-option.hair_beard_2_peppermint{background-image:url(spritesmith0.png);background-position:-25px -1119px;width:60px;height:60px}.hair_beard_2_pgreen{background-image:url(spritesmith0.png);background-position:-91px -1104px;width:90px;height:90px}.customize-option.hair_beard_2_pgreen{background-image:url(spritesmith0.png);background-position:-116px -1119px;width:60px;height:60px}.hair_beard_2_porange{background-image:url(spritesmith0.png);background-position:-182px -1104px;width:90px;height:90px}.customize-option.hair_beard_2_porange{background-image:url(spritesmith0.png);background-position:-207px -1119px;width:60px;height:60px}.hair_beard_2_ppink{background-image:url(spritesmith0.png);background-position:-273px -1104px;width:90px;height:90px}.customize-option.hair_beard_2_ppink{background-image:url(spritesmith0.png);background-position:-298px -1119px;width:60px;height:60px}.hair_beard_2_ppurple{background-image:url(spritesmith0.png);background-position:-364px -1104px;width:90px;height:90px}.customize-option.hair_beard_2_ppurple{background-image:url(spritesmith0.png);background-position:-389px -1119px;width:60px;height:60px}.hair_beard_2_pumpkin{background-image:url(spritesmith0.png);background-position:-455px -1104px;width:90px;height:90px}.customize-option.hair_beard_2_pumpkin{background-image:url(spritesmith0.png);background-position:-480px -1119px;width:60px;height:60px}.hair_beard_2_purple{background-image:url(spritesmith0.png);background-position:-546px -1104px;width:90px;height:90px}.customize-option.hair_beard_2_purple{background-image:url(spritesmith0.png);background-position:-571px -1119px;width:60px;height:60px}.hair_beard_2_pyellow{background-image:url(spritesmith0.png);background-position:-637px -1104px;width:90px;height:90px}.customize-option.hair_beard_2_pyellow{background-image:url(spritesmith0.png);background-position:-662px -1119px;width:60px;height:60px}.hair_beard_2_rainbow{background-image:url(spritesmith0.png);background-position:-728px -1104px;width:90px;height:90px}.customize-option.hair_beard_2_rainbow{background-image:url(spritesmith0.png);background-position:-753px -1119px;width:60px;height:60px}.hair_beard_2_red{background-image:url(spritesmith0.png);background-position:-819px -1104px;width:90px;height:90px}.customize-option.hair_beard_2_red{background-image:url(spritesmith0.png);background-position:-844px -1119px;width:60px;height:60px}.hair_beard_2_snowy{background-image:url(spritesmith0.png);background-position:-910px -1104px;width:90px;height:90px}.customize-option.hair_beard_2_snowy{background-image:url(spritesmith0.png);background-position:-935px -1119px;width:60px;height:60px}.hair_beard_2_white{background-image:url(spritesmith0.png);background-position:-1001px -1104px;width:90px;height:90px}.customize-option.hair_beard_2_white{background-image:url(spritesmith0.png);background-position:-1026px -1119px;width:60px;height:60px}.hair_beard_2_winternight{background-image:url(spritesmith0.png);background-position:-1092px -1104px;width:90px;height:90px}.customize-option.hair_beard_2_winternight{background-image:url(spritesmith0.png);background-position:-1117px -1119px;width:60px;height:60px}.hair_beard_2_winterstar{background-image:url(spritesmith0.png);background-position:-1262px 0;width:90px;height:90px}.customize-option.hair_beard_2_winterstar{background-image:url(spritesmith0.png);background-position:-1287px -15px;width:60px;height:60px}.hair_beard_2_yellow{background-image:url(spritesmith0.png);background-position:-1262px -91px;width:90px;height:90px}.customize-option.hair_beard_2_yellow{background-image:url(spritesmith0.png);background-position:-1287px -106px;width:60px;height:60px}.hair_beard_2_zombie{background-image:url(spritesmith0.png);background-position:-1262px -182px;width:90px;height:90px}.customize-option.hair_beard_2_zombie{background-image:url(spritesmith0.png);background-position:-1287px -197px;width:60px;height:60px}.hair_beard_3_TRUred{background-image:url(spritesmith0.png);background-position:-1262px -273px;width:90px;height:90px}.customize-option.hair_beard_3_TRUred{background-image:url(spritesmith0.png);background-position:-1287px -288px;width:60px;height:60px}.hair_beard_3_aurora{background-image:url(spritesmith0.png);background-position:-1262px -364px;width:90px;height:90px}.customize-option.hair_beard_3_aurora{background-image:url(spritesmith0.png);background-position:-1287px -379px;width:60px;height:60px}.hair_beard_3_black{background-image:url(spritesmith0.png);background-position:-1262px -455px;width:90px;height:90px}.customize-option.hair_beard_3_black{background-image:url(spritesmith0.png);background-position:-1287px -470px;width:60px;height:60px}.hair_beard_3_blond{background-image:url(spritesmith0.png);background-position:-1262px -546px;width:90px;height:90px}.customize-option.hair_beard_3_blond{background-image:url(spritesmith0.png);background-position:-1287px -561px;width:60px;height:60px}.hair_beard_3_blue{background-image:url(spritesmith0.png);background-position:-1262px -637px;width:90px;height:90px}.customize-option.hair_beard_3_blue{background-image:url(spritesmith0.png);background-position:-1287px -652px;width:60px;height:60px}.hair_beard_3_brown{background-image:url(spritesmith0.png);background-position:-1262px -728px;width:90px;height:90px}.customize-option.hair_beard_3_brown{background-image:url(spritesmith0.png);background-position:-1287px -743px;width:60px;height:60px}.hair_beard_3_candycane{background-image:url(spritesmith0.png);background-position:-1262px -819px;width:90px;height:90px}.customize-option.hair_beard_3_candycane{background-image:url(spritesmith0.png);background-position:-1287px -834px;width:60px;height:60px}.hair_beard_3_candycorn{background-image:url(spritesmith0.png);background-position:-1262px -910px;width:90px;height:90px}.customize-option.hair_beard_3_candycorn{background-image:url(spritesmith0.png);background-position:-1287px -925px;width:60px;height:60px}.hair_beard_3_festive{background-image:url(spritesmith0.png);background-position:-1262px -1001px;width:90px;height:90px}.customize-option.hair_beard_3_festive{background-image:url(spritesmith0.png);background-position:-1287px -1016px;width:60px;height:60px}.hair_beard_3_frost{background-image:url(spritesmith0.png);background-position:-1262px -1092px;width:90px;height:90px}.customize-option.hair_beard_3_frost{background-image:url(spritesmith0.png);background-position:-1287px -1107px;width:60px;height:60px}.hair_beard_3_ghostwhite{background-image:url(spritesmith0.png);background-position:0 -1195px;width:90px;height:90px}.customize-option.hair_beard_3_ghostwhite{background-image:url(spritesmith0.png);background-position:-25px -1210px;width:60px;height:60px}.hair_beard_3_green{background-image:url(spritesmith0.png);background-position:-91px -1195px;width:90px;height:90px}.customize-option.hair_beard_3_green{background-image:url(spritesmith0.png);background-position:-116px -1210px;width:60px;height:60px}.hair_beard_3_halloween{background-image:url(spritesmith0.png);background-position:-182px -1195px;width:90px;height:90px}.customize-option.hair_beard_3_halloween{background-image:url(spritesmith0.png);background-position:-207px -1210px;width:60px;height:60px}.hair_beard_3_holly{background-image:url(spritesmith0.png);background-position:-273px -1195px;width:90px;height:90px}.customize-option.hair_beard_3_holly{background-image:url(spritesmith0.png);background-position:-298px -1210px;width:60px;height:60px}.hair_beard_3_hollygreen{background-image:url(spritesmith0.png);background-position:-364px -1195px;width:90px;height:90px}.customize-option.hair_beard_3_hollygreen{background-image:url(spritesmith0.png);background-position:-389px -1210px;width:60px;height:60px}.hair_beard_3_midnight{background-image:url(spritesmith0.png);background-position:-455px -1195px;width:90px;height:90px}.customize-option.hair_beard_3_midnight{background-image:url(spritesmith0.png);background-position:-480px -1210px;width:60px;height:60px}.hair_beard_3_pblue{background-image:url(spritesmith0.png);background-position:-546px -1195px;width:90px;height:90px}.customize-option.hair_beard_3_pblue{background-image:url(spritesmith0.png);background-position:-571px -1210px;width:60px;height:60px}.hair_beard_3_peppermint{background-image:url(spritesmith0.png);background-position:-637px -1195px;width:90px;height:90px}.customize-option.hair_beard_3_peppermint{background-image:url(spritesmith0.png);background-position:-662px -1210px;width:60px;height:60px}.hair_beard_3_pgreen{background-image:url(spritesmith0.png);background-position:-728px -1195px;width:90px;height:90px}.customize-option.hair_beard_3_pgreen{background-image:url(spritesmith0.png);background-position:-753px -1210px;width:60px;height:60px}.hair_beard_3_porange{background-image:url(spritesmith0.png);background-position:-819px -1195px;width:90px;height:90px}.customize-option.hair_beard_3_porange{background-image:url(spritesmith0.png);background-position:-844px -1210px;width:60px;height:60px}.hair_beard_3_ppink{background-image:url(spritesmith0.png);background-position:-910px -1195px;width:90px;height:90px}.customize-option.hair_beard_3_ppink{background-image:url(spritesmith0.png);background-position:-935px -1210px;width:60px;height:60px}.hair_beard_3_ppurple{background-image:url(spritesmith0.png);background-position:-1001px -1195px;width:90px;height:90px}.customize-option.hair_beard_3_ppurple{background-image:url(spritesmith0.png);background-position:-1026px -1210px;width:60px;height:60px}.hair_beard_3_pumpkin{background-image:url(spritesmith0.png);background-position:-1092px -1195px;width:90px;height:90px}.customize-option.hair_beard_3_pumpkin{background-image:url(spritesmith0.png);background-position:-1117px -1210px;width:60px;height:60px}.hair_beard_3_purple{background-image:url(spritesmith0.png);background-position:-1183px -1195px;width:90px;height:90px}.customize-option.hair_beard_3_purple{background-image:url(spritesmith0.png);background-position:-1208px -1210px;width:60px;height:60px}.hair_beard_3_pyellow{background-image:url(spritesmith0.png);background-position:-1353px 0;width:90px;height:90px}.customize-option.hair_beard_3_pyellow{background-image:url(spritesmith0.png);background-position:-1378px -15px;width:60px;height:60px}.hair_beard_3_rainbow{background-image:url(spritesmith0.png);background-position:-1353px -91px;width:90px;height:90px}.customize-option.hair_beard_3_rainbow{background-image:url(spritesmith0.png);background-position:-1378px -106px;width:60px;height:60px}.hair_beard_3_red{background-image:url(spritesmith0.png);background-position:-1353px -182px;width:90px;height:90px}.customize-option.hair_beard_3_red{background-image:url(spritesmith0.png);background-position:-1378px -197px;width:60px;height:60px}.hair_beard_3_snowy{background-image:url(spritesmith0.png);background-position:-1353px -273px;width:90px;height:90px}.customize-option.hair_beard_3_snowy{background-image:url(spritesmith0.png);background-position:-1378px -288px;width:60px;height:60px}.hair_beard_3_white{background-image:url(spritesmith0.png);background-position:-1353px -364px;width:90px;height:90px}.customize-option.hair_beard_3_white{background-image:url(spritesmith0.png);background-position:-1378px -379px;width:60px;height:60px}.hair_beard_3_winternight{background-image:url(spritesmith0.png);background-position:-1353px -455px;width:90px;height:90px}.customize-option.hair_beard_3_winternight{background-image:url(spritesmith0.png);background-position:-1378px -470px;width:60px;height:60px}.hair_beard_3_winterstar{background-image:url(spritesmith0.png);background-position:-1353px -546px;width:90px;height:90px}.customize-option.hair_beard_3_winterstar{background-image:url(spritesmith0.png);background-position:-1378px -561px;width:60px;height:60px}.hair_beard_3_yellow{background-image:url(spritesmith0.png);background-position:-1353px -637px;width:90px;height:90px}.customize-option.hair_beard_3_yellow{background-image:url(spritesmith0.png);background-position:-1378px -652px;width:60px;height:60px}.hair_beard_3_zombie{background-image:url(spritesmith0.png);background-position:-1353px -728px;width:90px;height:90px}.customize-option.hair_beard_3_zombie{background-image:url(spritesmith0.png);background-position:-1378px -743px;width:60px;height:60px}.hair_mustache_1_TRUred{background-image:url(spritesmith0.png);background-position:-1353px -819px;width:90px;height:90px}.customize-option.hair_mustache_1_TRUred{background-image:url(spritesmith0.png);background-position:-1378px -834px;width:60px;height:60px}.hair_mustache_1_aurora{background-image:url(spritesmith0.png);background-position:-1353px -910px;width:90px;height:90px}.customize-option.hair_mustache_1_aurora{background-image:url(spritesmith0.png);background-position:-1378px -925px;width:60px;height:60px}.hair_mustache_1_black{background-image:url(spritesmith0.png);background-position:-1353px -1001px;width:90px;height:90px}.customize-option.hair_mustache_1_black{background-image:url(spritesmith0.png);background-position:-1378px -1016px;width:60px;height:60px}.hair_mustache_1_blond{background-image:url(spritesmith0.png);background-position:-1353px -1092px;width:90px;height:90px}.customize-option.hair_mustache_1_blond{background-image:url(spritesmith0.png);background-position:-1378px -1107px;width:60px;height:60px}.hair_mustache_1_blue{background-image:url(spritesmith0.png);background-position:-1353px -1183px;width:90px;height:90px}.customize-option.hair_mustache_1_blue{background-image:url(spritesmith0.png);background-position:-1378px -1198px;width:60px;height:60px}.hair_mustache_1_brown{background-image:url(spritesmith0.png);background-position:0 -1286px;width:90px;height:90px}.customize-option.hair_mustache_1_brown{background-image:url(spritesmith0.png);background-position:-25px -1301px;width:60px;height:60px}.hair_mustache_1_candycane{background-image:url(spritesmith0.png);background-position:-91px -1286px;width:90px;height:90px}.customize-option.hair_mustache_1_candycane{background-image:url(spritesmith0.png);background-position:-116px -1301px;width:60px;height:60px}.hair_mustache_1_candycorn{background-image:url(spritesmith0.png);background-position:-182px -1286px;width:90px;height:90px}.customize-option.hair_mustache_1_candycorn{background-image:url(spritesmith0.png);background-position:-207px -1301px;width:60px;height:60px}.hair_mustache_1_festive{background-image:url(spritesmith0.png);background-position:-273px -1286px;width:90px;height:90px}.customize-option.hair_mustache_1_festive{background-image:url(spritesmith0.png);background-position:-298px -1301px;width:60px;height:60px}.hair_mustache_1_frost{background-image:url(spritesmith0.png);background-position:-364px -1286px;width:90px;height:90px}.customize-option.hair_mustache_1_frost{background-image:url(spritesmith0.png);background-position:-389px -1301px;width:60px;height:60px}.hair_mustache_1_ghostwhite{background-image:url(spritesmith0.png);background-position:-455px -1286px;width:90px;height:90px}.customize-option.hair_mustache_1_ghostwhite{background-image:url(spritesmith0.png);background-position:-480px -1301px;width:60px;height:60px}.hair_mustache_1_green{background-image:url(spritesmith0.png);background-position:-546px -1286px;width:90px;height:90px}.customize-option.hair_mustache_1_green{background-image:url(spritesmith0.png);background-position:-571px -1301px;width:60px;height:60px}.hair_mustache_1_halloween{background-image:url(spritesmith0.png);background-position:-637px -1286px;width:90px;height:90px}.customize-option.hair_mustache_1_halloween{background-image:url(spritesmith0.png);background-position:-662px -1301px;width:60px;height:60px}.hair_mustache_1_holly{background-image:url(spritesmith0.png);background-position:-728px -1286px;width:90px;height:90px}.customize-option.hair_mustache_1_holly{background-image:url(spritesmith0.png);background-position:-753px -1301px;width:60px;height:60px}.hair_mustache_1_hollygreen{background-image:url(spritesmith0.png);background-position:-819px -1286px;width:90px;height:90px}.customize-option.hair_mustache_1_hollygreen{background-image:url(spritesmith0.png);background-position:-844px -1301px;width:60px;height:60px}.hair_mustache_1_midnight{background-image:url(spritesmith0.png);background-position:-910px -1286px;width:90px;height:90px}.customize-option.hair_mustache_1_midnight{background-image:url(spritesmith0.png);background-position:-935px -1301px;width:60px;height:60px}.hair_mustache_1_pblue{background-image:url(spritesmith0.png);background-position:-1001px -1286px;width:90px;height:90px}.customize-option.hair_mustache_1_pblue{background-image:url(spritesmith0.png);background-position:-1026px -1301px;width:60px;height:60px}.hair_mustache_1_peppermint{background-image:url(spritesmith0.png);background-position:-1092px -1286px;width:90px;height:90px}.customize-option.hair_mustache_1_peppermint{background-image:url(spritesmith0.png);background-position:-1117px -1301px;width:60px;height:60px}.hair_mustache_1_pgreen{background-image:url(spritesmith0.png);background-position:-1183px -1286px;width:90px;height:90px}.customize-option.hair_mustache_1_pgreen{background-image:url(spritesmith0.png);background-position:-1208px -1301px;width:60px;height:60px}.hair_mustache_1_porange{background-image:url(spritesmith0.png);background-position:-1274px -1286px;width:90px;height:90px}.customize-option.hair_mustache_1_porange{background-image:url(spritesmith0.png);background-position:-1299px -1301px;width:60px;height:60px}.hair_mustache_1_ppink{background-image:url(spritesmith0.png);background-position:-1444px 0;width:90px;height:90px}.customize-option.hair_mustache_1_ppink{background-image:url(spritesmith0.png);background-position:-1469px -15px;width:60px;height:60px}.hair_mustache_1_ppurple{background-image:url(spritesmith0.png);background-position:-1444px -91px;width:90px;height:90px}.customize-option.hair_mustache_1_ppurple{background-image:url(spritesmith0.png);background-position:-1469px -106px;width:60px;height:60px}.hair_mustache_1_pumpkin{background-image:url(spritesmith0.png);background-position:-1444px -182px;width:90px;height:90px}.customize-option.hair_mustache_1_pumpkin{background-image:url(spritesmith0.png);background-position:-1469px -197px;width:60px;height:60px}.hair_mustache_1_purple{background-image:url(spritesmith0.png);background-position:-1444px -273px;width:90px;height:90px}.customize-option.hair_mustache_1_purple{background-image:url(spritesmith0.png);background-position:-1469px -288px;width:60px;height:60px}.hair_mustache_1_pyellow{background-image:url(spritesmith0.png);background-position:-1444px -364px;width:90px;height:90px}.customize-option.hair_mustache_1_pyellow{background-image:url(spritesmith0.png);background-position:-1469px -379px;width:60px;height:60px}.hair_mustache_1_rainbow{background-image:url(spritesmith0.png);background-position:-1444px -455px;width:90px;height:90px}.customize-option.hair_mustache_1_rainbow{background-image:url(spritesmith0.png);background-position:-1469px -470px;width:60px;height:60px}.hair_mustache_1_red{background-image:url(spritesmith0.png);background-position:-1444px -546px;width:90px;height:90px}.customize-option.hair_mustache_1_red{background-image:url(spritesmith0.png);background-position:-1469px -561px;width:60px;height:60px}.hair_mustache_1_snowy{background-image:url(spritesmith0.png);background-position:-1444px -637px;width:90px;height:90px}.customize-option.hair_mustache_1_snowy{background-image:url(spritesmith0.png);background-position:-1469px -652px;width:60px;height:60px}.hair_mustache_1_white{background-image:url(spritesmith0.png);background-position:-1444px -728px;width:90px;height:90px}.customize-option.hair_mustache_1_white{background-image:url(spritesmith0.png);background-position:-1469px -743px;width:60px;height:60px}.hair_mustache_1_winternight{background-image:url(spritesmith0.png);background-position:-1444px -819px;width:90px;height:90px}.customize-option.hair_mustache_1_winternight{background-image:url(spritesmith0.png);background-position:-1469px -834px;width:60px;height:60px}.hair_mustache_1_winterstar{background-image:url(spritesmith0.png);background-position:-1444px -910px;width:90px;height:90px}.customize-option.hair_mustache_1_winterstar{background-image:url(spritesmith0.png);background-position:-1469px -925px;width:60px;height:60px}.hair_mustache_1_yellow{background-image:url(spritesmith0.png);background-position:-1444px -1001px;width:90px;height:90px}.customize-option.hair_mustache_1_yellow{background-image:url(spritesmith0.png);background-position:-1469px -1016px;width:60px;height:60px}.hair_mustache_1_zombie{background-image:url(spritesmith0.png);background-position:-1444px -1092px;width:90px;height:90px}.customize-option.hair_mustache_1_zombie{background-image:url(spritesmith0.png);background-position:-1469px -1107px;width:60px;height:60px}.hair_mustache_2_TRUred{background-image:url(spritesmith0.png);background-position:-1444px -1183px;width:90px;height:90px}.customize-option.hair_mustache_2_TRUred{background-image:url(spritesmith0.png);background-position:-1469px -1198px;width:60px;height:60px}.hair_mustache_2_aurora{background-image:url(spritesmith0.png);background-position:-1444px -1274px;width:90px;height:90px}.customize-option.hair_mustache_2_aurora{background-image:url(spritesmith0.png);background-position:-1469px -1289px;width:60px;height:60px}.hair_mustache_2_black{background-image:url(spritesmith0.png);background-position:0 -1377px;width:90px;height:90px}.customize-option.hair_mustache_2_black{background-image:url(spritesmith0.png);background-position:-25px -1392px;width:60px;height:60px}.hair_mustache_2_blond{background-image:url(spritesmith0.png);background-position:-847px -296px;width:90px;height:90px}.customize-option.hair_mustache_2_blond{background-image:url(spritesmith0.png);background-position:-872px -311px;width:60px;height:60px}.hair_mustache_2_blue{background-image:url(spritesmith0.png);background-position:-182px -1377px;width:90px;height:90px}.customize-option.hair_mustache_2_blue{background-image:url(spritesmith0.png);background-position:-207px -1392px;width:60px;height:60px}.hair_mustache_2_brown{background-image:url(spritesmith0.png);background-position:-273px -1377px;width:90px;height:90px}.customize-option.hair_mustache_2_brown{background-image:url(spritesmith0.png);background-position:-298px -1392px;width:60px;height:60px}.hair_mustache_2_candycane{background-image:url(spritesmith0.png);background-position:-364px -1377px;width:90px;height:90px}.customize-option.hair_mustache_2_candycane{background-image:url(spritesmith0.png);background-position:-389px -1392px;width:60px;height:60px}.hair_mustache_2_candycorn{background-image:url(spritesmith0.png);background-position:-455px -1377px;width:90px;height:90px}.customize-option.hair_mustache_2_candycorn{background-image:url(spritesmith0.png);background-position:-480px -1392px;width:60px;height:60px}.hair_mustache_2_festive{background-image:url(spritesmith0.png);background-position:-546px -1377px;width:90px;height:90px}.customize-option.hair_mustache_2_festive{background-image:url(spritesmith0.png);background-position:-571px -1392px;width:60px;height:60px}.hair_mustache_2_frost{background-image:url(spritesmith0.png);background-position:-637px -1377px;width:90px;height:90px}.customize-option.hair_mustache_2_frost{background-image:url(spritesmith0.png);background-position:-662px -1392px;width:60px;height:60px}.hair_mustache_2_ghostwhite{background-image:url(spritesmith0.png);background-position:-728px -1377px;width:90px;height:90px}.customize-option.hair_mustache_2_ghostwhite{background-image:url(spritesmith0.png);background-position:-753px -1392px;width:60px;height:60px}.hair_mustache_2_green{background-image:url(spritesmith0.png);background-position:-819px -1377px;width:90px;height:90px}.customize-option.hair_mustache_2_green{background-image:url(spritesmith0.png);background-position:-844px -1392px;width:60px;height:60px}.hair_mustache_2_halloween{background-image:url(spritesmith0.png);background-position:-910px -1377px;width:90px;height:90px}.customize-option.hair_mustache_2_halloween{background-image:url(spritesmith0.png);background-position:-935px -1392px;width:60px;height:60px}.hair_mustache_2_holly{background-image:url(spritesmith0.png);background-position:-1001px -1377px;width:90px;height:90px}.customize-option.hair_mustache_2_holly{background-image:url(spritesmith0.png);background-position:-1026px -1392px;width:60px;height:60px}.hair_mustache_2_hollygreen{background-image:url(spritesmith0.png);background-position:-1092px -1377px;width:90px;height:90px}.customize-option.hair_mustache_2_hollygreen{background-image:url(spritesmith0.png);background-position:-1117px -1392px;width:60px;height:60px}.hair_mustache_2_midnight{background-image:url(spritesmith0.png);background-position:-1183px -1377px;width:90px;height:90px}.customize-option.hair_mustache_2_midnight{background-image:url(spritesmith0.png);background-position:-1208px -1392px;width:60px;height:60px}.hair_mustache_2_pblue{background-image:url(spritesmith0.png);background-position:-1274px -1377px;width:90px;height:90px}.customize-option.hair_mustache_2_pblue{background-image:url(spritesmith0.png);background-position:-1299px -1392px;width:60px;height:60px}.hair_mustache_2_peppermint{background-image:url(spritesmith0.png);background-position:-1365px -1377px;width:90px;height:90px}.customize-option.hair_mustache_2_peppermint{background-image:url(spritesmith0.png);background-position:-1390px -1392px;width:60px;height:60px}.hair_mustache_2_pgreen{background-image:url(spritesmith0.png);background-position:-1535px 0;width:90px;height:90px}.customize-option.hair_mustache_2_pgreen{background-image:url(spritesmith0.png);background-position:-1560px -15px;width:60px;height:60px}.hair_mustache_2_porange{background-image:url(spritesmith0.png);background-position:-1535px -91px;width:90px;height:90px}.customize-option.hair_mustache_2_porange{background-image:url(spritesmith0.png);background-position:-1560px -106px;width:60px;height:60px}.hair_mustache_2_ppink{background-image:url(spritesmith0.png);background-position:-1535px -182px;width:90px;height:90px}.customize-option.hair_mustache_2_ppink{background-image:url(spritesmith0.png);background-position:-1560px -197px;width:60px;height:60px}.hair_mustache_2_ppurple{background-image:url(spritesmith0.png);background-position:-1535px -273px;width:90px;height:90px}.customize-option.hair_mustache_2_ppurple{background-image:url(spritesmith0.png);background-position:-1560px -288px;width:60px;height:60px}.hair_mustache_2_pumpkin{background-image:url(spritesmith0.png);background-position:-1535px -364px;width:90px;height:90px}.customize-option.hair_mustache_2_pumpkin{background-image:url(spritesmith0.png);background-position:-1560px -379px;width:60px;height:60px}.hair_mustache_2_purple{background-image:url(spritesmith0.png);background-position:-1535px -455px;width:90px;height:90px}.customize-option.hair_mustache_2_purple{background-image:url(spritesmith0.png);background-position:-1560px -470px;width:60px;height:60px}.hair_mustache_2_pyellow{background-image:url(spritesmith0.png);background-position:-1535px -546px;width:90px;height:90px}.customize-option.hair_mustache_2_pyellow{background-image:url(spritesmith0.png);background-position:-1560px -561px;width:60px;height:60px}.hair_mustache_2_rainbow{background-image:url(spritesmith0.png);background-position:-1535px -637px;width:90px;height:90px}.customize-option.hair_mustache_2_rainbow{background-image:url(spritesmith0.png);background-position:-1560px -652px;width:60px;height:60px}.hair_mustache_2_red{background-image:url(spritesmith0.png);background-position:-1535px -728px;width:90px;height:90px}.customize-option.hair_mustache_2_red{background-image:url(spritesmith0.png);background-position:-1560px -743px;width:60px;height:60px}.hair_mustache_2_snowy{background-image:url(spritesmith0.png);background-position:-1535px -819px;width:90px;height:90px}.customize-option.hair_mustache_2_snowy{background-image:url(spritesmith0.png);background-position:-1560px -834px;width:60px;height:60px}.hair_mustache_2_white{background-image:url(spritesmith0.png);background-position:-1535px -910px;width:90px;height:90px}.customize-option.hair_mustache_2_white{background-image:url(spritesmith0.png);background-position:-1560px -925px;width:60px;height:60px}.hair_mustache_2_winternight{background-image:url(spritesmith0.png);background-position:-1535px -1001px;width:90px;height:90px}.customize-option.hair_mustache_2_winternight{background-image:url(spritesmith0.png);background-position:-1560px -1016px;width:60px;height:60px}.hair_mustache_2_winterstar{background-image:url(spritesmith0.png);background-position:-1535px -1092px;width:90px;height:90px}.customize-option.hair_mustache_2_winterstar{background-image:url(spritesmith0.png);background-position:-1560px -1107px;width:60px;height:60px}.hair_mustache_2_yellow{background-image:url(spritesmith0.png);background-position:-1535px -1183px;width:90px;height:90px}.customize-option.hair_mustache_2_yellow{background-image:url(spritesmith0.png);background-position:-1560px -1198px;width:60px;height:60px}.hair_mustache_2_zombie{background-image:url(spritesmith0.png);background-position:-1535px -1274px;width:90px;height:90px}.customize-option.hair_mustache_2_zombie{background-image:url(spritesmith0.png);background-position:-1560px -1289px;width:60px;height:60px}.hair_flower_1{background-image:url(spritesmith0.png);background-position:-1535px -1365px;width:90px;height:90px}.customize-option.hair_flower_1{background-image:url(spritesmith0.png);background-position:-1560px -1380px;width:60px;height:60px}.hair_flower_2{background-image:url(spritesmith0.png);background-position:0 -1468px;width:90px;height:90px}.customize-option.hair_flower_2{background-image:url(spritesmith0.png);background-position:-25px -1483px;width:60px;height:60px}.hair_flower_3{background-image:url(spritesmith0.png);background-position:-91px -1468px;width:90px;height:90px}.customize-option.hair_flower_3{background-image:url(spritesmith0.png);background-position:-116px -1483px;width:60px;height:60px}.hair_flower_4{background-image:url(spritesmith0.png);background-position:-182px -1468px;width:90px;height:90px}.customize-option.hair_flower_4{background-image:url(spritesmith0.png);background-position:-207px -1483px;width:60px;height:60px}.hair_flower_5{background-image:url(spritesmith0.png);background-position:-273px -1468px;width:90px;height:90px}.customize-option.hair_flower_5{background-image:url(spritesmith0.png);background-position:-298px -1483px;width:60px;height:60px}.hair_flower_6{background-image:url(spritesmith0.png);background-position:-364px -1468px;width:90px;height:90px}.customize-option.hair_flower_6{background-image:url(spritesmith0.png);background-position:-389px -1483px;width:60px;height:60px}.hair_bangs_1_TRUred{background-image:url(spritesmith0.png);background-position:-455px -1468px;width:90px;height:90px}.customize-option.hair_bangs_1_TRUred{background-image:url(spritesmith0.png);background-position:-480px -1483px;width:60px;height:60px}.hair_bangs_1_aurora{background-image:url(spritesmith0.png);background-position:-546px -1468px;width:90px;height:90px}.customize-option.hair_bangs_1_aurora{background-image:url(spritesmith0.png);background-position:-571px -1483px;width:60px;height:60px}.hair_bangs_1_black{background-image:url(spritesmith0.png);background-position:-637px -1468px;width:90px;height:90px}.customize-option.hair_bangs_1_black{background-image:url(spritesmith0.png);background-position:-662px -1483px;width:60px;height:60px}.hair_bangs_1_blond{background-image:url(spritesmith0.png);background-position:-728px -1468px;width:90px;height:90px}.customize-option.hair_bangs_1_blond{background-image:url(spritesmith0.png);background-position:-753px -1483px;width:60px;height:60px}.hair_bangs_1_blue{background-image:url(spritesmith0.png);background-position:-819px -1468px;width:90px;height:90px}.customize-option.hair_bangs_1_blue{background-image:url(spritesmith0.png);background-position:-844px -1483px;width:60px;height:60px}.hair_bangs_1_brown{background-image:url(spritesmith0.png);background-position:-910px -1468px;width:90px;height:90px}.customize-option.hair_bangs_1_brown{background-image:url(spritesmith0.png);background-position:-935px -1483px;width:60px;height:60px}.hair_bangs_1_candycane{background-image:url(spritesmith0.png);background-position:-1001px -1468px;width:90px;height:90px}.customize-option.hair_bangs_1_candycane{background-image:url(spritesmith0.png);background-position:-1026px -1483px;width:60px;height:60px}.hair_bangs_1_candycorn{background-image:url(spritesmith0.png);background-position:-1092px -1468px;width:90px;height:90px}.customize-option.hair_bangs_1_candycorn{background-image:url(spritesmith0.png);background-position:-1117px -1483px;width:60px;height:60px}.hair_bangs_1_festive{background-image:url(spritesmith0.png);background-position:-1183px -1468px;width:90px;height:90px}.customize-option.hair_bangs_1_festive{background-image:url(spritesmith0.png);background-position:-1208px -1483px;width:60px;height:60px}.hair_bangs_1_frost{background-image:url(spritesmith0.png);background-position:-1274px -1468px;width:90px;height:90px}.customize-option.hair_bangs_1_frost{background-image:url(spritesmith0.png);background-position:-1299px -1483px;width:60px;height:60px}.hair_bangs_1_ghostwhite{background-image:url(spritesmith0.png);background-position:-1365px -1468px;width:90px;height:90px}.customize-option.hair_bangs_1_ghostwhite{background-image:url(spritesmith0.png);background-position:-1390px -1483px;width:60px;height:60px}.hair_bangs_1_green{background-image:url(spritesmith0.png);background-position:-1456px -1468px;width:90px;height:90px}.customize-option.hair_bangs_1_green{background-image:url(spritesmith0.png);background-position:-1481px -1483px;width:60px;height:60px}.hair_bangs_1_halloween{background-image:url(spritesmith0.png);background-position:-1626px 0;width:90px;height:90px}.customize-option.hair_bangs_1_halloween{background-image:url(spritesmith0.png);background-position:-1651px -15px;width:60px;height:60px}.hair_bangs_1_holly{background-image:url(spritesmith0.png);background-position:-1626px -91px;width:90px;height:90px}.customize-option.hair_bangs_1_holly{background-image:url(spritesmith0.png);background-position:-1651px -106px;width:60px;height:60px}.hair_bangs_1_hollygreen{background-image:url(spritesmith0.png);background-position:-1626px -182px;width:90px;height:90px}.customize-option.hair_bangs_1_hollygreen{background-image:url(spritesmith0.png);background-position:-1651px -197px;width:60px;height:60px}.hair_bangs_1_midnight{background-image:url(spritesmith0.png);background-position:-1626px -273px;width:90px;height:90px}.customize-option.hair_bangs_1_midnight{background-image:url(spritesmith0.png);background-position:-1651px -288px;width:60px;height:60px}.hair_bangs_1_pblue{background-image:url(spritesmith0.png);background-position:-1626px -364px;width:90px;height:90px}.customize-option.hair_bangs_1_pblue{background-image:url(spritesmith0.png);background-position:-1651px -379px;width:60px;height:60px}.hair_bangs_1_peppermint{background-image:url(spritesmith0.png);background-position:-1626px -455px;width:90px;height:90px}.customize-option.hair_bangs_1_peppermint{background-image:url(spritesmith0.png);background-position:-1651px -470px;width:60px;height:60px}.hair_bangs_1_pgreen{background-image:url(spritesmith0.png);background-position:-1626px -546px;width:90px;height:90px}.customize-option.hair_bangs_1_pgreen{background-image:url(spritesmith0.png);background-position:-1651px -561px;width:60px;height:60px}.hair_bangs_1_porange{background-image:url(spritesmith0.png);background-position:-1626px -637px;width:90px;height:90px}.customize-option.hair_bangs_1_porange{background-image:url(spritesmith0.png);background-position:-1651px -652px;width:60px;height:60px}.hair_bangs_1_ppink{background-image:url(spritesmith0.png);background-position:-1626px -728px;width:90px;height:90px}.customize-option.hair_bangs_1_ppink{background-image:url(spritesmith0.png);background-position:-1651px -743px;width:60px;height:60px}.hair_bangs_1_ppurple{background-image:url(spritesmith0.png);background-position:-1626px -819px;width:90px;height:90px}.customize-option.hair_bangs_1_ppurple{background-image:url(spritesmith0.png);background-position:-1651px -834px;width:60px;height:60px}.hair_bangs_1_pumpkin{background-image:url(spritesmith0.png);background-position:-1626px -910px;width:90px;height:90px}.customize-option.hair_bangs_1_pumpkin{background-image:url(spritesmith0.png);background-position:-1651px -925px;width:60px;height:60px}.hair_bangs_1_purple{background-image:url(spritesmith0.png);background-position:-1626px -1001px;width:90px;height:90px}.customize-option.hair_bangs_1_purple{background-image:url(spritesmith0.png);background-position:-1651px -1016px;width:60px;height:60px}.hair_bangs_1_pyellow{background-image:url(spritesmith0.png);background-position:-1626px -1092px;width:90px;height:90px}.customize-option.hair_bangs_1_pyellow{background-image:url(spritesmith0.png);background-position:-1651px -1107px;width:60px;height:60px}.hair_bangs_1_rainbow{background-image:url(spritesmith0.png);background-position:-1626px -1183px;width:90px;height:90px}.customize-option.hair_bangs_1_rainbow{background-image:url(spritesmith0.png);background-position:-1651px -1198px;width:60px;height:60px}.hair_bangs_1_red{background-image:url(spritesmith0.png);background-position:-1626px -1274px;width:90px;height:90px}.customize-option.hair_bangs_1_red{background-image:url(spritesmith0.png);background-position:-1651px -1289px;width:60px;height:60px}.hair_bangs_1_snowy{background-image:url(spritesmith0.png);background-position:-1626px -1365px;width:90px;height:90px}.customize-option.hair_bangs_1_snowy{background-image:url(spritesmith0.png);background-position:-1651px -1380px;width:60px;height:60px}.hair_bangs_1_white{background-image:url(spritesmith0.png);background-position:-1626px -1456px;width:90px;height:90px}.customize-option.hair_bangs_1_white{background-image:url(spritesmith0.png);background-position:-1651px -1471px;width:60px;height:60px}.hair_bangs_1_winternight{background-image:url(spritesmith0.png);background-position:0 -1559px;width:90px;height:90px}.customize-option.hair_bangs_1_winternight{background-image:url(spritesmith0.png);background-position:-25px -1574px;width:60px;height:60px}.hair_bangs_1_winterstar{background-image:url(spritesmith0.png);background-position:-91px -1559px;width:90px;height:90px}.customize-option.hair_bangs_1_winterstar{background-image:url(spritesmith0.png);background-position:-116px -1574px;width:60px;height:60px}.hair_bangs_1_yellow{background-image:url(spritesmith0.png);background-position:-182px -1559px;width:90px;height:90px}.customize-option.hair_bangs_1_yellow{background-image:url(spritesmith0.png);background-position:-207px -1574px;width:60px;height:60px}.hair_bangs_1_zombie{background-image:url(spritesmith0.png);background-position:-273px -1559px;width:90px;height:90px}.customize-option.hair_bangs_1_zombie{background-image:url(spritesmith0.png);background-position:-298px -1574px;width:60px;height:60px}.hair_bangs_2_TRUred{background-image:url(spritesmith0.png);background-position:-364px -1559px;width:90px;height:90px}.customize-option.hair_bangs_2_TRUred{background-image:url(spritesmith0.png);background-position:-389px -1574px;width:60px;height:60px}.hair_bangs_2_aurora{background-image:url(spritesmith0.png);background-position:-455px -1559px;width:90px;height:90px}.customize-option.hair_bangs_2_aurora{background-image:url(spritesmith0.png);background-position:-480px -1574px;width:60px;height:60px}.hair_bangs_2_black{background-image:url(spritesmith0.png);background-position:-546px -1559px;width:90px;height:90px}.customize-option.hair_bangs_2_black{background-image:url(spritesmith0.png);background-position:-571px -1574px;width:60px;height:60px}.hair_bangs_2_blond{background-image:url(spritesmith0.png);background-position:-637px -1559px;width:90px;height:90px}.customize-option.hair_bangs_2_blond{background-image:url(spritesmith0.png);background-position:-662px -1574px;width:60px;height:60px}.hair_bangs_2_blue{background-image:url(spritesmith0.png);background-position:-728px -1559px;width:90px;height:90px}.customize-option.hair_bangs_2_blue{background-image:url(spritesmith0.png);background-position:-753px -1574px;width:60px;height:60px}.hair_bangs_2_brown{background-image:url(spritesmith0.png);background-position:-819px -1559px;width:90px;height:90px}.customize-option.hair_bangs_2_brown{background-image:url(spritesmith0.png);background-position:-844px -1574px;width:60px;height:60px}.hair_bangs_2_candycane{background-image:url(spritesmith0.png);background-position:-910px -1559px;width:90px;height:90px}.customize-option.hair_bangs_2_candycane{background-image:url(spritesmith0.png);background-position:-935px -1574px;width:60px;height:60px}.hair_bangs_2_candycorn{background-image:url(spritesmith0.png);background-position:-1001px -1559px;width:90px;height:90px}.customize-option.hair_bangs_2_candycorn{background-image:url(spritesmith0.png);background-position:-1026px -1574px;width:60px;height:60px}.hair_bangs_2_festive{background-image:url(spritesmith0.png);background-position:-1092px -1559px;width:90px;height:90px}.customize-option.hair_bangs_2_festive{background-image:url(spritesmith0.png);background-position:-1117px -1574px;width:60px;height:60px}.hair_bangs_2_frost{background-image:url(spritesmith0.png);background-position:-1183px -1559px;width:90px;height:90px}.customize-option.hair_bangs_2_frost{background-image:url(spritesmith0.png);background-position:-1208px -1574px;width:60px;height:60px}.hair_bangs_2_ghostwhite{background-image:url(spritesmith0.png);background-position:-1274px -1559px;width:90px;height:90px}.customize-option.hair_bangs_2_ghostwhite{background-image:url(spritesmith0.png);background-position:-1299px -1574px;width:60px;height:60px}.hair_bangs_2_green{background-image:url(spritesmith0.png);background-position:-1365px -1559px;width:90px;height:90px}.customize-option.hair_bangs_2_green{background-image:url(spritesmith0.png);background-position:-1390px -1574px;width:60px;height:60px}.hair_bangs_2_halloween{background-image:url(spritesmith0.png);background-position:-1456px -1559px;width:90px;height:90px}.customize-option.hair_bangs_2_halloween{background-image:url(spritesmith0.png);background-position:-1481px -1574px;width:60px;height:60px}.hair_bangs_2_holly{background-image:url(spritesmith0.png);background-position:-1547px -1559px;width:90px;height:90px}.customize-option.hair_bangs_2_holly{background-image:url(spritesmith0.png);background-position:-1572px -1574px;width:60px;height:60px}.hair_bangs_2_hollygreen{background-image:url(spritesmith0.png);background-position:-1717px 0;width:90px;height:90px}.customize-option.hair_bangs_2_hollygreen{background-image:url(spritesmith0.png);background-position:-1742px -15px;width:60px;height:60px}.hair_bangs_2_midnight{background-image:url(spritesmith0.png);background-position:-1717px -91px;width:90px;height:90px}.customize-option.hair_bangs_2_midnight{background-image:url(spritesmith0.png);background-position:-1742px -106px;width:60px;height:60px}.hair_bangs_2_pblue{background-image:url(spritesmith0.png);background-position:-1717px -182px;width:90px;height:90px}.customize-option.hair_bangs_2_pblue{background-image:url(spritesmith0.png);background-position:-1742px -197px;width:60px;height:60px}.hair_bangs_2_peppermint{background-image:url(spritesmith0.png);background-position:-1717px -273px;width:90px;height:90px}.customize-option.hair_bangs_2_peppermint{background-image:url(spritesmith0.png);background-position:-1742px -288px;width:60px;height:60px}.hair_bangs_2_pgreen{background-image:url(spritesmith0.png);background-position:-1717px -364px;width:90px;height:90px}.customize-option.hair_bangs_2_pgreen{background-image:url(spritesmith0.png);background-position:-1742px -379px;width:60px;height:60px}.hair_bangs_2_porange{background-image:url(spritesmith0.png);background-position:-1717px -455px;width:90px;height:90px}.customize-option.hair_bangs_2_porange{background-image:url(spritesmith0.png);background-position:-1742px -470px;width:60px;height:60px}.hair_bangs_2_ppink{background-image:url(spritesmith0.png);background-position:-1717px -546px;width:90px;height:90px}.customize-option.hair_bangs_2_ppink{background-image:url(spritesmith0.png);background-position:-1742px -561px;width:60px;height:60px}.hair_bangs_2_ppurple{background-image:url(spritesmith0.png);background-position:-1717px -637px;width:90px;height:90px}.customize-option.hair_bangs_2_ppurple{background-image:url(spritesmith0.png);background-position:-1742px -652px;width:60px;height:60px}.hair_bangs_2_pumpkin{background-image:url(spritesmith0.png);background-position:-1717px -728px;width:90px;height:90px}.customize-option.hair_bangs_2_pumpkin{background-image:url(spritesmith0.png);background-position:-1742px -743px;width:60px;height:60px}.hair_bangs_2_purple{background-image:url(spritesmith0.png);background-position:-1717px -819px;width:90px;height:90px}.customize-option.hair_bangs_2_purple{background-image:url(spritesmith0.png);background-position:-1742px -834px;width:60px;height:60px}.hair_bangs_2_pyellow{background-image:url(spritesmith0.png);background-position:-1717px -910px;width:90px;height:90px}.customize-option.hair_bangs_2_pyellow{background-image:url(spritesmith0.png);background-position:-1742px -925px;width:60px;height:60px}.hair_bangs_2_rainbow{background-image:url(spritesmith0.png);background-position:-1717px -1001px;width:90px;height:90px}.customize-option.hair_bangs_2_rainbow{background-image:url(spritesmith0.png);background-position:-1742px -1016px;width:60px;height:60px}.hair_bangs_2_red{background-image:url(spritesmith0.png);background-position:-1717px -1092px;width:90px;height:90px}.customize-option.hair_bangs_2_red{background-image:url(spritesmith0.png);background-position:-1742px -1107px;width:60px;height:60px}.hair_bangs_2_snowy{background-image:url(spritesmith0.png);background-position:-1717px -1183px;width:90px;height:90px}.customize-option.hair_bangs_2_snowy{background-image:url(spritesmith0.png);background-position:-1742px -1198px;width:60px;height:60px}.hair_bangs_2_white{background-image:url(spritesmith0.png);background-position:-1717px -1274px;width:90px;height:90px}.customize-option.hair_bangs_2_white{background-image:url(spritesmith0.png);background-position:-1742px -1289px;width:60px;height:60px}.hair_bangs_2_winternight{background-image:url(spritesmith0.png);background-position:-1717px -1365px;width:90px;height:90px}.customize-option.hair_bangs_2_winternight{background-image:url(spritesmith0.png);background-position:-1742px -1380px;width:60px;height:60px}.hair_bangs_2_winterstar{background-image:url(spritesmith0.png);background-position:-1717px -1456px;width:90px;height:90px}.customize-option.hair_bangs_2_winterstar{background-image:url(spritesmith0.png);background-position:-1742px -1471px;width:60px;height:60px}.hair_bangs_2_yellow{background-image:url(spritesmith0.png);background-position:-1717px -1547px;width:90px;height:90px}.customize-option.hair_bangs_2_yellow{background-image:url(spritesmith0.png);background-position:-1742px -1562px;width:60px;height:60px}.hair_bangs_2_zombie{background-image:url(spritesmith0.png);background-position:0 -1650px;width:90px;height:90px}.customize-option.hair_bangs_2_zombie{background-image:url(spritesmith0.png);background-position:-25px -1665px;width:60px;height:60px}.hair_bangs_3_TRUred{background-image:url(spritesmith0.png);background-position:-91px -1650px;width:90px;height:90px}.customize-option.hair_bangs_3_TRUred{background-image:url(spritesmith0.png);background-position:-116px -1665px;width:60px;height:60px}.hair_bangs_3_aurora{background-image:url(spritesmith0.png);background-position:-182px -1650px;width:90px;height:90px}.customize-option.hair_bangs_3_aurora{background-image:url(spritesmith0.png);background-position:-207px -1665px;width:60px;height:60px}.hair_bangs_3_black{background-image:url(spritesmith0.png);background-position:-273px -1650px;width:90px;height:90px}.customize-option.hair_bangs_3_black{background-image:url(spritesmith0.png);background-position:-298px -1665px;width:60px;height:60px}.hair_bangs_3_blond{background-image:url(spritesmith0.png);background-position:-364px -1650px;width:90px;height:90px}.customize-option.hair_bangs_3_blond{background-image:url(spritesmith0.png);background-position:-389px -1665px;width:60px;height:60px}.hair_bangs_3_blue{background-image:url(spritesmith0.png);background-position:-455px -1650px;width:90px;height:90px}.customize-option.hair_bangs_3_blue{background-image:url(spritesmith0.png);background-position:-480px -1665px;width:60px;height:60px}.hair_bangs_3_brown{background-image:url(spritesmith0.png);background-position:-546px -1650px;width:90px;height:90px}.customize-option.hair_bangs_3_brown{background-image:url(spritesmith0.png);background-position:-571px -1665px;width:60px;height:60px}.hair_bangs_3_candycane{background-image:url(spritesmith0.png);background-position:-637px -1650px;width:90px;height:90px}.customize-option.hair_bangs_3_candycane{background-image:url(spritesmith0.png);background-position:-662px -1665px;width:60px;height:60px}.hair_bangs_3_candycorn{background-image:url(spritesmith0.png);background-position:-728px -1650px;width:90px;height:90px}.customize-option.hair_bangs_3_candycorn{background-image:url(spritesmith0.png);background-position:-753px -1665px;width:60px;height:60px}.hair_bangs_3_festive{background-image:url(spritesmith0.png);background-position:-819px -1650px;width:90px;height:90px}.customize-option.hair_bangs_3_festive{background-image:url(spritesmith0.png);background-position:-844px -1665px;width:60px;height:60px}.hair_bangs_3_frost{background-image:url(spritesmith0.png);background-position:-910px -1650px;width:90px;height:90px}.customize-option.hair_bangs_3_frost{background-image:url(spritesmith0.png);background-position:-935px -1665px;width:60px;height:60px}.hair_bangs_3_ghostwhite{background-image:url(spritesmith0.png);background-position:-1001px -1650px;width:90px;height:90px}.customize-option.hair_bangs_3_ghostwhite{background-image:url(spritesmith0.png);background-position:-1026px -1665px;width:60px;height:60px}.hair_bangs_3_green{background-image:url(spritesmith0.png);background-position:-1092px -1650px;width:90px;height:90px}.customize-option.hair_bangs_3_green{background-image:url(spritesmith0.png);background-position:-1117px -1665px;width:60px;height:60px}.hair_bangs_3_halloween{background-image:url(spritesmith0.png);background-position:-1183px -1650px;width:90px;height:90px}.customize-option.hair_bangs_3_halloween{background-image:url(spritesmith0.png);background-position:-1208px -1665px;width:60px;height:60px}.hair_bangs_3_holly{background-image:url(spritesmith0.png);background-position:-1274px -1650px;width:90px;height:90px}.customize-option.hair_bangs_3_holly{background-image:url(spritesmith0.png);background-position:-1299px -1665px;width:60px;height:60px}.hair_bangs_3_hollygreen{background-image:url(spritesmith0.png);background-position:-1365px -1650px;width:90px;height:90px}.customize-option.hair_bangs_3_hollygreen{background-image:url(spritesmith0.png);background-position:-1390px -1665px;width:60px;height:60px}.hair_bangs_3_midnight{background-image:url(spritesmith0.png);background-position:-1456px -1650px;width:90px;height:90px}.customize-option.hair_bangs_3_midnight{background-image:url(spritesmith0.png);background-position:-1481px -1665px;width:60px;height:60px}.hair_bangs_3_pblue{background-image:url(spritesmith0.png);background-position:-1547px -1650px;width:90px;height:90px}.customize-option.hair_bangs_3_pblue{background-image:url(spritesmith0.png);background-position:-1572px -1665px;width:60px;height:60px}.hair_bangs_3_peppermint{background-image:url(spritesmith0.png);background-position:-1638px -1650px;width:90px;height:90px}.customize-option.hair_bangs_3_peppermint{background-image:url(spritesmith0.png);background-position:-1663px -1665px;width:60px;height:60px}.hair_bangs_3_pgreen{background-image:url(spritesmith0.png);background-position:-1808px 0;width:90px;height:90px}.customize-option.hair_bangs_3_pgreen{background-image:url(spritesmith0.png);background-position:-1833px -15px;width:60px;height:60px}.hair_bangs_3_porange{background-image:url(spritesmith0.png);background-position:-1808px -91px;width:90px;height:90px}.customize-option.hair_bangs_3_porange{background-image:url(spritesmith0.png);background-position:-1833px -106px;width:60px;height:60px}.hair_bangs_3_ppink{background-image:url(spritesmith0.png);background-position:-1808px -182px;width:90px;height:90px}.customize-option.hair_bangs_3_ppink{background-image:url(spritesmith0.png);background-position:-1833px -197px;width:60px;height:60px}.hair_bangs_3_ppurple{background-image:url(spritesmith0.png);background-position:-1808px -273px;width:90px;height:90px}.customize-option.hair_bangs_3_ppurple{background-image:url(spritesmith0.png);background-position:-1833px -288px;width:60px;height:60px}.hair_bangs_3_pumpkin{background-image:url(spritesmith0.png);background-position:-1808px -364px;width:90px;height:90px}.customize-option.hair_bangs_3_pumpkin{background-image:url(spritesmith0.png);background-position:-1833px -379px;width:60px;height:60px}.hair_bangs_3_purple{background-image:url(spritesmith0.png);background-position:-1808px -455px;width:90px;height:90px}.customize-option.hair_bangs_3_purple{background-image:url(spritesmith0.png);background-position:-1833px -470px;width:60px;height:60px}.hair_bangs_3_pyellow{background-image:url(spritesmith0.png);background-position:-1808px -546px;width:90px;height:90px}.customize-option.hair_bangs_3_pyellow{background-image:url(spritesmith0.png);background-position:-1833px -561px;width:60px;height:60px}.hair_bangs_3_rainbow{background-image:url(spritesmith0.png);background-position:-1808px -637px;width:90px;height:90px}.customize-option.hair_bangs_3_rainbow{background-image:url(spritesmith0.png);background-position:-1833px -652px;width:60px;height:60px}.hair_bangs_3_red{background-image:url(spritesmith0.png);background-position:-1808px -728px;width:90px;height:90px}.customize-option.hair_bangs_3_red{background-image:url(spritesmith0.png);background-position:-1833px -743px;width:60px;height:60px}.hair_bangs_3_snowy{background-image:url(spritesmith0.png);background-position:-1808px -819px;width:90px;height:90px}.customize-option.hair_bangs_3_snowy{background-image:url(spritesmith0.png);background-position:-1833px -834px;width:60px;height:60px}.hair_bangs_3_white{background-image:url(spritesmith0.png);background-position:-1808px -910px;width:90px;height:90px}.customize-option.hair_bangs_3_white{background-image:url(spritesmith0.png);background-position:-1833px -925px;width:60px;height:60px}.hair_bangs_3_winternight{background-image:url(spritesmith0.png);background-position:-1808px -1001px;width:90px;height:90px}.customize-option.hair_bangs_3_winternight{background-image:url(spritesmith0.png);background-position:-1833px -1016px;width:60px;height:60px}.hair_bangs_3_winterstar{background-image:url(spritesmith0.png);background-position:-1808px -1092px;width:90px;height:90px}.customize-option.hair_bangs_3_winterstar{background-image:url(spritesmith0.png);background-position:-1833px -1107px;width:60px;height:60px}.hair_bangs_3_yellow{background-image:url(spritesmith0.png);background-position:-1808px -1183px;width:90px;height:90px}.customize-option.hair_bangs_3_yellow{background-image:url(spritesmith0.png);background-position:-1833px -1198px;width:60px;height:60px}.hair_bangs_3_zombie{background-image:url(spritesmith0.png);background-position:-1808px -1274px;width:90px;height:90px}.customize-option.hair_bangs_3_zombie{background-image:url(spritesmith0.png);background-position:-1833px -1289px;width:60px;height:60px}.hair_base_10_TRUred{background-image:url(spritesmith0.png);background-position:-1808px -1365px;width:90px;height:90px}.customize-option.hair_base_10_TRUred{background-image:url(spritesmith0.png);background-position:-1833px -1380px;width:60px;height:60px}.hair_base_10_aurora{background-image:url(spritesmith0.png);background-position:-1808px -1456px;width:90px;height:90px}.customize-option.hair_base_10_aurora{background-image:url(spritesmith0.png);background-position:-1833px -1471px;width:60px;height:60px}.hair_base_10_black{background-image:url(spritesmith0.png);background-position:-1808px -1547px;width:90px;height:90px}.customize-option.hair_base_10_black{background-image:url(spritesmith0.png);background-position:-1833px -1562px;width:60px;height:60px}.hair_base_10_blond{background-image:url(spritesmith0.png);background-position:-1808px -1638px;width:90px;height:90px}.customize-option.hair_base_10_blond{background-image:url(spritesmith0.png);background-position:-1833px -1653px;width:60px;height:60px}.hair_base_10_blue{background-image:url(spritesmith0.png);background-position:0 -1741px;width:90px;height:90px}.customize-option.hair_base_10_blue{background-image:url(spritesmith0.png);background-position:-25px -1756px;width:60px;height:60px}.hair_base_10_brown{background-image:url(spritesmith0.png);background-position:-91px -1741px;width:90px;height:90px}.customize-option.hair_base_10_brown{background-image:url(spritesmith0.png);background-position:-116px -1756px;width:60px;height:60px}.hair_base_10_candycane{background-image:url(spritesmith0.png);background-position:-182px -1741px;width:90px;height:90px}.customize-option.hair_base_10_candycane{background-image:url(spritesmith0.png);background-position:-207px -1756px;width:60px;height:60px}.hair_base_10_candycorn{background-image:url(spritesmith0.png);background-position:-273px -1741px;width:90px;height:90px}.customize-option.hair_base_10_candycorn{background-image:url(spritesmith0.png);background-position:-298px -1756px;width:60px;height:60px}.hair_base_10_festive{background-image:url(spritesmith0.png);background-position:-364px -1741px;width:90px;height:90px}.customize-option.hair_base_10_festive{background-image:url(spritesmith0.png);background-position:-389px -1756px;width:60px;height:60px}.hair_base_10_frost{background-image:url(spritesmith0.png);background-position:-455px -1741px;width:90px;height:90px}.customize-option.hair_base_10_frost{background-image:url(spritesmith0.png);background-position:-480px -1756px;width:60px;height:60px}.hair_base_10_ghostwhite{background-image:url(spritesmith0.png);background-position:-546px -1741px;width:90px;height:90px}.customize-option.hair_base_10_ghostwhite{background-image:url(spritesmith0.png);background-position:-571px -1756px;width:60px;height:60px}.hair_base_10_green{background-image:url(spritesmith0.png);background-position:-637px -1741px;width:90px;height:90px}.customize-option.hair_base_10_green{background-image:url(spritesmith0.png);background-position:-662px -1756px;width:60px;height:60px}.hair_base_10_halloween{background-image:url(spritesmith0.png);background-position:-728px -1741px;width:90px;height:90px}.customize-option.hair_base_10_halloween{background-image:url(spritesmith0.png);background-position:-753px -1756px;width:60px;height:60px}.hair_base_10_holly{background-image:url(spritesmith0.png);background-position:-819px -1741px;width:90px;height:90px}.customize-option.hair_base_10_holly{background-image:url(spritesmith0.png);background-position:-844px -1756px;width:60px;height:60px}.hair_base_10_hollygreen{background-image:url(spritesmith0.png);background-position:-910px -1741px;width:90px;height:90px}.customize-option.hair_base_10_hollygreen{background-image:url(spritesmith0.png);background-position:-935px -1756px;width:60px;height:60px}.hair_base_10_midnight{background-image:url(spritesmith0.png);background-position:-1001px -1741px;width:90px;height:90px}.customize-option.hair_base_10_midnight{background-image:url(spritesmith0.png);background-position:-1026px -1756px;width:60px;height:60px}.hair_base_10_pblue{background-image:url(spritesmith0.png);background-position:-1092px -1741px;width:90px;height:90px}.customize-option.hair_base_10_pblue{background-image:url(spritesmith0.png);background-position:-1117px -1756px;width:60px;height:60px}.hair_base_10_peppermint{background-image:url(spritesmith0.png);background-position:-1183px -1741px;width:90px;height:90px}.customize-option.hair_base_10_peppermint{background-image:url(spritesmith0.png);background-position:-1208px -1756px;width:60px;height:60px}.hair_base_10_pgreen{background-image:url(spritesmith0.png);background-position:-1274px -1741px;width:90px;height:90px}.customize-option.hair_base_10_pgreen{background-image:url(spritesmith0.png);background-position:-1299px -1756px;width:60px;height:60px}.hair_base_10_porange{background-image:url(spritesmith0.png);background-position:-1365px -1741px;width:90px;height:90px}.customize-option.hair_base_10_porange{background-image:url(spritesmith0.png);background-position:-1390px -1756px;width:60px;height:60px}.hair_base_10_ppink{background-image:url(spritesmith0.png);background-position:-1456px -1741px;width:90px;height:90px}.customize-option.hair_base_10_ppink{background-image:url(spritesmith0.png);background-position:-1481px -1756px;width:60px;height:60px}.hair_base_10_ppurple{background-image:url(spritesmith0.png);background-position:-1547px -1741px;width:90px;height:90px}.customize-option.hair_base_10_ppurple{background-image:url(spritesmith0.png);background-position:-1572px -1756px;width:60px;height:60px}.hair_base_10_pumpkin{background-image:url(spritesmith0.png);background-position:-1638px -1741px;width:90px;height:90px}.customize-option.hair_base_10_pumpkin{background-image:url(spritesmith0.png);background-position:-1663px -1756px;width:60px;height:60px}.hair_base_10_purple{background-image:url(spritesmith0.png);background-position:-1729px -1741px;width:90px;height:90px}.customize-option.hair_base_10_purple{background-image:url(spritesmith0.png);background-position:-1754px -1756px;width:60px;height:60px}.hair_base_10_pyellow{background-image:url(spritesmith0.png);background-position:-1899px 0;width:90px;height:90px}.customize-option.hair_base_10_pyellow{background-image:url(spritesmith0.png);background-position:-1924px -15px;width:60px;height:60px}.hair_base_10_rainbow{background-image:url(spritesmith0.png);background-position:-1899px -91px;width:90px;height:90px}.customize-option.hair_base_10_rainbow{background-image:url(spritesmith0.png);background-position:-1924px -106px;width:60px;height:60px}.hair_base_10_red{background-image:url(spritesmith0.png);background-position:-1899px -182px;width:90px;height:90px}.customize-option.hair_base_10_red{background-image:url(spritesmith0.png);background-position:-1924px -197px;width:60px;height:60px}.hair_base_10_snowy{background-image:url(spritesmith0.png);background-position:-1899px -273px;width:90px;height:90px}.customize-option.hair_base_10_snowy{background-image:url(spritesmith0.png);background-position:-1924px -288px;width:60px;height:60px}.hair_base_10_white{background-image:url(spritesmith0.png);background-position:-1899px -364px;width:90px;height:90px}.customize-option.hair_base_10_white{background-image:url(spritesmith0.png);background-position:-1924px -379px;width:60px;height:60px}.hair_base_10_winternight{background-image:url(spritesmith0.png);background-position:-1899px -455px;width:90px;height:90px}.customize-option.hair_base_10_winternight{background-image:url(spritesmith0.png);background-position:-1924px -470px;width:60px;height:60px}.hair_base_10_winterstar{background-image:url(spritesmith0.png);background-position:-1899px -546px;width:90px;height:90px}.customize-option.hair_base_10_winterstar{background-image:url(spritesmith0.png);background-position:-1924px -561px;width:60px;height:60px}.hair_base_10_yellow{background-image:url(spritesmith0.png);background-position:-91px -1377px;width:90px;height:90px}.customize-option.hair_base_10_yellow{background-image:url(spritesmith0.png);background-position:-116px -1392px;width:60px;height:60px}.hair_base_10_zombie{background-image:url(spritesmith0.png);background-position:-847px -387px;width:90px;height:90px}.customize-option.hair_base_10_zombie{background-image:url(spritesmith0.png);background-position:-872px -402px;width:60px;height:60px}.hair_base_11_TRUred{background-image:url(spritesmith0.png);background-position:-989px -455px;width:90px;height:90px}.customize-option.hair_base_11_TRUred{background-image:url(spritesmith0.png);background-position:-1014px -470px;width:60px;height:60px}.hair_base_11_aurora{background-image:url(spritesmith0.png);background-position:-989px -364px;width:90px;height:90px}.customize-option.hair_base_11_aurora{background-image:url(spritesmith0.png);background-position:-1014px -379px;width:60px;height:60px}.hair_base_11_black{background-image:url(spritesmith0.png);background-position:-989px -273px;width:90px;height:90px}.customize-option.hair_base_11_black{background-image:url(spritesmith0.png);background-position:-1014px -288px;width:60px;height:60px}.hair_base_11_blond{background-image:url(spritesmith0.png);background-position:-989px -182px;width:90px;height:90px}.customize-option.hair_base_11_blond{background-image:url(spritesmith0.png);background-position:-1014px -197px;width:60px;height:60px}.hair_base_11_blue{background-image:url(spritesmith0.png);background-position:-989px -91px;width:90px;height:90px}.customize-option.hair_base_11_blue{background-image:url(spritesmith0.png);background-position:-1014px -106px;width:60px;height:60px}.hair_base_11_brown{background-image:url(spritesmith0.png);background-position:-989px 0;width:90px;height:90px}.customize-option.hair_base_11_brown{background-image:url(spritesmith0.png);background-position:-1014px -15px;width:60px;height:60px}.hair_base_11_candycane{background-image:url(spritesmith0.png);background-position:-819px -831px;width:90px;height:90px}.customize-option.hair_base_11_candycane{background-image:url(spritesmith0.png);background-position:-844px -846px;width:60px;height:60px}.hair_base_11_candycorn{background-image:url(spritesmith0.png);background-position:-728px -831px;width:90px;height:90px}.customize-option.hair_base_11_candycorn{background-image:url(spritesmith0.png);background-position:-753px -846px;width:60px;height:60px}.hair_base_11_festive{background-image:url(spritesmith0.png);background-position:-637px -831px;width:90px;height:90px}.customize-option.hair_base_11_festive{background-image:url(spritesmith0.png);background-position:-662px -846px;width:60px;height:60px}.hair_base_11_frost{background-image:url(spritesmith0.png);background-position:-546px -831px;width:90px;height:90px}.customize-option.hair_base_11_frost{background-image:url(spritesmith0.png);background-position:-571px -846px;width:60px;height:60px}.hair_base_11_ghostwhite{background-image:url(spritesmith0.png);background-position:-455px -831px;width:90px;height:90px}.customize-option.hair_base_11_ghostwhite{background-image:url(spritesmith0.png);background-position:-480px -846px;width:60px;height:60px}.hair_base_11_green{background-image:url(spritesmith0.png);background-position:-364px -831px;width:90px;height:90px}.customize-option.hair_base_11_green{background-image:url(spritesmith0.png);background-position:-389px -846px;width:60px;height:60px}.hair_base_11_halloween{background-image:url(spritesmith0.png);background-position:-273px -831px;width:90px;height:90px}.customize-option.hair_base_11_halloween{background-image:url(spritesmith0.png);background-position:-298px -846px;width:60px;height:60px}.hair_base_11_holly{background-image:url(spritesmith0.png);background-position:-182px -831px;width:90px;height:90px}.customize-option.hair_base_11_holly{background-image:url(spritesmith0.png);background-position:-207px -846px;width:60px;height:60px}.hair_base_11_hollygreen{background-image:url(spritesmith0.png);background-position:-91px -831px;width:90px;height:90px}.customize-option.hair_base_11_hollygreen{background-image:url(spritesmith0.png);background-position:-116px -846px;width:60px;height:60px}.hair_base_11_midnight{background-image:url(spritesmith0.png);background-position:0 -831px;width:90px;height:90px}.customize-option.hair_base_11_midnight{background-image:url(spritesmith0.png);background-position:-25px -846px;width:60px;height:60px}.hair_base_11_pblue{background-image:url(spritesmith0.png);background-position:-819px -740px;width:90px;height:90px}.customize-option.hair_base_11_pblue{background-image:url(spritesmith0.png);background-position:-844px -755px;width:60px;height:60px}.hair_base_11_peppermint{background-image:url(spritesmith0.png);background-position:-728px -740px;width:90px;height:90px}.customize-option.hair_base_11_peppermint{background-image:url(spritesmith0.png);background-position:-753px -755px;width:60px;height:60px}.hair_base_11_pgreen{background-image:url(spritesmith0.png);background-position:-637px -740px;width:90px;height:90px}.customize-option.hair_base_11_pgreen{background-image:url(spritesmith0.png);background-position:-662px -755px;width:60px;height:60px}.hair_base_11_porange{background-image:url(spritesmith0.png);background-position:-546px -740px;width:90px;height:90px}.customize-option.hair_base_11_porange{background-image:url(spritesmith0.png);background-position:-571px -755px;width:60px;height:60px}.hair_base_11_ppink{background-image:url(spritesmith0.png);background-position:-455px -740px;width:90px;height:90px}.customize-option.hair_base_11_ppink{background-image:url(spritesmith0.png);background-position:-480px -755px;width:60px;height:60px}.hair_base_11_ppurple{background-image:url(spritesmith0.png);background-position:-364px -740px;width:90px;height:90px}.customize-option.hair_base_11_ppurple{background-image:url(spritesmith0.png);background-position:-389px -755px;width:60px;height:60px}.hair_base_11_pumpkin{background-image:url(spritesmith0.png);background-position:-273px -740px;width:90px;height:90px}.customize-option.hair_base_11_pumpkin{background-image:url(spritesmith0.png);background-position:-298px -755px;width:60px;height:60px}.hair_base_11_purple{background-image:url(spritesmith0.png);background-position:-182px -740px;width:90px;height:90px}.customize-option.hair_base_11_purple{background-image:url(spritesmith0.png);background-position:-207px -755px;width:60px;height:60px}.hair_base_11_pyellow{background-image:url(spritesmith0.png);background-position:-91px -740px;width:90px;height:90px}.customize-option.hair_base_11_pyellow{background-image:url(spritesmith0.png);background-position:-116px -755px;width:60px;height:60px}.hair_base_11_rainbow{background-image:url(spritesmith0.png);background-position:0 -740px;width:90px;height:90px}.customize-option.hair_base_11_rainbow{background-image:url(spritesmith0.png);background-position:-25px -755px;width:60px;height:60px}.hair_base_11_red{background-image:url(spritesmith0.png);background-position:-706px -592px;width:90px;height:90px}.customize-option.hair_base_11_red{background-image:url(spritesmith0.png);background-position:-731px -607px;width:60px;height:60px}.hair_base_11_snowy{background-image:url(spritesmith0.png);background-position:-567px -444px;width:90px;height:90px}.customize-option.hair_base_11_snowy{background-image:url(spritesmith0.png);background-position:-592px -459px;width:60px;height:60px}.hair_base_11_white{background-image:url(spritesmith0.png);background-position:-847px -569px;width:90px;height:90px}.customize-option.hair_base_11_white{background-image:url(spritesmith0.png);background-position:-872px -584px;width:60px;height:60px}.hair_base_11_winternight{background-image:url(spritesmith0.png);background-position:-847px -478px;width:90px;height:90px}.customize-option.hair_base_11_winternight{background-image:url(spritesmith0.png);background-position:-872px -493px;width:60px;height:60px}.hair_base_11_winterstar{background-image:url(spritesmith1.png);background-position:-91px 0;width:90px;height:90px}.customize-option.hair_base_11_winterstar{background-image:url(spritesmith1.png);background-position:-116px -15px;width:60px;height:60px}.hair_base_11_yellow{background-image:url(spritesmith1.png);background-position:-1274px -91px;width:90px;height:90px}.customize-option.hair_base_11_yellow{background-image:url(spritesmith1.png);background-position:-1299px -106px;width:60px;height:60px}.hair_base_11_zombie{background-image:url(spritesmith1.png);background-position:0 -91px;width:90px;height:90px}.customize-option.hair_base_11_zombie{background-image:url(spritesmith1.png);background-position:-25px -106px;width:60px;height:60px}.hair_base_12_TRUred{background-image:url(spritesmith1.png);background-position:-91px -91px;width:90px;height:90px}.customize-option.hair_base_12_TRUred{background-image:url(spritesmith1.png);background-position:-116px -106px;width:60px;height:60px}.hair_base_12_aurora{background-image:url(spritesmith1.png);background-position:-182px 0;width:90px;height:90px}.customize-option.hair_base_12_aurora{background-image:url(spritesmith1.png);background-position:-207px -15px;width:60px;height:60px}.hair_base_12_black{background-image:url(spritesmith1.png);background-position:-182px -91px;width:90px;height:90px}.customize-option.hair_base_12_black{background-image:url(spritesmith1.png);background-position:-207px -106px;width:60px;height:60px}.hair_base_12_blond{background-image:url(spritesmith1.png);background-position:0 -182px;width:90px;height:90px}.customize-option.hair_base_12_blond{background-image:url(spritesmith1.png);background-position:-25px -197px;width:60px;height:60px}.hair_base_12_blue{background-image:url(spritesmith1.png);background-position:-91px -182px;width:90px;height:90px}.customize-option.hair_base_12_blue{background-image:url(spritesmith1.png);background-position:-116px -197px;width:60px;height:60px}.hair_base_12_brown{background-image:url(spritesmith1.png);background-position:-182px -182px;width:90px;height:90px}.customize-option.hair_base_12_brown{background-image:url(spritesmith1.png);background-position:-207px -197px;width:60px;height:60px}.hair_base_12_candycane{background-image:url(spritesmith1.png);background-position:-273px 0;width:90px;height:90px}.customize-option.hair_base_12_candycane{background-image:url(spritesmith1.png);background-position:-298px -15px;width:60px;height:60px}.hair_base_12_candycorn{background-image:url(spritesmith1.png);background-position:-273px -91px;width:90px;height:90px}.customize-option.hair_base_12_candycorn{background-image:url(spritesmith1.png);background-position:-298px -106px;width:60px;height:60px}.hair_base_12_festive{background-image:url(spritesmith1.png);background-position:-273px -182px;width:90px;height:90px}.customize-option.hair_base_12_festive{background-image:url(spritesmith1.png);background-position:-298px -197px;width:60px;height:60px}.hair_base_12_frost{background-image:url(spritesmith1.png);background-position:0 -273px;width:90px;height:90px}.customize-option.hair_base_12_frost{background-image:url(spritesmith1.png);background-position:-25px -288px;width:60px;height:60px}.hair_base_12_ghostwhite{background-image:url(spritesmith1.png);background-position:-91px -273px;width:90px;height:90px}.customize-option.hair_base_12_ghostwhite{background-image:url(spritesmith1.png);background-position:-116px -288px;width:60px;height:60px}.hair_base_12_green{background-image:url(spritesmith1.png);background-position:-182px -273px;width:90px;height:90px}.customize-option.hair_base_12_green{background-image:url(spritesmith1.png);background-position:-207px -288px;width:60px;height:60px}.hair_base_12_halloween{background-image:url(spritesmith1.png);background-position:-273px -273px;width:90px;height:90px}.customize-option.hair_base_12_halloween{background-image:url(spritesmith1.png);background-position:-298px -288px;width:60px;height:60px}.hair_base_12_holly{background-image:url(spritesmith1.png);background-position:-364px 0;width:90px;height:90px}.customize-option.hair_base_12_holly{background-image:url(spritesmith1.png);background-position:-389px -15px;width:60px;height:60px}.hair_base_12_hollygreen{background-image:url(spritesmith1.png);background-position:-364px -91px;width:90px;height:90px}.customize-option.hair_base_12_hollygreen{background-image:url(spritesmith1.png);background-position:-389px -106px;width:60px;height:60px}.hair_base_12_midnight{background-image:url(spritesmith1.png);background-position:-364px -182px;width:90px;height:90px}.customize-option.hair_base_12_midnight{background-image:url(spritesmith1.png);background-position:-389px -197px;width:60px;height:60px}.hair_base_12_pblue{background-image:url(spritesmith1.png);background-position:-364px -273px;width:90px;height:90px}.customize-option.hair_base_12_pblue{background-image:url(spritesmith1.png);background-position:-389px -288px;width:60px;height:60px}.hair_base_12_peppermint{background-image:url(spritesmith1.png);background-position:0 -364px;width:90px;height:90px}.customize-option.hair_base_12_peppermint{background-image:url(spritesmith1.png);background-position:-25px -379px;width:60px;height:60px}.hair_base_12_pgreen{background-image:url(spritesmith1.png);background-position:-91px -364px;width:90px;height:90px}.customize-option.hair_base_12_pgreen{background-image:url(spritesmith1.png);background-position:-116px -379px;width:60px;height:60px}.hair_base_12_porange{background-image:url(spritesmith1.png);background-position:-182px -364px;width:90px;height:90px}.customize-option.hair_base_12_porange{background-image:url(spritesmith1.png);background-position:-207px -379px;width:60px;height:60px}.hair_base_12_ppink{background-image:url(spritesmith1.png);background-position:-273px -364px;width:90px;height:90px}.customize-option.hair_base_12_ppink{background-image:url(spritesmith1.png);background-position:-298px -379px;width:60px;height:60px}.hair_base_12_ppurple{background-image:url(spritesmith1.png);background-position:-364px -364px;width:90px;height:90px}.customize-option.hair_base_12_ppurple{background-image:url(spritesmith1.png);background-position:-389px -379px;width:60px;height:60px}.hair_base_12_pumpkin{background-image:url(spritesmith1.png);background-position:-455px 0;width:90px;height:90px}.customize-option.hair_base_12_pumpkin{background-image:url(spritesmith1.png);background-position:-480px -15px;width:60px;height:60px}.hair_base_12_purple{background-image:url(spritesmith1.png);background-position:-455px -91px;width:90px;height:90px}.customize-option.hair_base_12_purple{background-image:url(spritesmith1.png);background-position:-480px -106px;width:60px;height:60px}.hair_base_12_pyellow{background-image:url(spritesmith1.png);background-position:-455px -182px;width:90px;height:90px}.customize-option.hair_base_12_pyellow{background-image:url(spritesmith1.png);background-position:-480px -197px;width:60px;height:60px}.hair_base_12_rainbow{background-image:url(spritesmith1.png);background-position:-455px -273px;width:90px;height:90px}.customize-option.hair_base_12_rainbow{background-image:url(spritesmith1.png);background-position:-480px -288px;width:60px;height:60px}.hair_base_12_red{background-image:url(spritesmith1.png);background-position:-455px -364px;width:90px;height:90px}.customize-option.hair_base_12_red{background-image:url(spritesmith1.png);background-position:-480px -379px;width:60px;height:60px}.hair_base_12_snowy{background-image:url(spritesmith1.png);background-position:0 -455px;width:90px;height:90px}.customize-option.hair_base_12_snowy{background-image:url(spritesmith1.png);background-position:-25px -470px;width:60px;height:60px}.hair_base_12_white{background-image:url(spritesmith1.png);background-position:-91px -455px;width:90px;height:90px}.customize-option.hair_base_12_white{background-image:url(spritesmith1.png);background-position:-116px -470px;width:60px;height:60px}.hair_base_12_winternight{background-image:url(spritesmith1.png);background-position:-182px -455px;width:90px;height:90px}.customize-option.hair_base_12_winternight{background-image:url(spritesmith1.png);background-position:-207px -470px;width:60px;height:60px}.hair_base_12_winterstar{background-image:url(spritesmith1.png);background-position:-273px -455px;width:90px;height:90px}.customize-option.hair_base_12_winterstar{background-image:url(spritesmith1.png);background-position:-298px -470px;width:60px;height:60px}.hair_base_12_yellow{background-image:url(spritesmith1.png);background-position:-364px -455px;width:90px;height:90px}.customize-option.hair_base_12_yellow{background-image:url(spritesmith1.png);background-position:-389px -470px;width:60px;height:60px}.hair_base_12_zombie{background-image:url(spritesmith1.png);background-position:-455px -455px;width:90px;height:90px}.customize-option.hair_base_12_zombie{background-image:url(spritesmith1.png);background-position:-480px -470px;width:60px;height:60px}.hair_base_13_TRUred{background-image:url(spritesmith1.png);background-position:-546px 0;width:90px;height:90px}.customize-option.hair_base_13_TRUred{background-image:url(spritesmith1.png);background-position:-571px -15px;width:60px;height:60px}.hair_base_13_aurora{background-image:url(spritesmith1.png);background-position:-546px -91px;width:90px;height:90px}.customize-option.hair_base_13_aurora{background-image:url(spritesmith1.png);background-position:-571px -106px;width:60px;height:60px}.hair_base_13_black{background-image:url(spritesmith1.png);background-position:-546px -182px;width:90px;height:90px}.customize-option.hair_base_13_black{background-image:url(spritesmith1.png);background-position:-571px -197px;width:60px;height:60px}.hair_base_13_blond{background-image:url(spritesmith1.png);background-position:-546px -273px;width:90px;height:90px}.customize-option.hair_base_13_blond{background-image:url(spritesmith1.png);background-position:-571px -288px;width:60px;height:60px}.hair_base_13_blue{background-image:url(spritesmith1.png);background-position:-546px -364px;width:90px;height:90px}.customize-option.hair_base_13_blue{background-image:url(spritesmith1.png);background-position:-571px -379px;width:60px;height:60px}.hair_base_13_brown{background-image:url(spritesmith1.png);background-position:-546px -455px;width:90px;height:90px}.customize-option.hair_base_13_brown{background-image:url(spritesmith1.png);background-position:-571px -470px;width:60px;height:60px}.hair_base_13_candycane{background-image:url(spritesmith1.png);background-position:0 -546px;width:90px;height:90px}.customize-option.hair_base_13_candycane{background-image:url(spritesmith1.png);background-position:-25px -561px;width:60px;height:60px}.hair_base_13_candycorn{background-image:url(spritesmith1.png);background-position:-91px -546px;width:90px;height:90px}.customize-option.hair_base_13_candycorn{background-image:url(spritesmith1.png);background-position:-116px -561px;width:60px;height:60px}.hair_base_13_festive{background-image:url(spritesmith1.png);background-position:-182px -546px;width:90px;height:90px}.customize-option.hair_base_13_festive{background-image:url(spritesmith1.png);background-position:-207px -561px;width:60px;height:60px}.hair_base_13_frost{background-image:url(spritesmith1.png);background-position:-273px -546px;width:90px;height:90px}.customize-option.hair_base_13_frost{background-image:url(spritesmith1.png);background-position:-298px -561px;width:60px;height:60px}.hair_base_13_ghostwhite{background-image:url(spritesmith1.png);background-position:-364px -546px;width:90px;height:90px}.customize-option.hair_base_13_ghostwhite{background-image:url(spritesmith1.png);background-position:-389px -561px;width:60px;height:60px}.hair_base_13_green{background-image:url(spritesmith1.png);background-position:-455px -546px;width:90px;height:90px}.customize-option.hair_base_13_green{background-image:url(spritesmith1.png);background-position:-480px -561px;width:60px;height:60px}.hair_base_13_halloween{background-image:url(spritesmith1.png);background-position:-546px -546px;width:90px;height:90px}.customize-option.hair_base_13_halloween{background-image:url(spritesmith1.png);background-position:-571px -561px;width:60px;height:60px}.hair_base_13_holly{background-image:url(spritesmith1.png);background-position:-637px 0;width:90px;height:90px}.customize-option.hair_base_13_holly{background-image:url(spritesmith1.png);background-position:-662px -15px;width:60px;height:60px}.hair_base_13_hollygreen{background-image:url(spritesmith1.png);background-position:-637px -91px;width:90px;height:90px}.customize-option.hair_base_13_hollygreen{background-image:url(spritesmith1.png);background-position:-662px -106px;width:60px;height:60px}.hair_base_13_midnight{background-image:url(spritesmith1.png);background-position:-637px -182px;width:90px;height:90px}.customize-option.hair_base_13_midnight{background-image:url(spritesmith1.png);background-position:-662px -197px;width:60px;height:60px}.hair_base_13_pblue{background-image:url(spritesmith1.png);background-position:-637px -273px;width:90px;height:90px}.customize-option.hair_base_13_pblue{background-image:url(spritesmith1.png);background-position:-662px -288px;width:60px;height:60px}.hair_base_13_peppermint{background-image:url(spritesmith1.png);background-position:-637px -364px;width:90px;height:90px}.customize-option.hair_base_13_peppermint{background-image:url(spritesmith1.png);background-position:-662px -379px;width:60px;height:60px}.hair_base_13_pgreen{background-image:url(spritesmith1.png);background-position:-637px -455px;width:90px;height:90px}.customize-option.hair_base_13_pgreen{background-image:url(spritesmith1.png);background-position:-662px -470px;width:60px;height:60px}.hair_base_13_porange{background-image:url(spritesmith1.png);background-position:-637px -546px;width:90px;height:90px}.customize-option.hair_base_13_porange{background-image:url(spritesmith1.png);background-position:-662px -561px;width:60px;height:60px}.hair_base_13_ppink{background-image:url(spritesmith1.png);background-position:0 -637px;width:90px;height:90px}.customize-option.hair_base_13_ppink{background-image:url(spritesmith1.png);background-position:-25px -652px;width:60px;height:60px}.hair_base_13_ppurple{background-image:url(spritesmith1.png);background-position:-91px -637px;width:90px;height:90px}.customize-option.hair_base_13_ppurple{background-image:url(spritesmith1.png);background-position:-116px -652px;width:60px;height:60px}.hair_base_13_pumpkin{background-image:url(spritesmith1.png);background-position:-182px -637px;width:90px;height:90px}.customize-option.hair_base_13_pumpkin{background-image:url(spritesmith1.png);background-position:-207px -652px;width:60px;height:60px}.hair_base_13_purple{background-image:url(spritesmith1.png);background-position:-273px -637px;width:90px;height:90px}.customize-option.hair_base_13_purple{background-image:url(spritesmith1.png);background-position:-298px -652px;width:60px;height:60px}.hair_base_13_pyellow{background-image:url(spritesmith1.png);background-position:-364px -637px;width:90px;height:90px}.customize-option.hair_base_13_pyellow{background-image:url(spritesmith1.png);background-position:-389px -652px;width:60px;height:60px}.hair_base_13_rainbow{background-image:url(spritesmith1.png);background-position:-455px -637px;width:90px;height:90px}.customize-option.hair_base_13_rainbow{background-image:url(spritesmith1.png);background-position:-480px -652px;width:60px;height:60px}.hair_base_13_red{background-image:url(spritesmith1.png);background-position:-546px -637px;width:90px;height:90px}.customize-option.hair_base_13_red{background-image:url(spritesmith1.png);background-position:-571px -652px;width:60px;height:60px}.hair_base_13_snowy{background-image:url(spritesmith1.png);background-position:-637px -637px;width:90px;height:90px}.customize-option.hair_base_13_snowy{background-image:url(spritesmith1.png);background-position:-662px -652px;width:60px;height:60px}.hair_base_13_white{background-image:url(spritesmith1.png);background-position:-728px 0;width:90px;height:90px}.customize-option.hair_base_13_white{background-image:url(spritesmith1.png);background-position:-753px -15px;width:60px;height:60px}.hair_base_13_winternight{background-image:url(spritesmith1.png);background-position:-728px -91px;width:90px;height:90px}.customize-option.hair_base_13_winternight{background-image:url(spritesmith1.png);background-position:-753px -106px;width:60px;height:60px}.hair_base_13_winterstar{background-image:url(spritesmith1.png);background-position:-728px -182px;width:90px;height:90px}.customize-option.hair_base_13_winterstar{background-image:url(spritesmith1.png);background-position:-753px -197px;width:60px;height:60px}.hair_base_13_yellow{background-image:url(spritesmith1.png);background-position:-728px -273px;width:90px;height:90px}.customize-option.hair_base_13_yellow{background-image:url(spritesmith1.png);background-position:-753px -288px;width:60px;height:60px}.hair_base_13_zombie{background-image:url(spritesmith1.png);background-position:-728px -364px;width:90px;height:90px}.customize-option.hair_base_13_zombie{background-image:url(spritesmith1.png);background-position:-753px -379px;width:60px;height:60px}.hair_base_14_TRUred{background-image:url(spritesmith1.png);background-position:-728px -455px;width:90px;height:90px}.customize-option.hair_base_14_TRUred{background-image:url(spritesmith1.png);background-position:-753px -470px;width:60px;height:60px}.hair_base_14_aurora{background-image:url(spritesmith1.png);background-position:-728px -546px;width:90px;height:90px}.customize-option.hair_base_14_aurora{background-image:url(spritesmith1.png);background-position:-753px -561px;width:60px;height:60px}.hair_base_14_black{background-image:url(spritesmith1.png);background-position:-728px -637px;width:90px;height:90px}.customize-option.hair_base_14_black{background-image:url(spritesmith1.png);background-position:-753px -652px;width:60px;height:60px}.hair_base_14_blond{background-image:url(spritesmith1.png);background-position:0 -728px;width:90px;height:90px}.customize-option.hair_base_14_blond{background-image:url(spritesmith1.png);background-position:-25px -743px;width:60px;height:60px}.hair_base_14_blue{background-image:url(spritesmith1.png);background-position:-91px -728px;width:90px;height:90px}.customize-option.hair_base_14_blue{background-image:url(spritesmith1.png);background-position:-116px -743px;width:60px;height:60px}.hair_base_14_brown{background-image:url(spritesmith1.png);background-position:-182px -728px;width:90px;height:90px}.customize-option.hair_base_14_brown{background-image:url(spritesmith1.png);background-position:-207px -743px;width:60px;height:60px}.hair_base_14_candycane{background-image:url(spritesmith1.png);background-position:-273px -728px;width:90px;height:90px}.customize-option.hair_base_14_candycane{background-image:url(spritesmith1.png);background-position:-298px -743px;width:60px;height:60px}.hair_base_14_candycorn{background-image:url(spritesmith1.png);background-position:-364px -728px;width:90px;height:90px}.customize-option.hair_base_14_candycorn{background-image:url(spritesmith1.png);background-position:-389px -743px;width:60px;height:60px}.hair_base_14_festive{background-image:url(spritesmith1.png);background-position:-455px -728px;width:90px;height:90px}.customize-option.hair_base_14_festive{background-image:url(spritesmith1.png);background-position:-480px -743px;width:60px;height:60px}.hair_base_14_frost{background-image:url(spritesmith1.png);background-position:-546px -728px;width:90px;height:90px}.customize-option.hair_base_14_frost{background-image:url(spritesmith1.png);background-position:-571px -743px;width:60px;height:60px}.hair_base_14_ghostwhite{background-image:url(spritesmith1.png);background-position:-637px -728px;width:90px;height:90px}.customize-option.hair_base_14_ghostwhite{background-image:url(spritesmith1.png);background-position:-662px -743px;width:60px;height:60px}.hair_base_14_green{background-image:url(spritesmith1.png);background-position:-728px -728px;width:90px;height:90px}.customize-option.hair_base_14_green{background-image:url(spritesmith1.png);background-position:-753px -743px;width:60px;height:60px}.hair_base_14_halloween{background-image:url(spritesmith1.png);background-position:-819px 0;width:90px;height:90px}.customize-option.hair_base_14_halloween{background-image:url(spritesmith1.png);background-position:-844px -15px;width:60px;height:60px}.hair_base_14_holly{background-image:url(spritesmith1.png);background-position:-819px -91px;width:90px;height:90px}.customize-option.hair_base_14_holly{background-image:url(spritesmith1.png);background-position:-844px -106px;width:60px;height:60px}.hair_base_14_hollygreen{background-image:url(spritesmith1.png);background-position:-819px -182px;width:90px;height:90px}.customize-option.hair_base_14_hollygreen{background-image:url(spritesmith1.png);background-position:-844px -197px;width:60px;height:60px}.hair_base_14_midnight{background-image:url(spritesmith1.png);background-position:-819px -273px;width:90px;height:90px}.customize-option.hair_base_14_midnight{background-image:url(spritesmith1.png);background-position:-844px -288px;width:60px;height:60px}.hair_base_14_pblue{background-image:url(spritesmith1.png);background-position:-819px -364px;width:90px;height:90px}.customize-option.hair_base_14_pblue{background-image:url(spritesmith1.png);background-position:-844px -379px;width:60px;height:60px}.hair_base_14_peppermint{background-image:url(spritesmith1.png);background-position:-819px -455px;width:90px;height:90px}.customize-option.hair_base_14_peppermint{background-image:url(spritesmith1.png);background-position:-844px -470px;width:60px;height:60px}.hair_base_14_pgreen{background-image:url(spritesmith1.png);background-position:-819px -546px;width:90px;height:90px}.customize-option.hair_base_14_pgreen{background-image:url(spritesmith1.png);background-position:-844px -561px;width:60px;height:60px}.hair_base_14_porange{background-image:url(spritesmith1.png);background-position:-819px -637px;width:90px;height:90px}.customize-option.hair_base_14_porange{background-image:url(spritesmith1.png);background-position:-844px -652px;width:60px;height:60px}.hair_base_14_ppink{background-image:url(spritesmith1.png);background-position:-819px -728px;width:90px;height:90px}.customize-option.hair_base_14_ppink{background-image:url(spritesmith1.png);background-position:-844px -743px;width:60px;height:60px}.hair_base_14_ppurple{background-image:url(spritesmith1.png);background-position:0 -819px;width:90px;height:90px}.customize-option.hair_base_14_ppurple{background-image:url(spritesmith1.png);background-position:-25px -834px;width:60px;height:60px}.hair_base_14_pumpkin{background-image:url(spritesmith1.png);background-position:-91px -819px;width:90px;height:90px}.customize-option.hair_base_14_pumpkin{background-image:url(spritesmith1.png);background-position:-116px -834px;width:60px;height:60px}.hair_base_14_purple{background-image:url(spritesmith1.png);background-position:-182px -819px;width:90px;height:90px}.customize-option.hair_base_14_purple{background-image:url(spritesmith1.png);background-position:-207px -834px;width:60px;height:60px}.hair_base_14_pyellow{background-image:url(spritesmith1.png);background-position:-273px -819px;width:90px;height:90px}.customize-option.hair_base_14_pyellow{background-image:url(spritesmith1.png);background-position:-298px -834px;width:60px;height:60px}.hair_base_14_rainbow{background-image:url(spritesmith1.png);background-position:-364px -819px;width:90px;height:90px}.customize-option.hair_base_14_rainbow{background-image:url(spritesmith1.png);background-position:-389px -834px;width:60px;height:60px}.hair_base_14_red{background-image:url(spritesmith1.png);background-position:-455px -819px;width:90px;height:90px}.customize-option.hair_base_14_red{background-image:url(spritesmith1.png);background-position:-480px -834px;width:60px;height:60px}.hair_base_14_snowy{background-image:url(spritesmith1.png);background-position:-546px -819px;width:90px;height:90px}.customize-option.hair_base_14_snowy{background-image:url(spritesmith1.png);background-position:-571px -834px;width:60px;height:60px}.hair_base_14_white{background-image:url(spritesmith1.png);background-position:-637px -819px;width:90px;height:90px}.customize-option.hair_base_14_white{background-image:url(spritesmith1.png);background-position:-662px -834px;width:60px;height:60px}.hair_base_14_winternight{background-image:url(spritesmith1.png);background-position:-728px -819px;width:90px;height:90px}.customize-option.hair_base_14_winternight{background-image:url(spritesmith1.png);background-position:-753px -834px;width:60px;height:60px}.hair_base_14_winterstar{background-image:url(spritesmith1.png);background-position:-819px -819px;width:90px;height:90px}.customize-option.hair_base_14_winterstar{background-image:url(spritesmith1.png);background-position:-844px -834px;width:60px;height:60px}.hair_base_14_yellow{background-image:url(spritesmith1.png);background-position:-910px 0;width:90px;height:90px}.customize-option.hair_base_14_yellow{background-image:url(spritesmith1.png);background-position:-935px -15px;width:60px;height:60px}.hair_base_14_zombie{background-image:url(spritesmith1.png);background-position:-910px -91px;width:90px;height:90px}.customize-option.hair_base_14_zombie{background-image:url(spritesmith1.png);background-position:-935px -106px;width:60px;height:60px}.hair_base_1_TRUred{background-image:url(spritesmith1.png);background-position:-910px -182px;width:90px;height:90px}.customize-option.hair_base_1_TRUred{background-image:url(spritesmith1.png);background-position:-935px -197px;width:60px;height:60px}.hair_base_1_aurora{background-image:url(spritesmith1.png);background-position:-910px -273px;width:90px;height:90px}.customize-option.hair_base_1_aurora{background-image:url(spritesmith1.png);background-position:-935px -288px;width:60px;height:60px}.hair_base_1_black{background-image:url(spritesmith1.png);background-position:-910px -364px;width:90px;height:90px}.customize-option.hair_base_1_black{background-image:url(spritesmith1.png);background-position:-935px -379px;width:60px;height:60px}.hair_base_1_blond{background-image:url(spritesmith1.png);background-position:-910px -455px;width:90px;height:90px}.customize-option.hair_base_1_blond{background-image:url(spritesmith1.png);background-position:-935px -470px;width:60px;height:60px}.hair_base_1_blue{background-image:url(spritesmith1.png);background-position:-910px -546px;width:90px;height:90px}.customize-option.hair_base_1_blue{background-image:url(spritesmith1.png);background-position:-935px -561px;width:60px;height:60px}.hair_base_1_brown{background-image:url(spritesmith1.png);background-position:-910px -637px;width:90px;height:90px}.customize-option.hair_base_1_brown{background-image:url(spritesmith1.png);background-position:-935px -652px;width:60px;height:60px}.hair_base_1_candycane{background-image:url(spritesmith1.png);background-position:-910px -728px;width:90px;height:90px}.customize-option.hair_base_1_candycane{background-image:url(spritesmith1.png);background-position:-935px -743px;width:60px;height:60px}.hair_base_1_candycorn{background-image:url(spritesmith1.png);background-position:-910px -819px;width:90px;height:90px}.customize-option.hair_base_1_candycorn{background-image:url(spritesmith1.png);background-position:-935px -834px;width:60px;height:60px}.hair_base_1_festive{background-image:url(spritesmith1.png);background-position:0 -910px;width:90px;height:90px}.customize-option.hair_base_1_festive{background-image:url(spritesmith1.png);background-position:-25px -925px;width:60px;height:60px}.hair_base_1_frost{background-image:url(spritesmith1.png);background-position:-91px -910px;width:90px;height:90px}.customize-option.hair_base_1_frost{background-image:url(spritesmith1.png);background-position:-116px -925px;width:60px;height:60px}.hair_base_1_ghostwhite{background-image:url(spritesmith1.png);background-position:-182px -910px;width:90px;height:90px}.customize-option.hair_base_1_ghostwhite{background-image:url(spritesmith1.png);background-position:-207px -925px;width:60px;height:60px}.hair_base_1_green{background-image:url(spritesmith1.png);background-position:-273px -910px;width:90px;height:90px}.customize-option.hair_base_1_green{background-image:url(spritesmith1.png);background-position:-298px -925px;width:60px;height:60px}.hair_base_1_halloween{background-image:url(spritesmith1.png);background-position:-364px -910px;width:90px;height:90px}.customize-option.hair_base_1_halloween{background-image:url(spritesmith1.png);background-position:-389px -925px;width:60px;height:60px}.hair_base_1_holly{background-image:url(spritesmith1.png);background-position:-455px -910px;width:90px;height:90px}.customize-option.hair_base_1_holly{background-image:url(spritesmith1.png);background-position:-480px -925px;width:60px;height:60px}.hair_base_1_hollygreen{background-image:url(spritesmith1.png);background-position:-546px -910px;width:90px;height:90px}.customize-option.hair_base_1_hollygreen{background-image:url(spritesmith1.png);background-position:-571px -925px;width:60px;height:60px}.hair_base_1_midnight{background-image:url(spritesmith1.png);background-position:-637px -910px;width:90px;height:90px}.customize-option.hair_base_1_midnight{background-image:url(spritesmith1.png);background-position:-662px -925px;width:60px;height:60px}.hair_base_1_pblue{background-image:url(spritesmith1.png);background-position:-728px -910px;width:90px;height:90px}.customize-option.hair_base_1_pblue{background-image:url(spritesmith1.png);background-position:-753px -925px;width:60px;height:60px}.hair_base_1_peppermint{background-image:url(spritesmith1.png);background-position:-819px -910px;width:90px;height:90px}.customize-option.hair_base_1_peppermint{background-image:url(spritesmith1.png);background-position:-844px -925px;width:60px;height:60px}.hair_base_1_pgreen{background-image:url(spritesmith1.png);background-position:-910px -910px;width:90px;height:90px}.customize-option.hair_base_1_pgreen{background-image:url(spritesmith1.png);background-position:-935px -925px;width:60px;height:60px}.hair_base_1_porange{background-image:url(spritesmith1.png);background-position:-1001px 0;width:90px;height:90px}.customize-option.hair_base_1_porange{background-image:url(spritesmith1.png);background-position:-1026px -15px;width:60px;height:60px}.hair_base_1_ppink{background-image:url(spritesmith1.png);background-position:-1001px -91px;width:90px;height:90px}.customize-option.hair_base_1_ppink{background-image:url(spritesmith1.png);background-position:-1026px -106px;width:60px;height:60px}.hair_base_1_ppurple{background-image:url(spritesmith1.png);background-position:-1001px -182px;width:90px;height:90px}.customize-option.hair_base_1_ppurple{background-image:url(spritesmith1.png);background-position:-1026px -197px;width:60px;height:60px}.hair_base_1_pumpkin{background-image:url(spritesmith1.png);background-position:-1001px -273px;width:90px;height:90px}.customize-option.hair_base_1_pumpkin{background-image:url(spritesmith1.png);background-position:-1026px -288px;width:60px;height:60px}.hair_base_1_purple{background-image:url(spritesmith1.png);background-position:-1001px -364px;width:90px;height:90px}.customize-option.hair_base_1_purple{background-image:url(spritesmith1.png);background-position:-1026px -379px;width:60px;height:60px}.hair_base_1_pyellow{background-image:url(spritesmith1.png);background-position:-1001px -455px;width:90px;height:90px}.customize-option.hair_base_1_pyellow{background-image:url(spritesmith1.png);background-position:-1026px -470px;width:60px;height:60px}.hair_base_1_rainbow{background-image:url(spritesmith1.png);background-position:-1001px -546px;width:90px;height:90px}.customize-option.hair_base_1_rainbow{background-image:url(spritesmith1.png);background-position:-1026px -561px;width:60px;height:60px}.hair_base_1_red{background-image:url(spritesmith1.png);background-position:-1001px -637px;width:90px;height:90px}.customize-option.hair_base_1_red{background-image:url(spritesmith1.png);background-position:-1026px -652px;width:60px;height:60px}.hair_base_1_snowy{background-image:url(spritesmith1.png);background-position:-1001px -728px;width:90px;height:90px}.customize-option.hair_base_1_snowy{background-image:url(spritesmith1.png);background-position:-1026px -743px;width:60px;height:60px}.hair_base_1_white{background-image:url(spritesmith1.png);background-position:-1001px -819px;width:90px;height:90px}.customize-option.hair_base_1_white{background-image:url(spritesmith1.png);background-position:-1026px -834px;width:60px;height:60px}.hair_base_1_winternight{background-image:url(spritesmith1.png);background-position:-1001px -910px;width:90px;height:90px}.customize-option.hair_base_1_winternight{background-image:url(spritesmith1.png);background-position:-1026px -925px;width:60px;height:60px}.hair_base_1_winterstar{background-image:url(spritesmith1.png);background-position:0 -1001px;width:90px;height:90px}.customize-option.hair_base_1_winterstar{background-image:url(spritesmith1.png);background-position:-25px -1016px;width:60px;height:60px}.hair_base_1_yellow{background-image:url(spritesmith1.png);background-position:-91px -1001px;width:90px;height:90px}.customize-option.hair_base_1_yellow{background-image:url(spritesmith1.png);background-position:-116px -1016px;width:60px;height:60px}.hair_base_1_zombie{background-image:url(spritesmith1.png);background-position:-182px -1001px;width:90px;height:90px}.customize-option.hair_base_1_zombie{background-image:url(spritesmith1.png);background-position:-207px -1016px;width:60px;height:60px}.hair_base_2_TRUred{background-image:url(spritesmith1.png);background-position:-273px -1001px;width:90px;height:90px}.customize-option.hair_base_2_TRUred{background-image:url(spritesmith1.png);background-position:-298px -1016px;width:60px;height:60px}.hair_base_2_aurora{background-image:url(spritesmith1.png);background-position:-364px -1001px;width:90px;height:90px}.customize-option.hair_base_2_aurora{background-image:url(spritesmith1.png);background-position:-389px -1016px;width:60px;height:60px}.hair_base_2_black{background-image:url(spritesmith1.png);background-position:-455px -1001px;width:90px;height:90px}.customize-option.hair_base_2_black{background-image:url(spritesmith1.png);background-position:-480px -1016px;width:60px;height:60px}.hair_base_2_blond{background-image:url(spritesmith1.png);background-position:-546px -1001px;width:90px;height:90px}.customize-option.hair_base_2_blond{background-image:url(spritesmith1.png);background-position:-571px -1016px;width:60px;height:60px}.hair_base_2_blue{background-image:url(spritesmith1.png);background-position:-637px -1001px;width:90px;height:90px}.customize-option.hair_base_2_blue{background-image:url(spritesmith1.png);background-position:-662px -1016px;width:60px;height:60px}.hair_base_2_brown{background-image:url(spritesmith1.png);background-position:-728px -1001px;width:90px;height:90px}.customize-option.hair_base_2_brown{background-image:url(spritesmith1.png);background-position:-753px -1016px;width:60px;height:60px}.hair_base_2_candycane{background-image:url(spritesmith1.png);background-position:-819px -1001px;width:90px;height:90px}.customize-option.hair_base_2_candycane{background-image:url(spritesmith1.png);background-position:-844px -1016px;width:60px;height:60px}.hair_base_2_candycorn{background-image:url(spritesmith1.png);background-position:-910px -1001px;width:90px;height:90px}.customize-option.hair_base_2_candycorn{background-image:url(spritesmith1.png);background-position:-935px -1016px;width:60px;height:60px}.hair_base_2_festive{background-image:url(spritesmith1.png);background-position:-1001px -1001px;width:90px;height:90px}.customize-option.hair_base_2_festive{background-image:url(spritesmith1.png);background-position:-1026px -1016px;width:60px;height:60px}.hair_base_2_frost{background-image:url(spritesmith1.png);background-position:-1092px 0;width:90px;height:90px}.customize-option.hair_base_2_frost{background-image:url(spritesmith1.png);background-position:-1117px -15px;width:60px;height:60px}.hair_base_2_ghostwhite{background-image:url(spritesmith1.png);background-position:-1092px -91px;width:90px;height:90px}.customize-option.hair_base_2_ghostwhite{background-image:url(spritesmith1.png);background-position:-1117px -106px;width:60px;height:60px}.hair_base_2_green{background-image:url(spritesmith1.png);background-position:-1092px -182px;width:90px;height:90px}.customize-option.hair_base_2_green{background-image:url(spritesmith1.png);background-position:-1117px -197px;width:60px;height:60px}.hair_base_2_halloween{background-image:url(spritesmith1.png);background-position:-1092px -273px;width:90px;height:90px}.customize-option.hair_base_2_halloween{background-image:url(spritesmith1.png);background-position:-1117px -288px;width:60px;height:60px}.hair_base_2_holly{background-image:url(spritesmith1.png);background-position:-1092px -364px;width:90px;height:90px}.customize-option.hair_base_2_holly{background-image:url(spritesmith1.png);background-position:-1117px -379px;width:60px;height:60px}.hair_base_2_hollygreen{background-image:url(spritesmith1.png);background-position:-1092px -455px;width:90px;height:90px}.customize-option.hair_base_2_hollygreen{background-image:url(spritesmith1.png);background-position:-1117px -470px;width:60px;height:60px}.hair_base_2_midnight{background-image:url(spritesmith1.png);background-position:-1092px -546px;width:90px;height:90px}.customize-option.hair_base_2_midnight{background-image:url(spritesmith1.png);background-position:-1117px -561px;width:60px;height:60px}.hair_base_2_pblue{background-image:url(spritesmith1.png);background-position:-1092px -637px;width:90px;height:90px}.customize-option.hair_base_2_pblue{background-image:url(spritesmith1.png);background-position:-1117px -652px;width:60px;height:60px}.hair_base_2_peppermint{background-image:url(spritesmith1.png);background-position:-1092px -728px;width:90px;height:90px}.customize-option.hair_base_2_peppermint{background-image:url(spritesmith1.png);background-position:-1117px -743px;width:60px;height:60px}.hair_base_2_pgreen{background-image:url(spritesmith1.png);background-position:-1092px -819px;width:90px;height:90px}.customize-option.hair_base_2_pgreen{background-image:url(spritesmith1.png);background-position:-1117px -834px;width:60px;height:60px}.hair_base_2_porange{background-image:url(spritesmith1.png);background-position:-1092px -910px;width:90px;height:90px}.customize-option.hair_base_2_porange{background-image:url(spritesmith1.png);background-position:-1117px -925px;width:60px;height:60px}.hair_base_2_ppink{background-image:url(spritesmith1.png);background-position:-1092px -1001px;width:90px;height:90px}.customize-option.hair_base_2_ppink{background-image:url(spritesmith1.png);background-position:-1117px -1016px;width:60px;height:60px}.hair_base_2_ppurple{background-image:url(spritesmith1.png);background-position:0 -1092px;width:90px;height:90px}.customize-option.hair_base_2_ppurple{background-image:url(spritesmith1.png);background-position:-25px -1107px;width:60px;height:60px}.hair_base_2_pumpkin{background-image:url(spritesmith1.png);background-position:-91px -1092px;width:90px;height:90px}.customize-option.hair_base_2_pumpkin{background-image:url(spritesmith1.png);background-position:-116px -1107px;width:60px;height:60px}.hair_base_2_purple{background-image:url(spritesmith1.png);background-position:-182px -1092px;width:90px;height:90px}.customize-option.hair_base_2_purple{background-image:url(spritesmith1.png);background-position:-207px -1107px;width:60px;height:60px}.hair_base_2_pyellow{background-image:url(spritesmith1.png);background-position:-273px -1092px;width:90px;height:90px}.customize-option.hair_base_2_pyellow{background-image:url(spritesmith1.png);background-position:-298px -1107px;width:60px;height:60px}.hair_base_2_rainbow{background-image:url(spritesmith1.png);background-position:-364px -1092px;width:90px;height:90px}.customize-option.hair_base_2_rainbow{background-image:url(spritesmith1.png);background-position:-389px -1107px;width:60px;height:60px}.hair_base_2_red{background-image:url(spritesmith1.png);background-position:-455px -1092px;width:90px;height:90px}.customize-option.hair_base_2_red{background-image:url(spritesmith1.png);background-position:-480px -1107px;width:60px;height:60px}.hair_base_2_snowy{background-image:url(spritesmith1.png);background-position:-546px -1092px;width:90px;height:90px}.customize-option.hair_base_2_snowy{background-image:url(spritesmith1.png);background-position:-571px -1107px;width:60px;height:60px}.hair_base_2_white{background-image:url(spritesmith1.png);background-position:-637px -1092px;width:90px;height:90px}.customize-option.hair_base_2_white{background-image:url(spritesmith1.png);background-position:-662px -1107px;width:60px;height:60px}.hair_base_2_winternight{background-image:url(spritesmith1.png);background-position:-728px -1092px;width:90px;height:90px}.customize-option.hair_base_2_winternight{background-image:url(spritesmith1.png);background-position:-753px -1107px;width:60px;height:60px}.hair_base_2_winterstar{background-image:url(spritesmith1.png);background-position:-819px -1092px;width:90px;height:90px}.customize-option.hair_base_2_winterstar{background-image:url(spritesmith1.png);background-position:-844px -1107px;width:60px;height:60px}.hair_base_2_yellow{background-image:url(spritesmith1.png);background-position:-910px -1092px;width:90px;height:90px}.customize-option.hair_base_2_yellow{background-image:url(spritesmith1.png);background-position:-935px -1107px;width:60px;height:60px}.hair_base_2_zombie{background-image:url(spritesmith1.png);background-position:-1001px -1092px;width:90px;height:90px}.customize-option.hair_base_2_zombie{background-image:url(spritesmith1.png);background-position:-1026px -1107px;width:60px;height:60px}.hair_base_3_TRUred{background-image:url(spritesmith1.png);background-position:-1092px -1092px;width:90px;height:90px}.customize-option.hair_base_3_TRUred{background-image:url(spritesmith1.png);background-position:-1117px -1107px;width:60px;height:60px}.hair_base_3_aurora{background-image:url(spritesmith1.png);background-position:-1183px 0;width:90px;height:90px}.customize-option.hair_base_3_aurora{background-image:url(spritesmith1.png);background-position:-1208px -15px;width:60px;height:60px}.hair_base_3_black{background-image:url(spritesmith1.png);background-position:-1183px -91px;width:90px;height:90px}.customize-option.hair_base_3_black{background-image:url(spritesmith1.png);background-position:-1208px -106px;width:60px;height:60px}.hair_base_3_blond{background-image:url(spritesmith1.png);background-position:-1183px -182px;width:90px;height:90px}.customize-option.hair_base_3_blond{background-image:url(spritesmith1.png);background-position:-1208px -197px;width:60px;height:60px}.hair_base_3_blue{background-image:url(spritesmith1.png);background-position:-1183px -273px;width:90px;height:90px}.customize-option.hair_base_3_blue{background-image:url(spritesmith1.png);background-position:-1208px -288px;width:60px;height:60px}.hair_base_3_brown{background-image:url(spritesmith1.png);background-position:-1183px -364px;width:90px;height:90px}.customize-option.hair_base_3_brown{background-image:url(spritesmith1.png);background-position:-1208px -379px;width:60px;height:60px}.hair_base_3_candycane{background-image:url(spritesmith1.png);background-position:-1183px -455px;width:90px;height:90px}.customize-option.hair_base_3_candycane{background-image:url(spritesmith1.png);background-position:-1208px -470px;width:60px;height:60px}.hair_base_3_candycorn{background-image:url(spritesmith1.png);background-position:-1183px -546px;width:90px;height:90px}.customize-option.hair_base_3_candycorn{background-image:url(spritesmith1.png);background-position:-1208px -561px;width:60px;height:60px}.hair_base_3_festive{background-image:url(spritesmith1.png);background-position:-1183px -637px;width:90px;height:90px}.customize-option.hair_base_3_festive{background-image:url(spritesmith1.png);background-position:-1208px -652px;width:60px;height:60px}.hair_base_3_frost{background-image:url(spritesmith1.png);background-position:-1183px -728px;width:90px;height:90px}.customize-option.hair_base_3_frost{background-image:url(spritesmith1.png);background-position:-1208px -743px;width:60px;height:60px}.hair_base_3_ghostwhite{background-image:url(spritesmith1.png);background-position:-1183px -819px;width:90px;height:90px}.customize-option.hair_base_3_ghostwhite{background-image:url(spritesmith1.png);background-position:-1208px -834px;width:60px;height:60px}.hair_base_3_green{background-image:url(spritesmith1.png);background-position:-1183px -910px;width:90px;height:90px}.customize-option.hair_base_3_green{background-image:url(spritesmith1.png);background-position:-1208px -925px;width:60px;height:60px}.hair_base_3_halloween{background-image:url(spritesmith1.png);background-position:-1183px -1001px;width:90px;height:90px}.customize-option.hair_base_3_halloween{background-image:url(spritesmith1.png);background-position:-1208px -1016px;width:60px;height:60px}.hair_base_3_holly{background-image:url(spritesmith1.png);background-position:-1183px -1092px;width:90px;height:90px}.customize-option.hair_base_3_holly{background-image:url(spritesmith1.png);background-position:-1208px -1107px;width:60px;height:60px}.hair_base_3_hollygreen{background-image:url(spritesmith1.png);background-position:0 -1183px;width:90px;height:90px}.customize-option.hair_base_3_hollygreen{background-image:url(spritesmith1.png);background-position:-25px -1198px;width:60px;height:60px}.hair_base_3_midnight{background-image:url(spritesmith1.png);background-position:-91px -1183px;width:90px;height:90px}.customize-option.hair_base_3_midnight{background-image:url(spritesmith1.png);background-position:-116px -1198px;width:60px;height:60px}.hair_base_3_pblue{background-image:url(spritesmith1.png);background-position:-182px -1183px;width:90px;height:90px}.customize-option.hair_base_3_pblue{background-image:url(spritesmith1.png);background-position:-207px -1198px;width:60px;height:60px}.hair_base_3_peppermint{background-image:url(spritesmith1.png);background-position:-273px -1183px;width:90px;height:90px}.customize-option.hair_base_3_peppermint{background-image:url(spritesmith1.png);background-position:-298px -1198px;width:60px;height:60px}.hair_base_3_pgreen{background-image:url(spritesmith1.png);background-position:-364px -1183px;width:90px;height:90px}.customize-option.hair_base_3_pgreen{background-image:url(spritesmith1.png);background-position:-389px -1198px;width:60px;height:60px}.hair_base_3_porange{background-image:url(spritesmith1.png);background-position:-455px -1183px;width:90px;height:90px}.customize-option.hair_base_3_porange{background-image:url(spritesmith1.png);background-position:-480px -1198px;width:60px;height:60px}.hair_base_3_ppink{background-image:url(spritesmith1.png);background-position:-546px -1183px;width:90px;height:90px}.customize-option.hair_base_3_ppink{background-image:url(spritesmith1.png);background-position:-571px -1198px;width:60px;height:60px}.hair_base_3_ppurple{background-image:url(spritesmith1.png);background-position:-637px -1183px;width:90px;height:90px}.customize-option.hair_base_3_ppurple{background-image:url(spritesmith1.png);background-position:-662px -1198px;width:60px;height:60px}.hair_base_3_pumpkin{background-image:url(spritesmith1.png);background-position:-728px -1183px;width:90px;height:90px}.customize-option.hair_base_3_pumpkin{background-image:url(spritesmith1.png);background-position:-753px -1198px;width:60px;height:60px}.hair_base_3_purple{background-image:url(spritesmith1.png);background-position:-819px -1183px;width:90px;height:90px}.customize-option.hair_base_3_purple{background-image:url(spritesmith1.png);background-position:-844px -1198px;width:60px;height:60px}.hair_base_3_pyellow{background-image:url(spritesmith1.png);background-position:-910px -1183px;width:90px;height:90px}.customize-option.hair_base_3_pyellow{background-image:url(spritesmith1.png);background-position:-935px -1198px;width:60px;height:60px}.hair_base_3_rainbow{background-image:url(spritesmith1.png);background-position:-1001px -1183px;width:90px;height:90px}.customize-option.hair_base_3_rainbow{background-image:url(spritesmith1.png);background-position:-1026px -1198px;width:60px;height:60px}.hair_base_3_red{background-image:url(spritesmith1.png);background-position:-1092px -1183px;width:90px;height:90px}.customize-option.hair_base_3_red{background-image:url(spritesmith1.png);background-position:-1117px -1198px;width:60px;height:60px}.hair_base_3_snowy{background-image:url(spritesmith1.png);background-position:-1183px -1183px;width:90px;height:90px}.customize-option.hair_base_3_snowy{background-image:url(spritesmith1.png);background-position:-1208px -1198px;width:60px;height:60px}.hair_base_3_white{background-image:url(spritesmith1.png);background-position:-1274px 0;width:90px;height:90px}.customize-option.hair_base_3_white{background-image:url(spritesmith1.png);background-position:-1299px -15px;width:60px;height:60px}.hair_base_3_winternight{background-image:url(spritesmith1.png);background-position:0 0;width:90px;height:90px}.customize-option.hair_base_3_winternight{background-image:url(spritesmith1.png);background-position:-25px -15px;width:60px;height:60px}.hair_base_3_winterstar{background-image:url(spritesmith1.png);background-position:-1274px -182px;width:90px;height:90px}.customize-option.hair_base_3_winterstar{background-image:url(spritesmith1.png);background-position:-1299px -197px;width:60px;height:60px}.hair_base_3_yellow{background-image:url(spritesmith1.png);background-position:-1274px -273px;width:90px;height:90px}.customize-option.hair_base_3_yellow{background-image:url(spritesmith1.png);background-position:-1299px -288px;width:60px;height:60px}.hair_base_3_zombie{background-image:url(spritesmith1.png);background-position:-1274px -364px;width:90px;height:90px}.customize-option.hair_base_3_zombie{background-image:url(spritesmith1.png);background-position:-1299px -379px;width:60px;height:60px}.hair_base_4_TRUred{background-image:url(spritesmith1.png);background-position:-1274px -455px;width:90px;height:90px}.customize-option.hair_base_4_TRUred{background-image:url(spritesmith1.png);background-position:-1299px -470px;width:60px;height:60px}.hair_base_4_aurora{background-image:url(spritesmith1.png);background-position:-1274px -546px;width:90px;height:90px}.customize-option.hair_base_4_aurora{background-image:url(spritesmith1.png);background-position:-1299px -561px;width:60px;height:60px}.hair_base_4_black{background-image:url(spritesmith1.png);background-position:-1274px -637px;width:90px;height:90px}.customize-option.hair_base_4_black{background-image:url(spritesmith1.png);background-position:-1299px -652px;width:60px;height:60px}.hair_base_4_blond{background-image:url(spritesmith1.png);background-position:-1274px -728px;width:90px;height:90px}.customize-option.hair_base_4_blond{background-image:url(spritesmith1.png);background-position:-1299px -743px;width:60px;height:60px}.hair_base_4_blue{background-image:url(spritesmith1.png);background-position:-1274px -819px;width:90px;height:90px}.customize-option.hair_base_4_blue{background-image:url(spritesmith1.png);background-position:-1299px -834px;width:60px;height:60px}.hair_base_4_brown{background-image:url(spritesmith1.png);background-position:-1274px -910px;width:90px;height:90px}.customize-option.hair_base_4_brown{background-image:url(spritesmith1.png);background-position:-1299px -925px;width:60px;height:60px}.hair_base_4_candycane{background-image:url(spritesmith1.png);background-position:-1274px -1001px;width:90px;height:90px}.customize-option.hair_base_4_candycane{background-image:url(spritesmith1.png);background-position:-1299px -1016px;width:60px;height:60px}.hair_base_4_candycorn{background-image:url(spritesmith1.png);background-position:-1274px -1092px;width:90px;height:90px}.customize-option.hair_base_4_candycorn{background-image:url(spritesmith1.png);background-position:-1299px -1107px;width:60px;height:60px}.hair_base_4_festive{background-image:url(spritesmith1.png);background-position:-1274px -1183px;width:90px;height:90px}.customize-option.hair_base_4_festive{background-image:url(spritesmith1.png);background-position:-1299px -1198px;width:60px;height:60px}.hair_base_4_frost{background-image:url(spritesmith1.png);background-position:0 -1274px;width:90px;height:90px}.customize-option.hair_base_4_frost{background-image:url(spritesmith1.png);background-position:-25px -1289px;width:60px;height:60px}.hair_base_4_ghostwhite{background-image:url(spritesmith1.png);background-position:-91px -1274px;width:90px;height:90px}.customize-option.hair_base_4_ghostwhite{background-image:url(spritesmith1.png);background-position:-116px -1289px;width:60px;height:60px}.hair_base_4_green{background-image:url(spritesmith1.png);background-position:-182px -1274px;width:90px;height:90px}.customize-option.hair_base_4_green{background-image:url(spritesmith1.png);background-position:-207px -1289px;width:60px;height:60px}.hair_base_4_halloween{background-image:url(spritesmith1.png);background-position:-273px -1274px;width:90px;height:90px}.customize-option.hair_base_4_halloween{background-image:url(spritesmith1.png);background-position:-298px -1289px;width:60px;height:60px}.hair_base_4_holly{background-image:url(spritesmith1.png);background-position:-364px -1274px;width:90px;height:90px}.customize-option.hair_base_4_holly{background-image:url(spritesmith1.png);background-position:-389px -1289px;width:60px;height:60px}.hair_base_4_hollygreen{background-image:url(spritesmith1.png);background-position:-455px -1274px;width:90px;height:90px}.customize-option.hair_base_4_hollygreen{background-image:url(spritesmith1.png);background-position:-480px -1289px;width:60px;height:60px}.hair_base_4_midnight{background-image:url(spritesmith1.png);background-position:-546px -1274px;width:90px;height:90px}.customize-option.hair_base_4_midnight{background-image:url(spritesmith1.png);background-position:-571px -1289px;width:60px;height:60px}.hair_base_4_pblue{background-image:url(spritesmith1.png);background-position:-637px -1274px;width:90px;height:90px}.customize-option.hair_base_4_pblue{background-image:url(spritesmith1.png);background-position:-662px -1289px;width:60px;height:60px}.hair_base_4_peppermint{background-image:url(spritesmith1.png);background-position:-728px -1274px;width:90px;height:90px}.customize-option.hair_base_4_peppermint{background-image:url(spritesmith1.png);background-position:-753px -1289px;width:60px;height:60px}.hair_base_4_pgreen{background-image:url(spritesmith1.png);background-position:-819px -1274px;width:90px;height:90px}.customize-option.hair_base_4_pgreen{background-image:url(spritesmith1.png);background-position:-844px -1289px;width:60px;height:60px}.hair_base_4_porange{background-image:url(spritesmith1.png);background-position:-910px -1274px;width:90px;height:90px}.customize-option.hair_base_4_porange{background-image:url(spritesmith1.png);background-position:-935px -1289px;width:60px;height:60px}.hair_base_4_ppink{background-image:url(spritesmith1.png);background-position:-1001px -1274px;width:90px;height:90px}.customize-option.hair_base_4_ppink{background-image:url(spritesmith1.png);background-position:-1026px -1289px;width:60px;height:60px}.hair_base_4_ppurple{background-image:url(spritesmith1.png);background-position:-1092px -1274px;width:90px;height:90px}.customize-option.hair_base_4_ppurple{background-image:url(spritesmith1.png);background-position:-1117px -1289px;width:60px;height:60px}.hair_base_4_pumpkin{background-image:url(spritesmith1.png);background-position:-1183px -1274px;width:90px;height:90px}.customize-option.hair_base_4_pumpkin{background-image:url(spritesmith1.png);background-position:-1208px -1289px;width:60px;height:60px}.hair_base_4_purple{background-image:url(spritesmith1.png);background-position:-1274px -1274px;width:90px;height:90px}.customize-option.hair_base_4_purple{background-image:url(spritesmith1.png);background-position:-1299px -1289px;width:60px;height:60px}.hair_base_4_pyellow{background-image:url(spritesmith1.png);background-position:-1365px 0;width:90px;height:90px}.customize-option.hair_base_4_pyellow{background-image:url(spritesmith1.png);background-position:-1390px -15px;width:60px;height:60px}.hair_base_4_rainbow{background-image:url(spritesmith1.png);background-position:-1365px -91px;width:90px;height:90px}.customize-option.hair_base_4_rainbow{background-image:url(spritesmith1.png);background-position:-1390px -106px;width:60px;height:60px}.hair_base_4_red{background-image:url(spritesmith1.png);background-position:-1365px -182px;width:90px;height:90px}.customize-option.hair_base_4_red{background-image:url(spritesmith1.png);background-position:-1390px -197px;width:60px;height:60px}.hair_base_4_snowy{background-image:url(spritesmith1.png);background-position:-1365px -273px;width:90px;height:90px}.customize-option.hair_base_4_snowy{background-image:url(spritesmith1.png);background-position:-1390px -288px;width:60px;height:60px}.hair_base_4_white{background-image:url(spritesmith1.png);background-position:-1365px -364px;width:90px;height:90px}.customize-option.hair_base_4_white{background-image:url(spritesmith1.png);background-position:-1390px -379px;width:60px;height:60px}.hair_base_4_winternight{background-image:url(spritesmith1.png);background-position:-1365px -455px;width:90px;height:90px}.customize-option.hair_base_4_winternight{background-image:url(spritesmith1.png);background-position:-1390px -470px;width:60px;height:60px}.hair_base_4_winterstar{background-image:url(spritesmith1.png);background-position:-1365px -546px;width:90px;height:90px}.customize-option.hair_base_4_winterstar{background-image:url(spritesmith1.png);background-position:-1390px -561px;width:60px;height:60px}.hair_base_4_yellow{background-image:url(spritesmith1.png);background-position:-1365px -637px;width:90px;height:90px}.customize-option.hair_base_4_yellow{background-image:url(spritesmith1.png);background-position:-1390px -652px;width:60px;height:60px}.hair_base_4_zombie{background-image:url(spritesmith1.png);background-position:-1365px -728px;width:90px;height:90px}.customize-option.hair_base_4_zombie{background-image:url(spritesmith1.png);background-position:-1390px -743px;width:60px;height:60px}.hair_base_5_TRUred{background-image:url(spritesmith1.png);background-position:-1365px -819px;width:90px;height:90px}.customize-option.hair_base_5_TRUred{background-image:url(spritesmith1.png);background-position:-1390px -834px;width:60px;height:60px}.hair_base_5_aurora{background-image:url(spritesmith1.png);background-position:-1365px -910px;width:90px;height:90px}.customize-option.hair_base_5_aurora{background-image:url(spritesmith1.png);background-position:-1390px -925px;width:60px;height:60px}.hair_base_5_black{background-image:url(spritesmith1.png);background-position:-1365px -1001px;width:90px;height:90px}.customize-option.hair_base_5_black{background-image:url(spritesmith1.png);background-position:-1390px -1016px;width:60px;height:60px}.hair_base_5_blond{background-image:url(spritesmith1.png);background-position:-1365px -1092px;width:90px;height:90px}.customize-option.hair_base_5_blond{background-image:url(spritesmith1.png);background-position:-1390px -1107px;width:60px;height:60px}.hair_base_5_blue{background-image:url(spritesmith1.png);background-position:-1365px -1183px;width:90px;height:90px}.customize-option.hair_base_5_blue{background-image:url(spritesmith1.png);background-position:-1390px -1198px;width:60px;height:60px}.hair_base_5_brown{background-image:url(spritesmith1.png);background-position:-1365px -1274px;width:90px;height:90px}.customize-option.hair_base_5_brown{background-image:url(spritesmith1.png);background-position:-1390px -1289px;width:60px;height:60px}.hair_base_5_candycane{background-image:url(spritesmith1.png);background-position:0 -1365px;width:90px;height:90px}.customize-option.hair_base_5_candycane{background-image:url(spritesmith1.png);background-position:-25px -1380px;width:60px;height:60px}.hair_base_5_candycorn{background-image:url(spritesmith1.png);background-position:-91px -1365px;width:90px;height:90px}.customize-option.hair_base_5_candycorn{background-image:url(spritesmith1.png);background-position:-116px -1380px;width:60px;height:60px}.hair_base_5_festive{background-image:url(spritesmith1.png);background-position:-182px -1365px;width:90px;height:90px}.customize-option.hair_base_5_festive{background-image:url(spritesmith1.png);background-position:-207px -1380px;width:60px;height:60px}.hair_base_5_frost{background-image:url(spritesmith1.png);background-position:-273px -1365px;width:90px;height:90px}.customize-option.hair_base_5_frost{background-image:url(spritesmith1.png);background-position:-298px -1380px;width:60px;height:60px}.hair_base_5_ghostwhite{background-image:url(spritesmith1.png);background-position:-364px -1365px;width:90px;height:90px}.customize-option.hair_base_5_ghostwhite{background-image:url(spritesmith1.png);background-position:-389px -1380px;width:60px;height:60px}.hair_base_5_green{background-image:url(spritesmith1.png);background-position:-455px -1365px;width:90px;height:90px}.customize-option.hair_base_5_green{background-image:url(spritesmith1.png);background-position:-480px -1380px;width:60px;height:60px}.hair_base_5_halloween{background-image:url(spritesmith1.png);background-position:-546px -1365px;width:90px;height:90px}.customize-option.hair_base_5_halloween{background-image:url(spritesmith1.png);background-position:-571px -1380px;width:60px;height:60px}.hair_base_5_holly{background-image:url(spritesmith1.png);background-position:-637px -1365px;width:90px;height:90px}.customize-option.hair_base_5_holly{background-image:url(spritesmith1.png);background-position:-662px -1380px;width:60px;height:60px}.hair_base_5_hollygreen{background-image:url(spritesmith1.png);background-position:-728px -1365px;width:90px;height:90px}.customize-option.hair_base_5_hollygreen{background-image:url(spritesmith1.png);background-position:-753px -1380px;width:60px;height:60px}.hair_base_5_midnight{background-image:url(spritesmith1.png);background-position:-819px -1365px;width:90px;height:90px}.customize-option.hair_base_5_midnight{background-image:url(spritesmith1.png);background-position:-844px -1380px;width:60px;height:60px}.hair_base_5_pblue{background-image:url(spritesmith1.png);background-position:-910px -1365px;width:90px;height:90px}.customize-option.hair_base_5_pblue{background-image:url(spritesmith1.png);background-position:-935px -1380px;width:60px;height:60px}.hair_base_5_peppermint{background-image:url(spritesmith1.png);background-position:-1001px -1365px;width:90px;height:90px}.customize-option.hair_base_5_peppermint{background-image:url(spritesmith1.png);background-position:-1026px -1380px;width:60px;height:60px}.hair_base_5_pgreen{background-image:url(spritesmith1.png);background-position:-1092px -1365px;width:90px;height:90px}.customize-option.hair_base_5_pgreen{background-image:url(spritesmith1.png);background-position:-1117px -1380px;width:60px;height:60px}.hair_base_5_porange{background-image:url(spritesmith1.png);background-position:-1183px -1365px;width:90px;height:90px}.customize-option.hair_base_5_porange{background-image:url(spritesmith1.png);background-position:-1208px -1380px;width:60px;height:60px}.hair_base_5_ppink{background-image:url(spritesmith1.png);background-position:-1274px -1365px;width:90px;height:90px}.customize-option.hair_base_5_ppink{background-image:url(spritesmith1.png);background-position:-1299px -1380px;width:60px;height:60px}.hair_base_5_ppurple{background-image:url(spritesmith1.png);background-position:-1365px -1365px;width:90px;height:90px}.customize-option.hair_base_5_ppurple{background-image:url(spritesmith1.png);background-position:-1390px -1380px;width:60px;height:60px}.hair_base_5_pumpkin{background-image:url(spritesmith1.png);background-position:-1456px 0;width:90px;height:90px}.customize-option.hair_base_5_pumpkin{background-image:url(spritesmith1.png);background-position:-1481px -15px;width:60px;height:60px}.hair_base_5_purple{background-image:url(spritesmith1.png);background-position:-1456px -91px;width:90px;height:90px}.customize-option.hair_base_5_purple{background-image:url(spritesmith1.png);background-position:-1481px -106px;width:60px;height:60px}.hair_base_5_pyellow{background-image:url(spritesmith1.png);background-position:-1456px -182px;width:90px;height:90px}.customize-option.hair_base_5_pyellow{background-image:url(spritesmith1.png);background-position:-1481px -197px;width:60px;height:60px}.hair_base_5_rainbow{background-image:url(spritesmith1.png);background-position:-1456px -273px;width:90px;height:90px}.customize-option.hair_base_5_rainbow{background-image:url(spritesmith1.png);background-position:-1481px -288px;width:60px;height:60px}.hair_base_5_red{background-image:url(spritesmith1.png);background-position:-1456px -364px;width:90px;height:90px}.customize-option.hair_base_5_red{background-image:url(spritesmith1.png);background-position:-1481px -379px;width:60px;height:60px}.hair_base_5_snowy{background-image:url(spritesmith1.png);background-position:-1456px -455px;width:90px;height:90px}.customize-option.hair_base_5_snowy{background-image:url(spritesmith1.png);background-position:-1481px -470px;width:60px;height:60px}.hair_base_5_white{background-image:url(spritesmith1.png);background-position:-1456px -546px;width:90px;height:90px}.customize-option.hair_base_5_white{background-image:url(spritesmith1.png);background-position:-1481px -561px;width:60px;height:60px}.hair_base_5_winternight{background-image:url(spritesmith1.png);background-position:-1456px -637px;width:90px;height:90px}.customize-option.hair_base_5_winternight{background-image:url(spritesmith1.png);background-position:-1481px -652px;width:60px;height:60px}.hair_base_5_winterstar{background-image:url(spritesmith1.png);background-position:-1456px -728px;width:90px;height:90px}.customize-option.hair_base_5_winterstar{background-image:url(spritesmith1.png);background-position:-1481px -743px;width:60px;height:60px}.hair_base_5_yellow{background-image:url(spritesmith1.png);background-position:-1456px -819px;width:90px;height:90px}.customize-option.hair_base_5_yellow{background-image:url(spritesmith1.png);background-position:-1481px -834px;width:60px;height:60px}.hair_base_5_zombie{background-image:url(spritesmith1.png);background-position:-1456px -910px;width:90px;height:90px}.customize-option.hair_base_5_zombie{background-image:url(spritesmith1.png);background-position:-1481px -925px;width:60px;height:60px}.hair_base_6_TRUred{background-image:url(spritesmith1.png);background-position:-1456px -1001px;width:90px;height:90px}.customize-option.hair_base_6_TRUred{background-image:url(spritesmith1.png);background-position:-1481px -1016px;width:60px;height:60px}.hair_base_6_aurora{background-image:url(spritesmith1.png);background-position:-1456px -1092px;width:90px;height:90px}.customize-option.hair_base_6_aurora{background-image:url(spritesmith1.png);background-position:-1481px -1107px;width:60px;height:60px}.hair_base_6_black{background-image:url(spritesmith1.png);background-position:-1456px -1183px;width:90px;height:90px}.customize-option.hair_base_6_black{background-image:url(spritesmith1.png);background-position:-1481px -1198px;width:60px;height:60px}.hair_base_6_blond{background-image:url(spritesmith1.png);background-position:-1456px -1274px;width:90px;height:90px}.customize-option.hair_base_6_blond{background-image:url(spritesmith1.png);background-position:-1481px -1289px;width:60px;height:60px}.hair_base_6_blue{background-image:url(spritesmith1.png);background-position:-1456px -1365px;width:90px;height:90px}.customize-option.hair_base_6_blue{background-image:url(spritesmith1.png);background-position:-1481px -1380px;width:60px;height:60px}.hair_base_6_brown{background-image:url(spritesmith1.png);background-position:0 -1456px;width:90px;height:90px}.customize-option.hair_base_6_brown{background-image:url(spritesmith1.png);background-position:-25px -1471px;width:60px;height:60px}.hair_base_6_candycane{background-image:url(spritesmith1.png);background-position:-91px -1456px;width:90px;height:90px}.customize-option.hair_base_6_candycane{background-image:url(spritesmith1.png);background-position:-116px -1471px;width:60px;height:60px}.hair_base_6_candycorn{background-image:url(spritesmith1.png);background-position:-182px -1456px;width:90px;height:90px}.customize-option.hair_base_6_candycorn{background-image:url(spritesmith1.png);background-position:-207px -1471px;width:60px;height:60px}.hair_base_6_festive{background-image:url(spritesmith1.png);background-position:-273px -1456px;width:90px;height:90px}.customize-option.hair_base_6_festive{background-image:url(spritesmith1.png);background-position:-298px -1471px;width:60px;height:60px}.hair_base_6_frost{background-image:url(spritesmith1.png);background-position:-364px -1456px;width:90px;height:90px}.customize-option.hair_base_6_frost{background-image:url(spritesmith1.png);background-position:-389px -1471px;width:60px;height:60px}.hair_base_6_ghostwhite{background-image:url(spritesmith1.png);background-position:-455px -1456px;width:90px;height:90px}.customize-option.hair_base_6_ghostwhite{background-image:url(spritesmith1.png);background-position:-480px -1471px;width:60px;height:60px}.hair_base_6_green{background-image:url(spritesmith1.png);background-position:-546px -1456px;width:90px;height:90px}.customize-option.hair_base_6_green{background-image:url(spritesmith1.png);background-position:-571px -1471px;width:60px;height:60px}.hair_base_6_halloween{background-image:url(spritesmith1.png);background-position:-637px -1456px;width:90px;height:90px}.customize-option.hair_base_6_halloween{background-image:url(spritesmith1.png);background-position:-662px -1471px;width:60px;height:60px}.hair_base_6_holly{background-image:url(spritesmith1.png);background-position:-728px -1456px;width:90px;height:90px}.customize-option.hair_base_6_holly{background-image:url(spritesmith1.png);background-position:-753px -1471px;width:60px;height:60px}.hair_base_6_hollygreen{background-image:url(spritesmith1.png);background-position:-819px -1456px;width:90px;height:90px}.customize-option.hair_base_6_hollygreen{background-image:url(spritesmith1.png);background-position:-844px -1471px;width:60px;height:60px}.hair_base_6_midnight{background-image:url(spritesmith1.png);background-position:-910px -1456px;width:90px;height:90px}.customize-option.hair_base_6_midnight{background-image:url(spritesmith1.png);background-position:-935px -1471px;width:60px;height:60px}.hair_base_6_pblue{background-image:url(spritesmith1.png);background-position:-1001px -1456px;width:90px;height:90px}.customize-option.hair_base_6_pblue{background-image:url(spritesmith1.png);background-position:-1026px -1471px;width:60px;height:60px}.hair_base_6_peppermint{background-image:url(spritesmith1.png);background-position:-1092px -1456px;width:90px;height:90px}.customize-option.hair_base_6_peppermint{background-image:url(spritesmith1.png);background-position:-1117px -1471px;width:60px;height:60px}.hair_base_6_pgreen{background-image:url(spritesmith1.png);background-position:-1183px -1456px;width:90px;height:90px}.customize-option.hair_base_6_pgreen{background-image:url(spritesmith1.png);background-position:-1208px -1471px;width:60px;height:60px}.hair_base_6_porange{background-image:url(spritesmith1.png);background-position:-1274px -1456px;width:90px;height:90px}.customize-option.hair_base_6_porange{background-image:url(spritesmith1.png);background-position:-1299px -1471px;width:60px;height:60px}.hair_base_6_ppink{background-image:url(spritesmith1.png);background-position:-1365px -1456px;width:90px;height:90px}.customize-option.hair_base_6_ppink{background-image:url(spritesmith1.png);background-position:-1390px -1471px;width:60px;height:60px}.hair_base_6_ppurple{background-image:url(spritesmith1.png);background-position:-1456px -1456px;width:90px;height:90px}.customize-option.hair_base_6_ppurple{background-image:url(spritesmith1.png);background-position:-1481px -1471px;width:60px;height:60px}.hair_base_6_pumpkin{background-image:url(spritesmith1.png);background-position:-1547px 0;width:90px;height:90px}.customize-option.hair_base_6_pumpkin{background-image:url(spritesmith1.png);background-position:-1572px -15px;width:60px;height:60px}.hair_base_6_purple{background-image:url(spritesmith1.png);background-position:-1547px -91px;width:90px;height:90px}.customize-option.hair_base_6_purple{background-image:url(spritesmith1.png);background-position:-1572px -106px;width:60px;height:60px}.hair_base_6_pyellow{background-image:url(spritesmith1.png);background-position:-1547px -182px;width:90px;height:90px}.customize-option.hair_base_6_pyellow{background-image:url(spritesmith1.png);background-position:-1572px -197px;width:60px;height:60px}.hair_base_6_rainbow{background-image:url(spritesmith1.png);background-position:-1547px -273px;width:90px;height:90px}.customize-option.hair_base_6_rainbow{background-image:url(spritesmith1.png);background-position:-1572px -288px;width:60px;height:60px}.hair_base_6_red{background-image:url(spritesmith1.png);background-position:-1547px -364px;width:90px;height:90px}.customize-option.hair_base_6_red{background-image:url(spritesmith1.png);background-position:-1572px -379px;width:60px;height:60px}.hair_base_6_snowy{background-image:url(spritesmith1.png);background-position:-1547px -455px;width:90px;height:90px}.customize-option.hair_base_6_snowy{background-image:url(spritesmith1.png);background-position:-1572px -470px;width:60px;height:60px}.hair_base_6_white{background-image:url(spritesmith1.png);background-position:-1547px -546px;width:90px;height:90px}.customize-option.hair_base_6_white{background-image:url(spritesmith1.png);background-position:-1572px -561px;width:60px;height:60px}.hair_base_6_winternight{background-image:url(spritesmith1.png);background-position:-1547px -637px;width:90px;height:90px}.customize-option.hair_base_6_winternight{background-image:url(spritesmith1.png);background-position:-1572px -652px;width:60px;height:60px}.hair_base_6_winterstar{background-image:url(spritesmith1.png);background-position:-1547px -728px;width:90px;height:90px}.customize-option.hair_base_6_winterstar{background-image:url(spritesmith1.png);background-position:-1572px -743px;width:60px;height:60px}.hair_base_6_yellow{background-image:url(spritesmith1.png);background-position:-1547px -819px;width:90px;height:90px}.customize-option.hair_base_6_yellow{background-image:url(spritesmith1.png);background-position:-1572px -834px;width:60px;height:60px}.hair_base_6_zombie{background-image:url(spritesmith1.png);background-position:-1547px -910px;width:90px;height:90px}.customize-option.hair_base_6_zombie{background-image:url(spritesmith1.png);background-position:-1572px -925px;width:60px;height:60px}.hair_base_7_TRUred{background-image:url(spritesmith1.png);background-position:-1547px -1001px;width:90px;height:90px}.customize-option.hair_base_7_TRUred{background-image:url(spritesmith1.png);background-position:-1572px -1016px;width:60px;height:60px}.hair_base_7_aurora{background-image:url(spritesmith1.png);background-position:-1547px -1092px;width:90px;height:90px}.customize-option.hair_base_7_aurora{background-image:url(spritesmith1.png);background-position:-1572px -1107px;width:60px;height:60px}.hair_base_7_black{background-image:url(spritesmith1.png);background-position:-1547px -1183px;width:90px;height:90px}.customize-option.hair_base_7_black{background-image:url(spritesmith1.png);background-position:-1572px -1198px;width:60px;height:60px}.hair_base_7_blond{background-image:url(spritesmith1.png);background-position:-1547px -1274px;width:90px;height:90px}.customize-option.hair_base_7_blond{background-image:url(spritesmith1.png);background-position:-1572px -1289px;width:60px;height:60px}.hair_base_7_blue{background-image:url(spritesmith1.png);background-position:-1547px -1365px;width:90px;height:90px}.customize-option.hair_base_7_blue{background-image:url(spritesmith1.png);background-position:-1572px -1380px;width:60px;height:60px}.hair_base_7_brown{background-image:url(spritesmith1.png);background-position:-1547px -1456px;width:90px;height:90px}.customize-option.hair_base_7_brown{background-image:url(spritesmith1.png);background-position:-1572px -1471px;width:60px;height:60px}.hair_base_7_candycane{background-image:url(spritesmith1.png);background-position:0 -1547px;width:90px;height:90px}.customize-option.hair_base_7_candycane{background-image:url(spritesmith1.png);background-position:-25px -1562px;width:60px;height:60px}.hair_base_7_candycorn{background-image:url(spritesmith1.png);background-position:-91px -1547px;width:90px;height:90px}.customize-option.hair_base_7_candycorn{background-image:url(spritesmith1.png);background-position:-116px -1562px;width:60px;height:60px}.hair_base_7_festive{background-image:url(spritesmith1.png);background-position:-182px -1547px;width:90px;height:90px}.customize-option.hair_base_7_festive{background-image:url(spritesmith1.png);background-position:-207px -1562px;width:60px;height:60px}.hair_base_7_frost{background-image:url(spritesmith1.png);background-position:-273px -1547px;width:90px;height:90px}.customize-option.hair_base_7_frost{background-image:url(spritesmith1.png);background-position:-298px -1562px;width:60px;height:60px}.hair_base_7_ghostwhite{background-image:url(spritesmith1.png);background-position:-364px -1547px;width:90px;height:90px}.customize-option.hair_base_7_ghostwhite{background-image:url(spritesmith1.png);background-position:-389px -1562px;width:60px;height:60px}.hair_base_7_green{background-image:url(spritesmith1.png);background-position:-455px -1547px;width:90px;height:90px}.customize-option.hair_base_7_green{background-image:url(spritesmith1.png);background-position:-480px -1562px;width:60px;height:60px}.hair_base_7_halloween{background-image:url(spritesmith1.png);background-position:-546px -1547px;width:90px;height:90px}.customize-option.hair_base_7_halloween{background-image:url(spritesmith1.png);background-position:-571px -1562px;width:60px;height:60px}.hair_base_7_holly{background-image:url(spritesmith1.png);background-position:-637px -1547px;width:90px;height:90px}.customize-option.hair_base_7_holly{background-image:url(spritesmith1.png);background-position:-662px -1562px;width:60px;height:60px}.hair_base_7_hollygreen{background-image:url(spritesmith1.png);background-position:-728px -1547px;width:90px;height:90px}.customize-option.hair_base_7_hollygreen{background-image:url(spritesmith1.png);background-position:-753px -1562px;width:60px;height:60px}.hair_base_7_midnight{background-image:url(spritesmith1.png);background-position:-819px -1547px;width:90px;height:90px}.customize-option.hair_base_7_midnight{background-image:url(spritesmith1.png);background-position:-844px -1562px;width:60px;height:60px}.hair_base_7_pblue{background-image:url(spritesmith1.png);background-position:-910px -1547px;width:90px;height:90px}.customize-option.hair_base_7_pblue{background-image:url(spritesmith1.png);background-position:-935px -1562px;width:60px;height:60px}.hair_base_7_peppermint{background-image:url(spritesmith1.png);background-position:-1001px -1547px;width:90px;height:90px}.customize-option.hair_base_7_peppermint{background-image:url(spritesmith1.png);background-position:-1026px -1562px;width:60px;height:60px}.hair_base_7_pgreen{background-image:url(spritesmith1.png);background-position:-1092px -1547px;width:90px;height:90px}.customize-option.hair_base_7_pgreen{background-image:url(spritesmith1.png);background-position:-1117px -1562px;width:60px;height:60px}.hair_base_7_porange{background-image:url(spritesmith1.png);background-position:-1183px -1547px;width:90px;height:90px}.customize-option.hair_base_7_porange{background-image:url(spritesmith1.png);background-position:-1208px -1562px;width:60px;height:60px}.hair_base_7_ppink{background-image:url(spritesmith1.png);background-position:-1274px -1547px;width:90px;height:90px}.customize-option.hair_base_7_ppink{background-image:url(spritesmith1.png);background-position:-1299px -1562px;width:60px;height:60px}.hair_base_7_ppurple{background-image:url(spritesmith1.png);background-position:-1365px -1547px;width:90px;height:90px}.customize-option.hair_base_7_ppurple{background-image:url(spritesmith1.png);background-position:-1390px -1562px;width:60px;height:60px}.hair_base_7_pumpkin{background-image:url(spritesmith1.png);background-position:-1456px -1547px;width:90px;height:90px}.customize-option.hair_base_7_pumpkin{background-image:url(spritesmith1.png);background-position:-1481px -1562px;width:60px;height:60px}.hair_base_7_purple{background-image:url(spritesmith1.png);background-position:-1547px -1547px;width:90px;height:90px}.customize-option.hair_base_7_purple{background-image:url(spritesmith1.png);background-position:-1572px -1562px;width:60px;height:60px}.hair_base_7_pyellow{background-image:url(spritesmith1.png);background-position:-1638px 0;width:90px;height:90px}.customize-option.hair_base_7_pyellow{background-image:url(spritesmith1.png);background-position:-1663px -15px;width:60px;height:60px}.hair_base_7_rainbow{background-image:url(spritesmith1.png);background-position:-1638px -91px;width:90px;height:90px}.customize-option.hair_base_7_rainbow{background-image:url(spritesmith1.png);background-position:-1663px -106px;width:60px;height:60px}.hair_base_7_red{background-image:url(spritesmith1.png);background-position:-1638px -182px;width:90px;height:90px}.customize-option.hair_base_7_red{background-image:url(spritesmith1.png);background-position:-1663px -197px;width:60px;height:60px}.hair_base_7_snowy{background-image:url(spritesmith1.png);background-position:-1638px -273px;width:90px;height:90px}.customize-option.hair_base_7_snowy{background-image:url(spritesmith1.png);background-position:-1663px -288px;width:60px;height:60px}.hair_base_7_white{background-image:url(spritesmith1.png);background-position:-1638px -364px;width:90px;height:90px}.customize-option.hair_base_7_white{background-image:url(spritesmith1.png);background-position:-1663px -379px;width:60px;height:60px}.hair_base_7_winternight{background-image:url(spritesmith1.png);background-position:-1638px -455px;width:90px;height:90px}.customize-option.hair_base_7_winternight{background-image:url(spritesmith1.png);background-position:-1663px -470px;width:60px;height:60px}.hair_base_7_winterstar{background-image:url(spritesmith1.png);background-position:-1638px -546px;width:90px;height:90px}.customize-option.hair_base_7_winterstar{background-image:url(spritesmith1.png);background-position:-1663px -561px;width:60px;height:60px}.hair_base_7_yellow{background-image:url(spritesmith1.png);background-position:-1638px -637px;width:90px;height:90px}.customize-option.hair_base_7_yellow{background-image:url(spritesmith1.png);background-position:-1663px -652px;width:60px;height:60px}.hair_base_7_zombie{background-image:url(spritesmith1.png);background-position:-1638px -728px;width:90px;height:90px}.customize-option.hair_base_7_zombie{background-image:url(spritesmith1.png);background-position:-1663px -743px;width:60px;height:60px}.hair_base_8_TRUred{background-image:url(spritesmith1.png);background-position:-1638px -819px;width:90px;height:90px}.customize-option.hair_base_8_TRUred{background-image:url(spritesmith1.png);background-position:-1663px -834px;width:60px;height:60px}.hair_base_8_aurora{background-image:url(spritesmith1.png);background-position:-1638px -910px;width:90px;height:90px}.customize-option.hair_base_8_aurora{background-image:url(spritesmith1.png);background-position:-1663px -925px;width:60px;height:60px}.hair_base_8_black{background-image:url(spritesmith1.png);background-position:-1638px -1001px;width:90px;height:90px}.customize-option.hair_base_8_black{background-image:url(spritesmith1.png);background-position:-1663px -1016px;width:60px;height:60px}.hair_base_8_blond{background-image:url(spritesmith1.png);background-position:-1638px -1092px;width:90px;height:90px}.customize-option.hair_base_8_blond{background-image:url(spritesmith1.png);background-position:-1663px -1107px;width:60px;height:60px}.hair_base_8_blue{background-image:url(spritesmith1.png);background-position:-1638px -1183px;width:90px;height:90px}.customize-option.hair_base_8_blue{background-image:url(spritesmith1.png);background-position:-1663px -1198px;width:60px;height:60px}.hair_base_8_brown{background-image:url(spritesmith1.png);background-position:-1638px -1274px;width:90px;height:90px}.customize-option.hair_base_8_brown{background-image:url(spritesmith1.png);background-position:-1663px -1289px;width:60px;height:60px}.hair_base_8_candycane{background-image:url(spritesmith1.png);background-position:-1638px -1365px;width:90px;height:90px}.customize-option.hair_base_8_candycane{background-image:url(spritesmith1.png);background-position:-1663px -1380px;width:60px;height:60px}.hair_base_8_candycorn{background-image:url(spritesmith1.png);background-position:-1638px -1456px;width:90px;height:90px}.customize-option.hair_base_8_candycorn{background-image:url(spritesmith1.png);background-position:-1663px -1471px;width:60px;height:60px}.hair_base_8_festive{background-image:url(spritesmith1.png);background-position:-1638px -1547px;width:90px;height:90px}.customize-option.hair_base_8_festive{background-image:url(spritesmith1.png);background-position:-1663px -1562px;width:60px;height:60px}.hair_base_8_frost{background-image:url(spritesmith1.png);background-position:0 -1638px;width:90px;height:90px}.customize-option.hair_base_8_frost{background-image:url(spritesmith1.png);background-position:-25px -1653px;width:60px;height:60px}.hair_base_8_ghostwhite{background-image:url(spritesmith1.png);background-position:-91px -1638px;width:90px;height:90px}.customize-option.hair_base_8_ghostwhite{background-image:url(spritesmith1.png);background-position:-116px -1653px;width:60px;height:60px}.hair_base_8_green{background-image:url(spritesmith1.png);background-position:-182px -1638px;width:90px;height:90px}.customize-option.hair_base_8_green{background-image:url(spritesmith1.png);background-position:-207px -1653px;width:60px;height:60px}.hair_base_8_halloween{background-image:url(spritesmith1.png);background-position:-273px -1638px;width:90px;height:90px}.customize-option.hair_base_8_halloween{background-image:url(spritesmith1.png);background-position:-298px -1653px;width:60px;height:60px}.hair_base_8_holly{background-image:url(spritesmith1.png);background-position:-364px -1638px;width:90px;height:90px}.customize-option.hair_base_8_holly{background-image:url(spritesmith1.png);background-position:-389px -1653px;width:60px;height:60px}.hair_base_8_hollygreen{background-image:url(spritesmith1.png);background-position:-455px -1638px;width:90px;height:90px}.customize-option.hair_base_8_hollygreen{background-image:url(spritesmith1.png);background-position:-480px -1653px;width:60px;height:60px}.hair_base_8_midnight{background-image:url(spritesmith1.png);background-position:-546px -1638px;width:90px;height:90px}.customize-option.hair_base_8_midnight{background-image:url(spritesmith1.png);background-position:-571px -1653px;width:60px;height:60px}.hair_base_8_pblue{background-image:url(spritesmith1.png);background-position:-637px -1638px;width:90px;height:90px}.customize-option.hair_base_8_pblue{background-image:url(spritesmith1.png);background-position:-662px -1653px;width:60px;height:60px}.hair_base_8_peppermint{background-image:url(spritesmith1.png);background-position:-728px -1638px;width:90px;height:90px}.customize-option.hair_base_8_peppermint{background-image:url(spritesmith1.png);background-position:-753px -1653px;width:60px;height:60px}.hair_base_8_pgreen{background-image:url(spritesmith1.png);background-position:-819px -1638px;width:90px;height:90px}.customize-option.hair_base_8_pgreen{background-image:url(spritesmith1.png);background-position:-844px -1653px;width:60px;height:60px}.hair_base_8_porange{background-image:url(spritesmith1.png);background-position:-910px -1638px;width:90px;height:90px}.customize-option.hair_base_8_porange{background-image:url(spritesmith1.png);background-position:-935px -1653px;width:60px;height:60px}.hair_base_8_ppink{background-image:url(spritesmith1.png);background-position:-1001px -1638px;width:90px;height:90px}.customize-option.hair_base_8_ppink{background-image:url(spritesmith1.png);background-position:-1026px -1653px;width:60px;height:60px}.hair_base_8_ppurple{background-image:url(spritesmith1.png);background-position:-1092px -1638px;width:90px;height:90px}.customize-option.hair_base_8_ppurple{background-image:url(spritesmith1.png);background-position:-1117px -1653px;width:60px;height:60px}.hair_base_8_pumpkin{background-image:url(spritesmith1.png);background-position:-1183px -1638px;width:90px;height:90px}.customize-option.hair_base_8_pumpkin{background-image:url(spritesmith1.png);background-position:-1208px -1653px;width:60px;height:60px}.hair_base_8_purple{background-image:url(spritesmith1.png);background-position:-1274px -1638px;width:90px;height:90px}.customize-option.hair_base_8_purple{background-image:url(spritesmith1.png);background-position:-1299px -1653px;width:60px;height:60px}.hair_base_8_pyellow{background-image:url(spritesmith1.png);background-position:-1365px -1638px;width:90px;height:90px}.customize-option.hair_base_8_pyellow{background-image:url(spritesmith1.png);background-position:-1390px -1653px;width:60px;height:60px}.hair_base_8_rainbow{background-image:url(spritesmith1.png);background-position:-1456px -1638px;width:90px;height:90px}.customize-option.hair_base_8_rainbow{background-image:url(spritesmith1.png);background-position:-1481px -1653px;width:60px;height:60px}.hair_base_8_red{background-image:url(spritesmith1.png);background-position:-1547px -1638px;width:90px;height:90px}.customize-option.hair_base_8_red{background-image:url(spritesmith1.png);background-position:-1572px -1653px;width:60px;height:60px}.hair_base_8_snowy{background-image:url(spritesmith1.png);background-position:-1638px -1638px;width:90px;height:90px}.customize-option.hair_base_8_snowy{background-image:url(spritesmith1.png);background-position:-1663px -1653px;width:60px;height:60px}.hair_base_8_white{background-image:url(spritesmith1.png);background-position:-1729px 0;width:90px;height:90px}.customize-option.hair_base_8_white{background-image:url(spritesmith1.png);background-position:-1754px -15px;width:60px;height:60px}.hair_base_8_winternight{background-image:url(spritesmith1.png);background-position:-1729px -91px;width:90px;height:90px}.customize-option.hair_base_8_winternight{background-image:url(spritesmith1.png);background-position:-1754px -106px;width:60px;height:60px}.hair_base_8_winterstar{background-image:url(spritesmith1.png);background-position:-1729px -182px;width:90px;height:90px}.customize-option.hair_base_8_winterstar{background-image:url(spritesmith1.png);background-position:-1754px -197px;width:60px;height:60px}.hair_base_8_yellow{background-image:url(spritesmith1.png);background-position:-1729px -273px;width:90px;height:90px}.customize-option.hair_base_8_yellow{background-image:url(spritesmith1.png);background-position:-1754px -288px;width:60px;height:60px}.hair_base_8_zombie{background-image:url(spritesmith1.png);background-position:-1729px -364px;width:90px;height:90px}.customize-option.hair_base_8_zombie{background-image:url(spritesmith1.png);background-position:-1754px -379px;width:60px;height:60px}.hair_base_9_TRUred{background-image:url(spritesmith1.png);background-position:-1729px -455px;width:90px;height:90px}.customize-option.hair_base_9_TRUred{background-image:url(spritesmith1.png);background-position:-1754px -470px;width:60px;height:60px}.hair_base_9_aurora{background-image:url(spritesmith1.png);background-position:-1729px -546px;width:90px;height:90px}.customize-option.hair_base_9_aurora{background-image:url(spritesmith1.png);background-position:-1754px -561px;width:60px;height:60px}.hair_base_9_black{background-image:url(spritesmith1.png);background-position:-1729px -637px;width:90px;height:90px}.customize-option.hair_base_9_black{background-image:url(spritesmith1.png);background-position:-1754px -652px;width:60px;height:60px}.hair_base_9_blond{background-image:url(spritesmith1.png);background-position:-1729px -728px;width:90px;height:90px}.customize-option.hair_base_9_blond{background-image:url(spritesmith1.png);background-position:-1754px -743px;width:60px;height:60px}.hair_base_9_blue{background-image:url(spritesmith1.png);background-position:-1729px -819px;width:90px;height:90px}.customize-option.hair_base_9_blue{background-image:url(spritesmith1.png);background-position:-1754px -834px;width:60px;height:60px}.hair_base_9_brown{background-image:url(spritesmith1.png);background-position:-1729px -910px;width:90px;height:90px}.customize-option.hair_base_9_brown{background-image:url(spritesmith1.png);background-position:-1754px -925px;width:60px;height:60px}.hair_base_9_candycane{background-image:url(spritesmith1.png);background-position:-1729px -1001px;width:90px;height:90px}.customize-option.hair_base_9_candycane{background-image:url(spritesmith1.png);background-position:-1754px -1016px;width:60px;height:60px}.hair_base_9_candycorn{background-image:url(spritesmith1.png);background-position:-1729px -1092px;width:90px;height:90px}.customize-option.hair_base_9_candycorn{background-image:url(spritesmith1.png);background-position:-1754px -1107px;width:60px;height:60px}.hair_base_9_festive{background-image:url(spritesmith1.png);background-position:-1729px -1183px;width:90px;height:90px}.customize-option.hair_base_9_festive{background-image:url(spritesmith1.png);background-position:-1754px -1198px;width:60px;height:60px}.hair_base_9_frost{background-image:url(spritesmith1.png);background-position:-1729px -1274px;width:90px;height:90px}.customize-option.hair_base_9_frost{background-image:url(spritesmith1.png);background-position:-1754px -1289px;width:60px;height:60px}.hair_base_9_ghostwhite{background-image:url(spritesmith1.png);background-position:-1729px -1365px;width:90px;height:90px}.customize-option.hair_base_9_ghostwhite{background-image:url(spritesmith1.png);background-position:-1754px -1380px;width:60px;height:60px}.hair_base_9_green{background-image:url(spritesmith1.png);background-position:-1729px -1456px;width:90px;height:90px}.customize-option.hair_base_9_green{background-image:url(spritesmith1.png);background-position:-1754px -1471px;width:60px;height:60px}.hair_base_9_halloween{background-image:url(spritesmith1.png);background-position:-1729px -1547px;width:90px;height:90px}.customize-option.hair_base_9_halloween{background-image:url(spritesmith1.png);background-position:-1754px -1562px;width:60px;height:60px}.hair_base_9_holly{background-image:url(spritesmith1.png);background-position:-1729px -1638px;width:90px;height:90px}.customize-option.hair_base_9_holly{background-image:url(spritesmith1.png);background-position:-1754px -1653px;width:60px;height:60px}.hair_base_9_hollygreen{background-image:url(spritesmith1.png);background-position:0 -1729px;width:90px;height:90px}.customize-option.hair_base_9_hollygreen{background-image:url(spritesmith1.png);background-position:-25px -1744px;width:60px;height:60px}.hair_base_9_midnight{background-image:url(spritesmith1.png);background-position:-91px -1729px;width:90px;height:90px}.customize-option.hair_base_9_midnight{background-image:url(spritesmith1.png);background-position:-116px -1744px;width:60px;height:60px}.hair_base_9_pblue{background-image:url(spritesmith1.png);background-position:-182px -1729px;width:90px;height:90px}.customize-option.hair_base_9_pblue{background-image:url(spritesmith1.png);background-position:-207px -1744px;width:60px;height:60px}.hair_base_9_peppermint{background-image:url(spritesmith1.png);background-position:-273px -1729px;width:90px;height:90px}.customize-option.hair_base_9_peppermint{background-image:url(spritesmith1.png);background-position:-298px -1744px;width:60px;height:60px}.hair_base_9_pgreen{background-image:url(spritesmith1.png);background-position:-364px -1729px;width:90px;height:90px}.customize-option.hair_base_9_pgreen{background-image:url(spritesmith1.png);background-position:-389px -1744px;width:60px;height:60px}.hair_base_9_porange{background-image:url(spritesmith1.png);background-position:-455px -1729px;width:90px;height:90px}.customize-option.hair_base_9_porange{background-image:url(spritesmith1.png);background-position:-480px -1744px;width:60px;height:60px}.hair_base_9_ppink{background-image:url(spritesmith1.png);background-position:-546px -1729px;width:90px;height:90px}.customize-option.hair_base_9_ppink{background-image:url(spritesmith1.png);background-position:-571px -1744px;width:60px;height:60px}.hair_base_9_ppurple{background-image:url(spritesmith1.png);background-position:-637px -1729px;width:90px;height:90px}.customize-option.hair_base_9_ppurple{background-image:url(spritesmith1.png);background-position:-662px -1744px;width:60px;height:60px}.hair_base_9_pumpkin{background-image:url(spritesmith1.png);background-position:-728px -1729px;width:90px;height:90px}.customize-option.hair_base_9_pumpkin{background-image:url(spritesmith1.png);background-position:-753px -1744px;width:60px;height:60px}.hair_base_9_purple{background-image:url(spritesmith1.png);background-position:-819px -1729px;width:90px;height:90px}.customize-option.hair_base_9_purple{background-image:url(spritesmith1.png);background-position:-844px -1744px;width:60px;height:60px}.hair_base_9_pyellow{background-image:url(spritesmith1.png);background-position:-910px -1729px;width:90px;height:90px}.customize-option.hair_base_9_pyellow{background-image:url(spritesmith1.png);background-position:-935px -1744px;width:60px;height:60px}.hair_base_9_rainbow{background-image:url(spritesmith1.png);background-position:-1001px -1729px;width:90px;height:90px}.customize-option.hair_base_9_rainbow{background-image:url(spritesmith1.png);background-position:-1026px -1744px;width:60px;height:60px}.hair_base_9_red{background-image:url(spritesmith1.png);background-position:-1092px -1729px;width:90px;height:90px}.customize-option.hair_base_9_red{background-image:url(spritesmith1.png);background-position:-1117px -1744px;width:60px;height:60px}.hair_base_9_snowy{background-image:url(spritesmith1.png);background-position:-1183px -1729px;width:90px;height:90px}.customize-option.hair_base_9_snowy{background-image:url(spritesmith1.png);background-position:-1208px -1744px;width:60px;height:60px}.hair_base_9_white{background-image:url(spritesmith1.png);background-position:-1274px -1729px;width:90px;height:90px}.customize-option.hair_base_9_white{background-image:url(spritesmith1.png);background-position:-1299px -1744px;width:60px;height:60px}.hair_base_9_winternight{background-image:url(spritesmith2.png);background-position:-1001px -819px;width:90px;height:90px}.customize-option.hair_base_9_winternight{background-image:url(spritesmith2.png);background-position:-1026px -834px;width:60px;height:60px}.hair_base_9_winterstar{background-image:url(spritesmith2.png);background-position:-485px -1228px;width:90px;height:90px}.customize-option.hair_base_9_winterstar{background-image:url(spritesmith2.png);background-position:-510px -1243px;width:60px;height:60px}.hair_base_9_yellow{background-image:url(spritesmith2.png);background-position:-224px -955px;width:90px;height:90px}.customize-option.hair_base_9_yellow{background-image:url(spritesmith2.png);background-position:-249px -970px;width:60px;height:60px}.hair_base_9_zombie{background-image:url(spritesmith2.png);background-position:-539px -955px;width:90px;height:90px}.customize-option.hair_base_9_zombie{background-image:url(spritesmith2.png);background-position:-564px -970px;width:60px;height:60px}.broad_shirt_black{background-image:url(spritesmith2.png);background-position:-630px -955px;width:90px;height:90px}.customize-option.broad_shirt_black{background-image:url(spritesmith2.png);background-position:-655px -985px;width:60px;height:60px}.broad_shirt_blue{background-image:url(spritesmith2.png);background-position:-1092px -91px;width:90px;height:90px}.customize-option.broad_shirt_blue{background-image:url(spritesmith2.png);background-position:-1117px -121px;width:60px;height:60px}.broad_shirt_convict{background-image:url(spritesmith2.png);background-position:-1092px -182px;width:90px;height:90px}.customize-option.broad_shirt_convict{background-image:url(spritesmith2.png);background-position:-1117px -212px;width:60px;height:60px}.broad_shirt_cross{background-image:url(spritesmith2.png);background-position:-1092px -273px;width:90px;height:90px}.customize-option.broad_shirt_cross{background-image:url(spritesmith2.png);background-position:-1117px -303px;width:60px;height:60px}.broad_shirt_fire{background-image:url(spritesmith2.png);background-position:-1092px -364px;width:90px;height:90px}.customize-option.broad_shirt_fire{background-image:url(spritesmith2.png);background-position:-1117px -394px;width:60px;height:60px}.broad_shirt_green{background-image:url(spritesmith2.png);background-position:-819px -1319px;width:90px;height:90px}.customize-option.broad_shirt_green{background-image:url(spritesmith2.png);background-position:-844px -1349px;width:60px;height:60px}.broad_shirt_horizon{background-image:url(spritesmith2.png);background-position:-910px -1319px;width:90px;height:90px}.customize-option.broad_shirt_horizon{background-image:url(spritesmith2.png);background-position:-935px -1349px;width:60px;height:60px}.broad_shirt_ocean{background-image:url(spritesmith2.png);background-position:-1183px -1319px;width:90px;height:90px}.customize-option.broad_shirt_ocean{background-image:url(spritesmith2.png);background-position:-1208px -1349px;width:60px;height:60px}.broad_shirt_pink{background-image:url(spritesmith2.png);background-position:-364px 0;width:90px;height:90px}.customize-option.broad_shirt_pink{background-image:url(spritesmith2.png);background-position:-389px -30px;width:60px;height:60px}.broad_shirt_purple{background-image:url(spritesmith2.png);background-position:-364px -91px;width:90px;height:90px}.customize-option.broad_shirt_purple{background-image:url(spritesmith2.png);background-position:-389px -121px;width:60px;height:60px}.broad_shirt_rainbow{background-image:url(spritesmith2.png);background-position:-364px -182px;width:90px;height:90px}.customize-option.broad_shirt_rainbow{background-image:url(spritesmith2.png);background-position:-389px -212px;width:60px;height:60px}.broad_shirt_redblue{background-image:url(spritesmith2.png);background-position:0 -318px;width:90px;height:90px}.customize-option.broad_shirt_redblue{background-image:url(spritesmith2.png);background-position:-25px -348px;width:60px;height:60px}.broad_shirt_thunder{background-image:url(spritesmith2.png);background-position:-91px -318px;width:90px;height:90px}.customize-option.broad_shirt_thunder{background-image:url(spritesmith2.png);background-position:-116px -348px;width:60px;height:60px}.broad_shirt_tropical{background-image:url(spritesmith2.png);background-position:-182px -318px;width:90px;height:90px}.customize-option.broad_shirt_tropical{background-image:url(spritesmith2.png);background-position:-207px -348px;width:60px;height:60px}.broad_shirt_white{background-image:url(spritesmith2.png);background-position:-273px -318px;width:90px;height:90px}.customize-option.broad_shirt_white{background-image:url(spritesmith2.png);background-position:-298px -348px;width:60px;height:60px}.broad_shirt_yellow{background-image:url(spritesmith2.png);background-position:-364px -318px;width:90px;height:90px}.customize-option.broad_shirt_yellow{background-image:url(spritesmith2.png);background-position:-389px -348px;width:60px;height:60px}.broad_shirt_zombie{background-image:url(spritesmith2.png);background-position:-455px 0;width:90px;height:90px}.customize-option.broad_shirt_zombie{background-image:url(spritesmith2.png);background-position:-480px -30px;width:60px;height:60px}.slim_shirt_black{background-image:url(spritesmith2.png);background-position:-455px -91px;width:90px;height:90px}.customize-option.slim_shirt_black{background-image:url(spritesmith2.png);background-position:-480px -121px;width:60px;height:60px}.slim_shirt_blue{background-image:url(spritesmith2.png);background-position:-455px -182px;width:90px;height:90px}.customize-option.slim_shirt_blue{background-image:url(spritesmith2.png);background-position:-480px -212px;width:60px;height:60px}.slim_shirt_convict{background-image:url(spritesmith2.png);background-position:-455px -273px;width:90px;height:90px}.customize-option.slim_shirt_convict{background-image:url(spritesmith2.png);background-position:-480px -303px;width:60px;height:60px}.slim_shirt_cross{background-image:url(spritesmith2.png);background-position:0 -409px;width:90px;height:90px}.customize-option.slim_shirt_cross{background-image:url(spritesmith2.png);background-position:-25px -439px;width:60px;height:60px}.slim_shirt_fire{background-image:url(spritesmith2.png);background-position:-91px -409px;width:90px;height:90px}.customize-option.slim_shirt_fire{background-image:url(spritesmith2.png);background-position:-116px -439px;width:60px;height:60px}.slim_shirt_green{background-image:url(spritesmith2.png);background-position:-182px -409px;width:90px;height:90px}.customize-option.slim_shirt_green{background-image:url(spritesmith2.png);background-position:-207px -439px;width:60px;height:60px}.slim_shirt_horizon{background-image:url(spritesmith2.png);background-position:-273px -409px;width:90px;height:90px}.customize-option.slim_shirt_horizon{background-image:url(spritesmith2.png);background-position:-298px -439px;width:60px;height:60px}.slim_shirt_ocean{background-image:url(spritesmith2.png);background-position:-364px -409px;width:90px;height:90px}.customize-option.slim_shirt_ocean{background-image:url(spritesmith2.png);background-position:-389px -439px;width:60px;height:60px}.slim_shirt_pink{background-image:url(spritesmith2.png);background-position:-455px -409px;width:90px;height:90px}.customize-option.slim_shirt_pink{background-image:url(spritesmith2.png);background-position:-480px -439px;width:60px;height:60px}.slim_shirt_purple{background-image:url(spritesmith2.png);background-position:-546px 0;width:90px;height:90px}.customize-option.slim_shirt_purple{background-image:url(spritesmith2.png);background-position:-571px -30px;width:60px;height:60px}.slim_shirt_rainbow{background-image:url(spritesmith2.png);background-position:-546px -91px;width:90px;height:90px}.customize-option.slim_shirt_rainbow{background-image:url(spritesmith2.png);background-position:-571px -121px;width:60px;height:60px}.slim_shirt_redblue{background-image:url(spritesmith2.png);background-position:-546px -182px;width:90px;height:90px}.customize-option.slim_shirt_redblue{background-image:url(spritesmith2.png);background-position:-571px -212px;width:60px;height:60px}.slim_shirt_thunder{background-image:url(spritesmith2.png);background-position:-546px -273px;width:90px;height:90px}.customize-option.slim_shirt_thunder{background-image:url(spritesmith2.png);background-position:-571px -303px;width:60px;height:60px}.slim_shirt_tropical{background-image:url(spritesmith2.png);background-position:-546px -364px;width:90px;height:90px}.customize-option.slim_shirt_tropical{background-image:url(spritesmith2.png);background-position:-571px -394px;width:60px;height:60px}.slim_shirt_white{background-image:url(spritesmith2.png);background-position:0 -500px;width:90px;height:90px}.customize-option.slim_shirt_white{background-image:url(spritesmith2.png);background-position:-25px -530px;width:60px;height:60px}.slim_shirt_yellow{background-image:url(spritesmith2.png);background-position:-91px -500px;width:90px;height:90px}.customize-option.slim_shirt_yellow{background-image:url(spritesmith2.png);background-position:-116px -530px;width:60px;height:60px}.slim_shirt_zombie{background-image:url(spritesmith2.png);background-position:-182px -500px;width:90px;height:90px}.customize-option.slim_shirt_zombie{background-image:url(spritesmith2.png);background-position:-207px -530px;width:60px;height:60px}.skin_0ff591{background-image:url(spritesmith2.png);background-position:-273px -500px;width:90px;height:90px}.customize-option.skin_0ff591{background-image:url(spritesmith2.png);background-position:-298px -515px;width:60px;height:60px}.skin_0ff591_sleep{background-image:url(spritesmith2.png);background-position:-364px -500px;width:90px;height:90px}.customize-option.skin_0ff591_sleep{background-image:url(spritesmith2.png);background-position:-389px -515px;width:60px;height:60px}.skin_2b43f6{background-image:url(spritesmith2.png);background-position:-455px -500px;width:90px;height:90px}.customize-option.skin_2b43f6{background-image:url(spritesmith2.png);background-position:-480px -515px;width:60px;height:60px}.skin_2b43f6_sleep{background-image:url(spritesmith2.png);background-position:-546px -500px;width:90px;height:90px}.customize-option.skin_2b43f6_sleep{background-image:url(spritesmith2.png);background-position:-571px -515px;width:60px;height:60px}.skin_6bd049{background-image:url(spritesmith2.png);background-position:-637px 0;width:90px;height:90px}.customize-option.skin_6bd049{background-image:url(spritesmith2.png);background-position:-662px -15px;width:60px;height:60px}.skin_6bd049_sleep{background-image:url(spritesmith2.png);background-position:-637px -91px;width:90px;height:90px}.customize-option.skin_6bd049_sleep{background-image:url(spritesmith2.png);background-position:-662px -106px;width:60px;height:60px}.skin_800ed0{background-image:url(spritesmith2.png);background-position:-637px -182px;width:90px;height:90px}.customize-option.skin_800ed0{background-image:url(spritesmith2.png);background-position:-662px -197px;width:60px;height:60px}.skin_800ed0_sleep{background-image:url(spritesmith2.png);background-position:-637px -273px;width:90px;height:90px}.customize-option.skin_800ed0_sleep{background-image:url(spritesmith2.png);background-position:-662px -288px;width:60px;height:60px}.skin_915533{background-image:url(spritesmith2.png);background-position:-637px -364px;width:90px;height:90px}.customize-option.skin_915533{background-image:url(spritesmith2.png);background-position:-662px -379px;width:60px;height:60px}.skin_915533_sleep{background-image:url(spritesmith2.png);background-position:-637px -455px;width:90px;height:90px}.customize-option.skin_915533_sleep{background-image:url(spritesmith2.png);background-position:-662px -470px;width:60px;height:60px}.skin_98461a{background-image:url(spritesmith2.png);background-position:0 -591px;width:90px;height:90px}.customize-option.skin_98461a{background-image:url(spritesmith2.png);background-position:-25px -606px;width:60px;height:60px}.skin_98461a_sleep{background-image:url(spritesmith2.png);background-position:-91px -591px;width:90px;height:90px}.customize-option.skin_98461a_sleep{background-image:url(spritesmith2.png);background-position:-116px -606px;width:60px;height:60px}.skin_c06534{background-image:url(spritesmith2.png);background-position:-182px -591px;width:90px;height:90px}.customize-option.skin_c06534{background-image:url(spritesmith2.png);background-position:-207px -606px;width:60px;height:60px}.skin_c06534_sleep{background-image:url(spritesmith2.png);background-position:-273px -591px;width:90px;height:90px}.customize-option.skin_c06534_sleep{background-image:url(spritesmith2.png);background-position:-298px -606px;width:60px;height:60px}.skin_c3e1dc{background-image:url(spritesmith2.png);background-position:-364px -591px;width:90px;height:90px}.customize-option.skin_c3e1dc{background-image:url(spritesmith2.png);background-position:-389px -606px;width:60px;height:60px}.skin_c3e1dc_sleep{background-image:url(spritesmith2.png);background-position:-455px -591px;width:90px;height:90px}.customize-option.skin_c3e1dc_sleep{background-image:url(spritesmith2.png);background-position:-480px -606px;width:60px;height:60px}.skin_candycorn{background-image:url(spritesmith2.png);background-position:-546px -591px;width:90px;height:90px}.customize-option.skin_candycorn{background-image:url(spritesmith2.png);background-position:-571px -606px;width:60px;height:60px}.skin_candycorn_sleep{background-image:url(spritesmith2.png);background-position:-637px -591px;width:90px;height:90px}.customize-option.skin_candycorn_sleep{background-image:url(spritesmith2.png);background-position:-662px -606px;width:60px;height:60px}.skin_d7a9f7{background-image:url(spritesmith2.png);background-position:-728px 0;width:90px;height:90px}.customize-option.skin_d7a9f7{background-image:url(spritesmith2.png);background-position:-753px -15px;width:60px;height:60px}.skin_d7a9f7_sleep{background-image:url(spritesmith2.png);background-position:-728px -91px;width:90px;height:90px}.customize-option.skin_d7a9f7_sleep{background-image:url(spritesmith2.png);background-position:-753px -106px;width:60px;height:60px}.skin_ddc994{background-image:url(spritesmith2.png);background-position:-728px -182px;width:90px;height:90px}.customize-option.skin_ddc994{background-image:url(spritesmith2.png);background-position:-753px -197px;width:60px;height:60px}.skin_ddc994_sleep{background-image:url(spritesmith2.png);background-position:-728px -273px;width:90px;height:90px}.customize-option.skin_ddc994_sleep{background-image:url(spritesmith2.png);background-position:-753px -288px;width:60px;height:60px}.skin_ea8349{background-image:url(spritesmith2.png);background-position:-728px -364px;width:90px;height:90px}.customize-option.skin_ea8349{background-image:url(spritesmith2.png);background-position:-753px -379px;width:60px;height:60px}.skin_ea8349_sleep{background-image:url(spritesmith2.png);background-position:-728px -455px;width:90px;height:90px}.customize-option.skin_ea8349_sleep{background-image:url(spritesmith2.png);background-position:-753px -470px;width:60px;height:60px}.skin_eb052b{background-image:url(spritesmith2.png);background-position:-728px -546px;width:90px;height:90px}.customize-option.skin_eb052b{background-image:url(spritesmith2.png);background-position:-753px -561px;width:60px;height:60px}.skin_eb052b_sleep{background-image:url(spritesmith2.png);background-position:0 -682px;width:90px;height:90px}.customize-option.skin_eb052b_sleep{background-image:url(spritesmith2.png);background-position:-25px -697px;width:60px;height:60px}.skin_f5a76e{background-image:url(spritesmith2.png);background-position:-91px -682px;width:90px;height:90px}.customize-option.skin_f5a76e{background-image:url(spritesmith2.png);background-position:-116px -697px;width:60px;height:60px}.skin_f5a76e_sleep{background-image:url(spritesmith2.png);background-position:-182px -682px;width:90px;height:90px}.customize-option.skin_f5a76e_sleep{background-image:url(spritesmith2.png);background-position:-207px -697px;width:60px;height:60px}.skin_f5d70f{background-image:url(spritesmith2.png);background-position:-273px -682px;width:90px;height:90px}.customize-option.skin_f5d70f{background-image:url(spritesmith2.png);background-position:-298px -697px;width:60px;height:60px}.skin_f5d70f_sleep{background-image:url(spritesmith2.png);background-position:-364px -682px;width:90px;height:90px}.customize-option.skin_f5d70f_sleep{background-image:url(spritesmith2.png);background-position:-389px -697px;width:60px;height:60px}.skin_f69922{background-image:url(spritesmith2.png);background-position:-455px -682px;width:90px;height:90px}.customize-option.skin_f69922{background-image:url(spritesmith2.png);background-position:-480px -697px;width:60px;height:60px}.skin_f69922_sleep{background-image:url(spritesmith2.png);background-position:-546px -682px;width:90px;height:90px}.customize-option.skin_f69922_sleep{background-image:url(spritesmith2.png);background-position:-571px -697px;width:60px;height:60px}.skin_ghost{background-image:url(spritesmith2.png);background-position:-637px -682px;width:90px;height:90px}.customize-option.skin_ghost{background-image:url(spritesmith2.png);background-position:-662px -697px;width:60px;height:60px}.skin_ghost_sleep{background-image:url(spritesmith2.png);background-position:-728px -682px;width:90px;height:90px}.customize-option.skin_ghost_sleep{background-image:url(spritesmith2.png);background-position:-753px -697px;width:60px;height:60px}.skin_monster{background-image:url(spritesmith2.png);background-position:-819px 0;width:90px;height:90px}.customize-option.skin_monster{background-image:url(spritesmith2.png);background-position:-844px -15px;width:60px;height:60px}.skin_monster_sleep{background-image:url(spritesmith2.png);background-position:-819px -91px;width:90px;height:90px}.customize-option.skin_monster_sleep{background-image:url(spritesmith2.png);background-position:-844px -106px;width:60px;height:60px}.skin_ogre{background-image:url(spritesmith2.png);background-position:-819px -182px;width:90px;height:90px}.customize-option.skin_ogre{background-image:url(spritesmith2.png);background-position:-844px -197px;width:60px;height:60px}.skin_ogre_sleep{background-image:url(spritesmith2.png);background-position:-819px -273px;width:90px;height:90px}.customize-option.skin_ogre_sleep{background-image:url(spritesmith2.png);background-position:-844px -288px;width:60px;height:60px}.skin_pumpkin{background-image:url(spritesmith2.png);background-position:-819px -364px;width:90px;height:90px}.customize-option.skin_pumpkin{background-image:url(spritesmith2.png);background-position:-844px -379px;width:60px;height:60px}.skin_pumpkin2{background-image:url(spritesmith2.png);background-position:-819px -455px;width:90px;height:90px}.customize-option.skin_pumpkin2{background-image:url(spritesmith2.png);background-position:-844px -470px;width:60px;height:60px}.skin_pumpkin2_sleep{background-image:url(spritesmith2.png);background-position:-819px -546px;width:90px;height:90px}.customize-option.skin_pumpkin2_sleep{background-image:url(spritesmith2.png);background-position:-844px -561px;width:60px;height:60px}.skin_pumpkin_sleep{background-image:url(spritesmith2.png);background-position:-819px -637px;width:90px;height:90px}.customize-option.skin_pumpkin_sleep{background-image:url(spritesmith2.png);background-position:-844px -652px;width:60px;height:60px}.skin_rainbow{background-image:url(spritesmith2.png);background-position:0 -773px;width:90px;height:90px}.customize-option.skin_rainbow{background-image:url(spritesmith2.png);background-position:-25px -788px;width:60px;height:60px}.skin_rainbow_sleep{background-image:url(spritesmith2.png);background-position:-91px -773px;width:90px;height:90px}.customize-option.skin_rainbow_sleep{background-image:url(spritesmith2.png);background-position:-116px -788px;width:60px;height:60px}.skin_reptile{background-image:url(spritesmith2.png);background-position:-182px -773px;width:90px;height:90px}.customize-option.skin_reptile{background-image:url(spritesmith2.png);background-position:-207px -788px;width:60px;height:60px}.skin_reptile_sleep{background-image:url(spritesmith2.png);background-position:-273px -773px;width:90px;height:90px}.customize-option.skin_reptile_sleep{background-image:url(spritesmith2.png);background-position:-298px -788px;width:60px;height:60px}.skin_shadow{background-image:url(spritesmith2.png);background-position:-364px -773px;width:90px;height:90px}.customize-option.skin_shadow{background-image:url(spritesmith2.png);background-position:-389px -788px;width:60px;height:60px}.skin_shadow2{background-image:url(spritesmith2.png);background-position:-455px -773px;width:90px;height:90px}.customize-option.skin_shadow2{background-image:url(spritesmith2.png);background-position:-480px -788px;width:60px;height:60px}.skin_shadow2_sleep{background-image:url(spritesmith2.png);background-position:-546px -773px;width:90px;height:90px}.customize-option.skin_shadow2_sleep{background-image:url(spritesmith2.png);background-position:-571px -788px;width:60px;height:60px}.skin_shadow_sleep{background-image:url(spritesmith2.png);background-position:-637px -773px;width:90px;height:90px}.customize-option.skin_shadow_sleep{background-image:url(spritesmith2.png);background-position:-662px -788px;width:60px;height:60px}.skin_skeleton{background-image:url(spritesmith2.png);background-position:-728px -773px;width:90px;height:90px}.customize-option.skin_skeleton{background-image:url(spritesmith2.png);background-position:-753px -788px;width:60px;height:60px}.skin_skeleton2{background-image:url(spritesmith2.png);background-position:-819px -773px;width:90px;height:90px}.customize-option.skin_skeleton2{background-image:url(spritesmith2.png);background-position:-844px -788px;width:60px;height:60px}.skin_skeleton2_sleep{background-image:url(spritesmith2.png);background-position:-910px 0;width:90px;height:90px}.customize-option.skin_skeleton2_sleep{background-image:url(spritesmith2.png);background-position:-935px -15px;width:60px;height:60px}.skin_skeleton_sleep{background-image:url(spritesmith2.png);background-position:-910px -91px;width:90px;height:90px}.customize-option.skin_skeleton_sleep{background-image:url(spritesmith2.png);background-position:-935px -106px;width:60px;height:60px}.skin_transparent{background-image:url(spritesmith2.png);background-position:-910px -182px;width:90px;height:90px}.customize-option.skin_transparent{background-image:url(spritesmith2.png);background-position:-935px -197px;width:60px;height:60px}.skin_transparent_sleep{background-image:url(spritesmith2.png);background-position:-910px -273px;width:90px;height:90px}.customize-option.skin_transparent_sleep{background-image:url(spritesmith2.png);background-position:-935px -288px;width:60px;height:60px}.skin_zombie{background-image:url(spritesmith2.png);background-position:-910px -364px;width:90px;height:90px}.customize-option.skin_zombie{background-image:url(spritesmith2.png);background-position:-935px -379px;width:60px;height:60px}.skin_zombie2{background-image:url(spritesmith2.png);background-position:-910px -455px;width:90px;height:90px}.customize-option.skin_zombie2{background-image:url(spritesmith2.png);background-position:-935px -470px;width:60px;height:60px}.skin_zombie2_sleep{background-image:url(spritesmith2.png);background-position:-910px -546px;width:90px;height:90px}.customize-option.skin_zombie2_sleep{background-image:url(spritesmith2.png);background-position:-935px -561px;width:60px;height:60px}.skin_zombie_sleep{background-image:url(spritesmith2.png);background-position:-910px -637px;width:90px;height:90px}.customize-option.skin_zombie_sleep{background-image:url(spritesmith2.png);background-position:-935px -652px;width:60px;height:60px}.broad_armor_healer_1{background-image:url(spritesmith2.png);background-position:-910px -728px;width:90px;height:90px}.broad_armor_healer_2{background-image:url(spritesmith2.png);background-position:0 -864px;width:90px;height:90px}.broad_armor_healer_3{background-image:url(spritesmith2.png);background-position:-91px -864px;width:90px;height:90px}.broad_armor_healer_4{background-image:url(spritesmith2.png);background-position:-182px -864px;width:90px;height:90px}.broad_armor_healer_5{background-image:url(spritesmith2.png);background-position:-273px -864px;width:90px;height:90px}.broad_armor_rogue_1{background-image:url(spritesmith2.png);background-position:-364px -864px;width:90px;height:90px}.broad_armor_rogue_2{background-image:url(spritesmith2.png);background-position:-455px -864px;width:90px;height:90px}.broad_armor_rogue_3{background-image:url(spritesmith2.png);background-position:-546px -864px;width:90px;height:90px}.broad_armor_rogue_4{background-image:url(spritesmith2.png);background-position:-637px -864px;width:90px;height:90px}.broad_armor_rogue_5{background-image:url(spritesmith2.png);background-position:-728px -864px;width:90px;height:90px}.broad_armor_special_2{background-image:url(spritesmith2.png);background-position:-819px -864px;width:90px;height:90px}.broad_armor_warrior_1{background-image:url(spritesmith2.png);background-position:-910px -864px;width:90px;height:90px}.broad_armor_warrior_2{background-image:url(spritesmith2.png);background-position:-1001px 0;width:90px;height:90px}.broad_armor_warrior_3{background-image:url(spritesmith2.png);background-position:-1001px -91px;width:90px;height:90px}.broad_armor_warrior_4{background-image:url(spritesmith2.png);background-position:-1001px -182px;width:90px;height:90px}.broad_armor_warrior_5{background-image:url(spritesmith2.png);background-position:-1001px -273px;width:90px;height:90px}.broad_armor_wizard_1{background-image:url(spritesmith2.png);background-position:-1001px -364px;width:90px;height:90px}.broad_armor_wizard_2{background-image:url(spritesmith2.png);background-position:-1001px -455px;width:90px;height:90px}.broad_armor_wizard_3{background-image:url(spritesmith2.png);background-position:-1001px -546px;width:90px;height:90px}.broad_armor_wizard_4{background-image:url(spritesmith2.png);background-position:-1001px -637px;width:90px;height:90px}.broad_armor_wizard_5{background-image:url(spritesmith2.png);background-position:-1001px -728px;width:90px;height:90px}.shop_armor_healer_1{background-image:url(spritesmith2.png);background-position:-926px -1542px;width:40px;height:40px}.shop_armor_healer_2{background-image:url(spritesmith2.png);background-position:-885px -1542px;width:40px;height:40px}.shop_armor_healer_3{background-image:url(spritesmith2.png);background-position:-844px -1542px;width:40px;height:40px}.shop_armor_healer_4{background-image:url(spritesmith2.png);background-position:-803px -1542px;width:40px;height:40px}.shop_armor_healer_5{background-image:url(spritesmith2.png);background-position:-762px -1542px;width:40px;height:40px}.shop_armor_rogue_1{background-image:url(spritesmith2.png);background-position:-721px -1542px;width:40px;height:40px}.shop_armor_rogue_2{background-image:url(spritesmith2.png);background-position:-680px -1542px;width:40px;height:40px}.shop_armor_rogue_3{background-image:url(spritesmith2.png);background-position:-639px -1542px;width:40px;height:40px}.shop_armor_rogue_4{background-image:url(spritesmith2.png);background-position:-598px -1542px;width:40px;height:40px}.shop_armor_rogue_5{background-image:url(spritesmith2.png);background-position:-557px -1542px;width:40px;height:40px}.shop_armor_special_0{background-image:url(spritesmith2.png);background-position:-516px -1542px;width:40px;height:40px}.shop_armor_special_1{background-image:url(spritesmith2.png);background-position:-475px -1542px;width:40px;height:40px}.shop_armor_special_2{background-image:url(spritesmith2.png);background-position:-434px -1542px;width:40px;height:40px}.shop_armor_warrior_1{background-image:url(spritesmith2.png);background-position:-393px -1542px;width:40px;height:40px}.shop_armor_warrior_2{background-image:url(spritesmith2.png);background-position:-352px -1542px;width:40px;height:40px}.shop_armor_warrior_3{background-image:url(spritesmith2.png);background-position:-311px -1542px;width:40px;height:40px}.shop_armor_warrior_4{background-image:url(spritesmith2.png);background-position:-270px -1542px;width:40px;height:40px}.shop_armor_warrior_5{background-image:url(spritesmith2.png);background-position:-229px -1542px;width:40px;height:40px}.shop_armor_wizard_1{background-image:url(spritesmith2.png);background-position:-188px -1542px;width:40px;height:40px}.shop_armor_wizard_2{background-image:url(spritesmith2.png);background-position:-147px -1542px;width:40px;height:40px}.shop_armor_wizard_3{background-image:url(spritesmith2.png);background-position:-106px -1542px;width:40px;height:40px}.shop_armor_wizard_4{background-image:url(spritesmith2.png);background-position:-1582px -1501px;width:40px;height:40px}.shop_armor_wizard_5{background-image:url(spritesmith2.png);background-position:-1541px -1501px;width:40px;height:40px}.slim_armor_healer_1{background-image:url(spritesmith2.png);background-position:-91px -1046px;width:90px;height:90px}.slim_armor_healer_2{background-image:url(spritesmith2.png);background-position:-182px -1046px;width:90px;height:90px}.slim_armor_healer_3{background-image:url(spritesmith2.png);background-position:-273px -1046px;width:90px;height:90px}.slim_armor_healer_4{background-image:url(spritesmith2.png);background-position:-364px -1046px;width:90px;height:90px}.slim_armor_healer_5{background-image:url(spritesmith2.png);background-position:-455px -1046px;width:90px;height:90px}.slim_armor_rogue_1{background-image:url(spritesmith2.png);background-position:-546px -1046px;width:90px;height:90px}.slim_armor_rogue_2{background-image:url(spritesmith2.png);background-position:-637px -1046px;width:90px;height:90px}.slim_armor_rogue_3{background-image:url(spritesmith2.png);background-position:-728px -1046px;width:90px;height:90px}.slim_armor_rogue_4{background-image:url(spritesmith2.png);background-position:-819px -1046px;width:90px;height:90px}.slim_armor_rogue_5{background-image:url(spritesmith2.png);background-position:-910px -1046px;width:90px;height:90px}.slim_armor_special_2{background-image:url(spritesmith2.png);background-position:-1001px -1046px;width:90px;height:90px}.slim_armor_warrior_1{background-image:url(spritesmith2.png);background-position:-1092px -1046px;width:90px;height:90px}.slim_armor_warrior_2{background-image:url(spritesmith2.png);background-position:-1204px 0;width:90px;height:90px}.slim_armor_warrior_3{background-image:url(spritesmith2.png);background-position:-1204px -91px;width:90px;height:90px}.slim_armor_warrior_4{background-image:url(spritesmith2.png);background-position:-1204px -182px;width:90px;height:90px}.slim_armor_warrior_5{background-image:url(spritesmith2.png);background-position:-1204px -273px;width:90px;height:90px}.slim_armor_wizard_1{background-image:url(spritesmith2.png);background-position:-1204px -364px;width:90px;height:90px}.slim_armor_wizard_2{background-image:url(spritesmith2.png);background-position:-1204px -455px;width:90px;height:90px}.slim_armor_wizard_3{background-image:url(spritesmith2.png);background-position:-1204px -546px;width:90px;height:90px}.slim_armor_wizard_4{background-image:url(spritesmith2.png);background-position:-1204px -637px;width:90px;height:90px}.slim_armor_wizard_5{background-image:url(spritesmith2.png);background-position:-1204px -728px;width:90px;height:90px}.broad_armor_special_birthday{background-image:url(spritesmith2.png);background-position:-1204px -819px;width:90px;height:90px}.broad_armor_special_birthday2015{background-image:url(spritesmith2.png);background-position:-1204px -910px;width:90px;height:90px}.shop_armor_special_birthday{background-image:url(spritesmith2.png);background-position:-1500px -1501px;width:40px;height:40px}.shop_armor_special_birthday2015{background-image:url(spritesmith2.png);background-position:-1459px -1501px;width:40px;height:40px}.slim_armor_special_birthday{background-image:url(spritesmith2.png);background-position:-91px -1137px;width:90px;height:90px}.slim_armor_special_birthday2015{background-image:url(spritesmith2.png);background-position:-182px -1137px;width:90px;height:90px}.broad_armor_special_fallHealer{background-image:url(spritesmith2.png);background-position:-273px -1137px;width:90px;height:90px}.broad_armor_special_fallMage{background-image:url(spritesmith2.png);background-position:-364px -1137px;width:120px;height:90px}.broad_armor_special_fallRogue{background-image:url(spritesmith2.png);background-position:-485px -1137px;width:105px;height:90px}.broad_armor_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-591px -1137px;width:90px;height:90px}.head_special_fallHealer{background-image:url(spritesmith2.png);background-position:-682px -1137px;width:90px;height:90px}.head_special_fallMage{background-image:url(spritesmith2.png);background-position:-773px -1137px;width:120px;height:90px}.head_special_fallRogue{background-image:url(spritesmith2.png);background-position:-894px -1137px;width:105px;height:90px}.head_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-1000px -1137px;width:90px;height:90px}.shield_special_fallHealer{background-image:url(spritesmith2.png);background-position:-1091px -1137px;width:90px;height:90px}.shield_special_fallRogue{background-image:url(spritesmith2.png);background-position:-1182px -1137px;width:105px;height:90px}.shield_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-1295px 0;width:90px;height:90px}.shop_armor_special_fallHealer{background-image:url(spritesmith2.png);background-position:-1418px -1501px;width:40px;height:40px}.shop_armor_special_fallMage{background-image:url(spritesmith2.png);background-position:-1377px -1501px;width:40px;height:40px}.shop_armor_special_fallRogue{background-image:url(spritesmith2.png);background-position:-1336px -1501px;width:40px;height:40px}.shop_armor_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-1295px -1501px;width:40px;height:40px}.shop_head_special_fallHealer{background-image:url(spritesmith2.png);background-position:-1254px -1501px;width:40px;height:40px}.shop_head_special_fallMage{background-image:url(spritesmith2.png);background-position:-1213px -1501px;width:40px;height:40px}.shop_head_special_fallRogue{background-image:url(spritesmith2.png);background-position:-1172px -1501px;width:40px;height:40px}.shop_head_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-951px -819px;width:40px;height:40px}.shop_shield_special_fallHealer{background-image:url(spritesmith2.png);background-position:-910px -819px;width:40px;height:40px}.shop_shield_special_fallRogue{background-image:url(spritesmith2.png);background-position:-1042px -910px;width:40px;height:40px}.shop_shield_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-1001px -910px;width:40px;height:40px}.shop_weapon_special_fallHealer{background-image:url(spritesmith2.png);background-position:-1133px -1001px;width:40px;height:40px}.shop_weapon_special_fallMage{background-image:url(spritesmith2.png);background-position:-1092px -1001px;width:40px;height:40px}.shop_weapon_special_fallRogue{background-image:url(spritesmith2.png);background-position:-1245px -1092px;width:40px;height:40px}.shop_weapon_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-1204px -1092px;width:40px;height:40px}.slim_armor_special_fallHealer{background-image:url(spritesmith2.png);background-position:-273px -1228px;width:90px;height:90px}.slim_armor_special_fallMage{background-image:url(spritesmith2.png);background-position:-364px -1228px;width:120px;height:90px}.slim_armor_special_fallRogue{background-image:url(spritesmith2.png);background-position:0 -1501px;width:105px;height:90px}.slim_armor_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-576px -1228px;width:90px;height:90px}.weapon_special_fallHealer{background-image:url(spritesmith2.png);background-position:-667px -1228px;width:90px;height:90px}.weapon_special_fallMage{background-image:url(spritesmith2.png);background-position:-758px -1228px;width:120px;height:90px}.weapon_special_fallRogue{background-image:url(spritesmith2.png);background-position:-879px -1228px;width:105px;height:90px}.weapon_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-985px -1228px;width:90px;height:90px}.broad_armor_special_gaymerx{background-image:url(spritesmith2.png);background-position:-1076px -1228px;width:90px;height:90px}.head_special_gaymerx{background-image:url(spritesmith2.png);background-position:-1167px -1228px;width:90px;height:90px}.shop_armor_special_gaymerx{background-image:url(spritesmith2.png);background-position:-1336px -1183px;width:40px;height:40px}.shop_head_special_gaymerx{background-image:url(spritesmith2.png);background-position:-1295px -1183px;width:40px;height:40px}.slim_armor_special_gaymerx{background-image:url(spritesmith2.png);background-position:-1386px -91px;width:90px;height:90px}.back_mystery_201402{background-image:url(spritesmith2.png);background-position:-1386px -182px;width:90px;height:90px}.broad_armor_mystery_201402{background-image:url(spritesmith2.png);background-position:-1386px -273px;width:90px;height:90px}.head_mystery_201402{background-image:url(spritesmith2.png);background-position:-1386px -364px;width:90px;height:90px}.shop_armor_mystery_201402{background-image:url(spritesmith2.png);background-position:-1427px -1274px;width:40px;height:40px}.shop_back_mystery_201402{background-image:url(spritesmith2.png);background-position:-1386px -1274px;width:40px;height:40px}.shop_head_mystery_201402{background-image:url(spritesmith2.png);background-position:-1518px -1365px;width:40px;height:40px}.slim_armor_mystery_201402{background-image:url(spritesmith2.png);background-position:-1386px -728px;width:90px;height:90px}.broad_armor_mystery_201403{background-image:url(spritesmith2.png);background-position:-1386px -819px;width:90px;height:90px}.headAccessory_mystery_201403{background-image:url(spritesmith2.png);background-position:-1386px -910px;width:90px;height:90px}.shop_armor_mystery_201403{background-image:url(spritesmith2.png);background-position:-1477px -1365px;width:40px;height:40px}.shop_headAccessory_mystery_201403{background-image:url(spritesmith2.png);background-position:-1609px -1434px;width:40px;height:40px}.slim_armor_mystery_201403{background-image:url(spritesmith2.png);background-position:-1386px -1183px;width:90px;height:90px}.back_mystery_201404{background-image:url(spritesmith2.png);background-position:0 -1319px;width:90px;height:90px}.headAccessory_mystery_201404{background-image:url(spritesmith2.png);background-position:-91px -1319px;width:90px;height:90px}.shop_back_mystery_201404{background-image:url(spritesmith2.png);background-position:-1568px -1434px;width:40px;height:40px}.shop_headAccessory_mystery_201404{background-image:url(spritesmith2.png);background-position:-1609px -1393px;width:40px;height:40px}.broad_armor_mystery_201405{background-image:url(spritesmith2.png);background-position:-364px -1319px;width:90px;height:90px}.head_mystery_201405{background-image:url(spritesmith2.png);background-position:-455px -1319px;width:90px;height:90px}.shop_armor_mystery_201405{background-image:url(spritesmith2.png);background-position:-1568px -1393px;width:40px;height:40px}.shop_head_mystery_201405{background-image:url(spritesmith2.png);background-position:-1609px -1352px;width:40px;height:40px}.slim_armor_mystery_201405{background-image:url(spritesmith2.png);background-position:-728px -1319px;width:90px;height:90px}.broad_armor_mystery_201406{background-image:url(spritesmith2.png);background-position:-91px -212px;width:90px;height:96px}.head_mystery_201406{background-image:url(spritesmith2.png);background-position:-182px -212px;width:90px;height:96px}.shop_armor_mystery_201406{background-image:url(spritesmith2.png);background-position:-1568px -1352px;width:40px;height:40px}.shop_head_mystery_201406{background-image:url(spritesmith2.png);background-position:-1609px -1311px;width:40px;height:40px}.slim_armor_mystery_201406{background-image:url(spritesmith2.png);background-position:-273px -212px;width:90px;height:96px}.broad_armor_mystery_201407{background-image:url(spritesmith2.png);background-position:-1274px -1319px;width:90px;height:90px}.head_mystery_201407{background-image:url(spritesmith2.png);background-position:-1365px -1319px;width:90px;height:90px}.shop_armor_mystery_201407{background-image:url(spritesmith2.png);background-position:-1568px -1311px;width:40px;height:40px}.shop_head_mystery_201407{background-image:url(spritesmith2.png);background-position:-1609px -1270px;width:40px;height:40px}.slim_armor_mystery_201407{background-image:url(spritesmith2.png);background-position:-1477px -182px;width:90px;height:90px}.broad_armor_mystery_201408{background-image:url(spritesmith2.png);background-position:-1477px -273px;width:90px;height:90px}.head_mystery_201408{background-image:url(spritesmith2.png);background-position:-1477px -364px;width:90px;height:90px}.shop_armor_mystery_201408{background-image:url(spritesmith2.png);background-position:-1568px -1270px;width:40px;height:40px}.shop_head_mystery_201408{background-image:url(spritesmith2.png);background-position:-1609px -1229px;width:40px;height:40px}.slim_armor_mystery_201408{background-image:url(spritesmith2.png);background-position:-1477px -637px;width:90px;height:90px}.broad_armor_mystery_201409{background-image:url(spritesmith2.png);background-position:-1477px -728px;width:90px;height:90px}.headAccessory_mystery_201409{background-image:url(spritesmith2.png);background-position:-1477px -819px;width:90px;height:90px}.shop_armor_mystery_201409{background-image:url(spritesmith2.png);background-position:-1568px -1229px;width:40px;height:40px}.shop_headAccessory_mystery_201409{background-image:url(spritesmith2.png);background-position:-1609px -1188px;width:40px;height:40px}.slim_armor_mystery_201409{background-image:url(spritesmith2.png);background-position:-1477px -1092px;width:90px;height:90px}.back_mystery_201410{background-image:url(spritesmith2.png);background-position:0 -1410px;width:93px;height:90px}.broad_armor_mystery_201410{background-image:url(spritesmith2.png);background-position:-94px -1410px;width:93px;height:90px}.shop_armor_mystery_201410{background-image:url(spritesmith2.png);background-position:-1568px -1188px;width:40px;height:40px}.shop_back_mystery_201410{background-image:url(spritesmith2.png);background-position:-1609px -1147px;width:40px;height:40px}.slim_armor_mystery_201410{background-image:url(spritesmith2.png);background-position:-188px -1410px;width:93px;height:90px}.head_mystery_201411{background-image:url(spritesmith2.png);background-position:-282px -1410px;width:90px;height:90px}.shop_head_mystery_201411{background-image:url(spritesmith2.png);background-position:-1568px -1147px;width:40px;height:40px}.shop_weapon_mystery_201411{background-image:url(spritesmith2.png);background-position:-1609px -1024px;width:40px;height:40px}.weapon_mystery_201411{background-image:url(spritesmith2.png);background-position:-555px -1410px;width:90px;height:90px}.broad_armor_mystery_201412{background-image:url(spritesmith2.png);background-position:-646px -1410px;width:90px;height:90px}.head_mystery_201412{background-image:url(spritesmith2.png);background-position:-737px -1410px;width:90px;height:90px}.shop_armor_mystery_201412{background-image:url(spritesmith2.png);background-position:-1568px -1024px;width:40px;height:40px}.shop_head_mystery_201412{background-image:url(spritesmith2.png);background-position:-1609px -983px;width:40px;height:40px}.slim_armor_mystery_201412{background-image:url(spritesmith2.png);background-position:-1010px -1410px;width:90px;height:90px}.broad_armor_mystery_201501{background-image:url(spritesmith2.png);background-position:-1101px -1410px;width:90px;height:90px}.head_mystery_201501{background-image:url(spritesmith2.png);background-position:-1192px -1410px;width:90px;height:90px}.shop_armor_mystery_201501{background-image:url(spritesmith2.png);background-position:-1568px -983px;width:40px;height:40px}.shop_head_mystery_201501{background-image:url(spritesmith2.png);background-position:-1609px -942px;width:40px;height:40px}.slim_armor_mystery_201501{background-image:url(spritesmith2.png);background-position:-1465px -1410px;width:90px;height:90px}.headAccessory_mystery_201502{background-image:url(spritesmith2.png);background-position:-1568px 0;width:90px;height:90px}.shop_headAccessory_mystery_201502{background-image:url(spritesmith2.png);background-position:-1568px -942px;width:40px;height:40px}.shop_weapon_mystery_201502{background-image:url(spritesmith2.png);background-position:-1609px -819px;width:40px;height:40px}.weapon_mystery_201502{background-image:url(spritesmith2.png);background-position:-1568px -273px;width:90px;height:90px}.broad_armor_mystery_201503{background-image:url(spritesmith2.png);background-position:-1568px -364px;width:90px;height:90px}.eyewear_mystery_201503{background-image:url(spritesmith2.png);background-position:-1568px -455px;width:90px;height:90px}.shop_armor_mystery_201503{background-image:url(spritesmith2.png);background-position:-106px -1501px;width:40px;height:40px}.shop_eyewear_mystery_201503{background-image:url(spritesmith2.png);background-position:-1568px -819px;width:40px;height:40px}.slim_armor_mystery_201503{background-image:url(spritesmith2.png);background-position:-1568px -728px;width:90px;height:90px}.broad_armor_mystery_301404{background-image:url(spritesmith2.png);background-position:-1568px -637px;width:90px;height:90px}.eyewear_mystery_301404{background-image:url(spritesmith2.png);background-position:-1568px -546px;width:90px;height:90px}.head_mystery_301404{background-image:url(spritesmith2.png);background-position:-1568px -182px;width:90px;height:90px}.shop_armor_mystery_301404{background-image:url(spritesmith2.png);background-position:-1568px -860px;width:40px;height:40px}.shop_eyewear_mystery_301404{background-image:url(spritesmith2.png);background-position:-1609px -860px;width:40px;height:40px}.shop_head_mystery_301404{background-image:url(spritesmith2.png);background-position:-1568px -901px;width:40px;height:40px}.shop_weapon_mystery_301404{background-image:url(spritesmith2.png);background-position:-1609px -901px;width:40px;height:40px}.slim_armor_mystery_301404{background-image:url(spritesmith2.png);background-position:-1568px -91px;width:90px;height:90px}.weapon_mystery_301404{background-image:url(spritesmith2.png);background-position:-1374px -1410px;width:90px;height:90px}.eyewear_mystery_301405{background-image:url(spritesmith2.png);background-position:-1283px -1410px;width:90px;height:90px}.headAccessory_mystery_301405{background-image:url(spritesmith2.png);background-position:-919px -1410px;width:90px;height:90px}.head_mystery_301405{background-image:url(spritesmith2.png);background-position:-828px -1410px;width:90px;height:90px}.shield_mystery_301405{background-image:url(spritesmith2.png);background-position:-464px -1410px;width:90px;height:90px}.shop_eyewear_mystery_301405{background-image:url(spritesmith2.png);background-position:-1568px -1065px;width:40px;height:40px}.shop_headAccessory_mystery_301405{background-image:url(spritesmith2.png);background-position:-1609px -1065px;width:40px;height:40px}.shop_head_mystery_301405{background-image:url(spritesmith2.png);background-position:-1568px -1106px;width:40px;height:40px}.shop_shield_mystery_301405{background-image:url(spritesmith2.png);background-position:-1609px -1106px;width:40px;height:40px}.broad_armor_special_spring2015Healer{background-image:url(spritesmith2.png);background-position:-373px -1410px;width:90px;height:90px}.broad_armor_special_spring2015Mage{background-image:url(spritesmith2.png);background-position:-1477px -1274px;width:90px;height:90px}.broad_armor_special_spring2015Rogue{background-image:url(spritesmith2.png);background-position:-1477px -1183px;width:90px;height:90px}.broad_armor_special_spring2015Warrior{background-image:url(spritesmith2.png);background-position:-1477px -1001px;width:90px;height:90px}.broad_armor_special_springHealer{background-image:url(spritesmith2.png);background-position:-1477px -910px;width:90px;height:90px}.broad_armor_special_springMage{background-image:url(spritesmith2.png);background-position:-1477px -546px;width:90px;height:90px}.broad_armor_special_springRogue{background-image:url(spritesmith2.png);background-position:-1477px -455px;width:90px;height:90px}.broad_armor_special_springWarrior{background-image:url(spritesmith2.png);background-position:-1477px -91px;width:90px;height:90px}.headAccessory_special_spring2015Healer{background-image:url(spritesmith2.png);background-position:-1477px 0;width:90px;height:90px}.headAccessory_special_spring2015Mage{background-image:url(spritesmith2.png);background-position:-1092px -1319px;width:90px;height:90px}.headAccessory_special_spring2015Rogue{background-image:url(spritesmith2.png);background-position:-1001px -1319px;width:90px;height:90px}.headAccessory_special_spring2015Warrior{background-image:url(spritesmith2.png);background-position:-637px -1319px;width:90px;height:90px}.headAccessory_special_springHealer{background-image:url(spritesmith2.png);background-position:-546px -1319px;width:90px;height:90px}.headAccessory_special_springMage{background-image:url(spritesmith2.png);background-position:-273px -1319px;width:90px;height:90px}.headAccessory_special_springRogue{background-image:url(spritesmith2.png);background-position:-182px -1319px;width:90px;height:90px}.headAccessory_special_springWarrior{background-image:url(spritesmith2.png);background-position:-1386px -1092px;width:90px;height:90px}.head_special_spring2015Healer{background-image:url(spritesmith2.png);background-position:-1386px -1001px;width:90px;height:90px}.head_special_spring2015Mage{background-image:url(spritesmith2.png);background-position:-1386px -637px;width:90px;height:90px}.head_special_spring2015Rogue{background-image:url(spritesmith2.png);background-position:-1386px -546px;width:90px;height:90px}.head_special_spring2015Warrior{background-image:url(spritesmith2.png);background-position:-1386px -455px;width:90px;height:90px}.head_special_springHealer{background-image:url(spritesmith2.png);background-position:-1386px 0;width:90px;height:90px}.head_special_springMage{background-image:url(spritesmith2.png);background-position:-1258px -1228px;width:90px;height:90px}.head_special_springRogue{background-image:url(spritesmith2.png);background-position:-182px -1228px;width:90px;height:90px}.head_special_springWarrior{background-image:url(spritesmith2.png);background-position:-91px -1228px;width:90px;height:90px}.shield_special_spring2015Healer{background-image:url(spritesmith2.png);background-position:0 -1228px;width:90px;height:90px}.shield_special_spring2015Rogue{background-image:url(spritesmith2.png);background-position:-1295px -1092px;width:90px;height:90px}.shield_special_spring2015Warrior{background-image:url(spritesmith2.png);background-position:-1295px -1001px;width:90px;height:90px}.shield_special_springHealer{background-image:url(spritesmith2.png);background-position:-1295px -910px;width:90px;height:90px}.shield_special_springRogue{background-image:url(spritesmith2.png);background-position:-1295px -819px;width:90px;height:90px}.shield_special_springWarrior{background-image:url(spritesmith2.png);background-position:-1295px -728px;width:90px;height:90px}.shop_armor_special_spring2015Healer{background-image:url(spritesmith2.png);background-position:-819px -728px;width:40px;height:40px}.shop_armor_special_spring2015Mage{background-image:url(spritesmith2.png);background-position:-860px -728px;width:40px;height:40px}.shop_armor_special_spring2015Rogue{background-image:url(spritesmith2.png);background-position:-728px -637px;width:40px;height:40px}.shop_armor_special_spring2015Warrior{background-image:url(spritesmith2.png);background-position:-769px -637px;width:40px;height:40px}.shop_armor_special_springHealer{background-image:url(spritesmith2.png);background-position:-637px -546px;width:40px;height:40px}.shop_armor_special_springMage{background-image:url(spritesmith2.png);background-position:-678px -546px;width:40px;height:40px}.shop_armor_special_springRogue{background-image:url(spritesmith2.png);background-position:-546px -455px;width:40px;height:40px}.shop_armor_special_springWarrior{background-image:url(spritesmith2.png);background-position:-587px -455px;width:40px;height:40px}.shop_headAccessory_special_spring2015Healer{background-image:url(spritesmith2.png);background-position:-455px -364px;width:40px;height:40px}.shop_headAccessory_special_spring2015Mage{background-image:url(spritesmith2.png);background-position:-496px -364px;width:40px;height:40px}.shop_headAccessory_special_spring2015Rogue{background-image:url(spritesmith2.png);background-position:-364px -273px;width:40px;height:40px}.shop_headAccessory_special_spring2015Warrior{background-image:url(spritesmith2.png);background-position:-405px -273px;width:40px;height:40px}.shop_headAccessory_special_springHealer{background-image:url(spritesmith2.png);background-position:-967px -1542px;width:40px;height:40px}.shop_headAccessory_special_springMage{background-image:url(spritesmith2.png);background-position:-147px -1501px;width:40px;height:40px}.shop_headAccessory_special_springRogue{background-image:url(spritesmith2.png);background-position:-188px -1501px;width:40px;height:40px}.shop_headAccessory_special_springWarrior{background-image:url(spritesmith2.png);background-position:-229px -1501px;width:40px;height:40px}.shop_head_special_spring2015Healer{background-image:url(spritesmith2.png);background-position:-270px -1501px;width:40px;height:40px}.shop_head_special_spring2015Mage{background-image:url(spritesmith2.png);background-position:-311px -1501px;width:40px;height:40px}.shop_head_special_spring2015Rogue{background-image:url(spritesmith2.png);background-position:-352px -1501px;width:40px;height:40px}.shop_head_special_spring2015Warrior{background-image:url(spritesmith2.png);background-position:-393px -1501px;width:40px;height:40px}.shop_head_special_springHealer{background-image:url(spritesmith2.png);background-position:-434px -1501px;width:40px;height:40px}.shop_head_special_springMage{background-image:url(spritesmith2.png);background-position:-475px -1501px;width:40px;height:40px}.shop_head_special_springRogue{background-image:url(spritesmith2.png);background-position:-516px -1501px;width:40px;height:40px}.shop_head_special_springWarrior{background-image:url(spritesmith2.png);background-position:-557px -1501px;width:40px;height:40px}.shop_shield_special_spring2015Healer{background-image:url(spritesmith2.png);background-position:-598px -1501px;width:40px;height:40px}.shop_shield_special_spring2015Rogue{background-image:url(spritesmith2.png);background-position:-639px -1501px;width:40px;height:40px}.shop_shield_special_spring2015Warrior{background-image:url(spritesmith2.png);background-position:-680px -1501px;width:40px;height:40px}.shop_shield_special_springHealer{background-image:url(spritesmith2.png);background-position:-721px -1501px;width:40px;height:40px}.shop_shield_special_springRogue{background-image:url(spritesmith2.png);background-position:-762px -1501px;width:40px;height:40px}.shop_shield_special_springWarrior{background-image:url(spritesmith2.png);background-position:-803px -1501px;width:40px;height:40px}.shop_weapon_special_spring2015Healer{background-image:url(spritesmith2.png);background-position:-844px -1501px;width:40px;height:40px}.shop_weapon_special_spring2015Mage{background-image:url(spritesmith2.png);background-position:-885px -1501px;width:40px;height:40px}.shop_weapon_special_spring2015Rogue{background-image:url(spritesmith2.png);background-position:-926px -1501px;width:40px;height:40px}.shop_weapon_special_spring2015Warrior{background-image:url(spritesmith2.png);background-position:-967px -1501px;width:40px;height:40px}.shop_weapon_special_springHealer{background-image:url(spritesmith2.png);background-position:-1008px -1501px;width:40px;height:40px}.shop_weapon_special_springMage{background-image:url(spritesmith2.png);background-position:-1049px -1501px;width:40px;height:40px}.shop_weapon_special_springRogue{background-image:url(spritesmith2.png);background-position:-1090px -1501px;width:40px;height:40px}.shop_weapon_special_springWarrior{background-image:url(spritesmith2.png);background-position:-1131px -1501px;width:40px;height:40px}.slim_armor_special_spring2015Healer{background-image:url(spritesmith2.png);background-position:-1295px -637px;width:90px;height:90px}.slim_armor_special_spring2015Mage{background-image:url(spritesmith2.png);background-position:-1295px -546px;width:90px;height:90px}.slim_armor_special_spring2015Rogue{background-image:url(spritesmith2.png);background-position:-1295px -455px;width:90px;height:90px}.slim_armor_special_spring2015Warrior{background-image:url(spritesmith2.png);background-position:-1295px -364px;width:90px;height:90px}.slim_armor_special_springHealer{background-image:url(spritesmith2.png);background-position:-1295px -273px;width:90px;height:90px}.slim_armor_special_springMage{background-image:url(spritesmith2.png);background-position:-1295px -182px;width:90px;height:90px}.slim_armor_special_springRogue{background-image:url(spritesmith2.png);background-position:-1295px -91px;width:90px;height:90px}.slim_armor_special_springWarrior{background-image:url(spritesmith2.png);background-position:0 -1137px;width:90px;height:90px}.weapon_special_spring2015Healer{background-image:url(spritesmith2.png);background-position:-1204px -1001px;width:90px;height:90px}.weapon_special_spring2015Mage{background-image:url(spritesmith2.png);background-position:0 -1046px;width:90px;height:90px}.weapon_special_spring2015Rogue{background-image:url(spritesmith2.png);background-position:-1092px -910px;width:90px;height:90px}.weapon_special_spring2015Warrior{background-image:url(spritesmith2.png);background-position:-1092px -819px;width:90px;height:90px}.weapon_special_springHealer{background-image:url(spritesmith2.png);background-position:-1092px -728px;width:90px;height:90px}.weapon_special_springMage{background-image:url(spritesmith2.png);background-position:-1092px -637px;width:90px;height:90px}.weapon_special_springRogue{background-image:url(spritesmith2.png);background-position:-1092px -546px;width:90px;height:90px}.weapon_special_springWarrior{background-image:url(spritesmith2.png);background-position:-1092px -455px;width:90px;height:90px}.body_special_summerHealer{background-image:url(spritesmith2.png);background-position:0 -212px;width:90px;height:105px}.body_special_summerMage{background-image:url(spritesmith2.png);background-position:-273px -106px;width:90px;height:105px}.broad_armor_special_summerHealer{background-image:url(spritesmith2.png);background-position:0 0;width:90px;height:105px}.broad_armor_special_summerMage{background-image:url(spritesmith2.png);background-position:-182px -106px;width:90px;height:105px}.broad_armor_special_summerRogue{background-image:url(spritesmith2.png);background-position:-1092px 0;width:111px;height:90px}.broad_armor_special_summerWarrior{background-image:url(spritesmith2.png);background-position:-945px -955px;width:111px;height:90px}.eyewear_special_summerRogue{background-image:url(spritesmith2.png);background-position:-833px -955px;width:111px;height:90px}.eyewear_special_summerWarrior{background-image:url(spritesmith2.png);background-position:-721px -955px;width:111px;height:90px}.head_special_summerHealer{background-image:url(spritesmith2.png);background-position:-91px -106px;width:90px;height:105px}.head_special_summerMage{background-image:url(spritesmith2.png);background-position:0 -106px;width:90px;height:105px}.head_special_summerRogue{background-image:url(spritesmith2.png);background-position:-427px -955px;width:111px;height:90px}.head_special_summerWarrior{background-image:url(spritesmith2.png);background-position:-315px -955px;width:111px;height:90px}.Healer_Summer{background-image:url(spritesmith2.png);background-position:-182px 0;width:90px;height:105px}.Mage_Summer{background-image:url(spritesmith2.png);background-position:-273px 0;width:90px;height:105px}.SummerRogue14{background-image:url(spritesmith2.png);background-position:-112px -955px;width:111px;height:90px}.SummerWarrior14{background-image:url(spritesmith2.png);background-position:0 -955px;width:111px;height:90px}.shield_special_summerHealer{background-image:url(spritesmith2.png);background-position:-91px 0;width:90px;height:105px}.shield_special_summerRogue{background-image:url(spritesmith3.png);background-position:-112px -1469px;width:111px;height:90px}.shield_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-457px -1378px;width:111px;height:90px}.shop_armor_special_summerHealer{background-image:url(spritesmith3.png);background-position:-1810px -1420px;width:40px;height:40px}.shop_armor_special_summerMage{background-image:url(spritesmith3.png);background-position:-1851px -1420px;width:40px;height:40px}.shop_armor_special_summerRogue{background-image:url(spritesmith3.png);background-position:-1892px -1420px;width:40px;height:40px}.shop_armor_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-1810px -1543px;width:40px;height:40px}.shop_body_special_summerHealer{background-image:url(spritesmith3.png);background-position:-1676px -1601px;width:40px;height:40px}.shop_body_special_summerMage{background-image:url(spritesmith3.png);background-position:0 -1651px;width:40px;height:40px}.shop_eyewear_special_summerRogue{background-image:url(spritesmith3.png);background-position:-41px -1651px;width:40px;height:40px}.shop_eyewear_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-82px -1651px;width:40px;height:40px}.shop_head_special_summerHealer{background-image:url(spritesmith3.png);background-position:-123px -1651px;width:40px;height:40px}.shop_head_special_summerMage{background-image:url(spritesmith3.png);background-position:-164px -1651px;width:40px;height:40px}.shop_head_special_summerRogue{background-image:url(spritesmith3.png);background-position:-205px -1651px;width:40px;height:40px}.shop_head_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-1728px -1379px;width:40px;height:40px}.shop_shield_special_summerHealer{background-image:url(spritesmith3.png);background-position:-1769px -1379px;width:40px;height:40px}.shop_shield_special_summerRogue{background-image:url(spritesmith3.png);background-position:-1810px -1379px;width:40px;height:40px}.shop_shield_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-1851px -1379px;width:40px;height:40px}.shop_weapon_special_summerHealer{background-image:url(spritesmith3.png);background-position:-1892px -1379px;width:40px;height:40px}.shop_weapon_special_summerMage{background-image:url(spritesmith3.png);background-position:-1933px -1379px;width:40px;height:40px}.shop_weapon_special_summerRogue{background-image:url(spritesmith3.png);background-position:-1974px -1379px;width:40px;height:40px}.shop_weapon_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-1728px -1420px;width:40px;height:40px}.slim_armor_special_summerHealer{background-image:url(spritesmith3.png);background-position:-1233px -1037px;width:90px;height:105px}.slim_armor_special_summerMage{background-image:url(spritesmith3.png);background-position:-508px -1176px;width:90px;height:105px}.slim_armor_special_summerRogue{background-image:url(spritesmith3.png);background-position:-224px -1469px;width:111px;height:90px}.slim_armor_special_summerWarrior{background-image:url(spritesmith3.png);background-position:0 -1469px;width:111px;height:90px}.weapon_special_summerHealer{background-image:url(spritesmith3.png);background-position:-417px -1176px;width:90px;height:105px}.weapon_special_summerMage{background-image:url(spritesmith3.png);background-position:-326px -1176px;width:90px;height:105px}.weapon_special_summerRogue{background-image:url(spritesmith3.png);background-position:-336px -1469px;width:111px;height:90px}.weapon_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-448px -1469px;width:111px;height:90px}.broad_armor_special_candycane{background-image:url(spritesmith3.png);background-position:-1546px -1274px;width:90px;height:90px}.broad_armor_special_ski{background-image:url(spritesmith3.png);background-position:-1546px -1365px;width:90px;height:90px}.broad_armor_special_snowflake{background-image:url(spritesmith3.png);background-position:-560px -1469px;width:90px;height:90px}.broad_armor_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-651px -1469px;width:90px;height:90px}.broad_armor_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-742px -1469px;width:90px;height:90px}.broad_armor_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-833px -1469px;width:96px;height:90px}.broad_armor_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-930px -1469px;width:90px;height:90px}.broad_armor_special_yeti{background-image:url(spritesmith3.png);background-position:-1021px -1469px;width:90px;height:90px}.head_special_candycane{background-image:url(spritesmith3.png);background-position:-1112px -1469px;width:90px;height:90px}.head_special_nye{background-image:url(spritesmith3.png);background-position:-1203px -1469px;width:90px;height:90px}.head_special_nye2014{background-image:url(spritesmith3.png);background-position:-1294px -1469px;width:90px;height:90px}.head_special_ski{background-image:url(spritesmith3.png);background-position:-1385px -1469px;width:90px;height:90px}.head_special_snowflake{background-image:url(spritesmith3.png);background-position:-1476px -1469px;width:90px;height:90px}.head_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-1637px -182px;width:90px;height:90px}.head_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-1637px -273px;width:90px;height:90px}.head_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:0 -1560px;width:96px;height:90px}.head_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-1637px -364px;width:90px;height:90px}.head_special_yeti{background-image:url(spritesmith3.png);background-position:-1637px -455px;width:90px;height:90px}.shield_special_ski{background-image:url(spritesmith3.png);background-position:-97px -1560px;width:104px;height:90px}.shield_special_snowflake{background-image:url(spritesmith3.png);background-position:-1637px -546px;width:90px;height:90px}.shield_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-1637px -637px;width:90px;height:90px}.shield_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-202px -1560px;width:96px;height:90px}.shield_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-1637px -819px;width:90px;height:90px}.shield_special_yeti{background-image:url(spritesmith3.png);background-position:-1637px -910px;width:90px;height:90px}.shop_armor_special_candycane{background-image:url(spritesmith3.png);background-position:-246px -1651px;width:40px;height:40px}.shop_armor_special_ski{background-image:url(spritesmith3.png);background-position:-287px -1651px;width:40px;height:40px}.shop_armor_special_snowflake{background-image:url(spritesmith3.png);background-position:-328px -1651px;width:40px;height:40px}.shop_armor_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-656px -1651px;width:40px;height:40px}.shop_armor_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-697px -1651px;width:40px;height:40px}.shop_armor_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-1973px -617px;width:40px;height:40px}.shop_armor_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-1973px -669px;width:40px;height:40px}.shop_armor_special_yeti{background-image:url(spritesmith3.png);background-position:-1973px -721px;width:40px;height:40px}.shop_head_special_candycane{background-image:url(spritesmith3.png);background-position:-1973px -773px;width:40px;height:40px}.shop_head_special_nye{background-image:url(spritesmith3.png);background-position:-1973px -825px;width:40px;height:40px}.shop_head_special_nye2014{background-image:url(spritesmith3.png);background-position:-1973px -877px;width:40px;height:40px}.shop_head_special_ski{background-image:url(spritesmith3.png);background-position:-1973px -929px;width:40px;height:40px}.shop_head_special_snowflake{background-image:url(spritesmith3.png);background-position:-1973px -981px;width:40px;height:40px}.shop_head_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-1844px -1085px;width:40px;height:40px}.shop_head_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-1885px -1085px;width:40px;height:40px}.shop_head_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-1926px -1085px;width:40px;height:40px}.shop_head_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-1967px -1085px;width:40px;height:40px}.shop_head_special_yeti{background-image:url(spritesmith3.png);background-position:-1728px -1133px;width:40px;height:40px}.shop_shield_special_ski{background-image:url(spritesmith3.png);background-position:-1769px -1133px;width:40px;height:40px}.shop_shield_special_snowflake{background-image:url(spritesmith3.png);background-position:-1851px -1133px;width:40px;height:40px}.shop_shield_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-1892px -1133px;width:40px;height:40px}.shop_shield_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-1933px -1133px;width:40px;height:40px}.shop_shield_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-1974px -1133px;width:40px;height:40px}.shop_shield_special_yeti{background-image:url(spritesmith3.png);background-position:-1728px -1174px;width:40px;height:40px}.shop_weapon_special_candycane{background-image:url(spritesmith3.png);background-position:-1769px -1174px;width:40px;height:40px}.shop_weapon_special_ski{background-image:url(spritesmith3.png);background-position:-1728px -1338px;width:40px;height:40px}.shop_weapon_special_snowflake{background-image:url(spritesmith3.png);background-position:-1769px -1338px;width:40px;height:40px}.shop_weapon_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-1810px -1338px;width:40px;height:40px}.shop_weapon_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-1851px -1338px;width:40px;height:40px}.shop_weapon_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-1892px -1338px;width:40px;height:40px}.shop_weapon_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-1933px -1338px;width:40px;height:40px}.shop_weapon_special_yeti{background-image:url(spritesmith3.png);background-position:-1974px -1338px;width:40px;height:40px}.slim_armor_special_candycane{background-image:url(spritesmith3.png);background-position:-1637px -1274px;width:90px;height:90px}.slim_armor_special_ski{background-image:url(spritesmith3.png);background-position:-1637px -1365px;width:90px;height:90px}.slim_armor_special_snowflake{background-image:url(spritesmith3.png);background-position:-1637px -1456px;width:90px;height:90px}.slim_armor_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-617px -1560px;width:90px;height:90px}.slim_armor_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-799px -1560px;width:90px;height:90px}.slim_armor_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-890px -1560px;width:96px;height:90px}.slim_armor_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-1296px -1560px;width:90px;height:90px}.slim_armor_special_yeti{background-image:url(spritesmith3.png);background-position:-1728px -91px;width:90px;height:90px}.weapon_special_candycane{background-image:url(spritesmith3.png);background-position:-1819px -91px;width:90px;height:90px}.weapon_special_ski{background-image:url(spritesmith3.png);background-position:-1910px -91px;width:90px;height:90px}.weapon_special_snowflake{background-image:url(spritesmith3.png);background-position:-1728px -182px;width:90px;height:90px}.weapon_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-1819px -182px;width:90px;height:90px}.weapon_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-1910px -182px;width:90px;height:90px}.weapon_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-1728px -273px;width:96px;height:90px}.weapon_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-1825px -273px;width:90px;height:90px}.weapon_special_yeti{background-image:url(spritesmith3.png);background-position:-690px -1176px;width:90px;height:90px}.back_special_wondercon_black{background-image:url(spritesmith3.png);background-position:-781px -1176px;width:90px;height:90px}.back_special_wondercon_red{background-image:url(spritesmith3.png);background-position:-872px -1176px;width:90px;height:90px}.body_special_wondercon_black{background-image:url(spritesmith3.png);background-position:-963px -1176px;width:90px;height:90px}.body_special_wondercon_gold{background-image:url(spritesmith3.png);background-position:-1054px -1176px;width:90px;height:90px}.body_special_wondercon_red{background-image:url(spritesmith3.png);background-position:-1145px -1176px;width:90px;height:90px}.eyewear_special_wondercon_black{background-image:url(spritesmith3.png);background-position:-1236px -1176px;width:90px;height:90px}.eyewear_special_wondercon_red{background-image:url(spritesmith3.png);background-position:-1351px 0;width:90px;height:90px}.shop_back_special_wondercon_black{background-image:url(spritesmith3.png);background-position:-369px -1651px;width:40px;height:40px}.shop_back_special_wondercon_red{background-image:url(spritesmith3.png);background-position:-410px -1651px;width:40px;height:40px}.shop_body_special_wondercon_black{background-image:url(spritesmith3.png);background-position:-451px -1651px;width:40px;height:40px}.shop_body_special_wondercon_gold{background-image:url(spritesmith3.png);background-position:-492px -1651px;width:40px;height:40px}.shop_body_special_wondercon_red{background-image:url(spritesmith3.png);background-position:-533px -1651px;width:40px;height:40px}.shop_eyewear_special_wondercon_black{background-image:url(spritesmith3.png);background-position:-574px -1651px;width:40px;height:40px}.shop_eyewear_special_wondercon_red{background-image:url(spritesmith3.png);background-position:-615px -1651px;width:40px;height:40px}.head_0{background-image:url(spritesmith3.png);background-position:-1351px -91px;width:90px;height:90px}.customize-option.head_0{background-image:url(spritesmith3.png);background-position:-1376px -106px;width:60px;height:60px}.head_healer_1{background-image:url(spritesmith3.png);background-position:-1351px -182px;width:90px;height:90px}.head_healer_2{background-image:url(spritesmith3.png);background-position:-1351px -273px;width:90px;height:90px}.head_healer_3{background-image:url(spritesmith3.png);background-position:-1351px -364px;width:90px;height:90px}.head_healer_4{background-image:url(spritesmith3.png);background-position:-1351px -455px;width:90px;height:90px}.head_healer_5{background-image:url(spritesmith3.png);background-position:-1351px -546px;width:90px;height:90px}.head_rogue_1{background-image:url(spritesmith3.png);background-position:-1351px -637px;width:90px;height:90px}.head_rogue_2{background-image:url(spritesmith3.png);background-position:-1351px -728px;width:90px;height:90px}.head_rogue_3{background-image:url(spritesmith3.png);background-position:-1351px -819px;width:90px;height:90px}.head_rogue_4{background-image:url(spritesmith3.png);background-position:-1351px -910px;width:90px;height:90px}.head_rogue_5{background-image:url(spritesmith3.png);background-position:-1351px -1001px;width:90px;height:90px}.head_special_2{background-image:url(spritesmith3.png);background-position:-1351px -1092px;width:90px;height:90px}.head_warrior_1{background-image:url(spritesmith3.png);background-position:-1351px -1183px;width:90px;height:90px}.head_warrior_2{background-image:url(spritesmith3.png);background-position:0 -1287px;width:90px;height:90px}.head_warrior_3{background-image:url(spritesmith3.png);background-position:-91px -1287px;width:90px;height:90px}.head_warrior_4{background-image:url(spritesmith3.png);background-position:-182px -1287px;width:90px;height:90px}.head_warrior_5{background-image:url(spritesmith3.png);background-position:-273px -1287px;width:90px;height:90px}.head_wizard_1{background-image:url(spritesmith3.png);background-position:-364px -1287px;width:90px;height:90px}.head_wizard_2{background-image:url(spritesmith3.png);background-position:-455px -1287px;width:90px;height:90px}.head_wizard_3{background-image:url(spritesmith3.png);background-position:-546px -1287px;width:90px;height:90px}.head_wizard_4{background-image:url(spritesmith3.png);background-position:-637px -1287px;width:90px;height:90px}.head_wizard_5{background-image:url(spritesmith3.png);background-position:-728px -1287px;width:90px;height:90px}.shop_head_healer_1{background-image:url(spritesmith3.png);background-position:-1810px -1174px;width:40px;height:40px}.shop_head_healer_2{background-image:url(spritesmith3.png);background-position:-1851px -1174px;width:40px;height:40px}.shop_head_healer_3{background-image:url(spritesmith3.png);background-position:-1892px -1174px;width:40px;height:40px}.shop_head_healer_4{background-image:url(spritesmith3.png);background-position:-1974px -1174px;width:40px;height:40px}.shop_head_healer_5{background-image:url(spritesmith3.png);background-position:-1728px -1215px;width:40px;height:40px}.shop_head_rogue_1{background-image:url(spritesmith3.png);background-position:-1769px -1215px;width:40px;height:40px}.shop_head_rogue_2{background-image:url(spritesmith3.png);background-position:-1810px -1215px;width:40px;height:40px}.shop_head_rogue_3{background-image:url(spritesmith3.png);background-position:-1851px -1215px;width:40px;height:40px}.shop_head_rogue_4{background-image:url(spritesmith3.png);background-position:-1892px -1215px;width:40px;height:40px}.shop_head_rogue_5{background-image:url(spritesmith3.png);background-position:-1933px -1215px;width:40px;height:40px}.shop_head_special_0{background-image:url(spritesmith3.png);background-position:-1974px -1215px;width:40px;height:40px}.shop_head_special_1{background-image:url(spritesmith3.png);background-position:-1810px -1256px;width:40px;height:40px}.shop_head_special_2{background-image:url(spritesmith3.png);background-position:-1851px -1256px;width:40px;height:40px}.shop_head_warrior_1{background-image:url(spritesmith3.png);background-position:-1892px -1256px;width:40px;height:40px}.shop_head_warrior_2{background-image:url(spritesmith3.png);background-position:-1933px -1256px;width:40px;height:40px}.shop_head_warrior_3{background-image:url(spritesmith3.png);background-position:-1974px -1256px;width:40px;height:40px}.shop_head_warrior_4{background-image:url(spritesmith3.png);background-position:-1728px -1297px;width:40px;height:40px}.shop_head_warrior_5{background-image:url(spritesmith3.png);background-position:-1769px -1297px;width:40px;height:40px}.shop_head_wizard_1{background-image:url(spritesmith3.png);background-position:-1810px -1297px;width:40px;height:40px}.shop_head_wizard_2{background-image:url(spritesmith3.png);background-position:-1851px -1297px;width:40px;height:40px}.shop_head_wizard_3{background-image:url(spritesmith3.png);background-position:-1892px -1297px;width:40px;height:40px}.shop_head_wizard_4{background-image:url(spritesmith3.png);background-position:-1933px -1297px;width:40px;height:40px}.shop_head_wizard_5{background-image:url(spritesmith3.png);background-position:-1974px -1297px;width:40px;height:40px}.shield_healer_1{background-image:url(spritesmith3.png);background-position:-819px -1287px;width:90px;height:90px}.shield_healer_2{background-image:url(spritesmith3.png);background-position:-910px -1287px;width:90px;height:90px}.shield_healer_3{background-image:url(spritesmith3.png);background-position:-1001px -1287px;width:90px;height:90px}.shield_healer_4{background-image:url(spritesmith3.png);background-position:-1092px -1287px;width:90px;height:90px}.shield_healer_5{background-image:url(spritesmith3.png);background-position:-1183px -1287px;width:90px;height:90px}.shield_rogue_0{background-image:url(spritesmith3.png);background-position:-1274px -1287px;width:90px;height:90px}.shield_rogue_1{background-image:url(spritesmith3.png);background-position:-1442px 0;width:103px;height:90px}.shield_rogue_2{background-image:url(spritesmith3.png);background-position:-1442px -91px;width:103px;height:90px}.shield_rogue_3{background-image:url(spritesmith3.png);background-position:0 -1378px;width:114px;height:90px}.shield_rogue_4{background-image:url(spritesmith3.png);background-position:-1442px -182px;width:96px;height:90px}.shield_rogue_5{background-image:url(spritesmith3.png);background-position:-115px -1378px;width:114px;height:90px}.shield_rogue_6{background-image:url(spritesmith3.png);background-position:-230px -1378px;width:114px;height:90px}.shield_special_1{background-image:url(spritesmith3.png);background-position:-1442px -273px;width:90px;height:90px}.shield_special_goldenknight{background-image:url(spritesmith3.png);background-position:-345px -1378px;width:111px;height:90px}.shield_warrior_1{background-image:url(spritesmith3.png);background-position:-1442px -364px;width:90px;height:90px}.shield_warrior_2{background-image:url(spritesmith3.png);background-position:-1442px -455px;width:90px;height:90px}.shield_warrior_3{background-image:url(spritesmith3.png);background-position:-1442px -546px;width:90px;height:90px}.shield_warrior_4{background-image:url(spritesmith3.png);background-position:-1442px -637px;width:90px;height:90px}.shield_warrior_5{background-image:url(spritesmith3.png);background-position:-1442px -728px;width:90px;height:90px}.shop_shield_healer_1{background-image:url(spritesmith3.png);background-position:-1933px -1420px;width:40px;height:40px}.shop_shield_healer_2{background-image:url(spritesmith3.png);background-position:-1974px -1420px;width:40px;height:40px}.shop_shield_healer_3{background-image:url(spritesmith3.png);background-position:-1728px -1461px;width:40px;height:40px}.shop_shield_healer_4{background-image:url(spritesmith3.png);background-position:-1769px -1461px;width:40px;height:40px}.shop_shield_healer_5{background-image:url(spritesmith3.png);background-position:-1810px -1461px;width:40px;height:40px}.shop_shield_rogue_0{background-image:url(spritesmith3.png);background-position:-1851px -1461px;width:40px;height:40px}.shop_shield_rogue_1{background-image:url(spritesmith3.png);background-position:-1892px -1461px;width:40px;height:40px}.shop_shield_rogue_2{background-image:url(spritesmith3.png);background-position:-1933px -1461px;width:40px;height:40px}.shop_shield_rogue_3{background-image:url(spritesmith3.png);background-position:-1974px -1461px;width:40px;height:40px}.shop_shield_rogue_4{background-image:url(spritesmith3.png);background-position:-1728px -1502px;width:40px;height:40px}.shop_shield_rogue_5{background-image:url(spritesmith3.png);background-position:-1769px -1502px;width:40px;height:40px}.shop_shield_rogue_6{background-image:url(spritesmith3.png);background-position:-1810px -1502px;width:40px;height:40px}.shop_shield_special_0{background-image:url(spritesmith3.png);background-position:-1851px -1502px;width:40px;height:40px}.shop_shield_special_1{background-image:url(spritesmith3.png);background-position:-1892px -1502px;width:40px;height:40px}.shop_shield_special_goldenknight{background-image:url(spritesmith3.png);background-position:-1933px -1502px;width:40px;height:40px}.shop_shield_warrior_1{background-image:url(spritesmith3.png);background-position:-1974px -1502px;width:40px;height:40px}.shop_shield_warrior_2{background-image:url(spritesmith3.png);background-position:-1728px -1543px;width:40px;height:40px}.shop_shield_warrior_3{background-image:url(spritesmith3.png);background-position:-1769px -1543px;width:40px;height:40px}.shop_shield_warrior_4{background-image:url(spritesmith3.png);background-position:-738px -1651px;width:40px;height:40px}.shop_shield_warrior_5{background-image:url(spritesmith3.png);background-position:-1851px -1543px;width:40px;height:40px}.shop_weapon_healer_0{background-image:url(spritesmith3.png);background-position:-1892px -1543px;width:40px;height:40px}.shop_weapon_healer_1{background-image:url(spritesmith3.png);background-position:-1933px -1543px;width:40px;height:40px}.shop_weapon_healer_2{background-image:url(spritesmith3.png);background-position:-1974px -1543px;width:40px;height:40px}.shop_weapon_healer_3{background-image:url(spritesmith3.png);background-position:-1728px -1584px;width:40px;height:40px}.shop_weapon_healer_4{background-image:url(spritesmith3.png);background-position:-1769px -1584px;width:40px;height:40px}.shop_weapon_healer_5{background-image:url(spritesmith3.png);background-position:-1810px -1584px;width:40px;height:40px}.shop_weapon_healer_6{background-image:url(spritesmith3.png);background-position:-1851px -1584px;width:40px;height:40px}.shop_weapon_rogue_0{background-image:url(spritesmith3.png);background-position:-1892px -1584px;width:40px;height:40px}.shop_weapon_rogue_1{background-image:url(spritesmith3.png);background-position:-1933px -1584px;width:40px;height:40px}.shop_weapon_rogue_2{background-image:url(spritesmith3.png);background-position:-1974px -1584px;width:40px;height:40px}.shop_weapon_rogue_3{background-image:url(spritesmith3.png);background-position:-1290px -698px;width:40px;height:40px}.shop_weapon_rogue_4{background-image:url(spritesmith3.png);background-position:-1296px -743px;width:40px;height:40px}.shop_weapon_rogue_5{background-image:url(spritesmith3.png);background-position:-1296px -784px;width:40px;height:40px}.shop_weapon_rogue_6{background-image:url(spritesmith3.png);background-position:-1296px -825px;width:40px;height:40px}.shop_weapon_special_0{background-image:url(spritesmith3.png);background-position:-1296px -882px;width:40px;height:40px}.shop_weapon_special_1{background-image:url(spritesmith3.png);background-position:-1296px -923px;width:40px;height:40px}.shop_weapon_special_2{background-image:url(spritesmith3.png);background-position:-1296px -964px;width:40px;height:40px}.shop_weapon_special_3{background-image:url(spritesmith3.png);background-position:-880px -624px;width:40px;height:40px}.shop_weapon_special_critical{background-image:url(spritesmith3.png);background-position:-921px -624px;width:40px;height:40px}.shop_weapon_warrior_0{background-image:url(spritesmith3.png);background-position:-962px -624px;width:40px;height:40px}.shop_weapon_warrior_1{background-image:url(spritesmith3.png);background-position:-1003px -624px;width:40px;height:40px}.shop_weapon_warrior_2{background-image:url(spritesmith3.png);background-position:-1044px -624px;width:40px;height:40px}.shop_weapon_warrior_3{background-image:url(spritesmith3.png);background-position:-1050px -672px;width:40px;height:40px}.shop_weapon_warrior_4{background-image:url(spritesmith3.png);background-position:-1050px -713px;width:40px;height:40px}.shop_weapon_warrior_5{background-image:url(spritesmith3.png);background-position:-1050px -754px;width:40px;height:40px}.shop_weapon_warrior_6{background-image:url(spritesmith3.png);background-position:-1050px -795px;width:40px;height:40px}.shop_weapon_wizard_0{background-image:url(spritesmith3.png);background-position:-1365px -1287px;width:40px;height:40px}.shop_weapon_wizard_1{background-image:url(spritesmith3.png);background-position:-1365px -1328px;width:40px;height:40px}.shop_weapon_wizard_2{background-image:url(spritesmith3.png);background-position:-1491px -1378px;width:40px;height:40px}.shop_weapon_wizard_3{background-image:url(spritesmith3.png);background-position:-1491px -1419px;width:40px;height:40px}.shop_weapon_wizard_4{background-image:url(spritesmith3.png);background-position:-1567px -1469px;width:40px;height:40px}.shop_weapon_wizard_5{background-image:url(spritesmith3.png);background-position:-1567px -1510px;width:40px;height:40px}.shop_weapon_wizard_6{background-image:url(spritesmith3.png);background-position:-1676px -1560px;width:40px;height:40px}.weapon_healer_0{background-image:url(spritesmith3.png);background-position:-1442px -819px;width:90px;height:90px}.weapon_healer_1{background-image:url(spritesmith3.png);background-position:-1442px -910px;width:90px;height:90px}.weapon_healer_2{background-image:url(spritesmith3.png);background-position:-1442px -1001px;width:90px;height:90px}.weapon_healer_3{background-image:url(spritesmith3.png);background-position:-1442px -1092px;width:90px;height:90px}.weapon_healer_4{background-image:url(spritesmith3.png);background-position:-1442px -1183px;width:90px;height:90px}.weapon_healer_5{background-image:url(spritesmith3.png);background-position:-1442px -1274px;width:90px;height:90px}.weapon_healer_6{background-image:url(spritesmith3.png);background-position:-569px -1378px;width:90px;height:90px}.weapon_rogue_0{background-image:url(spritesmith3.png);background-position:-660px -1378px;width:90px;height:90px}.weapon_rogue_1{background-image:url(spritesmith3.png);background-position:-751px -1378px;width:90px;height:90px}.weapon_rogue_2{background-image:url(spritesmith3.png);background-position:-842px -1378px;width:90px;height:90px}.weapon_rogue_3{background-image:url(spritesmith3.png);background-position:-933px -1378px;width:90px;height:90px}.weapon_rogue_4{background-image:url(spritesmith3.png);background-position:-1024px -1378px;width:90px;height:90px}.weapon_rogue_5{background-image:url(spritesmith3.png);background-position:-1115px -1378px;width:90px;height:90px}.weapon_rogue_6{background-image:url(spritesmith3.png);background-position:-1206px -1378px;width:90px;height:90px}.weapon_special_1{background-image:url(spritesmith3.png);background-position:-1297px -1378px;width:102px;height:90px}.weapon_special_2{background-image:url(spritesmith3.png);background-position:-1400px -1378px;width:90px;height:90px}.weapon_special_3{background-image:url(spritesmith3.png);background-position:-1546px 0;width:90px;height:90px}.weapon_warrior_0{background-image:url(spritesmith3.png);background-position:-1546px -91px;width:90px;height:90px}.weapon_warrior_1{background-image:url(spritesmith3.png);background-position:-1546px -182px;width:90px;height:90px}.weapon_warrior_2{background-image:url(spritesmith3.png);background-position:-1546px -273px;width:90px;height:90px}.weapon_warrior_3{background-image:url(spritesmith3.png);background-position:-1546px -364px;width:90px;height:90px}.weapon_warrior_4{background-image:url(spritesmith3.png);background-position:-1546px -455px;width:90px;height:90px}.weapon_warrior_5{background-image:url(spritesmith3.png);background-position:-1546px -546px;width:90px;height:90px}.weapon_warrior_6{background-image:url(spritesmith3.png);background-position:-1546px -637px;width:90px;height:90px}.weapon_wizard_0{background-image:url(spritesmith3.png);background-position:-1546px -728px;width:90px;height:90px}.weapon_wizard_1{background-image:url(spritesmith3.png);background-position:-1546px -819px;width:90px;height:90px}.weapon_wizard_2{background-image:url(spritesmith3.png);background-position:-1546px -910px;width:90px;height:90px}.weapon_wizard_3{background-image:url(spritesmith3.png);background-position:-1916px -273px;width:90px;height:90px}.weapon_wizard_4{background-image:url(spritesmith3.png);background-position:-1546px -1001px;width:90px;height:90px}.weapon_wizard_5{background-image:url(spritesmith3.png);background-position:-1546px -1092px;width:90px;height:90px}.weapon_wizard_6{background-image:url(spritesmith3.png);background-position:-1546px -1183px;width:90px;height:90px}.GrimReaper{background-image:url(spritesmith3.png);background-position:-1728px -440px;width:57px;height:66px}.Pet_Currency_Gem{background-image:url(spritesmith3.png);background-position:-779px -1651px;width:45px;height:39px}.Pet_Currency_Gem1x{background-image:url(spritesmith3.png);background-position:-2001px -91px;width:15px;height:13px}.Pet_Currency_Gem2x{background-image:url(spritesmith3.png);background-position:-1406px -1287px;width:30px;height:26px}.PixelPaw-Gold{background-image:url(spritesmith3.png);background-position:-1881px -1033px;width:51px;height:51px}.PixelPaw{background-image:url(spritesmith3.png);background-position:-1829px -1033px;width:51px;height:51px}.PixelPaw002{background-image:url(spritesmith3.png);background-position:-1777px -1033px;width:51px;height:51px}.inventory_present{background-image:url(spritesmith3.png);background-position:-1728px -1033px;width:48px;height:51px}.inventory_quest_scroll{background-image:url(spritesmith3.png);background-position:-1924px -981px;width:48px;height:51px}.inventory_quest_scroll_locked{background-image:url(spritesmith3.png);background-position:-1875px -981px;width:48px;height:51px}.inventory_special_fortify{background-image:url(spritesmith3.png);background-position:-1728px -507px;width:57px;height:54px}.inventory_special_nye{background-image:url(spritesmith3.png);background-position:-1786px -562px;width:57px;height:54px}.inventory_special_opaquePotion{background-image:url(spritesmith3.png);background-position:-1933px -1174px;width:40px;height:40px}.inventory_special_snowball{background-image:url(spritesmith3.png);background-position:-1728px -562px;width:57px;height:54px}.inventory_special_spookDust{background-image:url(spritesmith3.png);background-position:-1902px -507px;width:57px;height:54px}.inventory_special_trinket{background-image:url(spritesmith3.png);background-position:-1875px -929px;width:48px;height:51px}.inventory_special_valentine{background-image:url(spritesmith3.png);background-position:-1844px -507px;width:57px;height:54px}.pet_key{background-image:url(spritesmith3.png);background-position:-1786px -507px;width:57px;height:54px}.rebirth_orb{background-image:url(spritesmith3.png);background-position:-1844px -562px;width:57px;height:54px}.snowman{background-image:url(spritesmith3.png);background-position:-1637px 0;width:90px;height:90px}.spookman{background-image:url(spritesmith3.png);background-position:-1637px -91px;width:90px;height:90px}.zzz{background-image:url(spritesmith3.png);background-position:-1728px -1256px;width:40px;height:40px}.zzz_light{background-image:url(spritesmith3.png);background-position:-1769px -1256px;width:40px;height:40px}.just_head{background-image:url(spritesmith3.png);background-position:-1290px -601px;width:36px;height:96px}.npc_alex{background-image:url(spritesmith3.png);background-position:-534px -1037px;width:162px;height:138px}.npc_bailey{background-image:url(spritesmith3.png);background-position:-1881px -364px;width:60px;height:72px}.npc_daniel{background-image:url(spritesmith3.png);background-position:-1012px -1037px;width:135px;height:123px}.npc_ian{background-image:url(spritesmith3.png);background-position:-1257px -453px;width:75px;height:135px}.npc_justin{background-image:url(spritesmith3.png);background-position:-1148px -1037px;width:84px;height:120px}.npc_matt{background-image:url(spritesmith3.png);background-position:-1100px -743px;width:195px;height:138px}.npc_timetravelers{background-image:url(spritesmith3.png);background-position:-697px -1037px;width:195px;height:138px}.npc_timetravelers_active{background-image:url(spritesmith3.png);background-position:-1100px -882px;width:195px;height:138px}.npc_tyler{background-image:url(spritesmith3.png);background-position:-1637px -728px;width:90px;height:90px}.seasonalshop_closed{background-image:url(spritesmith3.png);background-position:0 -1037px;width:162px;height:138px}.seasonalshop_spring2015{background-image:url(spritesmith3.png);background-position:-163px -1037px;width:162px;height:138px}.2014_Fall_HealerPROMO2{background-image:url(spritesmith3.png);background-position:-1637px -1001px;width:90px;height:90px}.2014_Fall_Mage_PROMO9{background-image:url(spritesmith3.png);background-position:-299px -1560px;width:120px;height:90px}.2014_Fall_RoguePROMO3{background-image:url(spritesmith3.png);background-position:-420px -1560px;width:105px;height:90px}.2014_Fall_Warrior_PROMO{background-image:url(spritesmith3.png);background-position:-1637px -1092px;width:90px;height:90px}.promo_mystery_201405{background-image:url(spritesmith3.png);background-position:-1637px -1183px;width:90px;height:90px}.promo_mystery_201406{background-image:url(spritesmith3.png);background-position:-599px -1176px;width:90px;height:96px}.promo_mystery_201407{background-image:url(spritesmith3.png);background-position:-1951px -440px;width:42px;height:62px}.promo_mystery_201408{background-image:url(spritesmith3.png);background-position:-1942px -364px;width:60px;height:71px}.promo_mystery_201409{background-image:url(spritesmith3.png);background-position:-526px -1560px;width:90px;height:90px}.promo_mystery_201410{background-image:url(spritesmith3.png);background-position:-1878px -440px;width:72px;height:63px}.promo_mystery_201411{background-image:url(spritesmith3.png);background-position:-708px -1560px;width:90px;height:90px}.promo_mystery_201412{background-image:url(spritesmith3.png);background-position:-1786px -440px;width:42px;height:66px}.promo_mystery_201501{background-image:url(spritesmith3.png);background-position:-1829px -440px;width:48px;height:63px}.promo_mystery_201502{background-image:url(spritesmith3.png);background-position:-987px -1560px;width:90px;height:90px}.promo_mystery_3014{background-image:url(spritesmith3.png);background-position:-1078px -1560px;width:217px;height:90px}.promo_partyhats{background-image:url(spritesmith3.png);background-position:-1728px -1085px;width:115px;height:47px}.promo_springclasses2014{background-image:url(spritesmith3.png);background-position:-1387px -1560px;width:288px;height:90px}.promo_springclasses2015{background-image:url(spritesmith3.png);background-position:-1728px 0;width:288px;height:90px}.promo_updos{background-image:url(spritesmith3.png);background-position:-1100px -453px;width:156px;height:147px}.promo_winterclasses2015{background-image:url(spritesmith3.png);background-position:0 -1176px;width:325px;height:110px}.promo_winteryhair{background-image:url(spritesmith3.png);background-position:-1728px -364px;width:152px;height:75px}.customize-option.promo_winteryhair{background-image:url(spritesmith3.png);background-position:-1753px -379px;width:60px;height:60px}.inventory_quest_scroll_atom1{background-image:url(spritesmith3.png);background-position:-1924px -773px;width:48px;height:51px}.inventory_quest_scroll_atom2{background-image:url(spritesmith3.png);background-position:-1875px -773px;width:48px;height:51px}.inventory_quest_scroll_atom2_locked{background-image:url(spritesmith3.png);background-position:-1826px -773px;width:48px;height:51px}.inventory_quest_scroll_atom3{background-image:url(spritesmith3.png);background-position:-1777px -773px;width:48px;height:51px}.inventory_quest_scroll_atom3_locked{background-image:url(spritesmith3.png);background-position:-1728px -773px;width:48px;height:51px}.inventory_quest_scroll_basilist{background-image:url(spritesmith3.png);background-position:-1728px -825px;width:48px;height:51px}.inventory_quest_scroll_bunny{background-image:url(spritesmith3.png);background-position:-1875px -721px;width:48px;height:51px}.inventory_quest_scroll_dilatory_derby{background-image:url(spritesmith3.png);background-position:-1777px -825px;width:48px;height:51px}.inventory_quest_scroll_egg{background-image:url(spritesmith3.png);background-position:-1875px -825px;width:48px;height:51px}.inventory_quest_scroll_evilsanta{background-image:url(spritesmith3.png);background-position:-1924px -825px;width:48px;height:51px}.inventory_quest_scroll_evilsanta2{background-image:url(spritesmith3.png);background-position:-1777px -877px;width:48px;height:51px}.inventory_quest_scroll_ghost_stag{background-image:url(spritesmith3.png);background-position:-1826px -877px;width:48px;height:51px}.inventory_quest_scroll_goldenknight1{background-image:url(spritesmith3.png);background-position:-1875px -877px;width:48px;height:51px}.inventory_quest_scroll_goldenknight2{background-image:url(spritesmith3.png);background-position:-1924px -877px;width:48px;height:51px}.inventory_quest_scroll_goldenknight2_locked{background-image:url(spritesmith3.png);background-position:-1728px -929px;width:48px;height:51px}.inventory_quest_scroll_goldenknight3{background-image:url(spritesmith3.png);background-position:-1777px -929px;width:48px;height:51px}.inventory_quest_scroll_goldenknight3_locked{background-image:url(spritesmith3.png);background-position:-1826px -929px;width:48px;height:51px}.inventory_quest_scroll_gryphon{background-image:url(spritesmith3.png);background-position:-1924px -929px;width:48px;height:51px}.inventory_quest_scroll_harpy{background-image:url(spritesmith3.png);background-position:-1728px -981px;width:48px;height:51px}.inventory_quest_scroll_hedgehog{background-image:url(spritesmith3.png);background-position:-1777px -981px;width:48px;height:51px}.inventory_quest_scroll_moonstone1{background-image:url(spritesmith3.png);background-position:-1826px -981px;width:48px;height:51px}.inventory_quest_scroll_moonstone2{background-image:url(spritesmith3.png);background-position:-1960px -507px;width:48px;height:51px}.inventory_quest_scroll_moonstone2_locked{background-image:url(spritesmith3.png);background-position:-1902px -562px;width:48px;height:51px}.inventory_quest_scroll_moonstone3{background-image:url(spritesmith3.png);background-position:-1951px -562px;width:48px;height:51px}.inventory_quest_scroll_moonstone3_locked{background-image:url(spritesmith3.png);background-position:-1728px -617px;width:48px;height:51px}.inventory_quest_scroll_octopus{background-image:url(spritesmith3.png);background-position:-1777px -617px;width:48px;height:51px}.inventory_quest_scroll_owl{background-image:url(spritesmith3.png);background-position:-1826px -617px;width:48px;height:51px}.inventory_quest_scroll_penguin{background-image:url(spritesmith3.png);background-position:-1875px -617px;width:48px;height:51px}.inventory_quest_scroll_rat{background-image:url(spritesmith3.png);background-position:-1924px -617px;width:48px;height:51px}.inventory_quest_scroll_rock{background-image:url(spritesmith3.png);background-position:-1728px -669px;width:48px;height:51px}.inventory_quest_scroll_rooster{background-image:url(spritesmith3.png);background-position:-1777px -669px;width:48px;height:51px}.inventory_quest_scroll_spider{background-image:url(spritesmith3.png);background-position:-1826px -669px;width:48px;height:51px}.inventory_quest_scroll_trex{background-image:url(spritesmith3.png);background-position:-1875px -669px;width:48px;height:51px}.inventory_quest_scroll_trex_undead{background-image:url(spritesmith3.png);background-position:-1924px -669px;width:48px;height:51px}.inventory_quest_scroll_vice1{background-image:url(spritesmith3.png);background-position:-1728px -721px;width:48px;height:51px}.inventory_quest_scroll_vice2{background-image:url(spritesmith3.png);background-position:-1777px -721px;width:48px;height:51px}.inventory_quest_scroll_vice2_locked{background-image:url(spritesmith3.png);background-position:-1826px -721px;width:48px;height:51px}.inventory_quest_scroll_vice3{background-image:url(spritesmith3.png);background-position:-1933px -1033px;width:48px;height:51px}.inventory_quest_scroll_vice3_locked{background-image:url(spritesmith3.png);background-position:-1924px -721px;width:48px;height:51px}.quest_atom1{background-image:url(spritesmith3.png);background-position:-1100px -302px;width:250px;height:150px}.quest_atom2{background-image:url(spritesmith3.png);background-position:-326px -1037px;width:207px;height:138px}.quest_atom3{background-image:url(spritesmith3.png);background-position:-411px -672px;width:216px;height:180px}.quest_basilist{background-image:url(spritesmith3.png);background-position:-1100px -601px;width:189px;height:141px}.quest_bunny{background-image:url(spritesmith3.png);background-position:-880px -437px;width:210px;height:186px}.quest_dilatory{background-image:url(spritesmith3.png);background-position:0 -232px;width:219px;height:219px}.quest_dilatory_derby{background-image:url(spritesmith3.png);background-position:0 -452px;width:219px;height:219px}.quest_egg_plainEgg{background-image:url(spritesmith3.png);background-position:-1826px -825px;width:48px;height:51px}.quest_evilsanta{background-image:url(spritesmith3.png);background-position:-893px -1037px;width:118px;height:131px}.quest_ghost_stag{background-image:url(spritesmith3.png);background-position:-880px 0;width:219px;height:219px}.quest_goldenknight1_testimony{background-image:url(spritesmith3.png);background-position:-1728px -877px;width:48px;height:51px}.quest_goldenknight2{background-image:url(spritesmith3.png);background-position:-1100px 0;width:250px;height:150px}.quest_goldenknight3{background-image:url(spritesmith3.png);background-position:0 0;width:219px;height:231px}.quest_gryphon{background-image:url(spritesmith3.png);background-position:-657px -859px;width:216px;height:177px}.quest_harpy{background-image:url(spritesmith3.png);background-position:-220px 0;width:219px;height:219px}.quest_hedgehog{background-image:url(spritesmith3.png);background-position:0 -672px;width:219px;height:186px}.quest_moonstone1_moonstone{background-image:url(spritesmith3.png);background-position:-1982px -1033px;width:30px;height:30px}.quest_moonstone2{background-image:url(spritesmith3.png);background-position:-440px 0;width:219px;height:219px}.quest_moonstone3{background-image:url(spritesmith3.png);background-position:-220px -452px;width:219px;height:219px}.quest_octopus{background-image:url(spritesmith3.png);background-position:-434px -859px;width:222px;height:177px}.quest_owl{background-image:url(spritesmith3.png);background-position:-440px -452px;width:219px;height:219px}.quest_penguin{background-image:url(spritesmith3.png);background-position:-220px -672px;width:190px;height:183px}.quest_rat{background-image:url(spritesmith3.png);background-position:-660px -452px;width:219px;height:219px}.quest_rock{background-image:url(spritesmith3.png);background-position:-880px -220px;width:216px;height:216px}.quest_rooster{background-image:url(spritesmith3.png);background-position:-874px -859px;width:213px;height:174px}.quest_spider{background-image:url(spritesmith3.png);background-position:-1100px -151px;width:250px;height:150px}.quest_stressbeast{background-image:url(spritesmith3.png);background-position:-660px -220px;width:219px;height:219px}.quest_stressbeast_bailey{background-image:url(spritesmith3.png);background-position:-660px 0;width:219px;height:219px}.quest_stressbeast_guide{background-image:url(spritesmith3.png);background-position:-440px -232px;width:219px;height:219px}.quest_stressbeast_stables{background-image:url(spritesmith3.png);background-position:-220px -232px;width:219px;height:219px}.quest_trex{background-image:url(spritesmith3.png);background-position:-628px -672px;width:204px;height:177px}.quest_trex_undead{background-image:url(spritesmith3.png);background-position:0 -859px;width:216px;height:177px}.quest_vice1{background-image:url(spritesmith3.png);background-position:-217px -859px;width:216px;height:177px}.quest_vice2_lightCrystal{background-image:url(spritesmith3.png);background-position:-1810px -1133px;width:40px;height:40px}.quest_vice3{background-image:url(spritesmith3.png);background-position:-833px -672px;width:216px;height:177px}.shop_copper{background-image:url(spritesmith3.png);background-position:-1728px -1625px;width:32px;height:22px}.shop_eyes{background-image:url(spritesmith3.png);background-position:-1769px -1420px;width:40px;height:40px}.shop_gold{background-image:url(spritesmith4.png);background-position:-1816px -1748px;width:32px;height:22px}.shop_opaquePotion{background-image:url(spritesmith4.png);background-position:-408px -366px;width:40px;height:40px}.shop_potion{background-image:url(spritesmith4.png);background-position:-449px -366px;width:40px;height:40px}.shop_reroll{background-image:url(spritesmith4.png);background-position:-490px -366px;width:40px;height:40px}.shop_silver{background-image:url(spritesmith4.png);background-position:-1988px -1854px;width:32px;height:22px}.shop_snowball{background-image:url(spritesmith4.png);background-position:-1922px -1854px;width:32px;height:32px}.shop_spookDust{background-image:url(spritesmith4.png);background-position:-1955px -1854px;width:32px;height:32px}.Pet_Egg_BearCub{background-image:url(spritesmith4.png);background-position:-1971px -1802px;width:48px;height:51px}.Pet_Egg_Bunny{background-image:url(spritesmith4.png);background-position:-862px -742px;width:48px;height:51px}.Pet_Egg_Cactus{background-image:url(spritesmith4.png);background-position:-911px -742px;width:48px;height:51px}.Pet_Egg_Deer{background-image:url(spritesmith4.png);background-position:-1922px -1802px;width:48px;height:51px}.Pet_Egg_Dragon{background-image:url(spritesmith4.png);background-position:-650px -530px;width:48px;height:51px}.Pet_Egg_Egg{background-image:url(spritesmith4.png);background-position:-699px -530px;width:48px;height:51px}.Pet_Egg_FlyingPig{background-image:url(spritesmith4.png);background-position:-544px -424px;width:48px;height:51px}.Pet_Egg_Fox{background-image:url(spritesmith4.png);background-position:-1272px -1892px;width:48px;height:51px}.Pet_Egg_Gryphon{background-image:url(spritesmith4.png);background-position:-1370px -1944px;width:48px;height:51px}.Pet_Egg_Hedgehog{background-image:url(spritesmith4.png);background-position:-756px -636px;width:48px;height:51px}.Pet_Egg_LionCub{background-image:url(spritesmith4.png);background-position:-1321px -1944px;width:48px;height:51px}.Pet_Egg_Octopus{background-image:url(spritesmith4.png);background-position:-1272px -1944px;width:48px;height:51px}.Pet_Egg_Owl{background-image:url(spritesmith4.png);background-position:-1958px -1892px;width:48px;height:51px}.Pet_Egg_PandaCub{background-image:url(spritesmith4.png);background-position:-1909px -1892px;width:48px;height:51px}.Pet_Egg_Parrot{background-image:url(spritesmith4.png);background-position:-1860px -1892px;width:48px;height:51px}.Pet_Egg_Penguin{background-image:url(spritesmith4.png);background-position:-1811px -1892px;width:48px;height:51px}.Pet_Egg_PolarBear{background-image:url(spritesmith4.png);background-position:-1762px -1892px;width:48px;height:51px}.Pet_Egg_Rat{background-image:url(spritesmith4.png);background-position:-1713px -1892px;width:48px;height:51px}.Pet_Egg_Rock{background-image:url(spritesmith4.png);background-position:-1664px -1892px;width:48px;height:51px}.Pet_Egg_Rooster{background-image:url(spritesmith4.png);background-position:-1615px -1892px;width:48px;height:51px}.Pet_Egg_Seahorse{background-image:url(spritesmith4.png);background-position:-1566px -1892px;width:48px;height:51px}.Pet_Egg_Spider{background-image:url(spritesmith4.png);background-position:-1517px -1892px;width:48px;height:51px}.Pet_Egg_TRex{background-image:url(spritesmith4.png);background-position:-1468px -1892px;width:48px;height:51px}.Pet_Egg_TigerCub{background-image:url(spritesmith4.png);background-position:-1419px -1892px;width:48px;height:51px}.Pet_Egg_Wolf{background-image:url(spritesmith4.png);background-position:-1370px -1892px;width:48px;height:51px}.Pet_Food_Cake_Base{background-image:url(spritesmith4.png);background-position:-1772px -1944px;width:43px;height:43px}.Pet_Food_Cake_CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1506px -1944px;width:42px;height:44px}.Pet_Food_Cake_CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1462px -1944px;width:43px;height:45px}.Pet_Food_Cake_Desert{background-image:url(spritesmith4.png);background-position:-1549px -1944px;width:43px;height:44px}.Pet_Food_Cake_Golden{background-image:url(spritesmith4.png);background-position:-1816px -1944px;width:43px;height:42px}.Pet_Food_Cake_Red{background-image:url(spritesmith4.png);background-position:-1593px -1944px;width:43px;height:44px}.Pet_Food_Cake_Shade{background-image:url(spritesmith4.png);background-position:-1637px -1944px;width:43px;height:44px}.Pet_Food_Cake_Skeleton{background-image:url(spritesmith4.png);background-position:-1419px -1944px;width:42px;height:47px}.Pet_Food_Cake_White{background-image:url(spritesmith4.png);background-position:-1681px -1944px;width:44px;height:44px}.Pet_Food_Cake_Zombie{background-image:url(spritesmith4.png);background-position:-1726px -1944px;width:45px;height:44px}.Pet_Food_Candy_Base{background-image:url(spritesmith4.png);background-position:-1017px -848px;width:48px;height:51px}.Pet_Food_Candy_CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-968px -848px;width:48px;height:51px}.Pet_Food_Candy_CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1123px -954px;width:48px;height:51px}.Pet_Food_Candy_Desert{background-image:url(spritesmith4.png);background-position:-1074px -954px;width:48px;height:51px}.Pet_Food_Candy_Golden{background-image:url(spritesmith4.png);background-position:-1229px -1060px;width:48px;height:51px}.Pet_Food_Candy_Red{background-image:url(spritesmith4.png);background-position:-1180px -1060px;width:48px;height:51px}.Pet_Food_Candy_Shade{background-image:url(spritesmith4.png);background-position:-1335px -1166px;width:48px;height:51px}.Pet_Food_Candy_Skeleton{background-image:url(spritesmith4.png);background-position:-1286px -1166px;width:48px;height:51px}.Pet_Food_Candy_White{background-image:url(spritesmith4.png);background-position:-1441px -1272px;width:48px;height:51px}.Pet_Food_Candy_Zombie{background-image:url(spritesmith4.png);background-position:-1392px -1272px;width:48px;height:51px}.Pet_Food_Chocolate{background-image:url(spritesmith4.png);background-position:-1547px -1378px;width:48px;height:51px}.Pet_Food_CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1498px -1378px;width:48px;height:51px}.Pet_Food_CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1653px -1484px;width:48px;height:51px}.Pet_Food_Fish{background-image:url(spritesmith4.png);background-position:-1604px -1484px;width:48px;height:51px}.Pet_Food_Honey{background-image:url(spritesmith4.png);background-position:-1759px -1590px;width:48px;height:51px}.Pet_Food_Meat{background-image:url(spritesmith4.png);background-position:-1710px -1590px;width:48px;height:51px}.Pet_Food_Milk{background-image:url(spritesmith4.png);background-position:-1865px -1696px;width:48px;height:51px}.Pet_Food_Potatoe{background-image:url(spritesmith4.png);background-position:-1816px -1696px;width:48px;height:51px}.Pet_Food_RottenMeat{background-image:url(spritesmith4.png);background-position:-805px -636px;width:48px;height:51px}.Pet_Food_Saddle{background-image:url(spritesmith4.png);background-position:-593px -424px;width:48px;height:51px}.Pet_Food_Strawberry{background-image:url(spritesmith4.png);background-position:-1321px -1892px;width:48px;height:51px}.Mount_Body_BearCub-Base{background-image:url(spritesmith4.png);background-position:-318px -832px;width:105px;height:105px}.Mount_Body_BearCub-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-424px -832px;width:105px;height:105px}.Mount_Body_BearCub-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-530px -832px;width:105px;height:105px}.Mount_Body_BearCub-Desert{background-image:url(spritesmith4.png);background-position:-636px -832px;width:105px;height:105px}.Mount_Body_BearCub-Golden{background-image:url(spritesmith4.png);background-position:-742px -832px;width:105px;height:105px}.Mount_Body_BearCub-Polar{background-image:url(spritesmith4.png);background-position:-848px -832px;width:105px;height:105px}.Mount_Body_BearCub-Red{background-image:url(spritesmith4.png);background-position:-968px 0;width:105px;height:105px}.Mount_Body_BearCub-Shade{background-image:url(spritesmith4.png);background-position:-968px -106px;width:105px;height:105px}.Mount_Body_BearCub-Skeleton{background-image:url(spritesmith4.png);background-position:-968px -212px;width:105px;height:105px}.Mount_Body_BearCub-White{background-image:url(spritesmith4.png);background-position:-968px -318px;width:105px;height:105px}.Mount_Body_BearCub-Zombie{background-image:url(spritesmith4.png);background-position:-968px -424px;width:105px;height:105px}.Mount_Body_Bunny-Base{background-image:url(spritesmith4.png);background-position:-968px -530px;width:105px;height:105px}.Mount_Body_Bunny-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-968px -636px;width:105px;height:105px}.Mount_Body_Bunny-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-968px -742px;width:105px;height:105px}.Mount_Body_Bunny-Desert{background-image:url(spritesmith4.png);background-position:0 -938px;width:105px;height:105px}.Mount_Body_Bunny-Golden{background-image:url(spritesmith4.png);background-position:-106px -938px;width:105px;height:105px}.Mount_Body_Bunny-Red{background-image:url(spritesmith4.png);background-position:-212px -938px;width:105px;height:105px}.Mount_Body_Bunny-Shade{background-image:url(spritesmith4.png);background-position:-318px -938px;width:105px;height:105px}.Mount_Body_Bunny-Skeleton{background-image:url(spritesmith4.png);background-position:-424px -938px;width:105px;height:105px}.Mount_Body_Bunny-White{background-image:url(spritesmith4.png);background-position:-530px -938px;width:105px;height:105px}.Mount_Body_Bunny-Zombie{background-image:url(spritesmith4.png);background-position:-636px -938px;width:105px;height:105px}.Mount_Body_Cactus-Base{background-image:url(spritesmith4.png);background-position:-742px -938px;width:105px;height:105px}.Mount_Body_Cactus-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-848px -938px;width:105px;height:105px}.Mount_Body_Cactus-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-954px -938px;width:105px;height:105px}.Mount_Body_Cactus-Desert{background-image:url(spritesmith4.png);background-position:-1074px 0;width:105px;height:105px}.Mount_Body_Cactus-Golden{background-image:url(spritesmith4.png);background-position:-1074px -106px;width:105px;height:105px}.Mount_Body_Cactus-Red{background-image:url(spritesmith4.png);background-position:-1074px -212px;width:105px;height:105px}.Mount_Body_Cactus-Shade{background-image:url(spritesmith4.png);background-position:-1074px -318px;width:105px;height:105px}.Mount_Body_Cactus-Skeleton{background-image:url(spritesmith4.png);background-position:-1074px -424px;width:105px;height:105px}.Mount_Body_Cactus-White{background-image:url(spritesmith4.png);background-position:-1074px -530px;width:105px;height:105px}.Mount_Body_Cactus-Zombie{background-image:url(spritesmith4.png);background-position:-1074px -636px;width:105px;height:105px}.Mount_Body_Deer-Base{background-image:url(spritesmith4.png);background-position:-1074px -742px;width:105px;height:105px}.Mount_Body_Deer-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1074px -848px;width:105px;height:105px}.Mount_Body_Deer-CottonCandyPink{background-image:url(spritesmith4.png);background-position:0 -1044px;width:105px;height:105px}.Mount_Body_Deer-Desert{background-image:url(spritesmith4.png);background-position:-106px -1044px;width:105px;height:105px}.Mount_Body_Deer-Golden{background-image:url(spritesmith4.png);background-position:-212px -1044px;width:105px;height:105px}.Mount_Body_Deer-Red{background-image:url(spritesmith4.png);background-position:-318px -1044px;width:105px;height:105px}.Mount_Body_Deer-Shade{background-image:url(spritesmith4.png);background-position:-424px -1044px;width:105px;height:105px}.Mount_Body_Deer-Skeleton{background-image:url(spritesmith4.png);background-position:-530px -1044px;width:105px;height:105px}.Mount_Body_Deer-White{background-image:url(spritesmith4.png);background-position:-636px -1044px;width:105px;height:105px}.Mount_Body_Deer-Zombie{background-image:url(spritesmith4.png);background-position:-742px -1044px;width:105px;height:105px}.Mount_Body_Dragon-Base{background-image:url(spritesmith4.png);background-position:-848px -1044px;width:105px;height:105px}.Mount_Body_Dragon-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-954px -1044px;width:105px;height:105px}.Mount_Body_Dragon-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1060px -1044px;width:105px;height:105px}.Mount_Body_Dragon-Desert{background-image:url(spritesmith4.png);background-position:-1180px 0;width:105px;height:105px}.Mount_Body_Dragon-Golden{background-image:url(spritesmith4.png);background-position:-1180px -106px;width:105px;height:105px}.Mount_Body_Dragon-Red{background-image:url(spritesmith4.png);background-position:-1180px -212px;width:105px;height:105px}.Mount_Body_Dragon-Shade{background-image:url(spritesmith4.png);background-position:-1180px -318px;width:105px;height:105px}.Mount_Body_Dragon-Skeleton{background-image:url(spritesmith4.png);background-position:-1180px -424px;width:105px;height:105px}.Mount_Body_Dragon-White{background-image:url(spritesmith4.png);background-position:-1180px -530px;width:105px;height:105px}.Mount_Body_Dragon-Zombie{background-image:url(spritesmith4.png);background-position:-1180px -636px;width:105px;height:105px}.Mount_Body_FlyingPig-Base{background-image:url(spritesmith4.png);background-position:-1180px -742px;width:105px;height:105px}.Mount_Body_FlyingPig-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1180px -848px;width:105px;height:105px}.Mount_Body_FlyingPig-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1180px -954px;width:105px;height:105px}.Mount_Body_FlyingPig-Desert{background-image:url(spritesmith4.png);background-position:0 -1150px;width:105px;height:105px}.Mount_Body_FlyingPig-Golden{background-image:url(spritesmith4.png);background-position:-106px -1150px;width:105px;height:105px}.Mount_Body_FlyingPig-Red{background-image:url(spritesmith4.png);background-position:-212px -1150px;width:105px;height:105px}.Mount_Body_FlyingPig-Shade{background-image:url(spritesmith4.png);background-position:-318px -1150px;width:105px;height:105px}.Mount_Body_FlyingPig-Skeleton{background-image:url(spritesmith4.png);background-position:-424px -1150px;width:105px;height:105px}.Mount_Body_FlyingPig-White{background-image:url(spritesmith4.png);background-position:-530px -1150px;width:105px;height:105px}.Mount_Body_FlyingPig-Zombie{background-image:url(spritesmith4.png);background-position:-636px -1150px;width:105px;height:105px}.Mount_Body_Fox-Base{background-image:url(spritesmith4.png);background-position:-742px -1150px;width:105px;height:105px}.Mount_Body_Fox-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-848px -1150px;width:105px;height:105px}.Mount_Body_Fox-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-954px -1150px;width:105px;height:105px}.Mount_Body_Fox-Desert{background-image:url(spritesmith4.png);background-position:-1060px -1150px;width:105px;height:105px}.Mount_Body_Fox-Golden{background-image:url(spritesmith4.png);background-position:-1166px -1150px;width:105px;height:105px}.Mount_Body_Fox-Red{background-image:url(spritesmith4.png);background-position:-1286px 0;width:105px;height:105px}.Mount_Body_Fox-Shade{background-image:url(spritesmith4.png);background-position:-1286px -106px;width:105px;height:105px}.Mount_Body_Fox-Skeleton{background-image:url(spritesmith4.png);background-position:-1286px -212px;width:105px;height:105px}.Mount_Body_Fox-White{background-image:url(spritesmith4.png);background-position:-1286px -318px;width:105px;height:105px}.Mount_Body_Fox-Zombie{background-image:url(spritesmith4.png);background-position:-1286px -424px;width:105px;height:105px}.Mount_Body_Gryphon-Base{background-image:url(spritesmith4.png);background-position:-1286px -530px;width:105px;height:105px}.Mount_Body_Gryphon-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1286px -636px;width:105px;height:105px}.Mount_Body_Gryphon-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1286px -742px;width:105px;height:105px}.Mount_Body_Gryphon-Desert{background-image:url(spritesmith4.png);background-position:-1286px -848px;width:105px;height:105px}.Mount_Body_Gryphon-Golden{background-image:url(spritesmith4.png);background-position:-1286px -954px;width:105px;height:105px}.Mount_Body_Gryphon-Red{background-image:url(spritesmith4.png);background-position:-1286px -1060px;width:105px;height:105px}.Mount_Body_Gryphon-Shade{background-image:url(spritesmith4.png);background-position:0 -1256px;width:105px;height:105px}.Mount_Body_Gryphon-Skeleton{background-image:url(spritesmith4.png);background-position:-106px -1256px;width:105px;height:105px}.Mount_Body_Gryphon-White{background-image:url(spritesmith4.png);background-position:-212px -1256px;width:105px;height:105px}.Mount_Body_Gryphon-Zombie{background-image:url(spritesmith4.png);background-position:-318px -1256px;width:105px;height:105px}.Mount_Body_Hedgehog-Base{background-image:url(spritesmith4.png);background-position:-424px -1256px;width:105px;height:105px}.Mount_Body_Hedgehog-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-530px -1256px;width:105px;height:105px}.Mount_Body_Hedgehog-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-636px -1256px;width:105px;height:105px}.Mount_Body_Hedgehog-Desert{background-image:url(spritesmith4.png);background-position:-742px -1256px;width:105px;height:105px}.Mount_Body_Hedgehog-Golden{background-image:url(spritesmith4.png);background-position:-848px -1256px;width:105px;height:105px}.Mount_Body_Hedgehog-Red{background-image:url(spritesmith4.png);background-position:-954px -1256px;width:105px;height:105px}.Mount_Body_Hedgehog-Shade{background-image:url(spritesmith4.png);background-position:-1060px -1256px;width:105px;height:105px}.Mount_Body_Hedgehog-Skeleton{background-image:url(spritesmith4.png);background-position:-1166px -1256px;width:105px;height:105px}.Mount_Body_Hedgehog-White{background-image:url(spritesmith4.png);background-position:-1272px -1256px;width:105px;height:105px}.Mount_Body_Hedgehog-Zombie{background-image:url(spritesmith4.png);background-position:-1392px 0;width:105px;height:105px}.Mount_Body_LionCub-Base{background-image:url(spritesmith4.png);background-position:-1392px -106px;width:105px;height:105px}.Mount_Body_LionCub-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1392px -212px;width:105px;height:105px}.Mount_Body_LionCub-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1392px -318px;width:105px;height:105px}.Mount_Body_LionCub-Desert{background-image:url(spritesmith4.png);background-position:-1392px -424px;width:105px;height:105px}.Mount_Body_LionCub-Ethereal{background-image:url(spritesmith4.png);background-position:-1392px -530px;width:105px;height:105px}.Mount_Body_LionCub-Golden{background-image:url(spritesmith4.png);background-position:-1392px -636px;width:105px;height:105px}.Mount_Body_LionCub-Red{background-image:url(spritesmith4.png);background-position:-1392px -742px;width:105px;height:105px}.Mount_Body_LionCub-Shade{background-image:url(spritesmith4.png);background-position:-1392px -848px;width:105px;height:105px}.Mount_Body_LionCub-Skeleton{background-image:url(spritesmith4.png);background-position:-1392px -954px;width:105px;height:105px}.Mount_Body_LionCub-White{background-image:url(spritesmith4.png);background-position:-1392px -1060px;width:105px;height:105px}.Mount_Body_LionCub-Zombie{background-image:url(spritesmith4.png);background-position:-1392px -1166px;width:105px;height:105px}.Mount_Body_Mammoth-Base{background-image:url(spritesmith4.png);background-position:-408px -136px;width:105px;height:123px}.Mount_Body_MantisShrimp-Base{background-image:url(spritesmith4.png);background-position:-106px -1362px;width:108px;height:105px}.Mount_Body_Octopus-Base{background-image:url(spritesmith4.png);background-position:-215px -1362px;width:105px;height:105px}.Mount_Body_Octopus-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-321px -1362px;width:105px;height:105px}.Mount_Body_Octopus-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-427px -1362px;width:105px;height:105px}.Mount_Body_Octopus-Desert{background-image:url(spritesmith4.png);background-position:-533px -1362px;width:105px;height:105px}.Mount_Body_Octopus-Golden{background-image:url(spritesmith4.png);background-position:-639px -1362px;width:105px;height:105px}.Mount_Body_Octopus-Red{background-image:url(spritesmith4.png);background-position:-745px -1362px;width:105px;height:105px}.Mount_Body_Octopus-Shade{background-image:url(spritesmith4.png);background-position:-851px -1362px;width:105px;height:105px}.Mount_Body_Octopus-Skeleton{background-image:url(spritesmith4.png);background-position:-957px -1362px;width:105px;height:105px}.Mount_Body_Octopus-White{background-image:url(spritesmith4.png);background-position:-1063px -1362px;width:105px;height:105px}.Mount_Body_Octopus-Zombie{background-image:url(spritesmith4.png);background-position:-1169px -1362px;width:105px;height:105px}.Mount_Body_Owl-Base{background-image:url(spritesmith4.png);background-position:-1275px -1362px;width:105px;height:105px}.Mount_Body_Owl-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1381px -1362px;width:105px;height:105px}.Mount_Body_Owl-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1498px 0;width:105px;height:105px}.Mount_Body_Owl-Desert{background-image:url(spritesmith4.png);background-position:-1498px -106px;width:105px;height:105px}.Mount_Body_Owl-Golden{background-image:url(spritesmith4.png);background-position:-1498px -212px;width:105px;height:105px}.Mount_Body_Owl-Red{background-image:url(spritesmith4.png);background-position:-1498px -318px;width:105px;height:105px}.Mount_Body_Owl-Shade{background-image:url(spritesmith4.png);background-position:-1498px -424px;width:105px;height:105px}.Mount_Body_Owl-Skeleton{background-image:url(spritesmith4.png);background-position:-1498px -530px;width:105px;height:105px}.Mount_Body_Owl-White{background-image:url(spritesmith4.png);background-position:-1498px -636px;width:105px;height:105px}.Mount_Body_Owl-Zombie{background-image:url(spritesmith4.png);background-position:-1498px -742px;width:105px;height:105px}.Mount_Body_PandaCub-Base{background-image:url(spritesmith4.png);background-position:-1498px -848px;width:105px;height:105px}.Mount_Body_PandaCub-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1498px -954px;width:105px;height:105px}.Mount_Body_PandaCub-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1498px -1060px;width:105px;height:105px}.Mount_Body_PandaCub-Desert{background-image:url(spritesmith4.png);background-position:-1498px -1166px;width:105px;height:105px}.Mount_Body_PandaCub-Golden{background-image:url(spritesmith4.png);background-position:-1498px -1272px;width:105px;height:105px}.Mount_Body_PandaCub-Red{background-image:url(spritesmith4.png);background-position:0 -1468px;width:105px;height:105px}.Mount_Body_PandaCub-Shade{background-image:url(spritesmith4.png);background-position:-106px -1468px;width:105px;height:105px}.Mount_Body_PandaCub-Skeleton{background-image:url(spritesmith4.png);background-position:-212px -1468px;width:105px;height:105px}.Mount_Body_PandaCub-White{background-image:url(spritesmith4.png);background-position:-318px -1468px;width:105px;height:105px}.Mount_Body_PandaCub-Zombie{background-image:url(spritesmith4.png);background-position:-424px -1468px;width:105px;height:105px}.Mount_Body_Parrot-Base{background-image:url(spritesmith4.png);background-position:-408px -260px;width:105px;height:105px}.Mount_Body_Parrot-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-636px -1468px;width:105px;height:105px}.Mount_Body_Parrot-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-742px -1468px;width:105px;height:105px}.Mount_Body_Parrot-Desert{background-image:url(spritesmith4.png);background-position:-848px -1468px;width:105px;height:105px}.Mount_Body_Parrot-Golden{background-image:url(spritesmith4.png);background-position:-954px -1468px;width:105px;height:105px}.Mount_Body_Parrot-Red{background-image:url(spritesmith4.png);background-position:-1060px -1468px;width:105px;height:105px}.Mount_Body_Parrot-Shade{background-image:url(spritesmith4.png);background-position:-1166px -1468px;width:105px;height:105px}.Mount_Body_Parrot-Skeleton{background-image:url(spritesmith4.png);background-position:-1272px -1468px;width:105px;height:105px}.Mount_Body_Parrot-White{background-image:url(spritesmith4.png);background-position:-1378px -1468px;width:105px;height:105px}.Mount_Body_Parrot-Zombie{background-image:url(spritesmith4.png);background-position:-1484px -1468px;width:105px;height:105px}.Mount_Body_Penguin-Base{background-image:url(spritesmith4.png);background-position:-1604px 0;width:105px;height:105px}.Mount_Body_Penguin-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1604px -106px;width:105px;height:105px}.Mount_Body_Penguin-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1604px -212px;width:105px;height:105px}.Mount_Body_Penguin-Desert{background-image:url(spritesmith4.png);background-position:-1604px -318px;width:105px;height:105px}.Mount_Body_Penguin-Golden{background-image:url(spritesmith4.png);background-position:-1604px -424px;width:105px;height:105px}.Mount_Body_Penguin-Red{background-image:url(spritesmith4.png);background-position:-1604px -530px;width:105px;height:105px}.Mount_Body_Penguin-Shade{background-image:url(spritesmith4.png);background-position:-1604px -636px;width:105px;height:105px}.Mount_Body_Penguin-Skeleton{background-image:url(spritesmith4.png);background-position:-1604px -742px;width:105px;height:105px}.Mount_Body_Penguin-White{background-image:url(spritesmith4.png);background-position:-1604px -848px;width:105px;height:105px}.Mount_Body_Penguin-Zombie{background-image:url(spritesmith4.png);background-position:-1604px -954px;width:105px;height:105px}.Mount_Body_Rat-Base{background-image:url(spritesmith4.png);background-position:-1604px -1060px;width:105px;height:105px}.Mount_Body_Rat-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1604px -1166px;width:105px;height:105px}.Mount_Body_Rat-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1604px -1272px;width:105px;height:105px}.Mount_Body_Rat-Desert{background-image:url(spritesmith4.png);background-position:-1604px -1378px;width:105px;height:105px}.Mount_Body_Rat-Golden{background-image:url(spritesmith4.png);background-position:0 -1574px;width:105px;height:105px}.Mount_Body_Rat-Red{background-image:url(spritesmith4.png);background-position:-106px -1574px;width:105px;height:105px}.Mount_Body_Rat-Shade{background-image:url(spritesmith4.png);background-position:-212px -1574px;width:105px;height:105px}.Mount_Body_Rat-Skeleton{background-image:url(spritesmith4.png);background-position:-318px -1574px;width:105px;height:105px}.Mount_Body_Rat-White{background-image:url(spritesmith4.png);background-position:-424px -1574px;width:105px;height:105px}.Mount_Body_Rat-Zombie{background-image:url(spritesmith4.png);background-position:-530px -1574px;width:105px;height:105px}.Mount_Body_Rock-Base{background-image:url(spritesmith4.png);background-position:-636px -1574px;width:105px;height:105px}.Mount_Body_Rock-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-742px -1574px;width:105px;height:105px}.Mount_Body_Rock-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-848px -1574px;width:105px;height:105px}.Mount_Body_Rock-Desert{background-image:url(spritesmith4.png);background-position:-954px -1574px;width:105px;height:105px}.Mount_Body_Rock-Golden{background-image:url(spritesmith4.png);background-position:-1060px -1574px;width:105px;height:105px}.Mount_Body_Rock-Red{background-image:url(spritesmith4.png);background-position:-1166px -1574px;width:105px;height:105px}.Mount_Body_Rock-Shade{background-image:url(spritesmith4.png);background-position:-1272px -1574px;width:105px;height:105px}.Mount_Body_Rock-Skeleton{background-image:url(spritesmith4.png);background-position:-1378px -1574px;width:105px;height:105px}.Mount_Body_Rock-White{background-image:url(spritesmith4.png);background-position:-1484px -1574px;width:105px;height:105px}.Mount_Body_Rock-Zombie{background-image:url(spritesmith4.png);background-position:-1590px -1574px;width:105px;height:105px}.Mount_Body_Rooster-Base{background-image:url(spritesmith4.png);background-position:-1710px 0;width:105px;height:105px}.Mount_Body_Rooster-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1710px -106px;width:105px;height:105px}.Mount_Body_Rooster-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1710px -212px;width:105px;height:105px}.Mount_Body_Rooster-Desert{background-image:url(spritesmith4.png);background-position:-1710px -318px;width:105px;height:105px}.Mount_Body_Rooster-Golden{background-image:url(spritesmith4.png);background-position:-1710px -424px;width:105px;height:105px}.Mount_Body_Rooster-Red{background-image:url(spritesmith4.png);background-position:-1710px -530px;width:105px;height:105px}.Mount_Body_Rooster-Shade{background-image:url(spritesmith4.png);background-position:-1710px -636px;width:105px;height:105px}.Mount_Body_Rooster-Skeleton{background-image:url(spritesmith4.png);background-position:-1710px -742px;width:105px;height:105px}.Mount_Body_Rooster-White{background-image:url(spritesmith4.png);background-position:-1710px -848px;width:105px;height:105px}.Mount_Body_Rooster-Zombie{background-image:url(spritesmith4.png);background-position:-1710px -954px;width:105px;height:105px}.Mount_Body_Seahorse-Base{background-image:url(spritesmith4.png);background-position:-1710px -1060px;width:105px;height:105px}.Mount_Body_Seahorse-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1710px -1166px;width:105px;height:105px}.Mount_Body_Seahorse-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1710px -1272px;width:105px;height:105px}.Mount_Body_Seahorse-Desert{background-image:url(spritesmith4.png);background-position:-1710px -1378px;width:105px;height:105px}.Mount_Body_Seahorse-Golden{background-image:url(spritesmith4.png);background-position:-1710px -1484px;width:105px;height:105px}.Mount_Body_Seahorse-Red{background-image:url(spritesmith4.png);background-position:0 -1680px;width:105px;height:105px}.Mount_Body_Seahorse-Shade{background-image:url(spritesmith4.png);background-position:-106px -1680px;width:105px;height:105px}.Mount_Body_Seahorse-Skeleton{background-image:url(spritesmith4.png);background-position:-212px -1680px;width:105px;height:105px}.Mount_Body_Seahorse-White{background-image:url(spritesmith4.png);background-position:-318px -1680px;width:105px;height:105px}.Mount_Body_Seahorse-Zombie{background-image:url(spritesmith4.png);background-position:-424px -1680px;width:105px;height:105px}.Mount_Body_Spider-Base{background-image:url(spritesmith4.png);background-position:-530px -1680px;width:105px;height:105px}.Mount_Body_Spider-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-636px -1680px;width:105px;height:105px}.Mount_Body_Spider-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-742px -1680px;width:105px;height:105px}.Mount_Body_Spider-Desert{background-image:url(spritesmith4.png);background-position:-848px -1680px;width:105px;height:105px}.Mount_Body_Spider-Golden{background-image:url(spritesmith4.png);background-position:-954px -1680px;width:105px;height:105px}.Mount_Body_Spider-Red{background-image:url(spritesmith4.png);background-position:-1060px -1680px;width:105px;height:105px}.Mount_Body_Spider-Shade{background-image:url(spritesmith4.png);background-position:-1166px -1680px;width:105px;height:105px}.Mount_Body_Spider-Skeleton{background-image:url(spritesmith4.png);background-position:-1272px -1680px;width:105px;height:105px}.Mount_Body_Spider-White{background-image:url(spritesmith4.png);background-position:-1378px -1680px;width:105px;height:105px}.Mount_Body_Spider-Zombie{background-image:url(spritesmith4.png);background-position:-1484px -1680px;width:105px;height:105px}.Mount_Body_TRex-Base{background-image:url(spritesmith4.png);background-position:0 -136px;width:135px;height:135px}.Mount_Body_TRex-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-136px -136px;width:135px;height:135px}.Mount_Body_TRex-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-272px 0;width:135px;height:135px}.Mount_Body_TRex-Desert{background-image:url(spritesmith4.png);background-position:-272px -136px;width:135px;height:135px}.Mount_Body_TRex-Golden{background-image:url(spritesmith4.png);background-position:0 0;width:135px;height:135px}.Mount_Body_TRex-Red{background-image:url(spritesmith4.png);background-position:-136px -272px;width:135px;height:135px}.Mount_Body_TRex-Shade{background-image:url(spritesmith4.png);background-position:-272px -272px;width:135px;height:135px}.Mount_Body_TRex-Skeleton{background-image:url(spritesmith4.png);background-position:-408px 0;width:135px;height:135px}.Mount_Body_TRex-White{background-image:url(spritesmith4.png);background-position:0 -272px;width:135px;height:135px}.Mount_Body_TRex-Zombie{background-image:url(spritesmith4.png);background-position:-136px 0;width:135px;height:135px}.Mount_Body_TigerCub-Base{background-image:url(spritesmith4.png);background-position:-1816px -848px;width:105px;height:105px}.Mount_Body_TigerCub-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1816px -954px;width:105px;height:105px}.Mount_Body_TigerCub-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1816px -1060px;width:105px;height:105px}.Mount_Body_TigerCub-Desert{background-image:url(spritesmith4.png);background-position:-1816px -1166px;width:105px;height:105px}.Mount_Body_TigerCub-Golden{background-image:url(spritesmith4.png);background-position:-1816px -1272px;width:105px;height:105px}.Mount_Body_TigerCub-Red{background-image:url(spritesmith4.png);background-position:-1816px -1378px;width:105px;height:105px}.Mount_Body_TigerCub-Shade{background-image:url(spritesmith4.png);background-position:-1816px -1484px;width:105px;height:105px}.Mount_Body_TigerCub-Skeleton{background-image:url(spritesmith4.png);background-position:-1816px -1590px;width:105px;height:105px}.Mount_Body_TigerCub-White{background-image:url(spritesmith4.png);background-position:0 -1786px;width:105px;height:105px}.Mount_Body_TigerCub-Zombie{background-image:url(spritesmith4.png);background-position:-106px -1786px;width:105px;height:105px}.Mount_Body_Turkey-Base{background-image:url(spritesmith4.png);background-position:-212px -1786px;width:105px;height:105px}.Mount_Body_Wolf-Base{background-image:url(spritesmith4.png);background-position:-318px -1786px;width:105px;height:105px}.Mount_Body_Wolf-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-424px -1786px;width:105px;height:105px}.Mount_Body_Wolf-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-530px -1786px;width:105px;height:105px}.Mount_Body_Wolf-Desert{background-image:url(spritesmith4.png);background-position:-636px -1786px;width:105px;height:105px}.Mount_Body_Wolf-Golden{background-image:url(spritesmith4.png);background-position:-742px -1786px;width:105px;height:105px}.Mount_Body_Wolf-Red{background-image:url(spritesmith4.png);background-position:-848px -1786px;width:105px;height:105px}.Mount_Body_Wolf-Shade{background-image:url(spritesmith4.png);background-position:-954px -1786px;width:105px;height:105px}.Mount_Body_Wolf-Skeleton{background-image:url(spritesmith4.png);background-position:-1060px -1786px;width:105px;height:105px}.Mount_Body_Wolf-White{background-image:url(spritesmith4.png);background-position:-1166px -1786px;width:105px;height:105px}.Mount_Body_Wolf-Zombie{background-image:url(spritesmith4.png);background-position:-1272px -1786px;width:105px;height:105px}.Mount_Head_BearCub-Base{background-image:url(spritesmith4.png);background-position:-1378px -1786px;width:105px;height:105px}.Mount_Head_BearCub-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1484px -1786px;width:105px;height:105px}.Mount_Head_BearCub-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1590px -1786px;width:105px;height:105px}.Mount_Head_BearCub-Desert{background-image:url(spritesmith4.png);background-position:-1696px -1786px;width:105px;height:105px}.Mount_Head_BearCub-Golden{background-image:url(spritesmith4.png);background-position:-1802px -1786px;width:105px;height:105px}.Mount_Head_BearCub-Polar{background-image:url(spritesmith4.png);background-position:-1922px 0;width:105px;height:105px}.Mount_Head_BearCub-Red{background-image:url(spritesmith4.png);background-position:-1922px -106px;width:105px;height:105px}.Mount_Head_BearCub-Shade{background-image:url(spritesmith4.png);background-position:-1922px -212px;width:105px;height:105px}.Mount_Head_BearCub-Skeleton{background-image:url(spritesmith4.png);background-position:-1922px -318px;width:105px;height:105px}.Mount_Head_BearCub-White{background-image:url(spritesmith4.png);background-position:-1922px -424px;width:105px;height:105px}.Mount_Head_BearCub-Zombie{background-image:url(spritesmith4.png);background-position:-1922px -530px;width:105px;height:105px}.Mount_Head_Bunny-Base{background-image:url(spritesmith4.png);background-position:-1922px -636px;width:105px;height:105px}.Mount_Head_Bunny-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1922px -742px;width:105px;height:105px}.Mount_Head_Bunny-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1922px -848px;width:105px;height:105px}.Mount_Head_Bunny-Desert{background-image:url(spritesmith4.png);background-position:-1922px -954px;width:105px;height:105px}.Mount_Head_Bunny-Golden{background-image:url(spritesmith4.png);background-position:-1922px -1060px;width:105px;height:105px}.Mount_Head_Bunny-Red{background-image:url(spritesmith4.png);background-position:-1922px -1166px;width:105px;height:105px}.Mount_Head_Bunny-Shade{background-image:url(spritesmith4.png);background-position:-1922px -1272px;width:105px;height:105px}.Mount_Head_Bunny-Skeleton{background-image:url(spritesmith4.png);background-position:-1922px -1378px;width:105px;height:105px}.Mount_Head_Bunny-White{background-image:url(spritesmith4.png);background-position:-1922px -1484px;width:105px;height:105px}.Mount_Head_Bunny-Zombie{background-image:url(spritesmith4.png);background-position:-1922px -1590px;width:105px;height:105px}.Mount_Head_Cactus-Base{background-image:url(spritesmith4.png);background-position:-1922px -1696px;width:105px;height:105px}.Mount_Head_Cactus-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:0 -1892px;width:105px;height:105px}.Mount_Head_Cactus-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-106px -1892px;width:105px;height:105px}.Mount_Head_Cactus-Desert{background-image:url(spritesmith4.png);background-position:-212px -1892px;width:105px;height:105px}.Mount_Head_Cactus-Golden{background-image:url(spritesmith4.png);background-position:-318px -1892px;width:105px;height:105px}.Mount_Head_Cactus-Red{background-image:url(spritesmith4.png);background-position:-424px -1892px;width:105px;height:105px}.Mount_Head_Cactus-Shade{background-image:url(spritesmith4.png);background-position:-530px -1892px;width:105px;height:105px}.Mount_Head_Cactus-Skeleton{background-image:url(spritesmith4.png);background-position:-636px -1892px;width:105px;height:105px}.Mount_Head_Cactus-White{background-image:url(spritesmith4.png);background-position:-742px -1892px;width:105px;height:105px}.Mount_Head_Cactus-Zombie{background-image:url(spritesmith4.png);background-position:-848px -1892px;width:105px;height:105px}.Mount_Head_Deer-Base{background-image:url(spritesmith4.png);background-position:-954px -1892px;width:105px;height:105px}.Mount_Head_Deer-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1060px -1892px;width:105px;height:105px}.Mount_Head_Deer-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1166px -1892px;width:105px;height:105px}.Mount_Head_Deer-Desert{background-image:url(spritesmith4.png);background-position:-530px -1468px;width:105px;height:105px}.Mount_Head_Deer-Golden{background-image:url(spritesmith4.png);background-position:-212px -832px;width:105px;height:105px}.Mount_Head_Deer-Red{background-image:url(spritesmith4.png);background-position:-106px -832px;width:105px;height:105px}.Mount_Head_Deer-Shade{background-image:url(spritesmith4.png);background-position:0 -832px;width:105px;height:105px}.Mount_Head_Deer-Skeleton{background-image:url(spritesmith4.png);background-position:-862px -636px;width:105px;height:105px}.Mount_Head_Deer-White{background-image:url(spritesmith4.png);background-position:-862px -530px;width:105px;height:105px}.Mount_Head_Deer-Zombie{background-image:url(spritesmith4.png);background-position:-862px -424px;width:105px;height:105px}.Mount_Head_Dragon-Base{background-image:url(spritesmith4.png);background-position:-862px -318px;width:105px;height:105px}.Mount_Head_Dragon-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-862px -212px;width:105px;height:105px}.Mount_Head_Dragon-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-862px -106px;width:105px;height:105px}.Mount_Head_Dragon-Desert{background-image:url(spritesmith4.png);background-position:-862px 0;width:105px;height:105px}.Mount_Head_Dragon-Golden{background-image:url(spritesmith4.png);background-position:-742px -726px;width:105px;height:105px}.Mount_Head_Dragon-Red{background-image:url(spritesmith4.png);background-position:-636px -726px;width:105px;height:105px}.Mount_Head_Dragon-Shade{background-image:url(spritesmith4.png);background-position:-530px -726px;width:105px;height:105px}.Mount_Head_Dragon-Skeleton{background-image:url(spritesmith4.png);background-position:-424px -726px;width:105px;height:105px}.Mount_Head_Dragon-White{background-image:url(spritesmith4.png);background-position:-318px -726px;width:105px;height:105px}.Mount_Head_Dragon-Zombie{background-image:url(spritesmith4.png);background-position:-212px -726px;width:105px;height:105px}.Mount_Head_FlyingPig-Base{background-image:url(spritesmith4.png);background-position:-106px -726px;width:105px;height:105px}.Mount_Head_FlyingPig-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:0 -726px;width:105px;height:105px}.Mount_Head_FlyingPig-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-756px -530px;width:105px;height:105px}.Mount_Head_FlyingPig-Desert{background-image:url(spritesmith4.png);background-position:-756px -424px;width:105px;height:105px}.Mount_Head_FlyingPig-Golden{background-image:url(spritesmith4.png);background-position:-756px -318px;width:105px;height:105px}.Mount_Head_FlyingPig-Red{background-image:url(spritesmith4.png);background-position:-756px -212px;width:105px;height:105px}.Mount_Head_FlyingPig-Shade{background-image:url(spritesmith4.png);background-position:-756px -106px;width:105px;height:105px}.Mount_Head_FlyingPig-Skeleton{background-image:url(spritesmith4.png);background-position:-756px 0;width:105px;height:105px}.Mount_Head_FlyingPig-White{background-image:url(spritesmith4.png);background-position:-636px -620px;width:105px;height:105px}.Mount_Head_FlyingPig-Zombie{background-image:url(spritesmith4.png);background-position:-530px -620px;width:105px;height:105px}.Mount_Head_Fox-Base{background-image:url(spritesmith4.png);background-position:-424px -620px;width:105px;height:105px}.Mount_Head_Fox-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-318px -620px;width:105px;height:105px}.Mount_Head_Fox-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-212px -620px;width:105px;height:105px}.Mount_Head_Fox-Desert{background-image:url(spritesmith4.png);background-position:-106px -620px;width:105px;height:105px}.Mount_Head_Fox-Golden{background-image:url(spritesmith4.png);background-position:0 -620px;width:105px;height:105px}.Mount_Head_Fox-Red{background-image:url(spritesmith4.png);background-position:-650px -424px;width:105px;height:105px}.Mount_Head_Fox-Shade{background-image:url(spritesmith4.png);background-position:-650px -318px;width:105px;height:105px}.Mount_Head_Fox-Skeleton{background-image:url(spritesmith4.png);background-position:-650px -212px;width:105px;height:105px}.Mount_Head_Fox-White{background-image:url(spritesmith4.png);background-position:-650px -106px;width:105px;height:105px}.Mount_Head_Fox-Zombie{background-image:url(spritesmith4.png);background-position:-650px 0;width:105px;height:105px}.Mount_Head_Gryphon-Base{background-image:url(spritesmith4.png);background-position:-530px -514px;width:105px;height:105px}.Mount_Head_Gryphon-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-424px -514px;width:105px;height:105px}.Mount_Head_Gryphon-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-318px -514px;width:105px;height:105px}.Mount_Head_Gryphon-Desert{background-image:url(spritesmith4.png);background-position:-212px -514px;width:105px;height:105px}.Mount_Head_Gryphon-Golden{background-image:url(spritesmith4.png);background-position:-106px -514px;width:105px;height:105px}.Mount_Head_Gryphon-Red{background-image:url(spritesmith4.png);background-position:0 -514px;width:105px;height:105px}.Mount_Head_Gryphon-Shade{background-image:url(spritesmith4.png);background-position:-544px -318px;width:105px;height:105px}.Mount_Head_Gryphon-Skeleton{background-image:url(spritesmith4.png);background-position:-544px -212px;width:105px;height:105px}.Mount_Head_Gryphon-White{background-image:url(spritesmith4.png);background-position:-544px -106px;width:105px;height:105px}.Mount_Head_Gryphon-Zombie{background-image:url(spritesmith4.png);background-position:-544px 0;width:105px;height:105px}.Mount_Head_Hedgehog-Base{background-image:url(spritesmith4.png);background-position:-424px -408px;width:105px;height:105px}.Mount_Head_Hedgehog-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-318px -408px;width:105px;height:105px}.Mount_Head_Hedgehog-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-212px -408px;width:105px;height:105px}.Mount_Head_Hedgehog-Desert{background-image:url(spritesmith4.png);background-position:-106px -408px;width:105px;height:105px}.Mount_Head_Hedgehog-Golden{background-image:url(spritesmith4.png);background-position:0 -408px;width:105px;height:105px}.Mount_Head_Hedgehog-Red{background-image:url(spritesmith4.png);background-position:-1816px -742px;width:105px;height:105px}.Mount_Head_Hedgehog-Shade{background-image:url(spritesmith4.png);background-position:-1816px -636px;width:105px;height:105px}.Mount_Head_Hedgehog-Skeleton{background-image:url(spritesmith4.png);background-position:-1816px -530px;width:105px;height:105px}.Mount_Head_Hedgehog-White{background-image:url(spritesmith4.png);background-position:-1816px -424px;width:105px;height:105px}.Mount_Head_Hedgehog-Zombie{background-image:url(spritesmith4.png);background-position:-1816px -318px;width:105px;height:105px}.Mount_Head_LionCub-Base{background-image:url(spritesmith4.png);background-position:-1816px -212px;width:105px;height:105px}.Mount_Head_LionCub-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1816px -106px;width:105px;height:105px}.Mount_Head_LionCub-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1816px 0;width:105px;height:105px}.Mount_Head_LionCub-Desert{background-image:url(spritesmith4.png);background-position:-1696px -1680px;width:105px;height:105px}.Mount_Head_LionCub-Ethereal{background-image:url(spritesmith4.png);background-position:-1590px -1680px;width:105px;height:105px}.Mount_Head_LionCub-Golden{background-image:url(spritesmith4.png);background-position:0 -1362px;width:105px;height:105px}.Mount_Head_LionCub-Red{background-image:url(spritesmith5.png);background-position:-1180px -106px;width:105px;height:105px}.Mount_Head_LionCub-Shade{background-image:url(spritesmith5.png);background-position:-1286px -848px;width:105px;height:105px}.Mount_Head_LionCub-Skeleton{background-image:url(spritesmith5.png);background-position:-968px 0;width:105px;height:105px}.Mount_Head_LionCub-White{background-image:url(spritesmith5.png);background-position:-1060px -1044px;width:105px;height:105px}.Mount_Head_LionCub-Zombie{background-image:url(spritesmith5.png);background-position:-1180px 0;width:105px;height:105px}.Mount_Head_Mammoth-Base{background-image:url(spritesmith5.png);background-position:-408px -136px;width:105px;height:123px}.Mount_Head_MantisShrimp-Base{background-image:url(spritesmith5.png);background-position:0 -1150px;width:108px;height:105px}.Mount_Head_Octopus-Base{background-image:url(spritesmith5.png);background-position:-1180px -212px;width:105px;height:105px}.Mount_Head_Octopus-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1180px -318px;width:105px;height:105px}.Mount_Head_Octopus-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1180px -424px;width:105px;height:105px}.Mount_Head_Octopus-Desert{background-image:url(spritesmith5.png);background-position:-1180px -530px;width:105px;height:105px}.Mount_Head_Octopus-Golden{background-image:url(spritesmith5.png);background-position:-1180px -636px;width:105px;height:105px}.Mount_Head_Octopus-Red{background-image:url(spritesmith5.png);background-position:-1180px -742px;width:105px;height:105px}.Mount_Head_Octopus-Shade{background-image:url(spritesmith5.png);background-position:0 -408px;width:105px;height:105px}.Mount_Head_Octopus-Skeleton{background-image:url(spritesmith5.png);background-position:-106px -408px;width:105px;height:105px}.Mount_Head_Octopus-White{background-image:url(spritesmith5.png);background-position:-212px -408px;width:105px;height:105px}.Mount_Head_Octopus-Zombie{background-image:url(spritesmith5.png);background-position:-318px -408px;width:105px;height:105px}.Mount_Head_Owl-Base{background-image:url(spritesmith5.png);background-position:-424px -408px;width:105px;height:105px}.Mount_Head_Owl-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-544px 0;width:105px;height:105px}.Mount_Head_Owl-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-544px -106px;width:105px;height:105px}.Mount_Head_Owl-Desert{background-image:url(spritesmith5.png);background-position:-544px -212px;width:105px;height:105px}.Mount_Head_Owl-Golden{background-image:url(spritesmith5.png);background-position:-544px -318px;width:105px;height:105px}.Mount_Head_Owl-Red{background-image:url(spritesmith5.png);background-position:0 -514px;width:105px;height:105px}.Mount_Head_Owl-Shade{background-image:url(spritesmith5.png);background-position:-106px -514px;width:105px;height:105px}.Mount_Head_Owl-Skeleton{background-image:url(spritesmith5.png);background-position:-212px -514px;width:105px;height:105px}.Mount_Head_Owl-White{background-image:url(spritesmith5.png);background-position:-318px -514px;width:105px;height:105px}.Mount_Head_Owl-Zombie{background-image:url(spritesmith5.png);background-position:-424px -514px;width:105px;height:105px}.Mount_Head_PandaCub-Base{background-image:url(spritesmith5.png);background-position:-530px -514px;width:105px;height:105px}.Mount_Head_PandaCub-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-650px 0;width:105px;height:105px}.Mount_Head_PandaCub-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-650px -106px;width:105px;height:105px}.Mount_Head_PandaCub-Desert{background-image:url(spritesmith5.png);background-position:-650px -212px;width:105px;height:105px}.Mount_Head_PandaCub-Golden{background-image:url(spritesmith5.png);background-position:-650px -318px;width:105px;height:105px}.Mount_Head_PandaCub-Red{background-image:url(spritesmith5.png);background-position:-650px -424px;width:105px;height:105px}.Mount_Head_PandaCub-Shade{background-image:url(spritesmith5.png);background-position:0 -620px;width:105px;height:105px}.Mount_Head_PandaCub-Skeleton{background-image:url(spritesmith5.png);background-position:-106px -620px;width:105px;height:105px}.Mount_Head_PandaCub-White{background-image:url(spritesmith5.png);background-position:-212px -620px;width:105px;height:105px}.Mount_Head_PandaCub-Zombie{background-image:url(spritesmith5.png);background-position:-318px -620px;width:105px;height:105px}.Mount_Head_Parrot-Base{background-image:url(spritesmith5.png);background-position:-424px -620px;width:105px;height:105px}.Mount_Head_Parrot-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-530px -620px;width:105px;height:105px}.Mount_Head_Parrot-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-636px -620px;width:105px;height:105px}.Mount_Head_Parrot-Desert{background-image:url(spritesmith5.png);background-position:-756px 0;width:105px;height:105px}.Mount_Head_Parrot-Golden{background-image:url(spritesmith5.png);background-position:-756px -106px;width:105px;height:105px}.Mount_Head_Parrot-Red{background-image:url(spritesmith5.png);background-position:-756px -212px;width:105px;height:105px}.Mount_Head_Parrot-Shade{background-image:url(spritesmith5.png);background-position:-756px -318px;width:105px;height:105px}.Mount_Head_Parrot-Skeleton{background-image:url(spritesmith5.png);background-position:-756px -424px;width:105px;height:105px}.Mount_Head_Parrot-White{background-image:url(spritesmith5.png);background-position:-756px -530px;width:105px;height:105px}.Mount_Head_Parrot-Zombie{background-image:url(spritesmith5.png);background-position:0 -726px;width:105px;height:105px}.Mount_Head_Penguin-Base{background-image:url(spritesmith5.png);background-position:-106px -726px;width:105px;height:105px}.Mount_Head_Penguin-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-212px -726px;width:105px;height:105px}.Mount_Head_Penguin-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-318px -726px;width:105px;height:105px}.Mount_Head_Penguin-Desert{background-image:url(spritesmith5.png);background-position:-424px -726px;width:105px;height:105px}.Mount_Head_Penguin-Golden{background-image:url(spritesmith5.png);background-position:-530px -726px;width:105px;height:105px}.Mount_Head_Penguin-Red{background-image:url(spritesmith5.png);background-position:-636px -726px;width:105px;height:105px}.Mount_Head_Penguin-Shade{background-image:url(spritesmith5.png);background-position:-742px -726px;width:105px;height:105px}.Mount_Head_Penguin-Skeleton{background-image:url(spritesmith5.png);background-position:-862px 0;width:105px;height:105px}.Mount_Head_Penguin-White{background-image:url(spritesmith5.png);background-position:-862px -106px;width:105px;height:105px}.Mount_Head_Penguin-Zombie{background-image:url(spritesmith5.png);background-position:-862px -212px;width:105px;height:105px}.Mount_Head_Rat-Base{background-image:url(spritesmith5.png);background-position:-862px -318px;width:105px;height:105px}.Mount_Head_Rat-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-862px -424px;width:105px;height:105px}.Mount_Head_Rat-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-862px -530px;width:105px;height:105px}.Mount_Head_Rat-Desert{background-image:url(spritesmith5.png);background-position:-862px -636px;width:105px;height:105px}.Mount_Head_Rat-Golden{background-image:url(spritesmith5.png);background-position:0 -832px;width:105px;height:105px}.Mount_Head_Rat-Red{background-image:url(spritesmith5.png);background-position:-106px -832px;width:105px;height:105px}.Mount_Head_Rat-Shade{background-image:url(spritesmith5.png);background-position:-212px -832px;width:105px;height:105px}.Mount_Head_Rat-Skeleton{background-image:url(spritesmith5.png);background-position:-318px -832px;width:105px;height:105px}.Mount_Head_Rat-White{background-image:url(spritesmith5.png);background-position:-424px -832px;width:105px;height:105px}.Mount_Head_Rat-Zombie{background-image:url(spritesmith5.png);background-position:-530px -832px;width:105px;height:105px}.Mount_Head_Rock-Base{background-image:url(spritesmith5.png);background-position:-636px -832px;width:105px;height:105px}.Mount_Head_Rock-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-742px -832px;width:105px;height:105px}.Mount_Head_Rock-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-848px -832px;width:105px;height:105px}.Mount_Head_Rock-Desert{background-image:url(spritesmith5.png);background-position:-408px -260px;width:105px;height:105px}.Mount_Head_Rock-Golden{background-image:url(spritesmith5.png);background-position:-968px -106px;width:105px;height:105px}.Mount_Head_Rock-Red{background-image:url(spritesmith5.png);background-position:-968px -212px;width:105px;height:105px}.Mount_Head_Rock-Shade{background-image:url(spritesmith5.png);background-position:-968px -318px;width:105px;height:105px}.Mount_Head_Rock-Skeleton{background-image:url(spritesmith5.png);background-position:-968px -424px;width:105px;height:105px}.Mount_Head_Rock-White{background-image:url(spritesmith5.png);background-position:-968px -530px;width:105px;height:105px}.Mount_Head_Rock-Zombie{background-image:url(spritesmith5.png);background-position:-968px -636px;width:105px;height:105px}.Mount_Head_Rooster-Base{background-image:url(spritesmith5.png);background-position:-968px -742px;width:105px;height:105px}.Mount_Head_Rooster-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:0 -938px;width:105px;height:105px}.Mount_Head_Rooster-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-106px -938px;width:105px;height:105px}.Mount_Head_Rooster-Desert{background-image:url(spritesmith5.png);background-position:-212px -938px;width:105px;height:105px}.Mount_Head_Rooster-Golden{background-image:url(spritesmith5.png);background-position:-318px -938px;width:105px;height:105px}.Mount_Head_Rooster-Red{background-image:url(spritesmith5.png);background-position:-424px -938px;width:105px;height:105px}.Mount_Head_Rooster-Shade{background-image:url(spritesmith5.png);background-position:-530px -938px;width:105px;height:105px}.Mount_Head_Rooster-Skeleton{background-image:url(spritesmith5.png);background-position:-636px -938px;width:105px;height:105px}.Mount_Head_Rooster-White{background-image:url(spritesmith5.png);background-position:-742px -938px;width:105px;height:105px}.Mount_Head_Rooster-Zombie{background-image:url(spritesmith5.png);background-position:-848px -938px;width:105px;height:105px}.Mount_Head_Seahorse-Base{background-image:url(spritesmith5.png);background-position:-954px -938px;width:105px;height:105px}.Mount_Head_Seahorse-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1074px 0;width:105px;height:105px}.Mount_Head_Seahorse-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1074px -106px;width:105px;height:105px}.Mount_Head_Seahorse-Desert{background-image:url(spritesmith5.png);background-position:-1074px -212px;width:105px;height:105px}.Mount_Head_Seahorse-Golden{background-image:url(spritesmith5.png);background-position:-1074px -318px;width:105px;height:105px}.Mount_Head_Seahorse-Red{background-image:url(spritesmith5.png);background-position:-1074px -424px;width:105px;height:105px}.Mount_Head_Seahorse-Shade{background-image:url(spritesmith5.png);background-position:-1074px -530px;width:105px;height:105px}.Mount_Head_Seahorse-Skeleton{background-image:url(spritesmith5.png);background-position:-1074px -636px;width:105px;height:105px}.Mount_Head_Seahorse-White{background-image:url(spritesmith5.png);background-position:-1074px -742px;width:105px;height:105px}.Mount_Head_Seahorse-Zombie{background-image:url(spritesmith5.png);background-position:-1074px -848px;width:105px;height:105px}.Mount_Head_Spider-Base{background-image:url(spritesmith5.png);background-position:0 -1044px;width:105px;height:105px}.Mount_Head_Spider-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-106px -1044px;width:105px;height:105px}.Mount_Head_Spider-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-212px -1044px;width:105px;height:105px}.Mount_Head_Spider-Desert{background-image:url(spritesmith5.png);background-position:-318px -1044px;width:105px;height:105px}.Mount_Head_Spider-Golden{background-image:url(spritesmith5.png);background-position:-424px -1044px;width:105px;height:105px}.Mount_Head_Spider-Red{background-image:url(spritesmith5.png);background-position:-530px -1044px;width:105px;height:105px}.Mount_Head_Spider-Shade{background-image:url(spritesmith5.png);background-position:-636px -1044px;width:105px;height:105px}.Mount_Head_Spider-Skeleton{background-image:url(spritesmith5.png);background-position:-742px -1044px;width:105px;height:105px}.Mount_Head_Spider-White{background-image:url(spritesmith5.png);background-position:-848px -1044px;width:105px;height:105px}.Mount_Head_Spider-Zombie{background-image:url(spritesmith5.png);background-position:-954px -1044px;width:105px;height:105px}.Mount_Head_TRex-Base{background-image:url(spritesmith5.png);background-position:0 -136px;width:135px;height:135px}.Mount_Head_TRex-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-136px -136px;width:135px;height:135px}.Mount_Head_TRex-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-272px 0;width:135px;height:135px}.Mount_Head_TRex-Desert{background-image:url(spritesmith5.png);background-position:-272px -136px;width:135px;height:135px}.Mount_Head_TRex-Golden{background-image:url(spritesmith5.png);background-position:0 0;width:135px;height:135px}.Mount_Head_TRex-Red{background-image:url(spritesmith5.png);background-position:-136px -272px;width:135px;height:135px}.Mount_Head_TRex-Shade{background-image:url(spritesmith5.png);background-position:-272px -272px;width:135px;height:135px}.Mount_Head_TRex-Skeleton{background-image:url(spritesmith5.png);background-position:-408px 0;width:135px;height:135px}.Mount_Head_TRex-White{background-image:url(spritesmith5.png);background-position:0 -272px;width:135px;height:135px}.Mount_Head_TRex-Zombie{background-image:url(spritesmith5.png);background-position:-136px 0;width:135px;height:135px}.Mount_Head_TigerCub-Base{background-image:url(spritesmith5.png);background-position:-1180px -848px;width:105px;height:105px}.Mount_Head_TigerCub-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1180px -954px;width:105px;height:105px}.Mount_Head_TigerCub-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-109px -1150px;width:105px;height:105px}.Mount_Head_TigerCub-Desert{background-image:url(spritesmith5.png);background-position:-215px -1150px;width:105px;height:105px}.Mount_Head_TigerCub-Golden{background-image:url(spritesmith5.png);background-position:-321px -1150px;width:105px;height:105px}.Mount_Head_TigerCub-Red{background-image:url(spritesmith5.png);background-position:-427px -1150px;width:105px;height:105px}.Mount_Head_TigerCub-Shade{background-image:url(spritesmith5.png);background-position:-533px -1150px;width:105px;height:105px}.Mount_Head_TigerCub-Skeleton{background-image:url(spritesmith5.png);background-position:-639px -1150px;width:105px;height:105px}.Mount_Head_TigerCub-White{background-image:url(spritesmith5.png);background-position:-745px -1150px;width:105px;height:105px}.Mount_Head_TigerCub-Zombie{background-image:url(spritesmith5.png);background-position:-851px -1150px;width:105px;height:105px}.Mount_Head_Turkey-Base{background-image:url(spritesmith5.png);background-position:-957px -1150px;width:105px;height:105px}.Mount_Head_Wolf-Base{background-image:url(spritesmith5.png);background-position:-1063px -1150px;width:105px;height:105px}.Mount_Head_Wolf-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1169px -1150px;width:105px;height:105px}.Mount_Head_Wolf-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1286px 0;width:105px;height:105px}.Mount_Head_Wolf-Desert{background-image:url(spritesmith5.png);background-position:-1286px -106px;width:105px;height:105px}.Mount_Head_Wolf-Golden{background-image:url(spritesmith5.png);background-position:-1286px -212px;width:105px;height:105px}.Mount_Head_Wolf-Red{background-image:url(spritesmith5.png);background-position:-1286px -318px;width:105px;height:105px}.Mount_Head_Wolf-Shade{background-image:url(spritesmith5.png);background-position:-1286px -424px;width:105px;height:105px}.Mount_Head_Wolf-Skeleton{background-image:url(spritesmith5.png);background-position:-1286px -530px;width:105px;height:105px}.Mount_Head_Wolf-White{background-image:url(spritesmith5.png);background-position:-1286px -636px;width:105px;height:105px}.Mount_Head_Wolf-Zombie{background-image:url(spritesmith5.png);background-position:-1286px -742px;width:105px;height:105px}.Pet-BearCub-Base{background-image:url(spritesmith5.png);background-position:-1286px -954px;width:81px;height:99px}.Pet-BearCub-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1286px -1054px;width:81px;height:99px}.Pet-BearCub-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1286px -1154px;width:81px;height:99px}.Pet-BearCub-Desert{background-image:url(spritesmith5.png);background-position:0 -1256px;width:81px;height:99px}.Pet-BearCub-Golden{background-image:url(spritesmith5.png);background-position:-82px -1256px;width:81px;height:99px}.Pet-BearCub-Polar{background-image:url(spritesmith5.png);background-position:-164px -1256px;width:81px;height:99px}.Pet-BearCub-Red{background-image:url(spritesmith5.png);background-position:-246px -1256px;width:81px;height:99px}.Pet-BearCub-Shade{background-image:url(spritesmith5.png);background-position:-328px -1256px;width:81px;height:99px}.Pet-BearCub-Skeleton{background-image:url(spritesmith5.png);background-position:-410px -1256px;width:81px;height:99px}.Pet-BearCub-White{background-image:url(spritesmith5.png);background-position:-492px -1256px;width:81px;height:99px}.Pet-BearCub-Zombie{background-image:url(spritesmith5.png);background-position:-574px -1256px;width:81px;height:99px}.Pet-Bunny-Base{background-image:url(spritesmith5.png);background-position:-578px -1856px;width:54px;height:72px}.Pet-Bunny-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-523px -1856px;width:54px;height:72px}.Pet-Bunny-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-468px -1856px;width:54px;height:72px}.Pet-Bunny-Desert{background-image:url(spritesmith5.png);background-position:-544px -424px;width:54px;height:72px}.Pet-Bunny-Golden{background-image:url(spritesmith5.png);background-position:-650px -530px;width:54px;height:72px}.Pet-Bunny-Red{background-image:url(spritesmith5.png);background-position:-756px -636px;width:54px;height:72px}.Pet-Bunny-Shade{background-image:url(spritesmith5.png);background-position:-862px -742px;width:54px;height:72px}.Pet-Bunny-Skeleton{background-image:url(spritesmith5.png);background-position:-968px -848px;width:54px;height:72px}.Pet-Bunny-White{background-image:url(spritesmith5.png);background-position:-1074px -954px;width:54px;height:72px}.Pet-Bunny-Zombie{background-image:url(spritesmith5.png);background-position:-1180px -1060px;width:54px;height:72px}.Pet-Cactus-Base{background-image:url(spritesmith5.png);background-position:-1392px -200px;width:81px;height:99px}.Pet-Cactus-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1392px -300px;width:81px;height:99px}.Pet-Cactus-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1392px -400px;width:81px;height:99px}.Pet-Cactus-Desert{background-image:url(spritesmith5.png);background-position:-1392px -500px;width:81px;height:99px}.Pet-Cactus-Golden{background-image:url(spritesmith5.png);background-position:-1392px -600px;width:81px;height:99px}.Pet-Cactus-Red{background-image:url(spritesmith5.png);background-position:-1392px -700px;width:81px;height:99px}.Pet-Cactus-Shade{background-image:url(spritesmith5.png);background-position:-1392px -800px;width:81px;height:99px}.Pet-Cactus-Skeleton{background-image:url(spritesmith5.png);background-position:-1392px -900px;width:81px;height:99px}.Pet-Cactus-White{background-image:url(spritesmith5.png);background-position:-1392px -1000px;width:81px;height:99px}.Pet-Cactus-Zombie{background-image:url(spritesmith5.png);background-position:-1392px -1100px;width:81px;height:99px}.Pet-Deer-Base{background-image:url(spritesmith5.png);background-position:-1392px -1200px;width:81px;height:99px}.Pet-Deer-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:0 -1356px;width:81px;height:99px}.Pet-Deer-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-82px -1356px;width:81px;height:99px}.Pet-Deer-Desert{background-image:url(spritesmith5.png);background-position:-164px -1356px;width:81px;height:99px}.Pet-Deer-Golden{background-image:url(spritesmith5.png);background-position:-246px -1356px;width:81px;height:99px}.Pet-Deer-Red{background-image:url(spritesmith5.png);background-position:-328px -1356px;width:81px;height:99px}.Pet-Deer-Shade{background-image:url(spritesmith5.png);background-position:-410px -1356px;width:81px;height:99px}.Pet-Deer-Skeleton{background-image:url(spritesmith5.png);background-position:-492px -1356px;width:81px;height:99px}.Pet-Deer-White{background-image:url(spritesmith5.png);background-position:-574px -1356px;width:81px;height:99px}.Pet-Deer-Zombie{background-image:url(spritesmith5.png);background-position:-656px -1356px;width:81px;height:99px}.Pet-Dragon-Base{background-image:url(spritesmith5.png);background-position:-738px -1356px;width:81px;height:99px}.Pet-Dragon-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-820px -1356px;width:81px;height:99px}.Pet-Dragon-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-902px -1356px;width:81px;height:99px}.Pet-Dragon-Desert{background-image:url(spritesmith5.png);background-position:-984px -1356px;width:81px;height:99px}.Pet-Dragon-Golden{background-image:url(spritesmith5.png);background-position:-1066px -1356px;width:81px;height:99px}.Pet-Dragon-Hydra{background-image:url(spritesmith5.png);background-position:-1148px -1356px;width:81px;height:99px}.Pet-Dragon-Red{background-image:url(spritesmith5.png);background-position:-1230px -1356px;width:81px;height:99px}.Pet-Dragon-Shade{background-image:url(spritesmith5.png);background-position:-1312px -1356px;width:81px;height:99px}.Pet-Dragon-Skeleton{background-image:url(spritesmith5.png);background-position:-1474px 0;width:81px;height:99px}.Pet-Dragon-White{background-image:url(spritesmith5.png);background-position:-1474px -100px;width:81px;height:99px}.Pet-Dragon-Zombie{background-image:url(spritesmith5.png);background-position:-1474px -200px;width:81px;height:99px}.Pet-Egg-Base{background-image:url(spritesmith5.png);background-position:-1474px -300px;width:81px;height:99px}.Pet-Egg-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1474px -400px;width:81px;height:99px}.Pet-Egg-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1474px -500px;width:81px;height:99px}.Pet-Egg-Desert{background-image:url(spritesmith5.png);background-position:-1474px -600px;width:81px;height:99px}.Pet-Egg-Golden{background-image:url(spritesmith5.png);background-position:-1474px -700px;width:81px;height:99px}.Pet-Egg-Red{background-image:url(spritesmith5.png);background-position:-1474px -800px;width:81px;height:99px}.Pet-Egg-Shade{background-image:url(spritesmith5.png);background-position:-1474px -900px;width:81px;height:99px}.Pet-Egg-Skeleton{background-image:url(spritesmith5.png);background-position:-1474px -1000px;width:81px;height:99px}.Pet-Egg-White{background-image:url(spritesmith5.png);background-position:-1474px -1100px;width:81px;height:99px}.Pet-Egg-Zombie{background-image:url(spritesmith5.png);background-position:-1474px -1200px;width:81px;height:99px}.Pet-FlyingPig-Base{background-image:url(spritesmith5.png);background-position:-1474px -1300px;width:81px;height:99px}.Pet-FlyingPig-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:0 -1456px;width:81px;height:99px}.Pet-FlyingPig-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-82px -1456px;width:81px;height:99px}.Pet-FlyingPig-Desert{background-image:url(spritesmith5.png);background-position:-164px -1456px;width:81px;height:99px}.Pet-FlyingPig-Golden{background-image:url(spritesmith5.png);background-position:-246px -1456px;width:81px;height:99px}.Pet-FlyingPig-Red{background-image:url(spritesmith5.png);background-position:-328px -1456px;width:81px;height:99px}.Pet-FlyingPig-Shade{background-image:url(spritesmith5.png);background-position:-410px -1456px;width:81px;height:99px}.Pet-FlyingPig-Skeleton{background-image:url(spritesmith5.png);background-position:-492px -1456px;width:81px;height:99px}.Pet-FlyingPig-White{background-image:url(spritesmith5.png);background-position:-574px -1456px;width:81px;height:99px}.Pet-FlyingPig-Zombie{background-image:url(spritesmith5.png);background-position:-656px -1456px;width:81px;height:99px}.Pet-Fox-Base{background-image:url(spritesmith5.png);background-position:-738px -1456px;width:81px;height:99px}.Pet-Fox-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-820px -1456px;width:81px;height:99px}.Pet-Fox-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-902px -1456px;width:81px;height:99px}.Pet-Fox-Desert{background-image:url(spritesmith5.png);background-position:-984px -1456px;width:81px;height:99px}.Pet-Fox-Golden{background-image:url(spritesmith5.png);background-position:-1066px -1456px;width:81px;height:99px}.Pet-Fox-Red{background-image:url(spritesmith5.png);background-position:-1148px -1456px;width:81px;height:99px}.Pet-Fox-Shade{background-image:url(spritesmith5.png);background-position:-1230px -1456px;width:81px;height:99px}.Pet-Fox-Skeleton{background-image:url(spritesmith5.png);background-position:-1312px -1456px;width:81px;height:99px}.Pet-Fox-White{background-image:url(spritesmith5.png);background-position:-1394px -1456px;width:81px;height:99px}.Pet-Fox-Zombie{background-image:url(spritesmith5.png);background-position:-1556px 0;width:81px;height:99px}.Pet-Gryphon-Base{background-image:url(spritesmith5.png);background-position:-1556px -100px;width:81px;height:99px}.Pet-Gryphon-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1556px -200px;width:81px;height:99px}.Pet-Gryphon-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1556px -300px;width:81px;height:99px}.Pet-Gryphon-Desert{background-image:url(spritesmith5.png);background-position:-1556px -400px;width:81px;height:99px}.Pet-Gryphon-Golden{background-image:url(spritesmith5.png);background-position:-1556px -500px;width:81px;height:99px}.Pet-Gryphon-Red{background-image:url(spritesmith5.png);background-position:-1556px -600px;width:81px;height:99px}.Pet-Gryphon-Shade{background-image:url(spritesmith5.png);background-position:-1556px -700px;width:81px;height:99px}.Pet-Gryphon-Skeleton{background-image:url(spritesmith5.png);background-position:-1556px -800px;width:81px;height:99px}.Pet-Gryphon-White{background-image:url(spritesmith5.png);background-position:-1556px -900px;width:81px;height:99px}.Pet-Gryphon-Zombie{background-image:url(spritesmith5.png);background-position:-1556px -1000px;width:81px;height:99px}.Pet-Hedgehog-Base{background-image:url(spritesmith5.png);background-position:-1556px -1100px;width:81px;height:99px}.Pet-Hedgehog-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1556px -1200px;width:81px;height:99px}.Pet-Hedgehog-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1556px -1300px;width:81px;height:99px}.Pet-Hedgehog-Desert{background-image:url(spritesmith5.png);background-position:-1556px -1400px;width:81px;height:99px}.Pet-Hedgehog-Golden{background-image:url(spritesmith5.png);background-position:-1638px 0;width:81px;height:99px}.Pet-Hedgehog-Red{background-image:url(spritesmith5.png);background-position:-1638px -100px;width:81px;height:99px}.Pet-Hedgehog-Shade{background-image:url(spritesmith5.png);background-position:-1638px -200px;width:81px;height:99px}.Pet-Hedgehog-Skeleton{background-image:url(spritesmith5.png);background-position:-1638px -300px;width:81px;height:99px}.Pet-Hedgehog-White{background-image:url(spritesmith5.png);background-position:-1638px -400px;width:81px;height:99px}.Pet-Hedgehog-Zombie{background-image:url(spritesmith5.png);background-position:-1638px -500px;width:81px;height:99px}.Pet-JackOLantern-Base{background-image:url(spritesmith5.png);background-position:-1638px -600px;width:81px;height:99px}.Pet-LionCub-Base{background-image:url(spritesmith5.png);background-position:-1638px -700px;width:81px;height:99px}.Pet-LionCub-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1638px -800px;width:81px;height:99px}.Pet-LionCub-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1638px -900px;width:81px;height:99px}.Pet-LionCub-Desert{background-image:url(spritesmith5.png);background-position:-1638px -1000px;width:81px;height:99px}.Pet-LionCub-Golden{background-image:url(spritesmith5.png);background-position:-1638px -1100px;width:81px;height:99px}.Pet-LionCub-Red{background-image:url(spritesmith5.png);background-position:-1638px -1200px;width:81px;height:99px}.Pet-LionCub-Shade{background-image:url(spritesmith5.png);background-position:-1638px -1300px;width:81px;height:99px}.Pet-LionCub-Skeleton{background-image:url(spritesmith5.png);background-position:-1638px -1400px;width:81px;height:99px}.Pet-LionCub-White{background-image:url(spritesmith5.png);background-position:0 -1556px;width:81px;height:99px}.Pet-LionCub-Zombie{background-image:url(spritesmith5.png);background-position:-82px -1556px;width:81px;height:99px}.Pet-Mammoth-Base{background-image:url(spritesmith5.png);background-position:-164px -1556px;width:81px;height:99px}.Pet-MantisShrimp-Base{background-image:url(spritesmith5.png);background-position:-246px -1556px;width:81px;height:99px}.Pet-Octopus-Base{background-image:url(spritesmith5.png);background-position:-328px -1556px;width:81px;height:99px}.Pet-Octopus-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-410px -1556px;width:81px;height:99px}.Pet-Octopus-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-492px -1556px;width:81px;height:99px}.Pet-Octopus-Desert{background-image:url(spritesmith5.png);background-position:-574px -1556px;width:81px;height:99px}.Pet-Octopus-Golden{background-image:url(spritesmith5.png);background-position:-656px -1556px;width:81px;height:99px}.Pet-Octopus-Red{background-image:url(spritesmith5.png);background-position:-738px -1556px;width:81px;height:99px}.Pet-Octopus-Shade{background-image:url(spritesmith5.png);background-position:-820px -1556px;width:81px;height:99px}.Pet-Octopus-Skeleton{background-image:url(spritesmith5.png);background-position:-902px -1556px;width:81px;height:99px}.Pet-Octopus-White{background-image:url(spritesmith5.png);background-position:-984px -1556px;width:81px;height:99px}.Pet-Octopus-Zombie{background-image:url(spritesmith5.png);background-position:-1066px -1556px;width:81px;height:99px}.Pet-Owl-Base{background-image:url(spritesmith5.png);background-position:-1148px -1556px;width:81px;height:99px}.Pet-Owl-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1230px -1556px;width:81px;height:99px}.Pet-Owl-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1312px -1556px;width:81px;height:99px}.Pet-Owl-Desert{background-image:url(spritesmith5.png);background-position:-1394px -1556px;width:81px;height:99px}.Pet-Owl-Golden{background-image:url(spritesmith5.png);background-position:-1476px -1556px;width:81px;height:99px}.Pet-Owl-Red{background-image:url(spritesmith5.png);background-position:-1558px -1556px;width:81px;height:99px}.Pet-Owl-Shade{background-image:url(spritesmith5.png);background-position:-1720px 0;width:81px;height:99px}.Pet-Owl-Skeleton{background-image:url(spritesmith5.png);background-position:-1720px -100px;width:81px;height:99px}.Pet-Owl-White{background-image:url(spritesmith5.png);background-position:-1720px -200px;width:81px;height:99px}.Pet-Owl-Zombie{background-image:url(spritesmith5.png);background-position:-1720px -300px;width:81px;height:99px}.Pet-PandaCub-Base{background-image:url(spritesmith5.png);background-position:-1720px -400px;width:81px;height:99px}.Pet-PandaCub-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1720px -500px;width:81px;height:99px}.Pet-PandaCub-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1720px -600px;width:81px;height:99px}.Pet-PandaCub-Desert{background-image:url(spritesmith5.png);background-position:-1720px -700px;width:81px;height:99px}.Pet-PandaCub-Golden{background-image:url(spritesmith5.png);background-position:-1720px -800px;width:81px;height:99px}.Pet-PandaCub-Red{background-image:url(spritesmith5.png);background-position:-1720px -900px;width:81px;height:99px}.Pet-PandaCub-Shade{background-image:url(spritesmith5.png);background-position:-1720px -1000px;width:81px;height:99px}.Pet-PandaCub-Skeleton{background-image:url(spritesmith5.png);background-position:-1720px -1100px;width:81px;height:99px}.Pet-PandaCub-White{background-image:url(spritesmith5.png);background-position:-1720px -1200px;width:81px;height:99px}.Pet-PandaCub-Zombie{background-image:url(spritesmith5.png);background-position:-1720px -1300px;width:81px;height:99px}.Pet-Parrot-Base{background-image:url(spritesmith5.png);background-position:-1720px -1400px;width:81px;height:99px}.Pet-Parrot-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1720px -1500px;width:81px;height:99px}.Pet-Parrot-CottonCandyPink{background-image:url(spritesmith5.png);background-position:0 -1656px;width:81px;height:99px}.Pet-Parrot-Desert{background-image:url(spritesmith5.png);background-position:-82px -1656px;width:81px;height:99px}.Pet-Parrot-Golden{background-image:url(spritesmith5.png);background-position:-164px -1656px;width:81px;height:99px}.Pet-Parrot-Red{background-image:url(spritesmith5.png);background-position:-246px -1656px;width:81px;height:99px}.Pet-Parrot-Shade{background-image:url(spritesmith5.png);background-position:-328px -1656px;width:81px;height:99px}.Pet-Parrot-Skeleton{background-image:url(spritesmith5.png);background-position:-410px -1656px;width:81px;height:99px}.Pet-Parrot-White{background-image:url(spritesmith5.png);background-position:-492px -1656px;width:81px;height:99px}.Pet-Parrot-Zombie{background-image:url(spritesmith5.png);background-position:-574px -1656px;width:81px;height:99px}.Pet-Penguin-Base{background-image:url(spritesmith5.png);background-position:-656px -1656px;width:81px;height:99px}.Pet-Penguin-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-738px -1656px;width:81px;height:99px}.Pet-Penguin-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-820px -1656px;width:81px;height:99px}.Pet-Penguin-Desert{background-image:url(spritesmith5.png);background-position:-902px -1656px;width:81px;height:99px}.Pet-Penguin-Golden{background-image:url(spritesmith5.png);background-position:-984px -1656px;width:81px;height:99px}.Pet-Penguin-Red{background-image:url(spritesmith5.png);background-position:-1066px -1656px;width:81px;height:99px}.Pet-Penguin-Shade{background-image:url(spritesmith5.png);background-position:-1148px -1656px;width:81px;height:99px}.Pet-Penguin-Skeleton{background-image:url(spritesmith5.png);background-position:-1230px -1656px;width:81px;height:99px}.Pet-Penguin-White{background-image:url(spritesmith5.png);background-position:-1312px -1656px;width:81px;height:99px}.Pet-Penguin-Zombie{background-image:url(spritesmith5.png);background-position:-1394px -1656px;width:81px;height:99px}.Pet-Rat-Base{background-image:url(spritesmith5.png);background-position:-1476px -1656px;width:81px;height:99px}.Pet-Rat-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1558px -1656px;width:81px;height:99px}.Pet-Rat-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1640px -1656px;width:81px;height:99px}.Pet-Rat-Desert{background-image:url(spritesmith5.png);background-position:-1802px 0;width:81px;height:99px}.Pet-Rat-Golden{background-image:url(spritesmith5.png);background-position:-1802px -100px;width:81px;height:99px}.Pet-Rat-Red{background-image:url(spritesmith5.png);background-position:-1802px -200px;width:81px;height:99px}.Pet-Rat-Shade{background-image:url(spritesmith5.png);background-position:-1802px -300px;width:81px;height:99px}.Pet-Rat-Skeleton{background-image:url(spritesmith5.png);background-position:-1802px -400px;width:81px;height:99px}.Pet-Rat-White{background-image:url(spritesmith5.png);background-position:-1802px -500px;width:81px;height:99px}.Pet-Rat-Zombie{background-image:url(spritesmith5.png);background-position:-1802px -600px;width:81px;height:99px}.Pet-Rock-Base{background-image:url(spritesmith5.png);background-position:-316px -1856px;width:75px;height:93px}.Pet-Rock-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-240px -1856px;width:75px;height:93px}.Pet-Rock-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-164px -1856px;width:75px;height:93px}.Pet-Rock-Desert{background-image:url(spritesmith5.png);background-position:-1804px -1756px;width:75px;height:93px}.Pet-Rock-Golden{background-image:url(spritesmith5.png);background-position:-1722px -1656px;width:75px;height:93px}.Pet-Rock-Red{background-image:url(spritesmith5.png);background-position:-1640px -1556px;width:75px;height:93px}.Pet-Rock-Shade{background-image:url(spritesmith5.png);background-position:-1476px -1456px;width:75px;height:93px}.Pet-Rock-Skeleton{background-image:url(spritesmith5.png);background-position:-1394px -1356px;width:75px;height:93px}.Pet-Rock-White{background-image:url(spritesmith5.png);background-position:-392px -1856px;width:75px;height:93px}.Pet-Rock-Zombie{background-image:url(spritesmith5.png);background-position:-1312px -1256px;width:75px;height:93px}.Pet-Rooster-Base{background-image:url(spritesmith5.png);background-position:0 -1756px;width:81px;height:99px}.Pet-Rooster-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-82px -1756px;width:81px;height:99px}.Pet-Rooster-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-164px -1756px;width:81px;height:99px}.Pet-Rooster-Desert{background-image:url(spritesmith5.png);background-position:-246px -1756px;width:81px;height:99px}.Pet-Rooster-Golden{background-image:url(spritesmith5.png);background-position:-328px -1756px;width:81px;height:99px}.Pet-Rooster-Red{background-image:url(spritesmith5.png);background-position:-410px -1756px;width:81px;height:99px}.Pet-Rooster-Shade{background-image:url(spritesmith5.png);background-position:-492px -1756px;width:81px;height:99px}.Pet-Rooster-Skeleton{background-image:url(spritesmith5.png);background-position:-574px -1756px;width:81px;height:99px}.Pet-Rooster-White{background-image:url(spritesmith5.png);background-position:-656px -1756px;width:81px;height:99px}.Pet-Rooster-Zombie{background-image:url(spritesmith5.png);background-position:-738px -1756px;width:81px;height:99px}.Pet-Seahorse-Base{background-image:url(spritesmith5.png);background-position:-820px -1756px;width:81px;height:99px}.Pet-Seahorse-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-902px -1756px;width:81px;height:99px}.Pet-Seahorse-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-984px -1756px;width:81px;height:99px}.Pet-Seahorse-Desert{background-image:url(spritesmith5.png);background-position:-1066px -1756px;width:81px;height:99px}.Pet-Seahorse-Golden{background-image:url(spritesmith5.png);background-position:-1148px -1756px;width:81px;height:99px}.Pet-Seahorse-Red{background-image:url(spritesmith5.png);background-position:-1230px -1756px;width:81px;height:99px}.Pet-Seahorse-Shade{background-image:url(spritesmith5.png);background-position:-1312px -1756px;width:81px;height:99px}.Pet-Seahorse-Skeleton{background-image:url(spritesmith5.png);background-position:-1394px -1756px;width:81px;height:99px}.Pet-Seahorse-White{background-image:url(spritesmith5.png);background-position:-1476px -1756px;width:81px;height:99px}.Pet-Seahorse-Zombie{background-image:url(spritesmith5.png);background-position:-1558px -1756px;width:81px;height:99px}.Pet-Spider-Base{background-image:url(spritesmith5.png);background-position:-1640px -1756px;width:81px;height:99px}.Pet-Spider-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1722px -1756px;width:81px;height:99px}.Pet-Spider-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1884px 0;width:81px;height:99px}.Pet-Spider-Desert{background-image:url(spritesmith5.png);background-position:-1884px -100px;width:81px;height:99px}.Pet-Spider-Golden{background-image:url(spritesmith5.png);background-position:-1884px -200px;width:81px;height:99px}.Pet-Spider-Red{background-image:url(spritesmith5.png);background-position:-1884px -300px;width:81px;height:99px}.Pet-Spider-Shade{background-image:url(spritesmith5.png);background-position:-1884px -400px;width:81px;height:99px}.Pet-Spider-Skeleton{background-image:url(spritesmith5.png);background-position:-1884px -500px;width:81px;height:99px}.Pet-Spider-White{background-image:url(spritesmith5.png);background-position:-1884px -600px;width:81px;height:99px}.Pet-Spider-Zombie{background-image:url(spritesmith5.png);background-position:-1884px -700px;width:81px;height:99px}.Pet-TRex-Base{background-image:url(spritesmith5.png);background-position:-1884px -800px;width:81px;height:99px}.Pet-TRex-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1884px -900px;width:81px;height:99px}.Pet-TRex-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1884px -1000px;width:81px;height:99px}.Pet-TRex-Desert{background-image:url(spritesmith5.png);background-position:-1884px -1100px;width:81px;height:99px}.Pet-TRex-Golden{background-image:url(spritesmith5.png);background-position:-1884px -1200px;width:81px;height:99px}.Pet-TRex-Red{background-image:url(spritesmith5.png);background-position:-1884px -1300px;width:81px;height:99px}.Pet-TRex-Shade{background-image:url(spritesmith5.png);background-position:-1884px -1400px;width:81px;height:99px}.Pet-TRex-Skeleton{background-image:url(spritesmith5.png);background-position:-1884px -1500px;width:81px;height:99px}.Pet-TRex-White{background-image:url(spritesmith5.png);background-position:-1884px -1600px;width:81px;height:99px}.Pet-TRex-Zombie{background-image:url(spritesmith5.png);background-position:-1884px -1700px;width:81px;height:99px}.Pet-TigerCub-Base{background-image:url(spritesmith5.png);background-position:0 -1856px;width:81px;height:99px}.Pet-TigerCub-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-82px -1856px;width:81px;height:99px}.Pet-TigerCub-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1802px -1600px;width:81px;height:99px}.Pet-TigerCub-Desert{background-image:url(spritesmith5.png);background-position:-1802px -1500px;width:81px;height:99px}.Pet-TigerCub-Golden{background-image:url(spritesmith5.png);background-position:-1802px -1400px;width:81px;height:99px}.Pet-TigerCub-Red{background-image:url(spritesmith5.png);background-position:-1802px -1300px;width:81px;height:99px}.Pet-TigerCub-Shade{background-image:url(spritesmith5.png);background-position:-1802px -1200px;width:81px;height:99px}.Pet-TigerCub-Skeleton{background-image:url(spritesmith5.png);background-position:-1802px -1100px;width:81px;height:99px}.Pet-TigerCub-White{background-image:url(spritesmith5.png);background-position:-1802px -1000px;width:81px;height:99px}.Pet-TigerCub-Zombie{background-image:url(spritesmith5.png);background-position:-1802px -900px;width:81px;height:99px}.Pet-Turkey-Base{background-image:url(spritesmith5.png);background-position:-1802px -800px;width:81px;height:99px}.Pet-Wolf-Base{background-image:url(spritesmith5.png);background-position:-1802px -700px;width:81px;height:99px}.Pet-Wolf-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1392px -100px;width:81px;height:99px}.Pet-Wolf-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1392px 0;width:81px;height:99px}.Pet-Wolf-Desert{background-image:url(spritesmith5.png);background-position:-1230px -1256px;width:81px;height:99px}.Pet-Wolf-Golden{background-image:url(spritesmith5.png);background-position:-1148px -1256px;width:81px;height:99px}.Pet-Wolf-Red{background-image:url(spritesmith5.png);background-position:-1066px -1256px;width:81px;height:99px}.Pet-Wolf-Shade{background-image:url(spritesmith5.png);background-position:-984px -1256px;width:81px;height:99px}.Pet-Wolf-Skeleton{background-image:url(spritesmith5.png);background-position:-902px -1256px;width:81px;height:99px}.Pet-Wolf-Veteran{background-image:url(spritesmith5.png);background-position:-820px -1256px;width:81px;height:99px}.Pet-Wolf-White{background-image:url(spritesmith5.png);background-position:-738px -1256px;width:81px;height:99px}.Pet-Wolf-Zombie{background-image:url(spritesmith5.png);background-position:-656px -1256px;width:81px;height:99px}.Pet_HatchingPotion_Base{background-image:url(spritesmith5.png);background-position:-1884px -1800px;width:48px;height:51px}.Pet_HatchingPotion_CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1802px -1700px;width:48px;height:51px}.Pet_HatchingPotion_CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1720px -1600px;width:48px;height:51px}.Pet_HatchingPotion_Desert{background-image:url(spritesmith5.png);background-position:-1638px -1500px;width:48px;height:51px}.Pet_HatchingPotion_Golden{background-image:url(spritesmith5.png);background-position:-1556px -1500px;width:48px;height:51px}.Pet_HatchingPotion_Red{background-image:url(spritesmith5.png);background-position:-1474px -1400px;width:48px;height:51px}.Pet_HatchingPotion_Shade{background-image:url(spritesmith5.png);background-position:-1392px -1300px;width:48px;height:51px}.Pet_HatchingPotion_Skeleton{background-image:url(spritesmith5.png);background-position:-1235px -1060px;width:48px;height:51px}.Pet_HatchingPotion_White{background-image:url(spritesmith5.png);background-position:-1129px -954px;width:48px;height:51px}.Pet_HatchingPotion_Zombie{background-image:url(spritesmith5.png);background-position:-1023px -848px;width:48px;height:51px}.head_special_0,.weapon_special_0{width:105px;height:105px;margin-left:-3px;margin-top:-18px}.broad_armor_special_0,.shield_special_0,.slim_armor_special_0{width:90px;height:90px}.weapon_special_critical{background:url(/common/img/sprites/backer-only/weapon_special_critical.gif) no-repeat;width:90px;height:90px;margin-left:-12px;margin-top:12px}.weapon_special_1{margin-left:-12px}.broad_armor_special_1,.head_special_1,.slim_armor_special_1{width:90px;height:90px}.head_special_0{background:url(/common/img/sprites/backer-only/BackerOnly-Equip-ShadeHelmet.gif) no-repeat}.head_special_1{background:url(/common/img/sprites/backer-only/ContributorOnly-Equip-CrystalHelmet.gif) no-repeat;margin-top:3px}.broad_armor_special_0,.slim_armor_special_0{background:url(/common/img/sprites/backer-only/BackerOnly-Equip-ShadeArmor.gif) no-repeat}.broad_armor_special_1,.slim_armor_special_1{background:url(/common/img/sprites/backer-only/ContributorOnly-Equip-CrystalArmor.gif) no-repeat}.shield_special_0{background:url(/common/img/sprites/backer-only/BackerOnly-Shield-TormentedSkull.gif) no-repeat}.weapon_special_0{background:url(/common/img/sprites/backer-only/BackerOnly-Weapon-DarkSoulsBlade.gif) no-repeat}.Pet-Wolf-Cerberus{width:105px;height:72px;background:url(/common/img/sprites/backer-only/BackerOnly-Pet-CerberusPup.gif) no-repeat}.Gems{display:inline-block;margin-right:5px;border-style:none;margin-left:0;margin-top:2px}.inline-gems{vertical-align:middle;margin-left:0;display:inline-block}.customize-menu .locked{background-color:#727272}.achievement{float:left;clear:right;margin-right:10px}[class*=Mount_Body_],[class*=Mount_Head_]{margin-top:18px}.Pet_Currency_Gem{margin-top:5px;margin-bottom:5px} \ No newline at end of file diff --git a/common/dist/sprites/spritesmith0.css b/common/dist/sprites/spritesmith0.css index 8187ab0c23..dfbaabd0aa 100644 --- a/common/dist/sprites/spritesmith0.css +++ b/common/dist/sprites/spritesmith0.css @@ -1,192 +1,192 @@ .achievement-alien { background-image: url(spritesmith0.png); - background-position: -897px -687px; + background-position: -1924px -907px; width: 24px; height: 26px; } .achievement-alpha { background-image: url(spritesmith0.png); - background-position: -963px -296px; + background-position: -1924px -637px; width: 24px; height: 26px; } .achievement-armor { background-image: url(spritesmith0.png); - background-position: -872px -687px; + background-position: -1899px -907px; width: 24px; height: 26px; } .achievement-boot { background-image: url(spritesmith0.png); - background-position: -847px -687px; + background-position: -1949px -880px; width: 24px; height: 26px; } .achievement-bow { background-image: url(spritesmith0.png); - background-position: -947px -660px; + background-position: -1924px -880px; width: 24px; height: 26px; } .achievement-cactus { background-image: url(spritesmith0.png); - background-position: -922px -660px; + background-position: -1899px -880px; width: 24px; height: 26px; } .achievement-cake { background-image: url(spritesmith0.png); - background-position: -897px -660px; + background-position: -1949px -853px; width: 24px; height: 26px; } .achievement-cave { background-image: url(spritesmith0.png); - background-position: -872px -660px; + background-position: -1924px -853px; width: 24px; height: 26px; } .achievement-coffin { background-image: url(spritesmith0.png); - background-position: -847px -660px; + background-position: -1899px -853px; width: 24px; height: 26px; } .achievement-comment { background-image: url(spritesmith0.png); - background-position: -963px -623px; + background-position: -1949px -826px; width: 24px; height: 26px; } .achievement-costumeContest { background-image: url(spritesmith0.png); - background-position: -938px -623px; + background-position: -1924px -826px; width: 24px; height: 26px; } .achievement-dilatory { background-image: url(spritesmith0.png); - background-position: -963px -596px; + background-position: -1899px -826px; width: 24px; height: 26px; } .achievement-firefox { background-image: url(spritesmith0.png); - background-position: -938px -596px; + background-position: -1949px -799px; width: 24px; height: 26px; } .achievement-habitBirthday { background-image: url(spritesmith0.png); - background-position: -963px -569px; + background-position: -1924px -799px; width: 24px; height: 26px; } .achievement-heart { background-image: url(spritesmith0.png); - background-position: -938px -569px; + background-position: -1899px -799px; width: 24px; height: 26px; } .achievement-helm { background-image: url(spritesmith0.png); - background-position: -963px -532px; + background-position: -1949px -772px; width: 24px; height: 26px; } .achievement-karaoke { background-image: url(spritesmith0.png); - background-position: -938px -296px; + background-position: -1899px -637px; width: 24px; height: 26px; } .achievement-ninja { background-image: url(spritesmith0.png); - background-position: -963px -505px; + background-position: -1899px -772px; width: 24px; height: 26px; } .achievement-nye { background-image: url(spritesmith0.png); - background-position: -938px -505px; + background-position: -1949px -745px; width: 24px; height: 26px; } .achievement-perfect { background-image: url(spritesmith0.png); - background-position: -963px -478px; + background-position: -1924px -745px; width: 24px; height: 26px; } .achievement-rat { background-image: url(spritesmith0.png); - background-position: -938px -478px; + background-position: -1899px -745px; width: 24px; height: 26px; } .achievement-shield { background-image: url(spritesmith0.png); - background-position: -963px -441px; + background-position: -1949px -718px; width: 24px; height: 26px; } .achievement-snowball { background-image: url(spritesmith0.png); - background-position: -938px -441px; + background-position: -1924px -718px; width: 24px; height: 26px; } .achievement-spookDust { background-image: url(spritesmith0.png); - background-position: -963px -414px; + background-position: -1899px -718px; width: 24px; height: 26px; } .achievement-stoikalm { background-image: url(spritesmith0.png); - background-position: -938px -414px; + background-position: -1949px -691px; width: 24px; height: 26px; } .achievement-sun { background-image: url(spritesmith0.png); - background-position: -963px -387px; + background-position: -1924px -691px; width: 24px; height: 26px; } .achievement-sword { background-image: url(spritesmith0.png); - background-position: -938px -387px; + background-position: -1899px -691px; width: 24px; height: 26px; } .achievement-thermometer { background-image: url(spritesmith0.png); - background-position: -963px -350px; + background-position: -1949px -664px; width: 24px; height: 26px; } .achievement-tree { background-image: url(spritesmith0.png); - background-position: -938px -350px; + background-position: -1924px -664px; width: 24px; height: 26px; } .achievement-triadbingo { background-image: url(spritesmith0.png); - background-position: -963px -323px; + background-position: -1899px -664px; width: 24px; height: 26px; } .achievement-valentine { background-image: url(spritesmith0.png); - background-position: -938px -323px; + background-position: -1949px -637px; width: 24px; height: 26px; } .achievement-wolf { background-image: url(spritesmith0.png); - background-position: -938px -532px; + background-position: -1924px -772px; width: 24px; height: 26px; } @@ -1944,13 +1944,13 @@ } .hair_mustache_1_zombie { background-image: url(spritesmith0.png); - background-position: -847px -296px; + background-position: -1444px -1092px; width: 90px; height: 90px; } .customize-option.hair_mustache_1_zombie { background-image: url(spritesmith0.png); - background-position: -872px -311px; + background-position: -1469px -1107px; width: 60px; height: 60px; } @@ -1992,13 +1992,13 @@ } .hair_mustache_2_blond { background-image: url(spritesmith0.png); - background-position: -91px -1377px; + background-position: -847px -296px; width: 90px; height: 90px; } .customize-option.hair_mustache_2_blond { background-image: url(spritesmith0.png); - background-position: -116px -1392px; + background-position: -872px -311px; width: 60px; height: 60px; } @@ -3888,383 +3888,479 @@ } .hair_base_10_purple { background-image: url(spritesmith0.png); - background-position: -1444px -1092px; + background-position: -1729px -1741px; width: 90px; height: 90px; } .customize-option.hair_base_10_purple { background-image: url(spritesmith0.png); - background-position: -1469px -1107px; + background-position: -1754px -1756px; width: 60px; height: 60px; } .hair_base_10_pyellow { background-image: url(spritesmith0.png); - background-position: -847px -387px; + background-position: -1899px 0px; width: 90px; height: 90px; } .customize-option.hair_base_10_pyellow { background-image: url(spritesmith0.png); - background-position: -872px -402px; + background-position: -1924px -15px; width: 60px; height: 60px; } .hair_base_10_rainbow { background-image: url(spritesmith0.png); - background-position: -989px -455px; + background-position: -1899px -91px; width: 90px; height: 90px; } .customize-option.hair_base_10_rainbow { background-image: url(spritesmith0.png); - background-position: -1014px -470px; + background-position: -1924px -106px; width: 60px; height: 60px; } .hair_base_10_red { background-image: url(spritesmith0.png); - background-position: -989px -364px; + background-position: -1899px -182px; width: 90px; height: 90px; } .customize-option.hair_base_10_red { background-image: url(spritesmith0.png); - background-position: -1014px -379px; + background-position: -1924px -197px; width: 60px; height: 60px; } .hair_base_10_snowy { background-image: url(spritesmith0.png); - background-position: -989px -273px; + background-position: -1899px -273px; width: 90px; height: 90px; } .customize-option.hair_base_10_snowy { background-image: url(spritesmith0.png); - background-position: -1014px -288px; + background-position: -1924px -288px; width: 60px; height: 60px; } .hair_base_10_white { background-image: url(spritesmith0.png); - background-position: -989px -182px; + background-position: -1899px -364px; width: 90px; height: 90px; } .customize-option.hair_base_10_white { background-image: url(spritesmith0.png); - background-position: -1014px -197px; + background-position: -1924px -379px; width: 60px; height: 60px; } .hair_base_10_winternight { background-image: url(spritesmith0.png); - background-position: -989px -91px; + background-position: -1899px -455px; width: 90px; height: 90px; } .customize-option.hair_base_10_winternight { background-image: url(spritesmith0.png); - background-position: -1014px -106px; + background-position: -1924px -470px; width: 60px; height: 60px; } .hair_base_10_winterstar { background-image: url(spritesmith0.png); - background-position: -989px 0px; + background-position: -1899px -546px; width: 90px; height: 90px; } .customize-option.hair_base_10_winterstar { background-image: url(spritesmith0.png); - background-position: -1014px -15px; + background-position: -1924px -561px; width: 60px; height: 60px; } .hair_base_10_yellow { background-image: url(spritesmith0.png); - background-position: -819px -831px; + background-position: -91px -1377px; width: 90px; height: 90px; } .customize-option.hair_base_10_yellow { background-image: url(spritesmith0.png); - background-position: -844px -846px; + background-position: -116px -1392px; width: 60px; height: 60px; } .hair_base_10_zombie { background-image: url(spritesmith0.png); - background-position: -728px -831px; + background-position: -847px -387px; width: 90px; height: 90px; } .customize-option.hair_base_10_zombie { background-image: url(spritesmith0.png); - background-position: -753px -846px; + background-position: -872px -402px; width: 60px; height: 60px; } .hair_base_11_TRUred { background-image: url(spritesmith0.png); - background-position: -637px -831px; + background-position: -989px -455px; width: 90px; height: 90px; } .customize-option.hair_base_11_TRUred { background-image: url(spritesmith0.png); - background-position: -662px -846px; + background-position: -1014px -470px; width: 60px; height: 60px; } .hair_base_11_aurora { background-image: url(spritesmith0.png); - background-position: -546px -831px; + background-position: -989px -364px; width: 90px; height: 90px; } .customize-option.hair_base_11_aurora { background-image: url(spritesmith0.png); - background-position: -571px -846px; + background-position: -1014px -379px; width: 60px; height: 60px; } .hair_base_11_black { background-image: url(spritesmith0.png); - background-position: -455px -831px; + background-position: -989px -273px; width: 90px; height: 90px; } .customize-option.hair_base_11_black { background-image: url(spritesmith0.png); - background-position: -480px -846px; + background-position: -1014px -288px; width: 60px; height: 60px; } .hair_base_11_blond { background-image: url(spritesmith0.png); - background-position: -364px -831px; + background-position: -989px -182px; width: 90px; height: 90px; } .customize-option.hair_base_11_blond { background-image: url(spritesmith0.png); - background-position: -389px -846px; + background-position: -1014px -197px; width: 60px; height: 60px; } .hair_base_11_blue { background-image: url(spritesmith0.png); - background-position: -273px -831px; + background-position: -989px -91px; width: 90px; height: 90px; } .customize-option.hair_base_11_blue { background-image: url(spritesmith0.png); - background-position: -298px -846px; + background-position: -1014px -106px; width: 60px; height: 60px; } .hair_base_11_brown { background-image: url(spritesmith0.png); - background-position: -182px -831px; + background-position: -989px 0px; width: 90px; height: 90px; } .customize-option.hair_base_11_brown { background-image: url(spritesmith0.png); - background-position: -207px -846px; + background-position: -1014px -15px; width: 60px; height: 60px; } .hair_base_11_candycane { background-image: url(spritesmith0.png); - background-position: -91px -831px; + background-position: -819px -831px; width: 90px; height: 90px; } .customize-option.hair_base_11_candycane { background-image: url(spritesmith0.png); - background-position: -116px -846px; + background-position: -844px -846px; width: 60px; height: 60px; } .hair_base_11_candycorn { background-image: url(spritesmith0.png); - background-position: 0px -831px; + background-position: -728px -831px; width: 90px; height: 90px; } .customize-option.hair_base_11_candycorn { background-image: url(spritesmith0.png); - background-position: -25px -846px; + background-position: -753px -846px; width: 60px; height: 60px; } .hair_base_11_festive { background-image: url(spritesmith0.png); - background-position: -819px -740px; + background-position: -637px -831px; width: 90px; height: 90px; } .customize-option.hair_base_11_festive { background-image: url(spritesmith0.png); - background-position: -844px -755px; + background-position: -662px -846px; width: 60px; height: 60px; } .hair_base_11_frost { background-image: url(spritesmith0.png); - background-position: -728px -740px; + background-position: -546px -831px; width: 90px; height: 90px; } .customize-option.hair_base_11_frost { background-image: url(spritesmith0.png); - background-position: -753px -755px; + background-position: -571px -846px; width: 60px; height: 60px; } .hair_base_11_ghostwhite { background-image: url(spritesmith0.png); - background-position: -637px -740px; + background-position: -455px -831px; width: 90px; height: 90px; } .customize-option.hair_base_11_ghostwhite { background-image: url(spritesmith0.png); - background-position: -662px -755px; + background-position: -480px -846px; width: 60px; height: 60px; } .hair_base_11_green { background-image: url(spritesmith0.png); - background-position: -546px -740px; + background-position: -364px -831px; width: 90px; height: 90px; } .customize-option.hair_base_11_green { background-image: url(spritesmith0.png); - background-position: -571px -755px; + background-position: -389px -846px; width: 60px; height: 60px; } .hair_base_11_halloween { background-image: url(spritesmith0.png); - background-position: -455px -740px; + background-position: -273px -831px; width: 90px; height: 90px; } .customize-option.hair_base_11_halloween { background-image: url(spritesmith0.png); - background-position: -480px -755px; + background-position: -298px -846px; width: 60px; height: 60px; } .hair_base_11_holly { background-image: url(spritesmith0.png); - background-position: -364px -740px; + background-position: -182px -831px; width: 90px; height: 90px; } .customize-option.hair_base_11_holly { background-image: url(spritesmith0.png); - background-position: -389px -755px; + background-position: -207px -846px; width: 60px; height: 60px; } .hair_base_11_hollygreen { background-image: url(spritesmith0.png); - background-position: -273px -740px; + background-position: -91px -831px; width: 90px; height: 90px; } .customize-option.hair_base_11_hollygreen { background-image: url(spritesmith0.png); - background-position: -298px -755px; + background-position: -116px -846px; width: 60px; height: 60px; } .hair_base_11_midnight { background-image: url(spritesmith0.png); - background-position: -182px -740px; + background-position: 0px -831px; width: 90px; height: 90px; } .customize-option.hair_base_11_midnight { background-image: url(spritesmith0.png); - background-position: -207px -755px; + background-position: -25px -846px; width: 60px; height: 60px; } .hair_base_11_pblue { background-image: url(spritesmith0.png); - background-position: -91px -740px; + background-position: -819px -740px; width: 90px; height: 90px; } .customize-option.hair_base_11_pblue { background-image: url(spritesmith0.png); - background-position: -116px -755px; + background-position: -844px -755px; width: 60px; height: 60px; } .hair_base_11_peppermint { background-image: url(spritesmith0.png); - background-position: 0px -740px; + background-position: -728px -740px; width: 90px; height: 90px; } .customize-option.hair_base_11_peppermint { background-image: url(spritesmith0.png); - background-position: -25px -755px; + background-position: -753px -755px; width: 60px; height: 60px; } .hair_base_11_pgreen { background-image: url(spritesmith0.png); - background-position: -706px -592px; + background-position: -637px -740px; width: 90px; height: 90px; } .customize-option.hair_base_11_pgreen { background-image: url(spritesmith0.png); - background-position: -731px -607px; + background-position: -662px -755px; width: 60px; height: 60px; } .hair_base_11_porange { background-image: url(spritesmith0.png); - background-position: -567px -444px; + background-position: -546px -740px; width: 90px; height: 90px; } .customize-option.hair_base_11_porange { background-image: url(spritesmith0.png); - background-position: -592px -459px; + background-position: -571px -755px; width: 60px; height: 60px; } .hair_base_11_ppink { background-image: url(spritesmith0.png); - background-position: -847px -569px; + background-position: -455px -740px; width: 90px; height: 90px; } .customize-option.hair_base_11_ppink { background-image: url(spritesmith0.png); - background-position: -872px -584px; + background-position: -480px -755px; width: 60px; height: 60px; } .hair_base_11_ppurple { background-image: url(spritesmith0.png); - background-position: -847px -478px; + background-position: -364px -740px; width: 90px; height: 90px; } .customize-option.hair_base_11_ppurple { + background-image: url(spritesmith0.png); + background-position: -389px -755px; + width: 60px; + height: 60px; +} +.hair_base_11_pumpkin { + background-image: url(spritesmith0.png); + background-position: -273px -740px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_11_pumpkin { + background-image: url(spritesmith0.png); + background-position: -298px -755px; + width: 60px; + height: 60px; +} +.hair_base_11_purple { + background-image: url(spritesmith0.png); + background-position: -182px -740px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_11_purple { + background-image: url(spritesmith0.png); + background-position: -207px -755px; + width: 60px; + height: 60px; +} +.hair_base_11_pyellow { + background-image: url(spritesmith0.png); + background-position: -91px -740px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_11_pyellow { + background-image: url(spritesmith0.png); + background-position: -116px -755px; + width: 60px; + height: 60px; +} +.hair_base_11_rainbow { + background-image: url(spritesmith0.png); + background-position: 0px -740px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_11_rainbow { + background-image: url(spritesmith0.png); + background-position: -25px -755px; + width: 60px; + height: 60px; +} +.hair_base_11_red { + background-image: url(spritesmith0.png); + background-position: -706px -592px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_11_red { + background-image: url(spritesmith0.png); + background-position: -731px -607px; + width: 60px; + height: 60px; +} +.hair_base_11_snowy { + background-image: url(spritesmith0.png); + background-position: -567px -444px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_11_snowy { + background-image: url(spritesmith0.png); + background-position: -592px -459px; + width: 60px; + height: 60px; +} +.hair_base_11_white { + background-image: url(spritesmith0.png); + background-position: -847px -569px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_11_white { + background-image: url(spritesmith0.png); + background-position: -872px -584px; + width: 60px; + height: 60px; +} +.hair_base_11_winternight { + background-image: url(spritesmith0.png); + background-position: -847px -478px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_11_winternight { background-image: url(spritesmith0.png); background-position: -872px -493px; width: 60px; diff --git a/common/dist/sprites/spritesmith0.png b/common/dist/sprites/spritesmith0.png index af03ff73f5..9a3465ec4a 100644 Binary files a/common/dist/sprites/spritesmith0.png and b/common/dist/sprites/spritesmith0.png differ diff --git a/common/dist/sprites/spritesmith1.css b/common/dist/sprites/spritesmith1.css index 50c365dd33..5facd5511a 100644 --- a/common/dist/sprites/spritesmith1.css +++ b/common/dist/sprites/spritesmith1.css @@ -1,4656 +1,4740 @@ -.hair_base_11_pumpkin { +.hair_base_11_winterstar { background-image: url(spritesmith1.png); background-position: -91px 0px; width: 90px; height: 90px; } -.customize-option.hair_base_11_pumpkin { +.customize-option.hair_base_11_winterstar { background-image: url(spritesmith1.png); background-position: -116px -15px; width: 60px; height: 60px; } -.hair_base_11_purple { - background-image: url(spritesmith1.png); - background-position: -1092px -1183px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_11_purple { - background-image: url(spritesmith1.png); - background-position: -1117px -1198px; - width: 60px; - height: 60px; -} -.hair_base_11_pyellow { - background-image: url(spritesmith1.png); - background-position: 0px -91px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_11_pyellow { - background-image: url(spritesmith1.png); - background-position: -25px -106px; - width: 60px; - height: 60px; -} -.hair_base_11_rainbow { - background-image: url(spritesmith1.png); - background-position: -91px -91px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_11_rainbow { - background-image: url(spritesmith1.png); - background-position: -116px -106px; - width: 60px; - height: 60px; -} -.hair_base_11_red { - background-image: url(spritesmith1.png); - background-position: -182px 0px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_11_red { - background-image: url(spritesmith1.png); - background-position: -207px -15px; - width: 60px; - height: 60px; -} -.hair_base_11_snowy { - background-image: url(spritesmith1.png); - background-position: -182px -91px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_11_snowy { - background-image: url(spritesmith1.png); - background-position: -207px -106px; - width: 60px; - height: 60px; -} -.hair_base_11_white { - background-image: url(spritesmith1.png); - background-position: 0px -182px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_11_white { - background-image: url(spritesmith1.png); - background-position: -25px -197px; - width: 60px; - height: 60px; -} -.hair_base_11_winternight { - background-image: url(spritesmith1.png); - background-position: -91px -182px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_11_winternight { - background-image: url(spritesmith1.png); - background-position: -116px -197px; - width: 60px; - height: 60px; -} -.hair_base_11_winterstar { - background-image: url(spritesmith1.png); - background-position: -182px -182px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_11_winterstar { - background-image: url(spritesmith1.png); - background-position: -207px -197px; - width: 60px; - height: 60px; -} .hair_base_11_yellow { - background-image: url(spritesmith1.png); - background-position: -273px 0px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_11_yellow { - background-image: url(spritesmith1.png); - background-position: -298px -15px; - width: 60px; - height: 60px; -} -.hair_base_11_zombie { - background-image: url(spritesmith1.png); - background-position: -273px -91px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_11_zombie { - background-image: url(spritesmith1.png); - background-position: -298px -106px; - width: 60px; - height: 60px; -} -.hair_base_12_TRUred { - background-image: url(spritesmith1.png); - background-position: -273px -182px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_TRUred { - background-image: url(spritesmith1.png); - background-position: -298px -197px; - width: 60px; - height: 60px; -} -.hair_base_12_aurora { - background-image: url(spritesmith1.png); - background-position: 0px -273px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_aurora { - background-image: url(spritesmith1.png); - background-position: -25px -288px; - width: 60px; - height: 60px; -} -.hair_base_12_black { - background-image: url(spritesmith1.png); - background-position: -91px -273px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_black { - background-image: url(spritesmith1.png); - background-position: -116px -288px; - width: 60px; - height: 60px; -} -.hair_base_12_blond { - background-image: url(spritesmith1.png); - background-position: -182px -273px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_blond { - background-image: url(spritesmith1.png); - background-position: -207px -288px; - width: 60px; - height: 60px; -} -.hair_base_12_blue { - background-image: url(spritesmith1.png); - background-position: -273px -273px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_blue { - background-image: url(spritesmith1.png); - background-position: -298px -288px; - width: 60px; - height: 60px; -} -.hair_base_12_brown { - background-image: url(spritesmith1.png); - background-position: -364px 0px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_brown { - background-image: url(spritesmith1.png); - background-position: -389px -15px; - width: 60px; - height: 60px; -} -.hair_base_12_candycane { - background-image: url(spritesmith1.png); - background-position: -364px -91px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_candycane { - background-image: url(spritesmith1.png); - background-position: -389px -106px; - width: 60px; - height: 60px; -} -.hair_base_12_candycorn { - background-image: url(spritesmith1.png); - background-position: -364px -182px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_candycorn { - background-image: url(spritesmith1.png); - background-position: -389px -197px; - width: 60px; - height: 60px; -} -.hair_base_12_festive { - background-image: url(spritesmith1.png); - background-position: -364px -273px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_festive { - background-image: url(spritesmith1.png); - background-position: -389px -288px; - width: 60px; - height: 60px; -} -.hair_base_12_frost { - background-image: url(spritesmith1.png); - background-position: 0px -364px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_frost { - background-image: url(spritesmith1.png); - background-position: -25px -379px; - width: 60px; - height: 60px; -} -.hair_base_12_ghostwhite { - background-image: url(spritesmith1.png); - background-position: -91px -364px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_ghostwhite { - background-image: url(spritesmith1.png); - background-position: -116px -379px; - width: 60px; - height: 60px; -} -.hair_base_12_green { - background-image: url(spritesmith1.png); - background-position: -182px -364px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_green { - background-image: url(spritesmith1.png); - background-position: -207px -379px; - width: 60px; - height: 60px; -} -.hair_base_12_halloween { - background-image: url(spritesmith1.png); - background-position: -273px -364px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_halloween { - background-image: url(spritesmith1.png); - background-position: -298px -379px; - width: 60px; - height: 60px; -} -.hair_base_12_holly { - background-image: url(spritesmith1.png); - background-position: -364px -364px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_holly { - background-image: url(spritesmith1.png); - background-position: -389px -379px; - width: 60px; - height: 60px; -} -.hair_base_12_hollygreen { - background-image: url(spritesmith1.png); - background-position: -455px 0px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_hollygreen { - background-image: url(spritesmith1.png); - background-position: -480px -15px; - width: 60px; - height: 60px; -} -.hair_base_12_midnight { - background-image: url(spritesmith1.png); - background-position: -455px -91px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_midnight { - background-image: url(spritesmith1.png); - background-position: -480px -106px; - width: 60px; - height: 60px; -} -.hair_base_12_pblue { - background-image: url(spritesmith1.png); - background-position: -455px -182px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_pblue { - background-image: url(spritesmith1.png); - background-position: -480px -197px; - width: 60px; - height: 60px; -} -.hair_base_12_peppermint { - background-image: url(spritesmith1.png); - background-position: -455px -273px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_peppermint { - background-image: url(spritesmith1.png); - background-position: -480px -288px; - width: 60px; - height: 60px; -} -.hair_base_12_pgreen { - background-image: url(spritesmith1.png); - background-position: -455px -364px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_pgreen { - background-image: url(spritesmith1.png); - background-position: -480px -379px; - width: 60px; - height: 60px; -} -.hair_base_12_porange { - background-image: url(spritesmith1.png); - background-position: 0px -455px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_porange { - background-image: url(spritesmith1.png); - background-position: -25px -470px; - width: 60px; - height: 60px; -} -.hair_base_12_ppink { - background-image: url(spritesmith1.png); - background-position: -91px -455px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_ppink { - background-image: url(spritesmith1.png); - background-position: -116px -470px; - width: 60px; - height: 60px; -} -.hair_base_12_ppurple { - background-image: url(spritesmith1.png); - background-position: -182px -455px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_ppurple { - background-image: url(spritesmith1.png); - background-position: -207px -470px; - width: 60px; - height: 60px; -} -.hair_base_12_pumpkin { - background-image: url(spritesmith1.png); - background-position: -273px -455px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_pumpkin { - background-image: url(spritesmith1.png); - background-position: -298px -470px; - width: 60px; - height: 60px; -} -.hair_base_12_purple { - background-image: url(spritesmith1.png); - background-position: -364px -455px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_purple { - background-image: url(spritesmith1.png); - background-position: -389px -470px; - width: 60px; - height: 60px; -} -.hair_base_12_pyellow { - background-image: url(spritesmith1.png); - background-position: -455px -455px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_pyellow { - background-image: url(spritesmith1.png); - background-position: -480px -470px; - width: 60px; - height: 60px; -} -.hair_base_12_rainbow { - background-image: url(spritesmith1.png); - background-position: -546px 0px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_rainbow { - background-image: url(spritesmith1.png); - background-position: -571px -15px; - width: 60px; - height: 60px; -} -.hair_base_12_red { - background-image: url(spritesmith1.png); - background-position: -546px -91px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_red { - background-image: url(spritesmith1.png); - background-position: -571px -106px; - width: 60px; - height: 60px; -} -.hair_base_12_snowy { - background-image: url(spritesmith1.png); - background-position: -546px -182px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_snowy { - background-image: url(spritesmith1.png); - background-position: -571px -197px; - width: 60px; - height: 60px; -} -.hair_base_12_white { - background-image: url(spritesmith1.png); - background-position: -546px -273px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_white { - background-image: url(spritesmith1.png); - background-position: -571px -288px; - width: 60px; - height: 60px; -} -.hair_base_12_winternight { - background-image: url(spritesmith1.png); - background-position: -546px -364px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_winternight { - background-image: url(spritesmith1.png); - background-position: -571px -379px; - width: 60px; - height: 60px; -} -.hair_base_12_winterstar { - background-image: url(spritesmith1.png); - background-position: -546px -455px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_winterstar { - background-image: url(spritesmith1.png); - background-position: -571px -470px; - width: 60px; - height: 60px; -} -.hair_base_12_yellow { - background-image: url(spritesmith1.png); - background-position: 0px -546px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_yellow { - background-image: url(spritesmith1.png); - background-position: -25px -561px; - width: 60px; - height: 60px; -} -.hair_base_12_zombie { - background-image: url(spritesmith1.png); - background-position: -91px -546px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_zombie { - background-image: url(spritesmith1.png); - background-position: -116px -561px; - width: 60px; - height: 60px; -} -.hair_base_13_TRUred { - background-image: url(spritesmith1.png); - background-position: -182px -546px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_TRUred { - background-image: url(spritesmith1.png); - background-position: -207px -561px; - width: 60px; - height: 60px; -} -.hair_base_13_aurora { - background-image: url(spritesmith1.png); - background-position: -273px -546px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_aurora { - background-image: url(spritesmith1.png); - background-position: -298px -561px; - width: 60px; - height: 60px; -} -.hair_base_13_black { - background-image: url(spritesmith1.png); - background-position: -364px -546px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_black { - background-image: url(spritesmith1.png); - background-position: -389px -561px; - width: 60px; - height: 60px; -} -.hair_base_13_blond { - background-image: url(spritesmith1.png); - background-position: -455px -546px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_blond { - background-image: url(spritesmith1.png); - background-position: -480px -561px; - width: 60px; - height: 60px; -} -.hair_base_13_blue { - background-image: url(spritesmith1.png); - background-position: -546px -546px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_blue { - background-image: url(spritesmith1.png); - background-position: -571px -561px; - width: 60px; - height: 60px; -} -.hair_base_13_brown { - background-image: url(spritesmith1.png); - background-position: -637px 0px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_brown { - background-image: url(spritesmith1.png); - background-position: -662px -15px; - width: 60px; - height: 60px; -} -.hair_base_13_candycane { - background-image: url(spritesmith1.png); - background-position: -637px -91px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_candycane { - background-image: url(spritesmith1.png); - background-position: -662px -106px; - width: 60px; - height: 60px; -} -.hair_base_13_candycorn { - background-image: url(spritesmith1.png); - background-position: -637px -182px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_candycorn { - background-image: url(spritesmith1.png); - background-position: -662px -197px; - width: 60px; - height: 60px; -} -.hair_base_13_festive { - background-image: url(spritesmith1.png); - background-position: -637px -273px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_festive { - background-image: url(spritesmith1.png); - background-position: -662px -288px; - width: 60px; - height: 60px; -} -.hair_base_13_frost { - background-image: url(spritesmith1.png); - background-position: -637px -364px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_frost { - background-image: url(spritesmith1.png); - background-position: -662px -379px; - width: 60px; - height: 60px; -} -.hair_base_13_ghostwhite { - background-image: url(spritesmith1.png); - background-position: -637px -455px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_ghostwhite { - background-image: url(spritesmith1.png); - background-position: -662px -470px; - width: 60px; - height: 60px; -} -.hair_base_13_green { - background-image: url(spritesmith1.png); - background-position: -637px -546px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_green { - background-image: url(spritesmith1.png); - background-position: -662px -561px; - width: 60px; - height: 60px; -} -.hair_base_13_halloween { - background-image: url(spritesmith1.png); - background-position: 0px -637px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_halloween { - background-image: url(spritesmith1.png); - background-position: -25px -652px; - width: 60px; - height: 60px; -} -.hair_base_13_holly { - background-image: url(spritesmith1.png); - background-position: -91px -637px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_holly { - background-image: url(spritesmith1.png); - background-position: -116px -652px; - width: 60px; - height: 60px; -} -.hair_base_13_hollygreen { - background-image: url(spritesmith1.png); - background-position: -182px -637px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_hollygreen { - background-image: url(spritesmith1.png); - background-position: -207px -652px; - width: 60px; - height: 60px; -} -.hair_base_13_midnight { - background-image: url(spritesmith1.png); - background-position: -273px -637px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_midnight { - background-image: url(spritesmith1.png); - background-position: -298px -652px; - width: 60px; - height: 60px; -} -.hair_base_13_pblue { - background-image: url(spritesmith1.png); - background-position: -364px -637px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_pblue { - background-image: url(spritesmith1.png); - background-position: -389px -652px; - width: 60px; - height: 60px; -} -.hair_base_13_peppermint { - background-image: url(spritesmith1.png); - background-position: -455px -637px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_peppermint { - background-image: url(spritesmith1.png); - background-position: -480px -652px; - width: 60px; - height: 60px; -} -.hair_base_13_pgreen { - background-image: url(spritesmith1.png); - background-position: -546px -637px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_pgreen { - background-image: url(spritesmith1.png); - background-position: -571px -652px; - width: 60px; - height: 60px; -} -.hair_base_13_porange { - background-image: url(spritesmith1.png); - background-position: -637px -637px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_porange { - background-image: url(spritesmith1.png); - background-position: -662px -652px; - width: 60px; - height: 60px; -} -.hair_base_13_ppink { - background-image: url(spritesmith1.png); - background-position: -728px 0px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_ppink { - background-image: url(spritesmith1.png); - background-position: -753px -15px; - width: 60px; - height: 60px; -} -.hair_base_13_ppurple { - background-image: url(spritesmith1.png); - background-position: -728px -91px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_ppurple { - background-image: url(spritesmith1.png); - background-position: -753px -106px; - width: 60px; - height: 60px; -} -.hair_base_13_pumpkin { - background-image: url(spritesmith1.png); - background-position: -728px -182px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_pumpkin { - background-image: url(spritesmith1.png); - background-position: -753px -197px; - width: 60px; - height: 60px; -} -.hair_base_13_purple { - background-image: url(spritesmith1.png); - background-position: -728px -273px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_purple { - background-image: url(spritesmith1.png); - background-position: -753px -288px; - width: 60px; - height: 60px; -} -.hair_base_13_pyellow { - background-image: url(spritesmith1.png); - background-position: -728px -364px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_pyellow { - background-image: url(spritesmith1.png); - background-position: -753px -379px; - width: 60px; - height: 60px; -} -.hair_base_13_rainbow { - background-image: url(spritesmith1.png); - background-position: -728px -455px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_rainbow { - background-image: url(spritesmith1.png); - background-position: -753px -470px; - width: 60px; - height: 60px; -} -.hair_base_13_red { - background-image: url(spritesmith1.png); - background-position: -728px -546px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_red { - background-image: url(spritesmith1.png); - background-position: -753px -561px; - width: 60px; - height: 60px; -} -.hair_base_13_snowy { - background-image: url(spritesmith1.png); - background-position: -728px -637px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_snowy { - background-image: url(spritesmith1.png); - background-position: -753px -652px; - width: 60px; - height: 60px; -} -.hair_base_13_white { - background-image: url(spritesmith1.png); - background-position: 0px -728px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_white { - background-image: url(spritesmith1.png); - background-position: -25px -743px; - width: 60px; - height: 60px; -} -.hair_base_13_winternight { - background-image: url(spritesmith1.png); - background-position: -91px -728px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_winternight { - background-image: url(spritesmith1.png); - background-position: -116px -743px; - width: 60px; - height: 60px; -} -.hair_base_13_winterstar { - background-image: url(spritesmith1.png); - background-position: -182px -728px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_winterstar { - background-image: url(spritesmith1.png); - background-position: -207px -743px; - width: 60px; - height: 60px; -} -.hair_base_13_yellow { - background-image: url(spritesmith1.png); - background-position: -273px -728px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_yellow { - background-image: url(spritesmith1.png); - background-position: -298px -743px; - width: 60px; - height: 60px; -} -.hair_base_13_zombie { - background-image: url(spritesmith1.png); - background-position: -364px -728px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_zombie { - background-image: url(spritesmith1.png); - background-position: -389px -743px; - width: 60px; - height: 60px; -} -.hair_base_14_TRUred { - background-image: url(spritesmith1.png); - background-position: -455px -728px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_TRUred { - background-image: url(spritesmith1.png); - background-position: -480px -743px; - width: 60px; - height: 60px; -} -.hair_base_14_aurora { - background-image: url(spritesmith1.png); - background-position: -546px -728px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_aurora { - background-image: url(spritesmith1.png); - background-position: -571px -743px; - width: 60px; - height: 60px; -} -.hair_base_14_black { - background-image: url(spritesmith1.png); - background-position: -637px -728px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_black { - background-image: url(spritesmith1.png); - background-position: -662px -743px; - width: 60px; - height: 60px; -} -.hair_base_14_blond { - background-image: url(spritesmith1.png); - background-position: -728px -728px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_blond { - background-image: url(spritesmith1.png); - background-position: -753px -743px; - width: 60px; - height: 60px; -} -.hair_base_14_blue { - background-image: url(spritesmith1.png); - background-position: -819px 0px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_blue { - background-image: url(spritesmith1.png); - background-position: -844px -15px; - width: 60px; - height: 60px; -} -.hair_base_14_brown { - background-image: url(spritesmith1.png); - background-position: -819px -91px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_brown { - background-image: url(spritesmith1.png); - background-position: -844px -106px; - width: 60px; - height: 60px; -} -.hair_base_14_candycane { - background-image: url(spritesmith1.png); - background-position: -819px -182px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_candycane { - background-image: url(spritesmith1.png); - background-position: -844px -197px; - width: 60px; - height: 60px; -} -.hair_base_14_candycorn { - background-image: url(spritesmith1.png); - background-position: -819px -273px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_candycorn { - background-image: url(spritesmith1.png); - background-position: -844px -288px; - width: 60px; - height: 60px; -} -.hair_base_14_festive { - background-image: url(spritesmith1.png); - background-position: -819px -364px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_festive { - background-image: url(spritesmith1.png); - background-position: -844px -379px; - width: 60px; - height: 60px; -} -.hair_base_14_frost { - background-image: url(spritesmith1.png); - background-position: -819px -455px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_frost { - background-image: url(spritesmith1.png); - background-position: -844px -470px; - width: 60px; - height: 60px; -} -.hair_base_14_ghostwhite { - background-image: url(spritesmith1.png); - background-position: -819px -546px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_ghostwhite { - background-image: url(spritesmith1.png); - background-position: -844px -561px; - width: 60px; - height: 60px; -} -.hair_base_14_green { - background-image: url(spritesmith1.png); - background-position: -819px -637px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_green { - background-image: url(spritesmith1.png); - background-position: -844px -652px; - width: 60px; - height: 60px; -} -.hair_base_14_halloween { - background-image: url(spritesmith1.png); - background-position: -819px -728px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_halloween { - background-image: url(spritesmith1.png); - background-position: -844px -743px; - width: 60px; - height: 60px; -} -.hair_base_14_holly { - background-image: url(spritesmith1.png); - background-position: 0px -819px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_holly { - background-image: url(spritesmith1.png); - background-position: -25px -834px; - width: 60px; - height: 60px; -} -.hair_base_14_hollygreen { - background-image: url(spritesmith1.png); - background-position: -91px -819px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_hollygreen { - background-image: url(spritesmith1.png); - background-position: -116px -834px; - width: 60px; - height: 60px; -} -.hair_base_14_midnight { - background-image: url(spritesmith1.png); - background-position: -182px -819px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_midnight { - background-image: url(spritesmith1.png); - background-position: -207px -834px; - width: 60px; - height: 60px; -} -.hair_base_14_pblue { - background-image: url(spritesmith1.png); - background-position: -273px -819px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_pblue { - background-image: url(spritesmith1.png); - background-position: -298px -834px; - width: 60px; - height: 60px; -} -.hair_base_14_peppermint { - background-image: url(spritesmith1.png); - background-position: -364px -819px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_peppermint { - background-image: url(spritesmith1.png); - background-position: -389px -834px; - width: 60px; - height: 60px; -} -.hair_base_14_pgreen { - background-image: url(spritesmith1.png); - background-position: -455px -819px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_pgreen { - background-image: url(spritesmith1.png); - background-position: -480px -834px; - width: 60px; - height: 60px; -} -.hair_base_14_porange { - background-image: url(spritesmith1.png); - background-position: -546px -819px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_porange { - background-image: url(spritesmith1.png); - background-position: -571px -834px; - width: 60px; - height: 60px; -} -.hair_base_14_ppink { - background-image: url(spritesmith1.png); - background-position: -637px -819px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_ppink { - background-image: url(spritesmith1.png); - background-position: -662px -834px; - width: 60px; - height: 60px; -} -.hair_base_14_ppurple { - background-image: url(spritesmith1.png); - background-position: -728px -819px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_ppurple { - background-image: url(spritesmith1.png); - background-position: -753px -834px; - width: 60px; - height: 60px; -} -.hair_base_14_pumpkin { - background-image: url(spritesmith1.png); - background-position: -819px -819px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_pumpkin { - background-image: url(spritesmith1.png); - background-position: -844px -834px; - width: 60px; - height: 60px; -} -.hair_base_14_purple { - background-image: url(spritesmith1.png); - background-position: -910px 0px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_purple { - background-image: url(spritesmith1.png); - background-position: -935px -15px; - width: 60px; - height: 60px; -} -.hair_base_14_pyellow { - background-image: url(spritesmith1.png); - background-position: -910px -91px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_pyellow { - background-image: url(spritesmith1.png); - background-position: -935px -106px; - width: 60px; - height: 60px; -} -.hair_base_14_rainbow { - background-image: url(spritesmith1.png); - background-position: -910px -182px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_rainbow { - background-image: url(spritesmith1.png); - background-position: -935px -197px; - width: 60px; - height: 60px; -} -.hair_base_14_red { - background-image: url(spritesmith1.png); - background-position: -910px -273px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_red { - background-image: url(spritesmith1.png); - background-position: -935px -288px; - width: 60px; - height: 60px; -} -.hair_base_14_snowy { - background-image: url(spritesmith1.png); - background-position: -910px -364px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_snowy { - background-image: url(spritesmith1.png); - background-position: -935px -379px; - width: 60px; - height: 60px; -} -.hair_base_14_white { - background-image: url(spritesmith1.png); - background-position: -910px -455px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_white { - background-image: url(spritesmith1.png); - background-position: -935px -470px; - width: 60px; - height: 60px; -} -.hair_base_14_winternight { - background-image: url(spritesmith1.png); - background-position: -910px -546px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_winternight { - background-image: url(spritesmith1.png); - background-position: -935px -561px; - width: 60px; - height: 60px; -} -.hair_base_14_winterstar { - background-image: url(spritesmith1.png); - background-position: -910px -637px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_winterstar { - background-image: url(spritesmith1.png); - background-position: -935px -652px; - width: 60px; - height: 60px; -} -.hair_base_14_yellow { - background-image: url(spritesmith1.png); - background-position: -910px -728px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_yellow { - background-image: url(spritesmith1.png); - background-position: -935px -743px; - width: 60px; - height: 60px; -} -.hair_base_14_zombie { - background-image: url(spritesmith1.png); - background-position: -910px -819px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_zombie { - background-image: url(spritesmith1.png); - background-position: -935px -834px; - width: 60px; - height: 60px; -} -.hair_base_1_TRUred { - background-image: url(spritesmith1.png); - background-position: 0px -910px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_TRUred { - background-image: url(spritesmith1.png); - background-position: -25px -925px; - width: 60px; - height: 60px; -} -.hair_base_1_aurora { - background-image: url(spritesmith1.png); - background-position: -91px -910px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_aurora { - background-image: url(spritesmith1.png); - background-position: -116px -925px; - width: 60px; - height: 60px; -} -.hair_base_1_black { - background-image: url(spritesmith1.png); - background-position: -182px -910px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_black { - background-image: url(spritesmith1.png); - background-position: -207px -925px; - width: 60px; - height: 60px; -} -.hair_base_1_blond { - background-image: url(spritesmith1.png); - background-position: -273px -910px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_blond { - background-image: url(spritesmith1.png); - background-position: -298px -925px; - width: 60px; - height: 60px; -} -.hair_base_1_blue { - background-image: url(spritesmith1.png); - background-position: -364px -910px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_blue { - background-image: url(spritesmith1.png); - background-position: -389px -925px; - width: 60px; - height: 60px; -} -.hair_base_1_brown { - background-image: url(spritesmith1.png); - background-position: -455px -910px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_brown { - background-image: url(spritesmith1.png); - background-position: -480px -925px; - width: 60px; - height: 60px; -} -.hair_base_1_candycane { - background-image: url(spritesmith1.png); - background-position: -546px -910px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_candycane { - background-image: url(spritesmith1.png); - background-position: -571px -925px; - width: 60px; - height: 60px; -} -.hair_base_1_candycorn { - background-image: url(spritesmith1.png); - background-position: -637px -910px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_candycorn { - background-image: url(spritesmith1.png); - background-position: -662px -925px; - width: 60px; - height: 60px; -} -.hair_base_1_festive { - background-image: url(spritesmith1.png); - background-position: -728px -910px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_festive { - background-image: url(spritesmith1.png); - background-position: -753px -925px; - width: 60px; - height: 60px; -} -.hair_base_1_frost { - background-image: url(spritesmith1.png); - background-position: -819px -910px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_frost { - background-image: url(spritesmith1.png); - background-position: -844px -925px; - width: 60px; - height: 60px; -} -.hair_base_1_ghostwhite { - background-image: url(spritesmith1.png); - background-position: -910px -910px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_ghostwhite { - background-image: url(spritesmith1.png); - background-position: -935px -925px; - width: 60px; - height: 60px; -} -.hair_base_1_green { - background-image: url(spritesmith1.png); - background-position: -1001px 0px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_green { - background-image: url(spritesmith1.png); - background-position: -1026px -15px; - width: 60px; - height: 60px; -} -.hair_base_1_halloween { - background-image: url(spritesmith1.png); - background-position: -1001px -91px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_halloween { - background-image: url(spritesmith1.png); - background-position: -1026px -106px; - width: 60px; - height: 60px; -} -.hair_base_1_holly { - background-image: url(spritesmith1.png); - background-position: -1001px -182px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_holly { - background-image: url(spritesmith1.png); - background-position: -1026px -197px; - width: 60px; - height: 60px; -} -.hair_base_1_hollygreen { - background-image: url(spritesmith1.png); - background-position: -1001px -273px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_hollygreen { - background-image: url(spritesmith1.png); - background-position: -1026px -288px; - width: 60px; - height: 60px; -} -.hair_base_1_midnight { - background-image: url(spritesmith1.png); - background-position: -1001px -364px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_midnight { - background-image: url(spritesmith1.png); - background-position: -1026px -379px; - width: 60px; - height: 60px; -} -.hair_base_1_pblue { - background-image: url(spritesmith1.png); - background-position: -1001px -455px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_pblue { - background-image: url(spritesmith1.png); - background-position: -1026px -470px; - width: 60px; - height: 60px; -} -.hair_base_1_peppermint { - background-image: url(spritesmith1.png); - background-position: -1001px -546px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_peppermint { - background-image: url(spritesmith1.png); - background-position: -1026px -561px; - width: 60px; - height: 60px; -} -.hair_base_1_pgreen { - background-image: url(spritesmith1.png); - background-position: -1001px -637px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_pgreen { - background-image: url(spritesmith1.png); - background-position: -1026px -652px; - width: 60px; - height: 60px; -} -.hair_base_1_porange { - background-image: url(spritesmith1.png); - background-position: -1001px -728px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_porange { - background-image: url(spritesmith1.png); - background-position: -1026px -743px; - width: 60px; - height: 60px; -} -.hair_base_1_ppink { - background-image: url(spritesmith1.png); - background-position: -1001px -819px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_ppink { - background-image: url(spritesmith1.png); - background-position: -1026px -834px; - width: 60px; - height: 60px; -} -.hair_base_1_ppurple { - background-image: url(spritesmith1.png); - background-position: -1001px -910px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_ppurple { - background-image: url(spritesmith1.png); - background-position: -1026px -925px; - width: 60px; - height: 60px; -} -.hair_base_1_pumpkin { - background-image: url(spritesmith1.png); - background-position: 0px -1001px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_pumpkin { - background-image: url(spritesmith1.png); - background-position: -25px -1016px; - width: 60px; - height: 60px; -} -.hair_base_1_purple { - background-image: url(spritesmith1.png); - background-position: -91px -1001px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_purple { - background-image: url(spritesmith1.png); - background-position: -116px -1016px; - width: 60px; - height: 60px; -} -.hair_base_1_pyellow { - background-image: url(spritesmith1.png); - background-position: -182px -1001px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_pyellow { - background-image: url(spritesmith1.png); - background-position: -207px -1016px; - width: 60px; - height: 60px; -} -.hair_base_1_rainbow { - background-image: url(spritesmith1.png); - background-position: -273px -1001px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_rainbow { - background-image: url(spritesmith1.png); - background-position: -298px -1016px; - width: 60px; - height: 60px; -} -.hair_base_1_red { - background-image: url(spritesmith1.png); - background-position: -364px -1001px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_red { - background-image: url(spritesmith1.png); - background-position: -389px -1016px; - width: 60px; - height: 60px; -} -.hair_base_1_snowy { - background-image: url(spritesmith1.png); - background-position: -455px -1001px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_snowy { - background-image: url(spritesmith1.png); - background-position: -480px -1016px; - width: 60px; - height: 60px; -} -.hair_base_1_white { - background-image: url(spritesmith1.png); - background-position: -546px -1001px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_white { - background-image: url(spritesmith1.png); - background-position: -571px -1016px; - width: 60px; - height: 60px; -} -.hair_base_1_winternight { - background-image: url(spritesmith1.png); - background-position: -637px -1001px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_winternight { - background-image: url(spritesmith1.png); - background-position: -662px -1016px; - width: 60px; - height: 60px; -} -.hair_base_1_winterstar { - background-image: url(spritesmith1.png); - background-position: -728px -1001px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_winterstar { - background-image: url(spritesmith1.png); - background-position: -753px -1016px; - width: 60px; - height: 60px; -} -.hair_base_1_yellow { - background-image: url(spritesmith1.png); - background-position: -819px -1001px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_yellow { - background-image: url(spritesmith1.png); - background-position: -844px -1016px; - width: 60px; - height: 60px; -} -.hair_base_1_zombie { - background-image: url(spritesmith1.png); - background-position: -910px -1001px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_zombie { - background-image: url(spritesmith1.png); - background-position: -935px -1016px; - width: 60px; - height: 60px; -} -.hair_base_2_TRUred { - background-image: url(spritesmith1.png); - background-position: -1001px -1001px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_2_TRUred { - background-image: url(spritesmith1.png); - background-position: -1026px -1016px; - width: 60px; - height: 60px; -} -.hair_base_2_aurora { - background-image: url(spritesmith1.png); - background-position: -1092px 0px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_2_aurora { - background-image: url(spritesmith1.png); - background-position: -1117px -15px; - width: 60px; - height: 60px; -} -.hair_base_2_black { - background-image: url(spritesmith1.png); - background-position: -1092px -91px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_2_black { - background-image: url(spritesmith1.png); - background-position: -1117px -106px; - width: 60px; - height: 60px; -} -.hair_base_2_blond { - background-image: url(spritesmith1.png); - background-position: -1092px -182px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_2_blond { - background-image: url(spritesmith1.png); - background-position: -1117px -197px; - width: 60px; - height: 60px; -} -.hair_base_2_blue { - background-image: url(spritesmith1.png); - background-position: -1092px -273px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_2_blue { - background-image: url(spritesmith1.png); - background-position: -1117px -288px; - width: 60px; - height: 60px; -} -.hair_base_2_brown { - background-image: url(spritesmith1.png); - background-position: -1092px -364px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_2_brown { - background-image: url(spritesmith1.png); - background-position: -1117px -379px; - width: 60px; - height: 60px; -} -.hair_base_2_candycane { - background-image: url(spritesmith1.png); - background-position: -1092px -455px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_2_candycane { - background-image: url(spritesmith1.png); - background-position: -1117px -470px; - width: 60px; - height: 60px; -} -.hair_base_2_candycorn { - background-image: url(spritesmith1.png); - background-position: -1092px -546px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_2_candycorn { - background-image: url(spritesmith1.png); - background-position: -1117px -561px; - width: 60px; - height: 60px; -} -.hair_base_2_festive { - background-image: url(spritesmith1.png); - background-position: -1092px -637px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_2_festive { - background-image: url(spritesmith1.png); - background-position: -1117px -652px; - width: 60px; - height: 60px; -} -.hair_base_2_frost { - background-image: url(spritesmith1.png); - background-position: -1092px -728px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_2_frost { - background-image: url(spritesmith1.png); - background-position: -1117px -743px; - width: 60px; - height: 60px; -} -.hair_base_2_ghostwhite { - background-image: url(spritesmith1.png); - background-position: -1092px -819px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_2_ghostwhite { - background-image: url(spritesmith1.png); - background-position: -1117px -834px; - width: 60px; - height: 60px; -} -.hair_base_2_green { - background-image: url(spritesmith1.png); - background-position: -1092px -910px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_2_green { - background-image: url(spritesmith1.png); - background-position: -1117px -925px; - width: 60px; - height: 60px; -} -.hair_base_2_halloween { - background-image: url(spritesmith1.png); - background-position: -1092px -1001px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_2_halloween { - background-image: url(spritesmith1.png); - background-position: -1117px -1016px; - width: 60px; - height: 60px; -} -.hair_base_2_holly { - background-image: url(spritesmith1.png); - background-position: 0px -1092px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_2_holly { - background-image: url(spritesmith1.png); - background-position: -25px -1107px; - width: 60px; - height: 60px; -} -.hair_base_2_hollygreen { - background-image: url(spritesmith1.png); - background-position: -91px -1092px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_2_hollygreen { - background-image: url(spritesmith1.png); - background-position: -116px -1107px; - width: 60px; - height: 60px; -} -.hair_base_2_midnight { - background-image: url(spritesmith1.png); - background-position: -182px -1092px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_2_midnight { - background-image: url(spritesmith1.png); - background-position: -207px -1107px; - width: 60px; - height: 60px; -} -.hair_base_2_pblue { - background-image: url(spritesmith1.png); - background-position: -273px -1092px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_2_pblue { - background-image: url(spritesmith1.png); - background-position: -298px -1107px; - width: 60px; - height: 60px; -} -.hair_base_2_peppermint { - background-image: url(spritesmith1.png); - background-position: -364px -1092px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_2_peppermint { - background-image: url(spritesmith1.png); - background-position: -389px -1107px; - width: 60px; - height: 60px; -} -.hair_base_2_pgreen { - background-image: url(spritesmith1.png); - background-position: -455px -1092px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_2_pgreen { - background-image: url(spritesmith1.png); - background-position: -480px -1107px; - width: 60px; - height: 60px; -} -.hair_base_2_porange { - background-image: url(spritesmith1.png); - background-position: -546px -1092px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_2_porange { - background-image: url(spritesmith1.png); - background-position: -571px -1107px; - width: 60px; - height: 60px; -} -.hair_base_2_ppink { - background-image: url(spritesmith1.png); - background-position: -637px -1092px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_2_ppink { - background-image: url(spritesmith1.png); - background-position: -662px -1107px; - width: 60px; - height: 60px; -} -.hair_base_2_ppurple { - background-image: url(spritesmith1.png); - background-position: -728px -1092px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_2_ppurple { - background-image: url(spritesmith1.png); - background-position: -753px -1107px; - width: 60px; - height: 60px; -} -.hair_base_2_pumpkin { - background-image: url(spritesmith1.png); - background-position: -819px -1092px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_2_pumpkin { - background-image: url(spritesmith1.png); - background-position: -844px -1107px; - width: 60px; - height: 60px; -} -.hair_base_2_purple { - background-image: url(spritesmith1.png); - background-position: -910px -1092px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_2_purple { - background-image: url(spritesmith1.png); - background-position: -935px -1107px; - width: 60px; - height: 60px; -} -.hair_base_2_pyellow { - background-image: url(spritesmith1.png); - background-position: -1001px -1092px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_2_pyellow { - background-image: url(spritesmith1.png); - background-position: -1026px -1107px; - width: 60px; - height: 60px; -} -.hair_base_2_rainbow { - background-image: url(spritesmith1.png); - background-position: -1092px -1092px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_2_rainbow { - background-image: url(spritesmith1.png); - background-position: -1117px -1107px; - width: 60px; - height: 60px; -} -.hair_base_2_red { - background-image: url(spritesmith1.png); - background-position: -1183px 0px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_2_red { - background-image: url(spritesmith1.png); - background-position: -1208px -15px; - width: 60px; - height: 60px; -} -.hair_base_2_snowy { - background-image: url(spritesmith1.png); - background-position: -1183px -91px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_2_snowy { - background-image: url(spritesmith1.png); - background-position: -1208px -106px; - width: 60px; - height: 60px; -} -.hair_base_2_white { - background-image: url(spritesmith1.png); - background-position: -1183px -182px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_2_white { - background-image: url(spritesmith1.png); - background-position: -1208px -197px; - width: 60px; - height: 60px; -} -.hair_base_2_winternight { - background-image: url(spritesmith1.png); - background-position: -1183px -273px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_2_winternight { - background-image: url(spritesmith1.png); - background-position: -1208px -288px; - width: 60px; - height: 60px; -} -.hair_base_2_winterstar { - background-image: url(spritesmith1.png); - background-position: -1183px -364px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_2_winterstar { - background-image: url(spritesmith1.png); - background-position: -1208px -379px; - width: 60px; - height: 60px; -} -.hair_base_2_yellow { - background-image: url(spritesmith1.png); - background-position: -1183px -455px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_2_yellow { - background-image: url(spritesmith1.png); - background-position: -1208px -470px; - width: 60px; - height: 60px; -} -.hair_base_2_zombie { - background-image: url(spritesmith1.png); - background-position: -1183px -546px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_2_zombie { - background-image: url(spritesmith1.png); - background-position: -1208px -561px; - width: 60px; - height: 60px; -} -.hair_base_3_TRUred { - background-image: url(spritesmith1.png); - background-position: -1183px -637px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_3_TRUred { - background-image: url(spritesmith1.png); - background-position: -1208px -652px; - width: 60px; - height: 60px; -} -.hair_base_3_aurora { - background-image: url(spritesmith1.png); - background-position: -1183px -728px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_3_aurora { - background-image: url(spritesmith1.png); - background-position: -1208px -743px; - width: 60px; - height: 60px; -} -.hair_base_3_black { - background-image: url(spritesmith1.png); - background-position: -1183px -819px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_3_black { - background-image: url(spritesmith1.png); - background-position: -1208px -834px; - width: 60px; - height: 60px; -} -.hair_base_3_blond { - background-image: url(spritesmith1.png); - background-position: -1183px -910px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_3_blond { - background-image: url(spritesmith1.png); - background-position: -1208px -925px; - width: 60px; - height: 60px; -} -.hair_base_3_blue { - background-image: url(spritesmith1.png); - background-position: -1183px -1001px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_3_blue { - background-image: url(spritesmith1.png); - background-position: -1208px -1016px; - width: 60px; - height: 60px; -} -.hair_base_3_brown { - background-image: url(spritesmith1.png); - background-position: -1183px -1092px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_3_brown { - background-image: url(spritesmith1.png); - background-position: -1208px -1107px; - width: 60px; - height: 60px; -} -.hair_base_3_candycane { - background-image: url(spritesmith1.png); - background-position: 0px -1183px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_3_candycane { - background-image: url(spritesmith1.png); - background-position: -25px -1198px; - width: 60px; - height: 60px; -} -.hair_base_3_candycorn { - background-image: url(spritesmith1.png); - background-position: -91px -1183px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_3_candycorn { - background-image: url(spritesmith1.png); - background-position: -116px -1198px; - width: 60px; - height: 60px; -} -.hair_base_3_festive { - background-image: url(spritesmith1.png); - background-position: -182px -1183px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_3_festive { - background-image: url(spritesmith1.png); - background-position: -207px -1198px; - width: 60px; - height: 60px; -} -.hair_base_3_frost { - background-image: url(spritesmith1.png); - background-position: -273px -1183px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_3_frost { - background-image: url(spritesmith1.png); - background-position: -298px -1198px; - width: 60px; - height: 60px; -} -.hair_base_3_ghostwhite { - background-image: url(spritesmith1.png); - background-position: -364px -1183px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_3_ghostwhite { - background-image: url(spritesmith1.png); - background-position: -389px -1198px; - width: 60px; - height: 60px; -} -.hair_base_3_green { - background-image: url(spritesmith1.png); - background-position: -455px -1183px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_3_green { - background-image: url(spritesmith1.png); - background-position: -480px -1198px; - width: 60px; - height: 60px; -} -.hair_base_3_halloween { - background-image: url(spritesmith1.png); - background-position: -546px -1183px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_3_halloween { - background-image: url(spritesmith1.png); - background-position: -571px -1198px; - width: 60px; - height: 60px; -} -.hair_base_3_holly { - background-image: url(spritesmith1.png); - background-position: -637px -1183px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_3_holly { - background-image: url(spritesmith1.png); - background-position: -662px -1198px; - width: 60px; - height: 60px; -} -.hair_base_3_hollygreen { - background-image: url(spritesmith1.png); - background-position: -728px -1183px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_3_hollygreen { - background-image: url(spritesmith1.png); - background-position: -753px -1198px; - width: 60px; - height: 60px; -} -.hair_base_3_midnight { - background-image: url(spritesmith1.png); - background-position: -819px -1183px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_3_midnight { - background-image: url(spritesmith1.png); - background-position: -844px -1198px; - width: 60px; - height: 60px; -} -.hair_base_3_pblue { - background-image: url(spritesmith1.png); - background-position: -910px -1183px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_3_pblue { - background-image: url(spritesmith1.png); - background-position: -935px -1198px; - width: 60px; - height: 60px; -} -.hair_base_3_peppermint { - background-image: url(spritesmith1.png); - background-position: -1001px -1183px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_3_peppermint { - background-image: url(spritesmith1.png); - background-position: -1026px -1198px; - width: 60px; - height: 60px; -} -.hair_base_3_pgreen { - background-image: url(spritesmith1.png); - background-position: 0px 0px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_3_pgreen { - background-image: url(spritesmith1.png); - background-position: -25px -15px; - width: 60px; - height: 60px; -} -.hair_base_3_porange { - background-image: url(spritesmith1.png); - background-position: -1183px -1183px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_3_porange { - background-image: url(spritesmith1.png); - background-position: -1208px -1198px; - width: 60px; - height: 60px; -} -.hair_base_3_ppink { - background-image: url(spritesmith1.png); - background-position: -1274px 0px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_3_ppink { - background-image: url(spritesmith1.png); - background-position: -1299px -15px; - width: 60px; - height: 60px; -} -.hair_base_3_ppurple { background-image: url(spritesmith1.png); background-position: -1274px -91px; width: 90px; height: 90px; } -.customize-option.hair_base_3_ppurple { +.customize-option.hair_base_11_yellow { background-image: url(spritesmith1.png); background-position: -1299px -106px; width: 60px; height: 60px; } +.hair_base_11_zombie { + background-image: url(spritesmith1.png); + background-position: 0px -91px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_11_zombie { + background-image: url(spritesmith1.png); + background-position: -25px -106px; + width: 60px; + height: 60px; +} +.hair_base_12_TRUred { + background-image: url(spritesmith1.png); + background-position: -91px -91px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_TRUred { + background-image: url(spritesmith1.png); + background-position: -116px -106px; + width: 60px; + height: 60px; +} +.hair_base_12_aurora { + background-image: url(spritesmith1.png); + background-position: -182px 0px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_aurora { + background-image: url(spritesmith1.png); + background-position: -207px -15px; + width: 60px; + height: 60px; +} +.hair_base_12_black { + background-image: url(spritesmith1.png); + background-position: -182px -91px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_black { + background-image: url(spritesmith1.png); + background-position: -207px -106px; + width: 60px; + height: 60px; +} +.hair_base_12_blond { + background-image: url(spritesmith1.png); + background-position: 0px -182px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_blond { + background-image: url(spritesmith1.png); + background-position: -25px -197px; + width: 60px; + height: 60px; +} +.hair_base_12_blue { + background-image: url(spritesmith1.png); + background-position: -91px -182px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_blue { + background-image: url(spritesmith1.png); + background-position: -116px -197px; + width: 60px; + height: 60px; +} +.hair_base_12_brown { + background-image: url(spritesmith1.png); + background-position: -182px -182px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_brown { + background-image: url(spritesmith1.png); + background-position: -207px -197px; + width: 60px; + height: 60px; +} +.hair_base_12_candycane { + background-image: url(spritesmith1.png); + background-position: -273px 0px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_candycane { + background-image: url(spritesmith1.png); + background-position: -298px -15px; + width: 60px; + height: 60px; +} +.hair_base_12_candycorn { + background-image: url(spritesmith1.png); + background-position: -273px -91px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_candycorn { + background-image: url(spritesmith1.png); + background-position: -298px -106px; + width: 60px; + height: 60px; +} +.hair_base_12_festive { + background-image: url(spritesmith1.png); + background-position: -273px -182px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_festive { + background-image: url(spritesmith1.png); + background-position: -298px -197px; + width: 60px; + height: 60px; +} +.hair_base_12_frost { + background-image: url(spritesmith1.png); + background-position: 0px -273px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_frost { + background-image: url(spritesmith1.png); + background-position: -25px -288px; + width: 60px; + height: 60px; +} +.hair_base_12_ghostwhite { + background-image: url(spritesmith1.png); + background-position: -91px -273px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_ghostwhite { + background-image: url(spritesmith1.png); + background-position: -116px -288px; + width: 60px; + height: 60px; +} +.hair_base_12_green { + background-image: url(spritesmith1.png); + background-position: -182px -273px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_green { + background-image: url(spritesmith1.png); + background-position: -207px -288px; + width: 60px; + height: 60px; +} +.hair_base_12_halloween { + background-image: url(spritesmith1.png); + background-position: -273px -273px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_halloween { + background-image: url(spritesmith1.png); + background-position: -298px -288px; + width: 60px; + height: 60px; +} +.hair_base_12_holly { + background-image: url(spritesmith1.png); + background-position: -364px 0px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_holly { + background-image: url(spritesmith1.png); + background-position: -389px -15px; + width: 60px; + height: 60px; +} +.hair_base_12_hollygreen { + background-image: url(spritesmith1.png); + background-position: -364px -91px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_hollygreen { + background-image: url(spritesmith1.png); + background-position: -389px -106px; + width: 60px; + height: 60px; +} +.hair_base_12_midnight { + background-image: url(spritesmith1.png); + background-position: -364px -182px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_midnight { + background-image: url(spritesmith1.png); + background-position: -389px -197px; + width: 60px; + height: 60px; +} +.hair_base_12_pblue { + background-image: url(spritesmith1.png); + background-position: -364px -273px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_pblue { + background-image: url(spritesmith1.png); + background-position: -389px -288px; + width: 60px; + height: 60px; +} +.hair_base_12_peppermint { + background-image: url(spritesmith1.png); + background-position: 0px -364px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_peppermint { + background-image: url(spritesmith1.png); + background-position: -25px -379px; + width: 60px; + height: 60px; +} +.hair_base_12_pgreen { + background-image: url(spritesmith1.png); + background-position: -91px -364px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_pgreen { + background-image: url(spritesmith1.png); + background-position: -116px -379px; + width: 60px; + height: 60px; +} +.hair_base_12_porange { + background-image: url(spritesmith1.png); + background-position: -182px -364px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_porange { + background-image: url(spritesmith1.png); + background-position: -207px -379px; + width: 60px; + height: 60px; +} +.hair_base_12_ppink { + background-image: url(spritesmith1.png); + background-position: -273px -364px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_ppink { + background-image: url(spritesmith1.png); + background-position: -298px -379px; + width: 60px; + height: 60px; +} +.hair_base_12_ppurple { + background-image: url(spritesmith1.png); + background-position: -364px -364px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_ppurple { + background-image: url(spritesmith1.png); + background-position: -389px -379px; + width: 60px; + height: 60px; +} +.hair_base_12_pumpkin { + background-image: url(spritesmith1.png); + background-position: -455px 0px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_pumpkin { + background-image: url(spritesmith1.png); + background-position: -480px -15px; + width: 60px; + height: 60px; +} +.hair_base_12_purple { + background-image: url(spritesmith1.png); + background-position: -455px -91px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_purple { + background-image: url(spritesmith1.png); + background-position: -480px -106px; + width: 60px; + height: 60px; +} +.hair_base_12_pyellow { + background-image: url(spritesmith1.png); + background-position: -455px -182px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_pyellow { + background-image: url(spritesmith1.png); + background-position: -480px -197px; + width: 60px; + height: 60px; +} +.hair_base_12_rainbow { + background-image: url(spritesmith1.png); + background-position: -455px -273px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_rainbow { + background-image: url(spritesmith1.png); + background-position: -480px -288px; + width: 60px; + height: 60px; +} +.hair_base_12_red { + background-image: url(spritesmith1.png); + background-position: -455px -364px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_red { + background-image: url(spritesmith1.png); + background-position: -480px -379px; + width: 60px; + height: 60px; +} +.hair_base_12_snowy { + background-image: url(spritesmith1.png); + background-position: 0px -455px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_snowy { + background-image: url(spritesmith1.png); + background-position: -25px -470px; + width: 60px; + height: 60px; +} +.hair_base_12_white { + background-image: url(spritesmith1.png); + background-position: -91px -455px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_white { + background-image: url(spritesmith1.png); + background-position: -116px -470px; + width: 60px; + height: 60px; +} +.hair_base_12_winternight { + background-image: url(spritesmith1.png); + background-position: -182px -455px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_winternight { + background-image: url(spritesmith1.png); + background-position: -207px -470px; + width: 60px; + height: 60px; +} +.hair_base_12_winterstar { + background-image: url(spritesmith1.png); + background-position: -273px -455px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_winterstar { + background-image: url(spritesmith1.png); + background-position: -298px -470px; + width: 60px; + height: 60px; +} +.hair_base_12_yellow { + background-image: url(spritesmith1.png); + background-position: -364px -455px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_yellow { + background-image: url(spritesmith1.png); + background-position: -389px -470px; + width: 60px; + height: 60px; +} +.hair_base_12_zombie { + background-image: url(spritesmith1.png); + background-position: -455px -455px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_zombie { + background-image: url(spritesmith1.png); + background-position: -480px -470px; + width: 60px; + height: 60px; +} +.hair_base_13_TRUred { + background-image: url(spritesmith1.png); + background-position: -546px 0px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_TRUred { + background-image: url(spritesmith1.png); + background-position: -571px -15px; + width: 60px; + height: 60px; +} +.hair_base_13_aurora { + background-image: url(spritesmith1.png); + background-position: -546px -91px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_aurora { + background-image: url(spritesmith1.png); + background-position: -571px -106px; + width: 60px; + height: 60px; +} +.hair_base_13_black { + background-image: url(spritesmith1.png); + background-position: -546px -182px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_black { + background-image: url(spritesmith1.png); + background-position: -571px -197px; + width: 60px; + height: 60px; +} +.hair_base_13_blond { + background-image: url(spritesmith1.png); + background-position: -546px -273px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_blond { + background-image: url(spritesmith1.png); + background-position: -571px -288px; + width: 60px; + height: 60px; +} +.hair_base_13_blue { + background-image: url(spritesmith1.png); + background-position: -546px -364px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_blue { + background-image: url(spritesmith1.png); + background-position: -571px -379px; + width: 60px; + height: 60px; +} +.hair_base_13_brown { + background-image: url(spritesmith1.png); + background-position: -546px -455px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_brown { + background-image: url(spritesmith1.png); + background-position: -571px -470px; + width: 60px; + height: 60px; +} +.hair_base_13_candycane { + background-image: url(spritesmith1.png); + background-position: 0px -546px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_candycane { + background-image: url(spritesmith1.png); + background-position: -25px -561px; + width: 60px; + height: 60px; +} +.hair_base_13_candycorn { + background-image: url(spritesmith1.png); + background-position: -91px -546px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_candycorn { + background-image: url(spritesmith1.png); + background-position: -116px -561px; + width: 60px; + height: 60px; +} +.hair_base_13_festive { + background-image: url(spritesmith1.png); + background-position: -182px -546px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_festive { + background-image: url(spritesmith1.png); + background-position: -207px -561px; + width: 60px; + height: 60px; +} +.hair_base_13_frost { + background-image: url(spritesmith1.png); + background-position: -273px -546px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_frost { + background-image: url(spritesmith1.png); + background-position: -298px -561px; + width: 60px; + height: 60px; +} +.hair_base_13_ghostwhite { + background-image: url(spritesmith1.png); + background-position: -364px -546px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_ghostwhite { + background-image: url(spritesmith1.png); + background-position: -389px -561px; + width: 60px; + height: 60px; +} +.hair_base_13_green { + background-image: url(spritesmith1.png); + background-position: -455px -546px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_green { + background-image: url(spritesmith1.png); + background-position: -480px -561px; + width: 60px; + height: 60px; +} +.hair_base_13_halloween { + background-image: url(spritesmith1.png); + background-position: -546px -546px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_halloween { + background-image: url(spritesmith1.png); + background-position: -571px -561px; + width: 60px; + height: 60px; +} +.hair_base_13_holly { + background-image: url(spritesmith1.png); + background-position: -637px 0px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_holly { + background-image: url(spritesmith1.png); + background-position: -662px -15px; + width: 60px; + height: 60px; +} +.hair_base_13_hollygreen { + background-image: url(spritesmith1.png); + background-position: -637px -91px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_hollygreen { + background-image: url(spritesmith1.png); + background-position: -662px -106px; + width: 60px; + height: 60px; +} +.hair_base_13_midnight { + background-image: url(spritesmith1.png); + background-position: -637px -182px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_midnight { + background-image: url(spritesmith1.png); + background-position: -662px -197px; + width: 60px; + height: 60px; +} +.hair_base_13_pblue { + background-image: url(spritesmith1.png); + background-position: -637px -273px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_pblue { + background-image: url(spritesmith1.png); + background-position: -662px -288px; + width: 60px; + height: 60px; +} +.hair_base_13_peppermint { + background-image: url(spritesmith1.png); + background-position: -637px -364px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_peppermint { + background-image: url(spritesmith1.png); + background-position: -662px -379px; + width: 60px; + height: 60px; +} +.hair_base_13_pgreen { + background-image: url(spritesmith1.png); + background-position: -637px -455px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_pgreen { + background-image: url(spritesmith1.png); + background-position: -662px -470px; + width: 60px; + height: 60px; +} +.hair_base_13_porange { + background-image: url(spritesmith1.png); + background-position: -637px -546px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_porange { + background-image: url(spritesmith1.png); + background-position: -662px -561px; + width: 60px; + height: 60px; +} +.hair_base_13_ppink { + background-image: url(spritesmith1.png); + background-position: 0px -637px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_ppink { + background-image: url(spritesmith1.png); + background-position: -25px -652px; + width: 60px; + height: 60px; +} +.hair_base_13_ppurple { + background-image: url(spritesmith1.png); + background-position: -91px -637px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_ppurple { + background-image: url(spritesmith1.png); + background-position: -116px -652px; + width: 60px; + height: 60px; +} +.hair_base_13_pumpkin { + background-image: url(spritesmith1.png); + background-position: -182px -637px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_pumpkin { + background-image: url(spritesmith1.png); + background-position: -207px -652px; + width: 60px; + height: 60px; +} +.hair_base_13_purple { + background-image: url(spritesmith1.png); + background-position: -273px -637px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_purple { + background-image: url(spritesmith1.png); + background-position: -298px -652px; + width: 60px; + height: 60px; +} +.hair_base_13_pyellow { + background-image: url(spritesmith1.png); + background-position: -364px -637px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_pyellow { + background-image: url(spritesmith1.png); + background-position: -389px -652px; + width: 60px; + height: 60px; +} +.hair_base_13_rainbow { + background-image: url(spritesmith1.png); + background-position: -455px -637px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_rainbow { + background-image: url(spritesmith1.png); + background-position: -480px -652px; + width: 60px; + height: 60px; +} +.hair_base_13_red { + background-image: url(spritesmith1.png); + background-position: -546px -637px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_red { + background-image: url(spritesmith1.png); + background-position: -571px -652px; + width: 60px; + height: 60px; +} +.hair_base_13_snowy { + background-image: url(spritesmith1.png); + background-position: -637px -637px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_snowy { + background-image: url(spritesmith1.png); + background-position: -662px -652px; + width: 60px; + height: 60px; +} +.hair_base_13_white { + background-image: url(spritesmith1.png); + background-position: -728px 0px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_white { + background-image: url(spritesmith1.png); + background-position: -753px -15px; + width: 60px; + height: 60px; +} +.hair_base_13_winternight { + background-image: url(spritesmith1.png); + background-position: -728px -91px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_winternight { + background-image: url(spritesmith1.png); + background-position: -753px -106px; + width: 60px; + height: 60px; +} +.hair_base_13_winterstar { + background-image: url(spritesmith1.png); + background-position: -728px -182px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_winterstar { + background-image: url(spritesmith1.png); + background-position: -753px -197px; + width: 60px; + height: 60px; +} +.hair_base_13_yellow { + background-image: url(spritesmith1.png); + background-position: -728px -273px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_yellow { + background-image: url(spritesmith1.png); + background-position: -753px -288px; + width: 60px; + height: 60px; +} +.hair_base_13_zombie { + background-image: url(spritesmith1.png); + background-position: -728px -364px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_zombie { + background-image: url(spritesmith1.png); + background-position: -753px -379px; + width: 60px; + height: 60px; +} +.hair_base_14_TRUred { + background-image: url(spritesmith1.png); + background-position: -728px -455px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_TRUred { + background-image: url(spritesmith1.png); + background-position: -753px -470px; + width: 60px; + height: 60px; +} +.hair_base_14_aurora { + background-image: url(spritesmith1.png); + background-position: -728px -546px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_aurora { + background-image: url(spritesmith1.png); + background-position: -753px -561px; + width: 60px; + height: 60px; +} +.hair_base_14_black { + background-image: url(spritesmith1.png); + background-position: -728px -637px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_black { + background-image: url(spritesmith1.png); + background-position: -753px -652px; + width: 60px; + height: 60px; +} +.hair_base_14_blond { + background-image: url(spritesmith1.png); + background-position: 0px -728px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_blond { + background-image: url(spritesmith1.png); + background-position: -25px -743px; + width: 60px; + height: 60px; +} +.hair_base_14_blue { + background-image: url(spritesmith1.png); + background-position: -91px -728px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_blue { + background-image: url(spritesmith1.png); + background-position: -116px -743px; + width: 60px; + height: 60px; +} +.hair_base_14_brown { + background-image: url(spritesmith1.png); + background-position: -182px -728px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_brown { + background-image: url(spritesmith1.png); + background-position: -207px -743px; + width: 60px; + height: 60px; +} +.hair_base_14_candycane { + background-image: url(spritesmith1.png); + background-position: -273px -728px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_candycane { + background-image: url(spritesmith1.png); + background-position: -298px -743px; + width: 60px; + height: 60px; +} +.hair_base_14_candycorn { + background-image: url(spritesmith1.png); + background-position: -364px -728px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_candycorn { + background-image: url(spritesmith1.png); + background-position: -389px -743px; + width: 60px; + height: 60px; +} +.hair_base_14_festive { + background-image: url(spritesmith1.png); + background-position: -455px -728px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_festive { + background-image: url(spritesmith1.png); + background-position: -480px -743px; + width: 60px; + height: 60px; +} +.hair_base_14_frost { + background-image: url(spritesmith1.png); + background-position: -546px -728px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_frost { + background-image: url(spritesmith1.png); + background-position: -571px -743px; + width: 60px; + height: 60px; +} +.hair_base_14_ghostwhite { + background-image: url(spritesmith1.png); + background-position: -637px -728px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_ghostwhite { + background-image: url(spritesmith1.png); + background-position: -662px -743px; + width: 60px; + height: 60px; +} +.hair_base_14_green { + background-image: url(spritesmith1.png); + background-position: -728px -728px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_green { + background-image: url(spritesmith1.png); + background-position: -753px -743px; + width: 60px; + height: 60px; +} +.hair_base_14_halloween { + background-image: url(spritesmith1.png); + background-position: -819px 0px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_halloween { + background-image: url(spritesmith1.png); + background-position: -844px -15px; + width: 60px; + height: 60px; +} +.hair_base_14_holly { + background-image: url(spritesmith1.png); + background-position: -819px -91px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_holly { + background-image: url(spritesmith1.png); + background-position: -844px -106px; + width: 60px; + height: 60px; +} +.hair_base_14_hollygreen { + background-image: url(spritesmith1.png); + background-position: -819px -182px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_hollygreen { + background-image: url(spritesmith1.png); + background-position: -844px -197px; + width: 60px; + height: 60px; +} +.hair_base_14_midnight { + background-image: url(spritesmith1.png); + background-position: -819px -273px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_midnight { + background-image: url(spritesmith1.png); + background-position: -844px -288px; + width: 60px; + height: 60px; +} +.hair_base_14_pblue { + background-image: url(spritesmith1.png); + background-position: -819px -364px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_pblue { + background-image: url(spritesmith1.png); + background-position: -844px -379px; + width: 60px; + height: 60px; +} +.hair_base_14_peppermint { + background-image: url(spritesmith1.png); + background-position: -819px -455px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_peppermint { + background-image: url(spritesmith1.png); + background-position: -844px -470px; + width: 60px; + height: 60px; +} +.hair_base_14_pgreen { + background-image: url(spritesmith1.png); + background-position: -819px -546px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_pgreen { + background-image: url(spritesmith1.png); + background-position: -844px -561px; + width: 60px; + height: 60px; +} +.hair_base_14_porange { + background-image: url(spritesmith1.png); + background-position: -819px -637px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_porange { + background-image: url(spritesmith1.png); + background-position: -844px -652px; + width: 60px; + height: 60px; +} +.hair_base_14_ppink { + background-image: url(spritesmith1.png); + background-position: -819px -728px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_ppink { + background-image: url(spritesmith1.png); + background-position: -844px -743px; + width: 60px; + height: 60px; +} +.hair_base_14_ppurple { + background-image: url(spritesmith1.png); + background-position: 0px -819px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_ppurple { + background-image: url(spritesmith1.png); + background-position: -25px -834px; + width: 60px; + height: 60px; +} +.hair_base_14_pumpkin { + background-image: url(spritesmith1.png); + background-position: -91px -819px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_pumpkin { + background-image: url(spritesmith1.png); + background-position: -116px -834px; + width: 60px; + height: 60px; +} +.hair_base_14_purple { + background-image: url(spritesmith1.png); + background-position: -182px -819px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_purple { + background-image: url(spritesmith1.png); + background-position: -207px -834px; + width: 60px; + height: 60px; +} +.hair_base_14_pyellow { + background-image: url(spritesmith1.png); + background-position: -273px -819px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_pyellow { + background-image: url(spritesmith1.png); + background-position: -298px -834px; + width: 60px; + height: 60px; +} +.hair_base_14_rainbow { + background-image: url(spritesmith1.png); + background-position: -364px -819px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_rainbow { + background-image: url(spritesmith1.png); + background-position: -389px -834px; + width: 60px; + height: 60px; +} +.hair_base_14_red { + background-image: url(spritesmith1.png); + background-position: -455px -819px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_red { + background-image: url(spritesmith1.png); + background-position: -480px -834px; + width: 60px; + height: 60px; +} +.hair_base_14_snowy { + background-image: url(spritesmith1.png); + background-position: -546px -819px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_snowy { + background-image: url(spritesmith1.png); + background-position: -571px -834px; + width: 60px; + height: 60px; +} +.hair_base_14_white { + background-image: url(spritesmith1.png); + background-position: -637px -819px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_white { + background-image: url(spritesmith1.png); + background-position: -662px -834px; + width: 60px; + height: 60px; +} +.hair_base_14_winternight { + background-image: url(spritesmith1.png); + background-position: -728px -819px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_winternight { + background-image: url(spritesmith1.png); + background-position: -753px -834px; + width: 60px; + height: 60px; +} +.hair_base_14_winterstar { + background-image: url(spritesmith1.png); + background-position: -819px -819px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_winterstar { + background-image: url(spritesmith1.png); + background-position: -844px -834px; + width: 60px; + height: 60px; +} +.hair_base_14_yellow { + background-image: url(spritesmith1.png); + background-position: -910px 0px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_yellow { + background-image: url(spritesmith1.png); + background-position: -935px -15px; + width: 60px; + height: 60px; +} +.hair_base_14_zombie { + background-image: url(spritesmith1.png); + background-position: -910px -91px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_zombie { + background-image: url(spritesmith1.png); + background-position: -935px -106px; + width: 60px; + height: 60px; +} +.hair_base_1_TRUred { + background-image: url(spritesmith1.png); + background-position: -910px -182px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_TRUred { + background-image: url(spritesmith1.png); + background-position: -935px -197px; + width: 60px; + height: 60px; +} +.hair_base_1_aurora { + background-image: url(spritesmith1.png); + background-position: -910px -273px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_aurora { + background-image: url(spritesmith1.png); + background-position: -935px -288px; + width: 60px; + height: 60px; +} +.hair_base_1_black { + background-image: url(spritesmith1.png); + background-position: -910px -364px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_black { + background-image: url(spritesmith1.png); + background-position: -935px -379px; + width: 60px; + height: 60px; +} +.hair_base_1_blond { + background-image: url(spritesmith1.png); + background-position: -910px -455px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_blond { + background-image: url(spritesmith1.png); + background-position: -935px -470px; + width: 60px; + height: 60px; +} +.hair_base_1_blue { + background-image: url(spritesmith1.png); + background-position: -910px -546px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_blue { + background-image: url(spritesmith1.png); + background-position: -935px -561px; + width: 60px; + height: 60px; +} +.hair_base_1_brown { + background-image: url(spritesmith1.png); + background-position: -910px -637px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_brown { + background-image: url(spritesmith1.png); + background-position: -935px -652px; + width: 60px; + height: 60px; +} +.hair_base_1_candycane { + background-image: url(spritesmith1.png); + background-position: -910px -728px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_candycane { + background-image: url(spritesmith1.png); + background-position: -935px -743px; + width: 60px; + height: 60px; +} +.hair_base_1_candycorn { + background-image: url(spritesmith1.png); + background-position: -910px -819px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_candycorn { + background-image: url(spritesmith1.png); + background-position: -935px -834px; + width: 60px; + height: 60px; +} +.hair_base_1_festive { + background-image: url(spritesmith1.png); + background-position: 0px -910px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_festive { + background-image: url(spritesmith1.png); + background-position: -25px -925px; + width: 60px; + height: 60px; +} +.hair_base_1_frost { + background-image: url(spritesmith1.png); + background-position: -91px -910px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_frost { + background-image: url(spritesmith1.png); + background-position: -116px -925px; + width: 60px; + height: 60px; +} +.hair_base_1_ghostwhite { + background-image: url(spritesmith1.png); + background-position: -182px -910px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_ghostwhite { + background-image: url(spritesmith1.png); + background-position: -207px -925px; + width: 60px; + height: 60px; +} +.hair_base_1_green { + background-image: url(spritesmith1.png); + background-position: -273px -910px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_green { + background-image: url(spritesmith1.png); + background-position: -298px -925px; + width: 60px; + height: 60px; +} +.hair_base_1_halloween { + background-image: url(spritesmith1.png); + background-position: -364px -910px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_halloween { + background-image: url(spritesmith1.png); + background-position: -389px -925px; + width: 60px; + height: 60px; +} +.hair_base_1_holly { + background-image: url(spritesmith1.png); + background-position: -455px -910px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_holly { + background-image: url(spritesmith1.png); + background-position: -480px -925px; + width: 60px; + height: 60px; +} +.hair_base_1_hollygreen { + background-image: url(spritesmith1.png); + background-position: -546px -910px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_hollygreen { + background-image: url(spritesmith1.png); + background-position: -571px -925px; + width: 60px; + height: 60px; +} +.hair_base_1_midnight { + background-image: url(spritesmith1.png); + background-position: -637px -910px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_midnight { + background-image: url(spritesmith1.png); + background-position: -662px -925px; + width: 60px; + height: 60px; +} +.hair_base_1_pblue { + background-image: url(spritesmith1.png); + background-position: -728px -910px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_pblue { + background-image: url(spritesmith1.png); + background-position: -753px -925px; + width: 60px; + height: 60px; +} +.hair_base_1_peppermint { + background-image: url(spritesmith1.png); + background-position: -819px -910px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_peppermint { + background-image: url(spritesmith1.png); + background-position: -844px -925px; + width: 60px; + height: 60px; +} +.hair_base_1_pgreen { + background-image: url(spritesmith1.png); + background-position: -910px -910px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_pgreen { + background-image: url(spritesmith1.png); + background-position: -935px -925px; + width: 60px; + height: 60px; +} +.hair_base_1_porange { + background-image: url(spritesmith1.png); + background-position: -1001px 0px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_porange { + background-image: url(spritesmith1.png); + background-position: -1026px -15px; + width: 60px; + height: 60px; +} +.hair_base_1_ppink { + background-image: url(spritesmith1.png); + background-position: -1001px -91px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_ppink { + background-image: url(spritesmith1.png); + background-position: -1026px -106px; + width: 60px; + height: 60px; +} +.hair_base_1_ppurple { + background-image: url(spritesmith1.png); + background-position: -1001px -182px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_ppurple { + background-image: url(spritesmith1.png); + background-position: -1026px -197px; + width: 60px; + height: 60px; +} +.hair_base_1_pumpkin { + background-image: url(spritesmith1.png); + background-position: -1001px -273px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_pumpkin { + background-image: url(spritesmith1.png); + background-position: -1026px -288px; + width: 60px; + height: 60px; +} +.hair_base_1_purple { + background-image: url(spritesmith1.png); + background-position: -1001px -364px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_purple { + background-image: url(spritesmith1.png); + background-position: -1026px -379px; + width: 60px; + height: 60px; +} +.hair_base_1_pyellow { + background-image: url(spritesmith1.png); + background-position: -1001px -455px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_pyellow { + background-image: url(spritesmith1.png); + background-position: -1026px -470px; + width: 60px; + height: 60px; +} +.hair_base_1_rainbow { + background-image: url(spritesmith1.png); + background-position: -1001px -546px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_rainbow { + background-image: url(spritesmith1.png); + background-position: -1026px -561px; + width: 60px; + height: 60px; +} +.hair_base_1_red { + background-image: url(spritesmith1.png); + background-position: -1001px -637px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_red { + background-image: url(spritesmith1.png); + background-position: -1026px -652px; + width: 60px; + height: 60px; +} +.hair_base_1_snowy { + background-image: url(spritesmith1.png); + background-position: -1001px -728px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_snowy { + background-image: url(spritesmith1.png); + background-position: -1026px -743px; + width: 60px; + height: 60px; +} +.hair_base_1_white { + background-image: url(spritesmith1.png); + background-position: -1001px -819px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_white { + background-image: url(spritesmith1.png); + background-position: -1026px -834px; + width: 60px; + height: 60px; +} +.hair_base_1_winternight { + background-image: url(spritesmith1.png); + background-position: -1001px -910px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_winternight { + background-image: url(spritesmith1.png); + background-position: -1026px -925px; + width: 60px; + height: 60px; +} +.hair_base_1_winterstar { + background-image: url(spritesmith1.png); + background-position: 0px -1001px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_winterstar { + background-image: url(spritesmith1.png); + background-position: -25px -1016px; + width: 60px; + height: 60px; +} +.hair_base_1_yellow { + background-image: url(spritesmith1.png); + background-position: -91px -1001px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_yellow { + background-image: url(spritesmith1.png); + background-position: -116px -1016px; + width: 60px; + height: 60px; +} +.hair_base_1_zombie { + background-image: url(spritesmith1.png); + background-position: -182px -1001px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_zombie { + background-image: url(spritesmith1.png); + background-position: -207px -1016px; + width: 60px; + height: 60px; +} +.hair_base_2_TRUred { + background-image: url(spritesmith1.png); + background-position: -273px -1001px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_2_TRUred { + background-image: url(spritesmith1.png); + background-position: -298px -1016px; + width: 60px; + height: 60px; +} +.hair_base_2_aurora { + background-image: url(spritesmith1.png); + background-position: -364px -1001px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_2_aurora { + background-image: url(spritesmith1.png); + background-position: -389px -1016px; + width: 60px; + height: 60px; +} +.hair_base_2_black { + background-image: url(spritesmith1.png); + background-position: -455px -1001px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_2_black { + background-image: url(spritesmith1.png); + background-position: -480px -1016px; + width: 60px; + height: 60px; +} +.hair_base_2_blond { + background-image: url(spritesmith1.png); + background-position: -546px -1001px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_2_blond { + background-image: url(spritesmith1.png); + background-position: -571px -1016px; + width: 60px; + height: 60px; +} +.hair_base_2_blue { + background-image: url(spritesmith1.png); + background-position: -637px -1001px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_2_blue { + background-image: url(spritesmith1.png); + background-position: -662px -1016px; + width: 60px; + height: 60px; +} +.hair_base_2_brown { + background-image: url(spritesmith1.png); + background-position: -728px -1001px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_2_brown { + background-image: url(spritesmith1.png); + background-position: -753px -1016px; + width: 60px; + height: 60px; +} +.hair_base_2_candycane { + background-image: url(spritesmith1.png); + background-position: -819px -1001px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_2_candycane { + background-image: url(spritesmith1.png); + background-position: -844px -1016px; + width: 60px; + height: 60px; +} +.hair_base_2_candycorn { + background-image: url(spritesmith1.png); + background-position: -910px -1001px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_2_candycorn { + background-image: url(spritesmith1.png); + background-position: -935px -1016px; + width: 60px; + height: 60px; +} +.hair_base_2_festive { + background-image: url(spritesmith1.png); + background-position: -1001px -1001px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_2_festive { + background-image: url(spritesmith1.png); + background-position: -1026px -1016px; + width: 60px; + height: 60px; +} +.hair_base_2_frost { + background-image: url(spritesmith1.png); + background-position: -1092px 0px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_2_frost { + background-image: url(spritesmith1.png); + background-position: -1117px -15px; + width: 60px; + height: 60px; +} +.hair_base_2_ghostwhite { + background-image: url(spritesmith1.png); + background-position: -1092px -91px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_2_ghostwhite { + background-image: url(spritesmith1.png); + background-position: -1117px -106px; + width: 60px; + height: 60px; +} +.hair_base_2_green { + background-image: url(spritesmith1.png); + background-position: -1092px -182px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_2_green { + background-image: url(spritesmith1.png); + background-position: -1117px -197px; + width: 60px; + height: 60px; +} +.hair_base_2_halloween { + background-image: url(spritesmith1.png); + background-position: -1092px -273px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_2_halloween { + background-image: url(spritesmith1.png); + background-position: -1117px -288px; + width: 60px; + height: 60px; +} +.hair_base_2_holly { + background-image: url(spritesmith1.png); + background-position: -1092px -364px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_2_holly { + background-image: url(spritesmith1.png); + background-position: -1117px -379px; + width: 60px; + height: 60px; +} +.hair_base_2_hollygreen { + background-image: url(spritesmith1.png); + background-position: -1092px -455px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_2_hollygreen { + background-image: url(spritesmith1.png); + background-position: -1117px -470px; + width: 60px; + height: 60px; +} +.hair_base_2_midnight { + background-image: url(spritesmith1.png); + background-position: -1092px -546px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_2_midnight { + background-image: url(spritesmith1.png); + background-position: -1117px -561px; + width: 60px; + height: 60px; +} +.hair_base_2_pblue { + background-image: url(spritesmith1.png); + background-position: -1092px -637px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_2_pblue { + background-image: url(spritesmith1.png); + background-position: -1117px -652px; + width: 60px; + height: 60px; +} +.hair_base_2_peppermint { + background-image: url(spritesmith1.png); + background-position: -1092px -728px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_2_peppermint { + background-image: url(spritesmith1.png); + background-position: -1117px -743px; + width: 60px; + height: 60px; +} +.hair_base_2_pgreen { + background-image: url(spritesmith1.png); + background-position: -1092px -819px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_2_pgreen { + background-image: url(spritesmith1.png); + background-position: -1117px -834px; + width: 60px; + height: 60px; +} +.hair_base_2_porange { + background-image: url(spritesmith1.png); + background-position: -1092px -910px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_2_porange { + background-image: url(spritesmith1.png); + background-position: -1117px -925px; + width: 60px; + height: 60px; +} +.hair_base_2_ppink { + background-image: url(spritesmith1.png); + background-position: -1092px -1001px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_2_ppink { + background-image: url(spritesmith1.png); + background-position: -1117px -1016px; + width: 60px; + height: 60px; +} +.hair_base_2_ppurple { + background-image: url(spritesmith1.png); + background-position: 0px -1092px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_2_ppurple { + background-image: url(spritesmith1.png); + background-position: -25px -1107px; + width: 60px; + height: 60px; +} +.hair_base_2_pumpkin { + background-image: url(spritesmith1.png); + background-position: -91px -1092px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_2_pumpkin { + background-image: url(spritesmith1.png); + background-position: -116px -1107px; + width: 60px; + height: 60px; +} +.hair_base_2_purple { + background-image: url(spritesmith1.png); + background-position: -182px -1092px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_2_purple { + background-image: url(spritesmith1.png); + background-position: -207px -1107px; + width: 60px; + height: 60px; +} +.hair_base_2_pyellow { + background-image: url(spritesmith1.png); + background-position: -273px -1092px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_2_pyellow { + background-image: url(spritesmith1.png); + background-position: -298px -1107px; + width: 60px; + height: 60px; +} +.hair_base_2_rainbow { + background-image: url(spritesmith1.png); + background-position: -364px -1092px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_2_rainbow { + background-image: url(spritesmith1.png); + background-position: -389px -1107px; + width: 60px; + height: 60px; +} +.hair_base_2_red { + background-image: url(spritesmith1.png); + background-position: -455px -1092px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_2_red { + background-image: url(spritesmith1.png); + background-position: -480px -1107px; + width: 60px; + height: 60px; +} +.hair_base_2_snowy { + background-image: url(spritesmith1.png); + background-position: -546px -1092px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_2_snowy { + background-image: url(spritesmith1.png); + background-position: -571px -1107px; + width: 60px; + height: 60px; +} +.hair_base_2_white { + background-image: url(spritesmith1.png); + background-position: -637px -1092px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_2_white { + background-image: url(spritesmith1.png); + background-position: -662px -1107px; + width: 60px; + height: 60px; +} +.hair_base_2_winternight { + background-image: url(spritesmith1.png); + background-position: -728px -1092px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_2_winternight { + background-image: url(spritesmith1.png); + background-position: -753px -1107px; + width: 60px; + height: 60px; +} +.hair_base_2_winterstar { + background-image: url(spritesmith1.png); + background-position: -819px -1092px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_2_winterstar { + background-image: url(spritesmith1.png); + background-position: -844px -1107px; + width: 60px; + height: 60px; +} +.hair_base_2_yellow { + background-image: url(spritesmith1.png); + background-position: -910px -1092px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_2_yellow { + background-image: url(spritesmith1.png); + background-position: -935px -1107px; + width: 60px; + height: 60px; +} +.hair_base_2_zombie { + background-image: url(spritesmith1.png); + background-position: -1001px -1092px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_2_zombie { + background-image: url(spritesmith1.png); + background-position: -1026px -1107px; + width: 60px; + height: 60px; +} +.hair_base_3_TRUred { + background-image: url(spritesmith1.png); + background-position: -1092px -1092px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_3_TRUred { + background-image: url(spritesmith1.png); + background-position: -1117px -1107px; + width: 60px; + height: 60px; +} +.hair_base_3_aurora { + background-image: url(spritesmith1.png); + background-position: -1183px 0px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_3_aurora { + background-image: url(spritesmith1.png); + background-position: -1208px -15px; + width: 60px; + height: 60px; +} +.hair_base_3_black { + background-image: url(spritesmith1.png); + background-position: -1183px -91px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_3_black { + background-image: url(spritesmith1.png); + background-position: -1208px -106px; + width: 60px; + height: 60px; +} +.hair_base_3_blond { + background-image: url(spritesmith1.png); + background-position: -1183px -182px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_3_blond { + background-image: url(spritesmith1.png); + background-position: -1208px -197px; + width: 60px; + height: 60px; +} +.hair_base_3_blue { + background-image: url(spritesmith1.png); + background-position: -1183px -273px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_3_blue { + background-image: url(spritesmith1.png); + background-position: -1208px -288px; + width: 60px; + height: 60px; +} +.hair_base_3_brown { + background-image: url(spritesmith1.png); + background-position: -1183px -364px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_3_brown { + background-image: url(spritesmith1.png); + background-position: -1208px -379px; + width: 60px; + height: 60px; +} +.hair_base_3_candycane { + background-image: url(spritesmith1.png); + background-position: -1183px -455px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_3_candycane { + background-image: url(spritesmith1.png); + background-position: -1208px -470px; + width: 60px; + height: 60px; +} +.hair_base_3_candycorn { + background-image: url(spritesmith1.png); + background-position: -1183px -546px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_3_candycorn { + background-image: url(spritesmith1.png); + background-position: -1208px -561px; + width: 60px; + height: 60px; +} +.hair_base_3_festive { + background-image: url(spritesmith1.png); + background-position: -1183px -637px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_3_festive { + background-image: url(spritesmith1.png); + background-position: -1208px -652px; + width: 60px; + height: 60px; +} +.hair_base_3_frost { + background-image: url(spritesmith1.png); + background-position: -1183px -728px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_3_frost { + background-image: url(spritesmith1.png); + background-position: -1208px -743px; + width: 60px; + height: 60px; +} +.hair_base_3_ghostwhite { + background-image: url(spritesmith1.png); + background-position: -1183px -819px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_3_ghostwhite { + background-image: url(spritesmith1.png); + background-position: -1208px -834px; + width: 60px; + height: 60px; +} +.hair_base_3_green { + background-image: url(spritesmith1.png); + background-position: -1183px -910px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_3_green { + background-image: url(spritesmith1.png); + background-position: -1208px -925px; + width: 60px; + height: 60px; +} +.hair_base_3_halloween { + background-image: url(spritesmith1.png); + background-position: -1183px -1001px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_3_halloween { + background-image: url(spritesmith1.png); + background-position: -1208px -1016px; + width: 60px; + height: 60px; +} +.hair_base_3_holly { + background-image: url(spritesmith1.png); + background-position: -1183px -1092px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_3_holly { + background-image: url(spritesmith1.png); + background-position: -1208px -1107px; + width: 60px; + height: 60px; +} +.hair_base_3_hollygreen { + background-image: url(spritesmith1.png); + background-position: 0px -1183px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_3_hollygreen { + background-image: url(spritesmith1.png); + background-position: -25px -1198px; + width: 60px; + height: 60px; +} +.hair_base_3_midnight { + background-image: url(spritesmith1.png); + background-position: -91px -1183px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_3_midnight { + background-image: url(spritesmith1.png); + background-position: -116px -1198px; + width: 60px; + height: 60px; +} +.hair_base_3_pblue { + background-image: url(spritesmith1.png); + background-position: -182px -1183px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_3_pblue { + background-image: url(spritesmith1.png); + background-position: -207px -1198px; + width: 60px; + height: 60px; +} +.hair_base_3_peppermint { + background-image: url(spritesmith1.png); + background-position: -273px -1183px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_3_peppermint { + background-image: url(spritesmith1.png); + background-position: -298px -1198px; + width: 60px; + height: 60px; +} +.hair_base_3_pgreen { + background-image: url(spritesmith1.png); + background-position: -364px -1183px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_3_pgreen { + background-image: url(spritesmith1.png); + background-position: -389px -1198px; + width: 60px; + height: 60px; +} +.hair_base_3_porange { + background-image: url(spritesmith1.png); + background-position: -455px -1183px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_3_porange { + background-image: url(spritesmith1.png); + background-position: -480px -1198px; + width: 60px; + height: 60px; +} +.hair_base_3_ppink { + background-image: url(spritesmith1.png); + background-position: -546px -1183px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_3_ppink { + background-image: url(spritesmith1.png); + background-position: -571px -1198px; + width: 60px; + height: 60px; +} +.hair_base_3_ppurple { + background-image: url(spritesmith1.png); + background-position: -637px -1183px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_3_ppurple { + background-image: url(spritesmith1.png); + background-position: -662px -1198px; + width: 60px; + height: 60px; +} .hair_base_3_pumpkin { background-image: url(spritesmith1.png); - background-position: -1274px -182px; + background-position: -728px -1183px; width: 90px; height: 90px; } .customize-option.hair_base_3_pumpkin { background-image: url(spritesmith1.png); - background-position: -1299px -197px; + background-position: -753px -1198px; width: 60px; height: 60px; } .hair_base_3_purple { background-image: url(spritesmith1.png); - background-position: -1274px -273px; + background-position: -819px -1183px; width: 90px; height: 90px; } .customize-option.hair_base_3_purple { background-image: url(spritesmith1.png); - background-position: -1299px -288px; + background-position: -844px -1198px; width: 60px; height: 60px; } .hair_base_3_pyellow { background-image: url(spritesmith1.png); - background-position: -1274px -364px; + background-position: -910px -1183px; width: 90px; height: 90px; } .customize-option.hair_base_3_pyellow { background-image: url(spritesmith1.png); - background-position: -1299px -379px; + background-position: -935px -1198px; width: 60px; height: 60px; } .hair_base_3_rainbow { background-image: url(spritesmith1.png); - background-position: -1274px -455px; + background-position: -1001px -1183px; width: 90px; height: 90px; } .customize-option.hair_base_3_rainbow { background-image: url(spritesmith1.png); - background-position: -1299px -470px; + background-position: -1026px -1198px; width: 60px; height: 60px; } .hair_base_3_red { background-image: url(spritesmith1.png); - background-position: -1274px -546px; + background-position: -1092px -1183px; width: 90px; height: 90px; } .customize-option.hair_base_3_red { background-image: url(spritesmith1.png); - background-position: -1299px -561px; + background-position: -1117px -1198px; width: 60px; height: 60px; } .hair_base_3_snowy { background-image: url(spritesmith1.png); - background-position: -1274px -637px; + background-position: -1183px -1183px; width: 90px; height: 90px; } .customize-option.hair_base_3_snowy { background-image: url(spritesmith1.png); - background-position: -1299px -652px; + background-position: -1208px -1198px; width: 60px; height: 60px; } .hair_base_3_white { background-image: url(spritesmith1.png); - background-position: -1274px -728px; + background-position: -1274px 0px; width: 90px; height: 90px; } .customize-option.hair_base_3_white { background-image: url(spritesmith1.png); - background-position: -1299px -743px; + background-position: -1299px -15px; width: 60px; height: 60px; } .hair_base_3_winternight { background-image: url(spritesmith1.png); - background-position: -1274px -819px; + background-position: 0px 0px; width: 90px; height: 90px; } .customize-option.hair_base_3_winternight { background-image: url(spritesmith1.png); - background-position: -1299px -834px; + background-position: -25px -15px; width: 60px; height: 60px; } .hair_base_3_winterstar { background-image: url(spritesmith1.png); - background-position: -1274px -910px; + background-position: -1274px -182px; width: 90px; height: 90px; } .customize-option.hair_base_3_winterstar { background-image: url(spritesmith1.png); - background-position: -1299px -925px; + background-position: -1299px -197px; width: 60px; height: 60px; } .hair_base_3_yellow { background-image: url(spritesmith1.png); - background-position: -1274px -1001px; + background-position: -1274px -273px; width: 90px; height: 90px; } .customize-option.hair_base_3_yellow { background-image: url(spritesmith1.png); - background-position: -1299px -1016px; + background-position: -1299px -288px; width: 60px; height: 60px; } .hair_base_3_zombie { background-image: url(spritesmith1.png); - background-position: -1274px -1092px; + background-position: -1274px -364px; width: 90px; height: 90px; } .customize-option.hair_base_3_zombie { background-image: url(spritesmith1.png); - background-position: -1299px -1107px; + background-position: -1299px -379px; width: 60px; height: 60px; } .hair_base_4_TRUred { background-image: url(spritesmith1.png); - background-position: -1274px -1183px; + background-position: -1274px -455px; width: 90px; height: 90px; } .customize-option.hair_base_4_TRUred { background-image: url(spritesmith1.png); - background-position: -1299px -1198px; + background-position: -1299px -470px; width: 60px; height: 60px; } .hair_base_4_aurora { background-image: url(spritesmith1.png); - background-position: 0px -1274px; + background-position: -1274px -546px; width: 90px; height: 90px; } .customize-option.hair_base_4_aurora { background-image: url(spritesmith1.png); - background-position: -25px -1289px; + background-position: -1299px -561px; width: 60px; height: 60px; } .hair_base_4_black { background-image: url(spritesmith1.png); - background-position: -91px -1274px; + background-position: -1274px -637px; width: 90px; height: 90px; } .customize-option.hair_base_4_black { background-image: url(spritesmith1.png); - background-position: -116px -1289px; + background-position: -1299px -652px; width: 60px; height: 60px; } .hair_base_4_blond { background-image: url(spritesmith1.png); - background-position: -182px -1274px; + background-position: -1274px -728px; width: 90px; height: 90px; } .customize-option.hair_base_4_blond { background-image: url(spritesmith1.png); - background-position: -207px -1289px; + background-position: -1299px -743px; width: 60px; height: 60px; } .hair_base_4_blue { background-image: url(spritesmith1.png); - background-position: -273px -1274px; + background-position: -1274px -819px; width: 90px; height: 90px; } .customize-option.hair_base_4_blue { background-image: url(spritesmith1.png); - background-position: -298px -1289px; + background-position: -1299px -834px; width: 60px; height: 60px; } .hair_base_4_brown { background-image: url(spritesmith1.png); - background-position: -364px -1274px; + background-position: -1274px -910px; width: 90px; height: 90px; } .customize-option.hair_base_4_brown { background-image: url(spritesmith1.png); - background-position: -389px -1289px; + background-position: -1299px -925px; width: 60px; height: 60px; } .hair_base_4_candycane { background-image: url(spritesmith1.png); - background-position: -455px -1274px; + background-position: -1274px -1001px; width: 90px; height: 90px; } .customize-option.hair_base_4_candycane { background-image: url(spritesmith1.png); - background-position: -480px -1289px; + background-position: -1299px -1016px; width: 60px; height: 60px; } .hair_base_4_candycorn { background-image: url(spritesmith1.png); - background-position: -546px -1274px; + background-position: -1274px -1092px; width: 90px; height: 90px; } .customize-option.hair_base_4_candycorn { background-image: url(spritesmith1.png); - background-position: -571px -1289px; + background-position: -1299px -1107px; width: 60px; height: 60px; } .hair_base_4_festive { background-image: url(spritesmith1.png); - background-position: -637px -1274px; + background-position: -1274px -1183px; width: 90px; height: 90px; } .customize-option.hair_base_4_festive { background-image: url(spritesmith1.png); - background-position: -662px -1289px; + background-position: -1299px -1198px; width: 60px; height: 60px; } .hair_base_4_frost { background-image: url(spritesmith1.png); - background-position: -728px -1274px; + background-position: 0px -1274px; width: 90px; height: 90px; } .customize-option.hair_base_4_frost { background-image: url(spritesmith1.png); - background-position: -753px -1289px; + background-position: -25px -1289px; width: 60px; height: 60px; } .hair_base_4_ghostwhite { background-image: url(spritesmith1.png); - background-position: -819px -1274px; + background-position: -91px -1274px; width: 90px; height: 90px; } .customize-option.hair_base_4_ghostwhite { background-image: url(spritesmith1.png); - background-position: -844px -1289px; + background-position: -116px -1289px; width: 60px; height: 60px; } .hair_base_4_green { background-image: url(spritesmith1.png); - background-position: -910px -1274px; + background-position: -182px -1274px; width: 90px; height: 90px; } .customize-option.hair_base_4_green { background-image: url(spritesmith1.png); - background-position: -935px -1289px; + background-position: -207px -1289px; width: 60px; height: 60px; } .hair_base_4_halloween { background-image: url(spritesmith1.png); - background-position: -1001px -1274px; + background-position: -273px -1274px; width: 90px; height: 90px; } .customize-option.hair_base_4_halloween { background-image: url(spritesmith1.png); - background-position: -1026px -1289px; + background-position: -298px -1289px; width: 60px; height: 60px; } .hair_base_4_holly { background-image: url(spritesmith1.png); - background-position: -1092px -1274px; + background-position: -364px -1274px; width: 90px; height: 90px; } .customize-option.hair_base_4_holly { background-image: url(spritesmith1.png); - background-position: -1117px -1289px; + background-position: -389px -1289px; width: 60px; height: 60px; } .hair_base_4_hollygreen { background-image: url(spritesmith1.png); - background-position: -1183px -1274px; + background-position: -455px -1274px; width: 90px; height: 90px; } .customize-option.hair_base_4_hollygreen { background-image: url(spritesmith1.png); - background-position: -1208px -1289px; + background-position: -480px -1289px; width: 60px; height: 60px; } .hair_base_4_midnight { background-image: url(spritesmith1.png); - background-position: -1274px -1274px; + background-position: -546px -1274px; width: 90px; height: 90px; } .customize-option.hair_base_4_midnight { background-image: url(spritesmith1.png); - background-position: -1299px -1289px; + background-position: -571px -1289px; width: 60px; height: 60px; } .hair_base_4_pblue { background-image: url(spritesmith1.png); - background-position: -1365px 0px; + background-position: -637px -1274px; width: 90px; height: 90px; } .customize-option.hair_base_4_pblue { background-image: url(spritesmith1.png); - background-position: -1390px -15px; + background-position: -662px -1289px; width: 60px; height: 60px; } .hair_base_4_peppermint { background-image: url(spritesmith1.png); - background-position: -1365px -91px; + background-position: -728px -1274px; width: 90px; height: 90px; } .customize-option.hair_base_4_peppermint { background-image: url(spritesmith1.png); - background-position: -1390px -106px; + background-position: -753px -1289px; width: 60px; height: 60px; } .hair_base_4_pgreen { background-image: url(spritesmith1.png); - background-position: -1365px -182px; + background-position: -819px -1274px; width: 90px; height: 90px; } .customize-option.hair_base_4_pgreen { background-image: url(spritesmith1.png); - background-position: -1390px -197px; + background-position: -844px -1289px; width: 60px; height: 60px; } .hair_base_4_porange { background-image: url(spritesmith1.png); - background-position: -1365px -273px; + background-position: -910px -1274px; width: 90px; height: 90px; } .customize-option.hair_base_4_porange { background-image: url(spritesmith1.png); - background-position: -1390px -288px; + background-position: -935px -1289px; width: 60px; height: 60px; } .hair_base_4_ppink { background-image: url(spritesmith1.png); - background-position: -1365px -364px; + background-position: -1001px -1274px; width: 90px; height: 90px; } .customize-option.hair_base_4_ppink { background-image: url(spritesmith1.png); - background-position: -1390px -379px; + background-position: -1026px -1289px; width: 60px; height: 60px; } .hair_base_4_ppurple { background-image: url(spritesmith1.png); - background-position: -1365px -455px; + background-position: -1092px -1274px; width: 90px; height: 90px; } .customize-option.hair_base_4_ppurple { background-image: url(spritesmith1.png); - background-position: -1390px -470px; + background-position: -1117px -1289px; width: 60px; height: 60px; } .hair_base_4_pumpkin { background-image: url(spritesmith1.png); - background-position: -1365px -546px; + background-position: -1183px -1274px; width: 90px; height: 90px; } .customize-option.hair_base_4_pumpkin { background-image: url(spritesmith1.png); - background-position: -1390px -561px; + background-position: -1208px -1289px; width: 60px; height: 60px; } .hair_base_4_purple { background-image: url(spritesmith1.png); - background-position: -1365px -637px; + background-position: -1274px -1274px; width: 90px; height: 90px; } .customize-option.hair_base_4_purple { background-image: url(spritesmith1.png); - background-position: -1390px -652px; + background-position: -1299px -1289px; width: 60px; height: 60px; } .hair_base_4_pyellow { background-image: url(spritesmith1.png); - background-position: -1365px -728px; + background-position: -1365px 0px; width: 90px; height: 90px; } .customize-option.hair_base_4_pyellow { background-image: url(spritesmith1.png); - background-position: -1390px -743px; + background-position: -1390px -15px; width: 60px; height: 60px; } .hair_base_4_rainbow { background-image: url(spritesmith1.png); - background-position: -1365px -819px; + background-position: -1365px -91px; width: 90px; height: 90px; } .customize-option.hair_base_4_rainbow { background-image: url(spritesmith1.png); - background-position: -1390px -834px; + background-position: -1390px -106px; width: 60px; height: 60px; } .hair_base_4_red { background-image: url(spritesmith1.png); - background-position: -1365px -910px; + background-position: -1365px -182px; width: 90px; height: 90px; } .customize-option.hair_base_4_red { background-image: url(spritesmith1.png); - background-position: -1390px -925px; + background-position: -1390px -197px; width: 60px; height: 60px; } .hair_base_4_snowy { background-image: url(spritesmith1.png); - background-position: -1365px -1001px; + background-position: -1365px -273px; width: 90px; height: 90px; } .customize-option.hair_base_4_snowy { background-image: url(spritesmith1.png); - background-position: -1390px -1016px; + background-position: -1390px -288px; width: 60px; height: 60px; } .hair_base_4_white { background-image: url(spritesmith1.png); - background-position: -1365px -1092px; + background-position: -1365px -364px; width: 90px; height: 90px; } .customize-option.hair_base_4_white { background-image: url(spritesmith1.png); - background-position: -1390px -1107px; + background-position: -1390px -379px; width: 60px; height: 60px; } .hair_base_4_winternight { background-image: url(spritesmith1.png); - background-position: -1365px -1183px; + background-position: -1365px -455px; width: 90px; height: 90px; } .customize-option.hair_base_4_winternight { background-image: url(spritesmith1.png); - background-position: -1390px -1198px; + background-position: -1390px -470px; width: 60px; height: 60px; } .hair_base_4_winterstar { background-image: url(spritesmith1.png); - background-position: -1365px -1274px; + background-position: -1365px -546px; width: 90px; height: 90px; } .customize-option.hair_base_4_winterstar { background-image: url(spritesmith1.png); - background-position: -1390px -1289px; + background-position: -1390px -561px; width: 60px; height: 60px; } .hair_base_4_yellow { background-image: url(spritesmith1.png); - background-position: 0px -1365px; + background-position: -1365px -637px; width: 90px; height: 90px; } .customize-option.hair_base_4_yellow { background-image: url(spritesmith1.png); - background-position: -25px -1380px; + background-position: -1390px -652px; width: 60px; height: 60px; } .hair_base_4_zombie { background-image: url(spritesmith1.png); - background-position: -91px -1365px; + background-position: -1365px -728px; width: 90px; height: 90px; } .customize-option.hair_base_4_zombie { background-image: url(spritesmith1.png); - background-position: -116px -1380px; + background-position: -1390px -743px; width: 60px; height: 60px; } .hair_base_5_TRUred { background-image: url(spritesmith1.png); - background-position: -182px -1365px; + background-position: -1365px -819px; width: 90px; height: 90px; } .customize-option.hair_base_5_TRUred { background-image: url(spritesmith1.png); - background-position: -207px -1380px; + background-position: -1390px -834px; width: 60px; height: 60px; } .hair_base_5_aurora { background-image: url(spritesmith1.png); - background-position: -273px -1365px; + background-position: -1365px -910px; width: 90px; height: 90px; } .customize-option.hair_base_5_aurora { background-image: url(spritesmith1.png); - background-position: -298px -1380px; + background-position: -1390px -925px; width: 60px; height: 60px; } .hair_base_5_black { background-image: url(spritesmith1.png); - background-position: -364px -1365px; + background-position: -1365px -1001px; width: 90px; height: 90px; } .customize-option.hair_base_5_black { background-image: url(spritesmith1.png); - background-position: -389px -1380px; + background-position: -1390px -1016px; width: 60px; height: 60px; } .hair_base_5_blond { background-image: url(spritesmith1.png); - background-position: -455px -1365px; + background-position: -1365px -1092px; width: 90px; height: 90px; } .customize-option.hair_base_5_blond { background-image: url(spritesmith1.png); - background-position: -480px -1380px; + background-position: -1390px -1107px; width: 60px; height: 60px; } .hair_base_5_blue { background-image: url(spritesmith1.png); - background-position: -546px -1365px; + background-position: -1365px -1183px; width: 90px; height: 90px; } .customize-option.hair_base_5_blue { background-image: url(spritesmith1.png); - background-position: -571px -1380px; + background-position: -1390px -1198px; width: 60px; height: 60px; } .hair_base_5_brown { background-image: url(spritesmith1.png); - background-position: -637px -1365px; + background-position: -1365px -1274px; width: 90px; height: 90px; } .customize-option.hair_base_5_brown { background-image: url(spritesmith1.png); - background-position: -662px -1380px; + background-position: -1390px -1289px; width: 60px; height: 60px; } .hair_base_5_candycane { background-image: url(spritesmith1.png); - background-position: -728px -1365px; + background-position: 0px -1365px; width: 90px; height: 90px; } .customize-option.hair_base_5_candycane { background-image: url(spritesmith1.png); - background-position: -753px -1380px; + background-position: -25px -1380px; width: 60px; height: 60px; } .hair_base_5_candycorn { background-image: url(spritesmith1.png); - background-position: -819px -1365px; + background-position: -91px -1365px; width: 90px; height: 90px; } .customize-option.hair_base_5_candycorn { background-image: url(spritesmith1.png); - background-position: -844px -1380px; + background-position: -116px -1380px; width: 60px; height: 60px; } .hair_base_5_festive { background-image: url(spritesmith1.png); - background-position: -910px -1365px; + background-position: -182px -1365px; width: 90px; height: 90px; } .customize-option.hair_base_5_festive { background-image: url(spritesmith1.png); - background-position: -935px -1380px; + background-position: -207px -1380px; width: 60px; height: 60px; } .hair_base_5_frost { background-image: url(spritesmith1.png); - background-position: -1001px -1365px; + background-position: -273px -1365px; width: 90px; height: 90px; } .customize-option.hair_base_5_frost { background-image: url(spritesmith1.png); - background-position: -1026px -1380px; + background-position: -298px -1380px; width: 60px; height: 60px; } .hair_base_5_ghostwhite { background-image: url(spritesmith1.png); - background-position: -1092px -1365px; + background-position: -364px -1365px; width: 90px; height: 90px; } .customize-option.hair_base_5_ghostwhite { background-image: url(spritesmith1.png); - background-position: -1117px -1380px; + background-position: -389px -1380px; width: 60px; height: 60px; } .hair_base_5_green { background-image: url(spritesmith1.png); - background-position: -1183px -1365px; + background-position: -455px -1365px; width: 90px; height: 90px; } .customize-option.hair_base_5_green { background-image: url(spritesmith1.png); - background-position: -1208px -1380px; + background-position: -480px -1380px; width: 60px; height: 60px; } .hair_base_5_halloween { background-image: url(spritesmith1.png); - background-position: -1274px -1365px; + background-position: -546px -1365px; width: 90px; height: 90px; } .customize-option.hair_base_5_halloween { background-image: url(spritesmith1.png); - background-position: -1299px -1380px; + background-position: -571px -1380px; width: 60px; height: 60px; } .hair_base_5_holly { background-image: url(spritesmith1.png); - background-position: -1365px -1365px; + background-position: -637px -1365px; width: 90px; height: 90px; } .customize-option.hair_base_5_holly { background-image: url(spritesmith1.png); - background-position: -1390px -1380px; + background-position: -662px -1380px; width: 60px; height: 60px; } .hair_base_5_hollygreen { background-image: url(spritesmith1.png); - background-position: -1456px 0px; + background-position: -728px -1365px; width: 90px; height: 90px; } .customize-option.hair_base_5_hollygreen { background-image: url(spritesmith1.png); - background-position: -1481px -15px; + background-position: -753px -1380px; width: 60px; height: 60px; } .hair_base_5_midnight { background-image: url(spritesmith1.png); - background-position: -1456px -91px; + background-position: -819px -1365px; width: 90px; height: 90px; } .customize-option.hair_base_5_midnight { background-image: url(spritesmith1.png); - background-position: -1481px -106px; + background-position: -844px -1380px; width: 60px; height: 60px; } .hair_base_5_pblue { background-image: url(spritesmith1.png); - background-position: -1456px -182px; + background-position: -910px -1365px; width: 90px; height: 90px; } .customize-option.hair_base_5_pblue { background-image: url(spritesmith1.png); - background-position: -1481px -197px; + background-position: -935px -1380px; width: 60px; height: 60px; } .hair_base_5_peppermint { background-image: url(spritesmith1.png); - background-position: -1456px -273px; + background-position: -1001px -1365px; width: 90px; height: 90px; } .customize-option.hair_base_5_peppermint { background-image: url(spritesmith1.png); - background-position: -1481px -288px; + background-position: -1026px -1380px; width: 60px; height: 60px; } .hair_base_5_pgreen { background-image: url(spritesmith1.png); - background-position: -1456px -364px; + background-position: -1092px -1365px; width: 90px; height: 90px; } .customize-option.hair_base_5_pgreen { background-image: url(spritesmith1.png); - background-position: -1481px -379px; + background-position: -1117px -1380px; width: 60px; height: 60px; } .hair_base_5_porange { background-image: url(spritesmith1.png); - background-position: -1456px -455px; + background-position: -1183px -1365px; width: 90px; height: 90px; } .customize-option.hair_base_5_porange { background-image: url(spritesmith1.png); - background-position: -1481px -470px; + background-position: -1208px -1380px; width: 60px; height: 60px; } .hair_base_5_ppink { background-image: url(spritesmith1.png); - background-position: -1456px -546px; + background-position: -1274px -1365px; width: 90px; height: 90px; } .customize-option.hair_base_5_ppink { background-image: url(spritesmith1.png); - background-position: -1481px -561px; + background-position: -1299px -1380px; width: 60px; height: 60px; } .hair_base_5_ppurple { background-image: url(spritesmith1.png); - background-position: -1456px -637px; + background-position: -1365px -1365px; width: 90px; height: 90px; } .customize-option.hair_base_5_ppurple { background-image: url(spritesmith1.png); - background-position: -1481px -652px; + background-position: -1390px -1380px; width: 60px; height: 60px; } .hair_base_5_pumpkin { background-image: url(spritesmith1.png); - background-position: -1456px -728px; + background-position: -1456px 0px; width: 90px; height: 90px; } .customize-option.hair_base_5_pumpkin { background-image: url(spritesmith1.png); - background-position: -1481px -743px; + background-position: -1481px -15px; width: 60px; height: 60px; } .hair_base_5_purple { background-image: url(spritesmith1.png); - background-position: -1456px -819px; + background-position: -1456px -91px; width: 90px; height: 90px; } .customize-option.hair_base_5_purple { background-image: url(spritesmith1.png); - background-position: -1481px -834px; + background-position: -1481px -106px; width: 60px; height: 60px; } .hair_base_5_pyellow { background-image: url(spritesmith1.png); - background-position: -1456px -910px; + background-position: -1456px -182px; width: 90px; height: 90px; } .customize-option.hair_base_5_pyellow { background-image: url(spritesmith1.png); - background-position: -1481px -925px; + background-position: -1481px -197px; width: 60px; height: 60px; } .hair_base_5_rainbow { background-image: url(spritesmith1.png); - background-position: -1456px -1001px; + background-position: -1456px -273px; width: 90px; height: 90px; } .customize-option.hair_base_5_rainbow { background-image: url(spritesmith1.png); - background-position: -1481px -1016px; + background-position: -1481px -288px; width: 60px; height: 60px; } .hair_base_5_red { background-image: url(spritesmith1.png); - background-position: -1456px -1092px; + background-position: -1456px -364px; width: 90px; height: 90px; } .customize-option.hair_base_5_red { background-image: url(spritesmith1.png); - background-position: -1481px -1107px; + background-position: -1481px -379px; width: 60px; height: 60px; } .hair_base_5_snowy { background-image: url(spritesmith1.png); - background-position: -1456px -1183px; + background-position: -1456px -455px; width: 90px; height: 90px; } .customize-option.hair_base_5_snowy { background-image: url(spritesmith1.png); - background-position: -1481px -1198px; + background-position: -1481px -470px; width: 60px; height: 60px; } .hair_base_5_white { background-image: url(spritesmith1.png); - background-position: -1456px -1274px; + background-position: -1456px -546px; width: 90px; height: 90px; } .customize-option.hair_base_5_white { background-image: url(spritesmith1.png); - background-position: -1481px -1289px; + background-position: -1481px -561px; width: 60px; height: 60px; } .hair_base_5_winternight { background-image: url(spritesmith1.png); - background-position: -1456px -1365px; + background-position: -1456px -637px; width: 90px; height: 90px; } .customize-option.hair_base_5_winternight { background-image: url(spritesmith1.png); - background-position: -1481px -1380px; + background-position: -1481px -652px; width: 60px; height: 60px; } .hair_base_5_winterstar { background-image: url(spritesmith1.png); - background-position: 0px -1456px; + background-position: -1456px -728px; width: 90px; height: 90px; } .customize-option.hair_base_5_winterstar { background-image: url(spritesmith1.png); - background-position: -25px -1471px; + background-position: -1481px -743px; width: 60px; height: 60px; } .hair_base_5_yellow { background-image: url(spritesmith1.png); - background-position: -91px -1456px; + background-position: -1456px -819px; width: 90px; height: 90px; } .customize-option.hair_base_5_yellow { background-image: url(spritesmith1.png); - background-position: -116px -1471px; + background-position: -1481px -834px; width: 60px; height: 60px; } .hair_base_5_zombie { background-image: url(spritesmith1.png); - background-position: -182px -1456px; + background-position: -1456px -910px; width: 90px; height: 90px; } .customize-option.hair_base_5_zombie { background-image: url(spritesmith1.png); - background-position: -207px -1471px; + background-position: -1481px -925px; width: 60px; height: 60px; } .hair_base_6_TRUred { background-image: url(spritesmith1.png); - background-position: -273px -1456px; + background-position: -1456px -1001px; width: 90px; height: 90px; } .customize-option.hair_base_6_TRUred { background-image: url(spritesmith1.png); - background-position: -298px -1471px; + background-position: -1481px -1016px; width: 60px; height: 60px; } .hair_base_6_aurora { background-image: url(spritesmith1.png); - background-position: -364px -1456px; + background-position: -1456px -1092px; width: 90px; height: 90px; } .customize-option.hair_base_6_aurora { background-image: url(spritesmith1.png); - background-position: -389px -1471px; + background-position: -1481px -1107px; width: 60px; height: 60px; } .hair_base_6_black { background-image: url(spritesmith1.png); - background-position: -455px -1456px; + background-position: -1456px -1183px; width: 90px; height: 90px; } .customize-option.hair_base_6_black { background-image: url(spritesmith1.png); - background-position: -480px -1471px; + background-position: -1481px -1198px; width: 60px; height: 60px; } .hair_base_6_blond { background-image: url(spritesmith1.png); - background-position: -546px -1456px; + background-position: -1456px -1274px; width: 90px; height: 90px; } .customize-option.hair_base_6_blond { background-image: url(spritesmith1.png); - background-position: -571px -1471px; + background-position: -1481px -1289px; width: 60px; height: 60px; } .hair_base_6_blue { background-image: url(spritesmith1.png); - background-position: -637px -1456px; + background-position: -1456px -1365px; width: 90px; height: 90px; } .customize-option.hair_base_6_blue { background-image: url(spritesmith1.png); - background-position: -662px -1471px; + background-position: -1481px -1380px; width: 60px; height: 60px; } .hair_base_6_brown { background-image: url(spritesmith1.png); - background-position: -728px -1456px; + background-position: 0px -1456px; width: 90px; height: 90px; } .customize-option.hair_base_6_brown { background-image: url(spritesmith1.png); - background-position: -753px -1471px; + background-position: -25px -1471px; width: 60px; height: 60px; } .hair_base_6_candycane { background-image: url(spritesmith1.png); - background-position: -819px -1456px; + background-position: -91px -1456px; width: 90px; height: 90px; } .customize-option.hair_base_6_candycane { background-image: url(spritesmith1.png); - background-position: -844px -1471px; + background-position: -116px -1471px; width: 60px; height: 60px; } .hair_base_6_candycorn { background-image: url(spritesmith1.png); - background-position: -910px -1456px; + background-position: -182px -1456px; width: 90px; height: 90px; } .customize-option.hair_base_6_candycorn { background-image: url(spritesmith1.png); - background-position: -935px -1471px; + background-position: -207px -1471px; width: 60px; height: 60px; } .hair_base_6_festive { background-image: url(spritesmith1.png); - background-position: -1001px -1456px; + background-position: -273px -1456px; width: 90px; height: 90px; } .customize-option.hair_base_6_festive { background-image: url(spritesmith1.png); - background-position: -1026px -1471px; + background-position: -298px -1471px; width: 60px; height: 60px; } .hair_base_6_frost { background-image: url(spritesmith1.png); - background-position: -1092px -1456px; + background-position: -364px -1456px; width: 90px; height: 90px; } .customize-option.hair_base_6_frost { background-image: url(spritesmith1.png); - background-position: -1117px -1471px; + background-position: -389px -1471px; width: 60px; height: 60px; } .hair_base_6_ghostwhite { background-image: url(spritesmith1.png); - background-position: -1183px -1456px; + background-position: -455px -1456px; width: 90px; height: 90px; } .customize-option.hair_base_6_ghostwhite { background-image: url(spritesmith1.png); - background-position: -1208px -1471px; + background-position: -480px -1471px; width: 60px; height: 60px; } .hair_base_6_green { background-image: url(spritesmith1.png); - background-position: -1274px -1456px; + background-position: -546px -1456px; width: 90px; height: 90px; } .customize-option.hair_base_6_green { background-image: url(spritesmith1.png); - background-position: -1299px -1471px; + background-position: -571px -1471px; width: 60px; height: 60px; } .hair_base_6_halloween { background-image: url(spritesmith1.png); - background-position: -1365px -1456px; + background-position: -637px -1456px; width: 90px; height: 90px; } .customize-option.hair_base_6_halloween { background-image: url(spritesmith1.png); - background-position: -1390px -1471px; + background-position: -662px -1471px; width: 60px; height: 60px; } .hair_base_6_holly { background-image: url(spritesmith1.png); - background-position: -1456px -1456px; + background-position: -728px -1456px; width: 90px; height: 90px; } .customize-option.hair_base_6_holly { background-image: url(spritesmith1.png); - background-position: -1481px -1471px; + background-position: -753px -1471px; width: 60px; height: 60px; } .hair_base_6_hollygreen { background-image: url(spritesmith1.png); - background-position: -1547px 0px; + background-position: -819px -1456px; width: 90px; height: 90px; } .customize-option.hair_base_6_hollygreen { background-image: url(spritesmith1.png); - background-position: -1572px -15px; + background-position: -844px -1471px; width: 60px; height: 60px; } .hair_base_6_midnight { background-image: url(spritesmith1.png); - background-position: -1547px -91px; + background-position: -910px -1456px; width: 90px; height: 90px; } .customize-option.hair_base_6_midnight { background-image: url(spritesmith1.png); - background-position: -1572px -106px; + background-position: -935px -1471px; width: 60px; height: 60px; } .hair_base_6_pblue { background-image: url(spritesmith1.png); - background-position: -1547px -182px; + background-position: -1001px -1456px; width: 90px; height: 90px; } .customize-option.hair_base_6_pblue { background-image: url(spritesmith1.png); - background-position: -1572px -197px; + background-position: -1026px -1471px; width: 60px; height: 60px; } .hair_base_6_peppermint { background-image: url(spritesmith1.png); - background-position: -1547px -273px; + background-position: -1092px -1456px; width: 90px; height: 90px; } .customize-option.hair_base_6_peppermint { background-image: url(spritesmith1.png); - background-position: -1572px -288px; + background-position: -1117px -1471px; width: 60px; height: 60px; } .hair_base_6_pgreen { background-image: url(spritesmith1.png); - background-position: -1547px -364px; + background-position: -1183px -1456px; width: 90px; height: 90px; } .customize-option.hair_base_6_pgreen { background-image: url(spritesmith1.png); - background-position: -1572px -379px; + background-position: -1208px -1471px; width: 60px; height: 60px; } .hair_base_6_porange { background-image: url(spritesmith1.png); - background-position: -1547px -455px; + background-position: -1274px -1456px; width: 90px; height: 90px; } .customize-option.hair_base_6_porange { background-image: url(spritesmith1.png); - background-position: -1572px -470px; + background-position: -1299px -1471px; width: 60px; height: 60px; } .hair_base_6_ppink { background-image: url(spritesmith1.png); - background-position: -1547px -546px; + background-position: -1365px -1456px; width: 90px; height: 90px; } .customize-option.hair_base_6_ppink { background-image: url(spritesmith1.png); - background-position: -1572px -561px; + background-position: -1390px -1471px; width: 60px; height: 60px; } .hair_base_6_ppurple { background-image: url(spritesmith1.png); - background-position: -1547px -637px; + background-position: -1456px -1456px; width: 90px; height: 90px; } .customize-option.hair_base_6_ppurple { background-image: url(spritesmith1.png); - background-position: -1572px -652px; + background-position: -1481px -1471px; width: 60px; height: 60px; } .hair_base_6_pumpkin { background-image: url(spritesmith1.png); - background-position: -1547px -728px; + background-position: -1547px 0px; width: 90px; height: 90px; } .customize-option.hair_base_6_pumpkin { background-image: url(spritesmith1.png); - background-position: -1572px -743px; + background-position: -1572px -15px; width: 60px; height: 60px; } .hair_base_6_purple { background-image: url(spritesmith1.png); - background-position: -1547px -819px; + background-position: -1547px -91px; width: 90px; height: 90px; } .customize-option.hair_base_6_purple { background-image: url(spritesmith1.png); - background-position: -1572px -834px; + background-position: -1572px -106px; width: 60px; height: 60px; } .hair_base_6_pyellow { background-image: url(spritesmith1.png); - background-position: -1547px -910px; + background-position: -1547px -182px; width: 90px; height: 90px; } .customize-option.hair_base_6_pyellow { background-image: url(spritesmith1.png); - background-position: -1572px -925px; + background-position: -1572px -197px; width: 60px; height: 60px; } .hair_base_6_rainbow { background-image: url(spritesmith1.png); - background-position: -1547px -1001px; + background-position: -1547px -273px; width: 90px; height: 90px; } .customize-option.hair_base_6_rainbow { background-image: url(spritesmith1.png); - background-position: -1572px -1016px; + background-position: -1572px -288px; width: 60px; height: 60px; } .hair_base_6_red { background-image: url(spritesmith1.png); - background-position: -1547px -1092px; + background-position: -1547px -364px; width: 90px; height: 90px; } .customize-option.hair_base_6_red { background-image: url(spritesmith1.png); - background-position: -1572px -1107px; + background-position: -1572px -379px; width: 60px; height: 60px; } .hair_base_6_snowy { background-image: url(spritesmith1.png); - background-position: -1547px -1183px; + background-position: -1547px -455px; width: 90px; height: 90px; } .customize-option.hair_base_6_snowy { background-image: url(spritesmith1.png); - background-position: -1572px -1198px; + background-position: -1572px -470px; width: 60px; height: 60px; } .hair_base_6_white { background-image: url(spritesmith1.png); - background-position: -1547px -1274px; + background-position: -1547px -546px; width: 90px; height: 90px; } .customize-option.hair_base_6_white { background-image: url(spritesmith1.png); - background-position: -1572px -1289px; + background-position: -1572px -561px; width: 60px; height: 60px; } .hair_base_6_winternight { background-image: url(spritesmith1.png); - background-position: -1547px -1365px; + background-position: -1547px -637px; width: 90px; height: 90px; } .customize-option.hair_base_6_winternight { background-image: url(spritesmith1.png); - background-position: -1572px -1380px; + background-position: -1572px -652px; width: 60px; height: 60px; } .hair_base_6_winterstar { background-image: url(spritesmith1.png); - background-position: -1547px -1456px; + background-position: -1547px -728px; width: 90px; height: 90px; } .customize-option.hair_base_6_winterstar { background-image: url(spritesmith1.png); - background-position: -1572px -1471px; + background-position: -1572px -743px; width: 60px; height: 60px; } .hair_base_6_yellow { background-image: url(spritesmith1.png); - background-position: 0px -1547px; + background-position: -1547px -819px; width: 90px; height: 90px; } .customize-option.hair_base_6_yellow { background-image: url(spritesmith1.png); - background-position: -25px -1562px; + background-position: -1572px -834px; width: 60px; height: 60px; } .hair_base_6_zombie { background-image: url(spritesmith1.png); - background-position: -91px -1547px; + background-position: -1547px -910px; width: 90px; height: 90px; } .customize-option.hair_base_6_zombie { background-image: url(spritesmith1.png); - background-position: -116px -1562px; + background-position: -1572px -925px; width: 60px; height: 60px; } .hair_base_7_TRUred { background-image: url(spritesmith1.png); - background-position: -182px -1547px; + background-position: -1547px -1001px; width: 90px; height: 90px; } .customize-option.hair_base_7_TRUred { background-image: url(spritesmith1.png); - background-position: -207px -1562px; + background-position: -1572px -1016px; width: 60px; height: 60px; } .hair_base_7_aurora { background-image: url(spritesmith1.png); - background-position: -273px -1547px; + background-position: -1547px -1092px; width: 90px; height: 90px; } .customize-option.hair_base_7_aurora { background-image: url(spritesmith1.png); - background-position: -298px -1562px; + background-position: -1572px -1107px; width: 60px; height: 60px; } .hair_base_7_black { background-image: url(spritesmith1.png); - background-position: -364px -1547px; + background-position: -1547px -1183px; width: 90px; height: 90px; } .customize-option.hair_base_7_black { background-image: url(spritesmith1.png); - background-position: -389px -1562px; + background-position: -1572px -1198px; width: 60px; height: 60px; } .hair_base_7_blond { background-image: url(spritesmith1.png); - background-position: -455px -1547px; + background-position: -1547px -1274px; width: 90px; height: 90px; } .customize-option.hair_base_7_blond { background-image: url(spritesmith1.png); - background-position: -480px -1562px; + background-position: -1572px -1289px; width: 60px; height: 60px; } .hair_base_7_blue { background-image: url(spritesmith1.png); - background-position: -546px -1547px; + background-position: -1547px -1365px; width: 90px; height: 90px; } .customize-option.hair_base_7_blue { background-image: url(spritesmith1.png); - background-position: -571px -1562px; + background-position: -1572px -1380px; width: 60px; height: 60px; } .hair_base_7_brown { background-image: url(spritesmith1.png); - background-position: -637px -1547px; + background-position: -1547px -1456px; width: 90px; height: 90px; } .customize-option.hair_base_7_brown { background-image: url(spritesmith1.png); - background-position: -662px -1562px; + background-position: -1572px -1471px; width: 60px; height: 60px; } .hair_base_7_candycane { background-image: url(spritesmith1.png); - background-position: -728px -1547px; + background-position: 0px -1547px; width: 90px; height: 90px; } .customize-option.hair_base_7_candycane { background-image: url(spritesmith1.png); - background-position: -753px -1562px; + background-position: -25px -1562px; width: 60px; height: 60px; } .hair_base_7_candycorn { background-image: url(spritesmith1.png); - background-position: -819px -1547px; + background-position: -91px -1547px; width: 90px; height: 90px; } .customize-option.hair_base_7_candycorn { background-image: url(spritesmith1.png); - background-position: -844px -1562px; + background-position: -116px -1562px; width: 60px; height: 60px; } .hair_base_7_festive { background-image: url(spritesmith1.png); - background-position: -910px -1547px; + background-position: -182px -1547px; width: 90px; height: 90px; } .customize-option.hair_base_7_festive { background-image: url(spritesmith1.png); - background-position: -935px -1562px; + background-position: -207px -1562px; width: 60px; height: 60px; } .hair_base_7_frost { background-image: url(spritesmith1.png); - background-position: -1001px -1547px; + background-position: -273px -1547px; width: 90px; height: 90px; } .customize-option.hair_base_7_frost { background-image: url(spritesmith1.png); - background-position: -1026px -1562px; + background-position: -298px -1562px; width: 60px; height: 60px; } .hair_base_7_ghostwhite { background-image: url(spritesmith1.png); - background-position: -1092px -1547px; + background-position: -364px -1547px; width: 90px; height: 90px; } .customize-option.hair_base_7_ghostwhite { background-image: url(spritesmith1.png); - background-position: -1117px -1562px; + background-position: -389px -1562px; width: 60px; height: 60px; } .hair_base_7_green { background-image: url(spritesmith1.png); - background-position: -1183px -1547px; + background-position: -455px -1547px; width: 90px; height: 90px; } .customize-option.hair_base_7_green { background-image: url(spritesmith1.png); - background-position: -1208px -1562px; + background-position: -480px -1562px; width: 60px; height: 60px; } .hair_base_7_halloween { background-image: url(spritesmith1.png); - background-position: -1274px -1547px; + background-position: -546px -1547px; width: 90px; height: 90px; } .customize-option.hair_base_7_halloween { background-image: url(spritesmith1.png); - background-position: -1299px -1562px; + background-position: -571px -1562px; width: 60px; height: 60px; } .hair_base_7_holly { background-image: url(spritesmith1.png); - background-position: -1365px -1547px; + background-position: -637px -1547px; width: 90px; height: 90px; } .customize-option.hair_base_7_holly { background-image: url(spritesmith1.png); - background-position: -1390px -1562px; + background-position: -662px -1562px; width: 60px; height: 60px; } .hair_base_7_hollygreen { background-image: url(spritesmith1.png); - background-position: -1456px -1547px; + background-position: -728px -1547px; width: 90px; height: 90px; } .customize-option.hair_base_7_hollygreen { background-image: url(spritesmith1.png); - background-position: -1481px -1562px; + background-position: -753px -1562px; width: 60px; height: 60px; } .hair_base_7_midnight { background-image: url(spritesmith1.png); - background-position: -1547px -1547px; + background-position: -819px -1547px; width: 90px; height: 90px; } .customize-option.hair_base_7_midnight { background-image: url(spritesmith1.png); - background-position: -1572px -1562px; + background-position: -844px -1562px; width: 60px; height: 60px; } .hair_base_7_pblue { background-image: url(spritesmith1.png); - background-position: -1638px 0px; + background-position: -910px -1547px; width: 90px; height: 90px; } .customize-option.hair_base_7_pblue { background-image: url(spritesmith1.png); - background-position: -1663px -15px; + background-position: -935px -1562px; width: 60px; height: 60px; } .hair_base_7_peppermint { background-image: url(spritesmith1.png); - background-position: -1638px -91px; + background-position: -1001px -1547px; width: 90px; height: 90px; } .customize-option.hair_base_7_peppermint { background-image: url(spritesmith1.png); - background-position: -1663px -106px; + background-position: -1026px -1562px; width: 60px; height: 60px; } .hair_base_7_pgreen { background-image: url(spritesmith1.png); - background-position: -1638px -182px; + background-position: -1092px -1547px; width: 90px; height: 90px; } .customize-option.hair_base_7_pgreen { background-image: url(spritesmith1.png); - background-position: -1663px -197px; + background-position: -1117px -1562px; width: 60px; height: 60px; } .hair_base_7_porange { background-image: url(spritesmith1.png); - background-position: -1638px -273px; + background-position: -1183px -1547px; width: 90px; height: 90px; } .customize-option.hair_base_7_porange { background-image: url(spritesmith1.png); - background-position: -1663px -288px; + background-position: -1208px -1562px; width: 60px; height: 60px; } .hair_base_7_ppink { background-image: url(spritesmith1.png); - background-position: -1638px -364px; + background-position: -1274px -1547px; width: 90px; height: 90px; } .customize-option.hair_base_7_ppink { background-image: url(spritesmith1.png); - background-position: -1663px -379px; + background-position: -1299px -1562px; width: 60px; height: 60px; } .hair_base_7_ppurple { background-image: url(spritesmith1.png); - background-position: -1638px -455px; + background-position: -1365px -1547px; width: 90px; height: 90px; } .customize-option.hair_base_7_ppurple { background-image: url(spritesmith1.png); - background-position: -1663px -470px; + background-position: -1390px -1562px; width: 60px; height: 60px; } .hair_base_7_pumpkin { background-image: url(spritesmith1.png); - background-position: -1638px -546px; + background-position: -1456px -1547px; width: 90px; height: 90px; } .customize-option.hair_base_7_pumpkin { background-image: url(spritesmith1.png); - background-position: -1663px -561px; + background-position: -1481px -1562px; width: 60px; height: 60px; } .hair_base_7_purple { background-image: url(spritesmith1.png); - background-position: -1638px -637px; + background-position: -1547px -1547px; width: 90px; height: 90px; } .customize-option.hair_base_7_purple { background-image: url(spritesmith1.png); - background-position: -1663px -652px; + background-position: -1572px -1562px; width: 60px; height: 60px; } .hair_base_7_pyellow { background-image: url(spritesmith1.png); - background-position: -1638px -728px; + background-position: -1638px 0px; width: 90px; height: 90px; } .customize-option.hair_base_7_pyellow { background-image: url(spritesmith1.png); - background-position: -1663px -743px; + background-position: -1663px -15px; width: 60px; height: 60px; } .hair_base_7_rainbow { background-image: url(spritesmith1.png); - background-position: -1638px -819px; + background-position: -1638px -91px; width: 90px; height: 90px; } .customize-option.hair_base_7_rainbow { background-image: url(spritesmith1.png); - background-position: -1663px -834px; + background-position: -1663px -106px; width: 60px; height: 60px; } .hair_base_7_red { background-image: url(spritesmith1.png); - background-position: -1638px -910px; + background-position: -1638px -182px; width: 90px; height: 90px; } .customize-option.hair_base_7_red { background-image: url(spritesmith1.png); - background-position: -1663px -925px; + background-position: -1663px -197px; width: 60px; height: 60px; } .hair_base_7_snowy { background-image: url(spritesmith1.png); - background-position: -1638px -1001px; + background-position: -1638px -273px; width: 90px; height: 90px; } .customize-option.hair_base_7_snowy { background-image: url(spritesmith1.png); - background-position: -1663px -1016px; + background-position: -1663px -288px; width: 60px; height: 60px; } .hair_base_7_white { background-image: url(spritesmith1.png); - background-position: -1638px -1092px; + background-position: -1638px -364px; width: 90px; height: 90px; } .customize-option.hair_base_7_white { background-image: url(spritesmith1.png); - background-position: -1663px -1107px; + background-position: -1663px -379px; width: 60px; height: 60px; } .hair_base_7_winternight { background-image: url(spritesmith1.png); - background-position: -1638px -1183px; + background-position: -1638px -455px; width: 90px; height: 90px; } .customize-option.hair_base_7_winternight { background-image: url(spritesmith1.png); - background-position: -1663px -1198px; + background-position: -1663px -470px; width: 60px; height: 60px; } .hair_base_7_winterstar { background-image: url(spritesmith1.png); - background-position: -1638px -1274px; + background-position: -1638px -546px; width: 90px; height: 90px; } .customize-option.hair_base_7_winterstar { background-image: url(spritesmith1.png); - background-position: -1663px -1289px; + background-position: -1663px -561px; width: 60px; height: 60px; } .hair_base_7_yellow { background-image: url(spritesmith1.png); - background-position: -1638px -1365px; + background-position: -1638px -637px; width: 90px; height: 90px; } .customize-option.hair_base_7_yellow { background-image: url(spritesmith1.png); - background-position: -1663px -1380px; + background-position: -1663px -652px; width: 60px; height: 60px; } .hair_base_7_zombie { background-image: url(spritesmith1.png); - background-position: -1638px -1456px; + background-position: -1638px -728px; width: 90px; height: 90px; } .customize-option.hair_base_7_zombie { background-image: url(spritesmith1.png); - background-position: -1663px -1471px; + background-position: -1663px -743px; width: 60px; height: 60px; } .hair_base_8_TRUred { background-image: url(spritesmith1.png); - background-position: -1638px -1547px; + background-position: -1638px -819px; width: 90px; height: 90px; } .customize-option.hair_base_8_TRUred { background-image: url(spritesmith1.png); - background-position: -1663px -1562px; + background-position: -1663px -834px; width: 60px; height: 60px; } .hair_base_8_aurora { background-image: url(spritesmith1.png); - background-position: 0px -1638px; + background-position: -1638px -910px; width: 90px; height: 90px; } .customize-option.hair_base_8_aurora { background-image: url(spritesmith1.png); - background-position: -25px -1653px; + background-position: -1663px -925px; width: 60px; height: 60px; } .hair_base_8_black { background-image: url(spritesmith1.png); - background-position: -91px -1638px; + background-position: -1638px -1001px; width: 90px; height: 90px; } .customize-option.hair_base_8_black { background-image: url(spritesmith1.png); - background-position: -116px -1653px; + background-position: -1663px -1016px; width: 60px; height: 60px; } .hair_base_8_blond { background-image: url(spritesmith1.png); - background-position: -182px -1638px; + background-position: -1638px -1092px; width: 90px; height: 90px; } .customize-option.hair_base_8_blond { background-image: url(spritesmith1.png); - background-position: -207px -1653px; + background-position: -1663px -1107px; width: 60px; height: 60px; } .hair_base_8_blue { background-image: url(spritesmith1.png); - background-position: -273px -1638px; + background-position: -1638px -1183px; width: 90px; height: 90px; } .customize-option.hair_base_8_blue { background-image: url(spritesmith1.png); - background-position: -298px -1653px; + background-position: -1663px -1198px; width: 60px; height: 60px; } .hair_base_8_brown { background-image: url(spritesmith1.png); - background-position: -364px -1638px; + background-position: -1638px -1274px; width: 90px; height: 90px; } .customize-option.hair_base_8_brown { background-image: url(spritesmith1.png); - background-position: -389px -1653px; + background-position: -1663px -1289px; width: 60px; height: 60px; } .hair_base_8_candycane { background-image: url(spritesmith1.png); - background-position: -455px -1638px; + background-position: -1638px -1365px; width: 90px; height: 90px; } .customize-option.hair_base_8_candycane { background-image: url(spritesmith1.png); - background-position: -480px -1653px; + background-position: -1663px -1380px; width: 60px; height: 60px; } .hair_base_8_candycorn { background-image: url(spritesmith1.png); - background-position: -546px -1638px; + background-position: -1638px -1456px; width: 90px; height: 90px; } .customize-option.hair_base_8_candycorn { background-image: url(spritesmith1.png); - background-position: -571px -1653px; + background-position: -1663px -1471px; width: 60px; height: 60px; } .hair_base_8_festive { background-image: url(spritesmith1.png); - background-position: -637px -1638px; + background-position: -1638px -1547px; width: 90px; height: 90px; } .customize-option.hair_base_8_festive { background-image: url(spritesmith1.png); - background-position: -662px -1653px; + background-position: -1663px -1562px; width: 60px; height: 60px; } .hair_base_8_frost { background-image: url(spritesmith1.png); - background-position: -728px -1638px; + background-position: 0px -1638px; width: 90px; height: 90px; } .customize-option.hair_base_8_frost { background-image: url(spritesmith1.png); - background-position: -753px -1653px; + background-position: -25px -1653px; width: 60px; height: 60px; } .hair_base_8_ghostwhite { background-image: url(spritesmith1.png); - background-position: -819px -1638px; + background-position: -91px -1638px; width: 90px; height: 90px; } .customize-option.hair_base_8_ghostwhite { background-image: url(spritesmith1.png); - background-position: -844px -1653px; + background-position: -116px -1653px; width: 60px; height: 60px; } .hair_base_8_green { background-image: url(spritesmith1.png); - background-position: -910px -1638px; + background-position: -182px -1638px; width: 90px; height: 90px; } .customize-option.hair_base_8_green { background-image: url(spritesmith1.png); - background-position: -935px -1653px; + background-position: -207px -1653px; width: 60px; height: 60px; } .hair_base_8_halloween { background-image: url(spritesmith1.png); - background-position: -1001px -1638px; + background-position: -273px -1638px; width: 90px; height: 90px; } .customize-option.hair_base_8_halloween { background-image: url(spritesmith1.png); - background-position: -1026px -1653px; + background-position: -298px -1653px; width: 60px; height: 60px; } .hair_base_8_holly { background-image: url(spritesmith1.png); - background-position: -1092px -1638px; + background-position: -364px -1638px; width: 90px; height: 90px; } .customize-option.hair_base_8_holly { background-image: url(spritesmith1.png); - background-position: -1117px -1653px; + background-position: -389px -1653px; width: 60px; height: 60px; } .hair_base_8_hollygreen { background-image: url(spritesmith1.png); - background-position: -1183px -1638px; + background-position: -455px -1638px; width: 90px; height: 90px; } .customize-option.hair_base_8_hollygreen { background-image: url(spritesmith1.png); - background-position: -1208px -1653px; + background-position: -480px -1653px; width: 60px; height: 60px; } .hair_base_8_midnight { background-image: url(spritesmith1.png); - background-position: -1274px -1638px; + background-position: -546px -1638px; width: 90px; height: 90px; } .customize-option.hair_base_8_midnight { background-image: url(spritesmith1.png); - background-position: -1299px -1653px; + background-position: -571px -1653px; width: 60px; height: 60px; } .hair_base_8_pblue { background-image: url(spritesmith1.png); - background-position: -1365px -1638px; + background-position: -637px -1638px; width: 90px; height: 90px; } .customize-option.hair_base_8_pblue { background-image: url(spritesmith1.png); - background-position: -1390px -1653px; + background-position: -662px -1653px; width: 60px; height: 60px; } .hair_base_8_peppermint { background-image: url(spritesmith1.png); - background-position: -1456px -1638px; + background-position: -728px -1638px; width: 90px; height: 90px; } .customize-option.hair_base_8_peppermint { background-image: url(spritesmith1.png); - background-position: -1481px -1653px; + background-position: -753px -1653px; width: 60px; height: 60px; } .hair_base_8_pgreen { background-image: url(spritesmith1.png); - background-position: -1547px -1638px; + background-position: -819px -1638px; width: 90px; height: 90px; } .customize-option.hair_base_8_pgreen { background-image: url(spritesmith1.png); - background-position: -1572px -1653px; + background-position: -844px -1653px; width: 60px; height: 60px; } .hair_base_8_porange { background-image: url(spritesmith1.png); - background-position: -1638px -1638px; + background-position: -910px -1638px; width: 90px; height: 90px; } .customize-option.hair_base_8_porange { background-image: url(spritesmith1.png); - background-position: -1663px -1653px; + background-position: -935px -1653px; width: 60px; height: 60px; } .hair_base_8_ppink { background-image: url(spritesmith1.png); - background-position: -1729px 0px; + background-position: -1001px -1638px; width: 90px; height: 90px; } .customize-option.hair_base_8_ppink { background-image: url(spritesmith1.png); - background-position: -1754px -15px; + background-position: -1026px -1653px; width: 60px; height: 60px; } .hair_base_8_ppurple { background-image: url(spritesmith1.png); - background-position: -1729px -91px; + background-position: -1092px -1638px; width: 90px; height: 90px; } .customize-option.hair_base_8_ppurple { background-image: url(spritesmith1.png); - background-position: -1754px -106px; + background-position: -1117px -1653px; width: 60px; height: 60px; } .hair_base_8_pumpkin { background-image: url(spritesmith1.png); - background-position: -1729px -182px; + background-position: -1183px -1638px; width: 90px; height: 90px; } .customize-option.hair_base_8_pumpkin { background-image: url(spritesmith1.png); - background-position: -1754px -197px; + background-position: -1208px -1653px; width: 60px; height: 60px; } .hair_base_8_purple { background-image: url(spritesmith1.png); - background-position: -1729px -273px; + background-position: -1274px -1638px; width: 90px; height: 90px; } .customize-option.hair_base_8_purple { background-image: url(spritesmith1.png); - background-position: -1754px -288px; + background-position: -1299px -1653px; width: 60px; height: 60px; } .hair_base_8_pyellow { background-image: url(spritesmith1.png); - background-position: -1729px -364px; + background-position: -1365px -1638px; width: 90px; height: 90px; } .customize-option.hair_base_8_pyellow { background-image: url(spritesmith1.png); - background-position: -1754px -379px; + background-position: -1390px -1653px; width: 60px; height: 60px; } .hair_base_8_rainbow { background-image: url(spritesmith1.png); - background-position: -1729px -455px; + background-position: -1456px -1638px; width: 90px; height: 90px; } .customize-option.hair_base_8_rainbow { background-image: url(spritesmith1.png); - background-position: -1754px -470px; + background-position: -1481px -1653px; width: 60px; height: 60px; } .hair_base_8_red { background-image: url(spritesmith1.png); - background-position: -1729px -546px; + background-position: -1547px -1638px; width: 90px; height: 90px; } .customize-option.hair_base_8_red { background-image: url(spritesmith1.png); - background-position: -1754px -561px; + background-position: -1572px -1653px; width: 60px; height: 60px; } .hair_base_8_snowy { background-image: url(spritesmith1.png); - background-position: -1729px -637px; + background-position: -1638px -1638px; width: 90px; height: 90px; } .customize-option.hair_base_8_snowy { background-image: url(spritesmith1.png); - background-position: -1754px -652px; + background-position: -1663px -1653px; width: 60px; height: 60px; } .hair_base_8_white { background-image: url(spritesmith1.png); - background-position: -1729px -728px; + background-position: -1729px 0px; width: 90px; height: 90px; } .customize-option.hair_base_8_white { background-image: url(spritesmith1.png); - background-position: -1754px -743px; + background-position: -1754px -15px; width: 60px; height: 60px; } .hair_base_8_winternight { background-image: url(spritesmith1.png); - background-position: -1729px -819px; + background-position: -1729px -91px; width: 90px; height: 90px; } .customize-option.hair_base_8_winternight { background-image: url(spritesmith1.png); - background-position: -1754px -834px; + background-position: -1754px -106px; width: 60px; height: 60px; } .hair_base_8_winterstar { background-image: url(spritesmith1.png); - background-position: -1729px -910px; + background-position: -1729px -182px; width: 90px; height: 90px; } .customize-option.hair_base_8_winterstar { background-image: url(spritesmith1.png); - background-position: -1754px -925px; + background-position: -1754px -197px; width: 60px; height: 60px; } .hair_base_8_yellow { background-image: url(spritesmith1.png); - background-position: -1729px -1001px; + background-position: -1729px -273px; width: 90px; height: 90px; } .customize-option.hair_base_8_yellow { background-image: url(spritesmith1.png); - background-position: -1754px -1016px; + background-position: -1754px -288px; width: 60px; height: 60px; } .hair_base_8_zombie { background-image: url(spritesmith1.png); - background-position: -1729px -1092px; + background-position: -1729px -364px; width: 90px; height: 90px; } .customize-option.hair_base_8_zombie { background-image: url(spritesmith1.png); - background-position: -1754px -1107px; + background-position: -1754px -379px; width: 60px; height: 60px; } .hair_base_9_TRUred { background-image: url(spritesmith1.png); - background-position: -1729px -1183px; + background-position: -1729px -455px; width: 90px; height: 90px; } .customize-option.hair_base_9_TRUred { background-image: url(spritesmith1.png); - background-position: -1754px -1198px; + background-position: -1754px -470px; width: 60px; height: 60px; } .hair_base_9_aurora { background-image: url(spritesmith1.png); - background-position: -1729px -1274px; + background-position: -1729px -546px; width: 90px; height: 90px; } .customize-option.hair_base_9_aurora { background-image: url(spritesmith1.png); - background-position: -1754px -1289px; + background-position: -1754px -561px; width: 60px; height: 60px; } .hair_base_9_black { background-image: url(spritesmith1.png); - background-position: -1729px -1365px; + background-position: -1729px -637px; width: 90px; height: 90px; } .customize-option.hair_base_9_black { background-image: url(spritesmith1.png); - background-position: -1754px -1380px; + background-position: -1754px -652px; width: 60px; height: 60px; } .hair_base_9_blond { background-image: url(spritesmith1.png); - background-position: -1729px -1456px; + background-position: -1729px -728px; width: 90px; height: 90px; } .customize-option.hair_base_9_blond { background-image: url(spritesmith1.png); - background-position: -1754px -1471px; + background-position: -1754px -743px; width: 60px; height: 60px; } .hair_base_9_blue { background-image: url(spritesmith1.png); - background-position: -1729px -1547px; + background-position: -1729px -819px; width: 90px; height: 90px; } .customize-option.hair_base_9_blue { background-image: url(spritesmith1.png); - background-position: -1754px -1562px; + background-position: -1754px -834px; width: 60px; height: 60px; } .hair_base_9_brown { background-image: url(spritesmith1.png); - background-position: -1729px -1638px; + background-position: -1729px -910px; width: 90px; height: 90px; } .customize-option.hair_base_9_brown { background-image: url(spritesmith1.png); - background-position: -1754px -1653px; + background-position: -1754px -925px; width: 60px; height: 60px; } .hair_base_9_candycane { background-image: url(spritesmith1.png); - background-position: 0px -1729px; + background-position: -1729px -1001px; width: 90px; height: 90px; } .customize-option.hair_base_9_candycane { background-image: url(spritesmith1.png); - background-position: -25px -1744px; + background-position: -1754px -1016px; width: 60px; height: 60px; } .hair_base_9_candycorn { background-image: url(spritesmith1.png); - background-position: -91px -1729px; + background-position: -1729px -1092px; width: 90px; height: 90px; } .customize-option.hair_base_9_candycorn { background-image: url(spritesmith1.png); - background-position: -116px -1744px; + background-position: -1754px -1107px; width: 60px; height: 60px; } .hair_base_9_festive { background-image: url(spritesmith1.png); - background-position: -182px -1729px; + background-position: -1729px -1183px; width: 90px; height: 90px; } .customize-option.hair_base_9_festive { background-image: url(spritesmith1.png); - background-position: -207px -1744px; + background-position: -1754px -1198px; width: 60px; height: 60px; } .hair_base_9_frost { background-image: url(spritesmith1.png); - background-position: -273px -1729px; + background-position: -1729px -1274px; width: 90px; height: 90px; } .customize-option.hair_base_9_frost { background-image: url(spritesmith1.png); - background-position: -298px -1744px; + background-position: -1754px -1289px; width: 60px; height: 60px; } .hair_base_9_ghostwhite { background-image: url(spritesmith1.png); - background-position: -364px -1729px; + background-position: -1729px -1365px; width: 90px; height: 90px; } .customize-option.hair_base_9_ghostwhite { background-image: url(spritesmith1.png); - background-position: -389px -1744px; + background-position: -1754px -1380px; width: 60px; height: 60px; } .hair_base_9_green { background-image: url(spritesmith1.png); - background-position: -455px -1729px; + background-position: -1729px -1456px; width: 90px; height: 90px; } .customize-option.hair_base_9_green { background-image: url(spritesmith1.png); - background-position: -480px -1744px; + background-position: -1754px -1471px; width: 60px; height: 60px; } .hair_base_9_halloween { background-image: url(spritesmith1.png); - background-position: -546px -1729px; + background-position: -1729px -1547px; width: 90px; height: 90px; } .customize-option.hair_base_9_halloween { background-image: url(spritesmith1.png); - background-position: -571px -1744px; + background-position: -1754px -1562px; width: 60px; height: 60px; } .hair_base_9_holly { background-image: url(spritesmith1.png); - background-position: -637px -1729px; + background-position: -1729px -1638px; width: 90px; height: 90px; } .customize-option.hair_base_9_holly { + background-image: url(spritesmith1.png); + background-position: -1754px -1653px; + width: 60px; + height: 60px; +} +.hair_base_9_hollygreen { + background-image: url(spritesmith1.png); + background-position: 0px -1729px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_hollygreen { + background-image: url(spritesmith1.png); + background-position: -25px -1744px; + width: 60px; + height: 60px; +} +.hair_base_9_midnight { + background-image: url(spritesmith1.png); + background-position: -91px -1729px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_midnight { + background-image: url(spritesmith1.png); + background-position: -116px -1744px; + width: 60px; + height: 60px; +} +.hair_base_9_pblue { + background-image: url(spritesmith1.png); + background-position: -182px -1729px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_pblue { + background-image: url(spritesmith1.png); + background-position: -207px -1744px; + width: 60px; + height: 60px; +} +.hair_base_9_peppermint { + background-image: url(spritesmith1.png); + background-position: -273px -1729px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_peppermint { + background-image: url(spritesmith1.png); + background-position: -298px -1744px; + width: 60px; + height: 60px; +} +.hair_base_9_pgreen { + background-image: url(spritesmith1.png); + background-position: -364px -1729px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_pgreen { + background-image: url(spritesmith1.png); + background-position: -389px -1744px; + width: 60px; + height: 60px; +} +.hair_base_9_porange { + background-image: url(spritesmith1.png); + background-position: -455px -1729px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_porange { + background-image: url(spritesmith1.png); + background-position: -480px -1744px; + width: 60px; + height: 60px; +} +.hair_base_9_ppink { + background-image: url(spritesmith1.png); + background-position: -546px -1729px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_ppink { + background-image: url(spritesmith1.png); + background-position: -571px -1744px; + width: 60px; + height: 60px; +} +.hair_base_9_ppurple { + background-image: url(spritesmith1.png); + background-position: -637px -1729px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_ppurple { background-image: url(spritesmith1.png); background-position: -662px -1744px; width: 60px; height: 60px; } +.hair_base_9_pumpkin { + background-image: url(spritesmith1.png); + background-position: -728px -1729px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_pumpkin { + background-image: url(spritesmith1.png); + background-position: -753px -1744px; + width: 60px; + height: 60px; +} +.hair_base_9_purple { + background-image: url(spritesmith1.png); + background-position: -819px -1729px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_purple { + background-image: url(spritesmith1.png); + background-position: -844px -1744px; + width: 60px; + height: 60px; +} +.hair_base_9_pyellow { + background-image: url(spritesmith1.png); + background-position: -910px -1729px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_pyellow { + background-image: url(spritesmith1.png); + background-position: -935px -1744px; + width: 60px; + height: 60px; +} +.hair_base_9_rainbow { + background-image: url(spritesmith1.png); + background-position: -1001px -1729px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_rainbow { + background-image: url(spritesmith1.png); + background-position: -1026px -1744px; + width: 60px; + height: 60px; +} +.hair_base_9_red { + background-image: url(spritesmith1.png); + background-position: -1092px -1729px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_red { + background-image: url(spritesmith1.png); + background-position: -1117px -1744px; + width: 60px; + height: 60px; +} +.hair_base_9_snowy { + background-image: url(spritesmith1.png); + background-position: -1183px -1729px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_snowy { + background-image: url(spritesmith1.png); + background-position: -1208px -1744px; + width: 60px; + height: 60px; +} +.hair_base_9_white { + background-image: url(spritesmith1.png); + background-position: -1274px -1729px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_white { + background-image: url(spritesmith1.png); + background-position: -1299px -1744px; + width: 60px; + height: 60px; +} diff --git a/common/dist/sprites/spritesmith1.png b/common/dist/sprites/spritesmith1.png index 55440a29c7..a034ee2c7a 100644 Binary files a/common/dist/sprites/spritesmith1.png and b/common/dist/sprites/spritesmith1.png differ diff --git a/common/dist/sprites/spritesmith2.css b/common/dist/sprites/spritesmith2.css index e290285b49..dca07b127c 100644 --- a/common/dist/sprites/spritesmith2.css +++ b/common/dist/sprites/spritesmith2.css @@ -1,2790 +1,2856 @@ -.hair_base_9_hollygreen { - background-image: url(spritesmith2.png); - background-position: -1107px -182px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_hollygreen { - background-image: url(spritesmith2.png); - background-position: -1132px -197px; - width: 60px; - height: 60px; -} -.hair_base_9_midnight { - background-image: url(spritesmith2.png); - background-position: -1289px -910px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_midnight { - background-image: url(spritesmith2.png); - background-position: -1314px -925px; - width: 60px; - height: 60px; -} -.hair_base_9_pblue { - background-image: url(spritesmith2.png); - background-position: -1107px -273px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_pblue { - background-image: url(spritesmith2.png); - background-position: -1132px -288px; - width: 60px; - height: 60px; -} -.hair_base_9_peppermint { - background-image: url(spritesmith2.png); - background-position: -1107px -364px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_peppermint { - background-image: url(spritesmith2.png); - background-position: -1132px -379px; - width: 60px; - height: 60px; -} -.hair_base_9_pgreen { - background-image: url(spritesmith2.png); - background-position: -1107px -455px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_pgreen { - background-image: url(spritesmith2.png); - background-position: -1132px -470px; - width: 60px; - height: 60px; -} -.hair_base_9_porange { - background-image: url(spritesmith2.png); - background-position: -1107px -546px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_porange { - background-image: url(spritesmith2.png); - background-position: -1132px -561px; - width: 60px; - height: 60px; -} -.hair_base_9_ppink { - background-image: url(spritesmith2.png); - background-position: -1107px -637px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_ppink { - background-image: url(spritesmith2.png); - background-position: -1132px -652px; - width: 60px; - height: 60px; -} -.hair_base_9_ppurple { - background-image: url(spritesmith2.png); - background-position: -1107px -728px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_ppurple { - background-image: url(spritesmith2.png); - background-position: -1132px -743px; - width: 60px; - height: 60px; -} -.hair_base_9_pumpkin { - background-image: url(spritesmith2.png); - background-position: -1107px -819px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_pumpkin { - background-image: url(spritesmith2.png); - background-position: -1132px -834px; - width: 60px; - height: 60px; -} -.hair_base_9_purple { - background-image: url(spritesmith2.png); - background-position: -1107px -910px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_purple { - background-image: url(spritesmith2.png); - background-position: -1132px -925px; - width: 60px; - height: 60px; -} -.hair_base_9_pyellow { - background-image: url(spritesmith2.png); - background-position: -1471px -819px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_pyellow { - background-image: url(spritesmith2.png); - background-position: -1496px -834px; - width: 60px; - height: 60px; -} -.hair_base_9_rainbow { - background-image: url(spritesmith2.png); - background-position: -1471px -910px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_rainbow { - background-image: url(spritesmith2.png); - background-position: -1496px -925px; - width: 60px; - height: 60px; -} -.hair_base_9_red { - background-image: url(spritesmith2.png); - background-position: -1471px -1183px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_red { - background-image: url(spritesmith2.png); - background-position: -1496px -1198px; - width: 60px; - height: 60px; -} -.hair_base_9_snowy { - background-image: url(spritesmith2.png); - background-position: -364px -91px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_snowy { - background-image: url(spritesmith2.png); - background-position: -389px -106px; - width: 60px; - height: 60px; -} -.hair_base_9_white { - background-image: url(spritesmith2.png); - background-position: -364px -182px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_white { - background-image: url(spritesmith2.png); - background-position: -389px -197px; - width: 60px; - height: 60px; -} .hair_base_9_winternight { background-image: url(spritesmith2.png); - background-position: 0px -318px; + background-position: -1001px -819px; width: 90px; height: 90px; } .customize-option.hair_base_9_winternight { background-image: url(spritesmith2.png); - background-position: -25px -333px; + background-position: -1026px -834px; width: 60px; height: 60px; } .hair_base_9_winterstar { background-image: url(spritesmith2.png); - background-position: -91px -318px; + background-position: -485px -1228px; width: 90px; height: 90px; } .customize-option.hair_base_9_winterstar { background-image: url(spritesmith2.png); - background-position: -116px -333px; + background-position: -510px -1243px; width: 60px; height: 60px; } .hair_base_9_yellow { background-image: url(spritesmith2.png); - background-position: -182px -318px; + background-position: -224px -955px; width: 90px; height: 90px; } .customize-option.hair_base_9_yellow { background-image: url(spritesmith2.png); - background-position: -207px -333px; + background-position: -249px -970px; width: 60px; height: 60px; } .hair_base_9_zombie { background-image: url(spritesmith2.png); - background-position: -273px -318px; + background-position: -539px -955px; width: 90px; height: 90px; } .customize-option.hair_base_9_zombie { background-image: url(spritesmith2.png); - background-position: -298px -333px; + background-position: -564px -970px; width: 60px; height: 60px; } .broad_shirt_black { background-image: url(spritesmith2.png); - background-position: -364px -318px; + background-position: -630px -955px; width: 90px; height: 90px; } .customize-option.broad_shirt_black { background-image: url(spritesmith2.png); - background-position: -389px -348px; + background-position: -655px -985px; width: 60px; height: 60px; } .broad_shirt_blue { background-image: url(spritesmith2.png); - background-position: -470px 0px; + background-position: -1092px -91px; width: 90px; height: 90px; } .customize-option.broad_shirt_blue { background-image: url(spritesmith2.png); - background-position: -495px -30px; + background-position: -1117px -121px; width: 60px; height: 60px; } .broad_shirt_convict { background-image: url(spritesmith2.png); - background-position: -470px -91px; + background-position: -1092px -182px; width: 90px; height: 90px; } .customize-option.broad_shirt_convict { background-image: url(spritesmith2.png); - background-position: -495px -121px; + background-position: -1117px -212px; width: 60px; height: 60px; } .broad_shirt_cross { background-image: url(spritesmith2.png); - background-position: -470px -182px; + background-position: -1092px -273px; width: 90px; height: 90px; } .customize-option.broad_shirt_cross { background-image: url(spritesmith2.png); - background-position: -495px -212px; + background-position: -1117px -303px; width: 60px; height: 60px; } .broad_shirt_fire { background-image: url(spritesmith2.png); - background-position: -470px -273px; + background-position: -1092px -364px; width: 90px; height: 90px; } .customize-option.broad_shirt_fire { background-image: url(spritesmith2.png); - background-position: -495px -303px; + background-position: -1117px -394px; width: 60px; height: 60px; } .broad_shirt_green { background-image: url(spritesmith2.png); - background-position: 0px -409px; + background-position: -819px -1319px; width: 90px; height: 90px; } .customize-option.broad_shirt_green { background-image: url(spritesmith2.png); - background-position: -25px -439px; + background-position: -844px -1349px; width: 60px; height: 60px; } .broad_shirt_horizon { background-image: url(spritesmith2.png); - background-position: -91px -409px; + background-position: -910px -1319px; width: 90px; height: 90px; } .customize-option.broad_shirt_horizon { background-image: url(spritesmith2.png); - background-position: -116px -439px; + background-position: -935px -1349px; width: 60px; height: 60px; } .broad_shirt_ocean { background-image: url(spritesmith2.png); - background-position: -182px -409px; + background-position: -1183px -1319px; width: 90px; height: 90px; } .customize-option.broad_shirt_ocean { background-image: url(spritesmith2.png); - background-position: -207px -439px; + background-position: -1208px -1349px; width: 60px; height: 60px; } .broad_shirt_pink { background-image: url(spritesmith2.png); - background-position: -273px -409px; + background-position: -364px 0px; width: 90px; height: 90px; } .customize-option.broad_shirt_pink { background-image: url(spritesmith2.png); - background-position: -298px -439px; + background-position: -389px -30px; width: 60px; height: 60px; } .broad_shirt_purple { background-image: url(spritesmith2.png); - background-position: -364px -409px; + background-position: -364px -91px; width: 90px; height: 90px; } .customize-option.broad_shirt_purple { background-image: url(spritesmith2.png); - background-position: -389px -439px; + background-position: -389px -121px; width: 60px; height: 60px; } .broad_shirt_rainbow { background-image: url(spritesmith2.png); - background-position: -455px -409px; + background-position: -364px -182px; width: 90px; height: 90px; } .customize-option.broad_shirt_rainbow { background-image: url(spritesmith2.png); - background-position: -480px -439px; + background-position: -389px -212px; width: 60px; height: 60px; } .broad_shirt_redblue { background-image: url(spritesmith2.png); - background-position: -561px 0px; + background-position: 0px -318px; width: 90px; height: 90px; } .customize-option.broad_shirt_redblue { background-image: url(spritesmith2.png); - background-position: -586px -30px; + background-position: -25px -348px; width: 60px; height: 60px; } .broad_shirt_thunder { background-image: url(spritesmith2.png); - background-position: -561px -91px; + background-position: -91px -318px; width: 90px; height: 90px; } .customize-option.broad_shirt_thunder { background-image: url(spritesmith2.png); - background-position: -586px -121px; + background-position: -116px -348px; width: 60px; height: 60px; } .broad_shirt_tropical { background-image: url(spritesmith2.png); - background-position: -561px -182px; + background-position: -182px -318px; width: 90px; height: 90px; } .customize-option.broad_shirt_tropical { background-image: url(spritesmith2.png); - background-position: -586px -212px; + background-position: -207px -348px; width: 60px; height: 60px; } .broad_shirt_white { background-image: url(spritesmith2.png); - background-position: -561px -273px; + background-position: -273px -318px; width: 90px; height: 90px; } .customize-option.broad_shirt_white { background-image: url(spritesmith2.png); - background-position: -586px -303px; + background-position: -298px -348px; width: 60px; height: 60px; } .broad_shirt_yellow { background-image: url(spritesmith2.png); - background-position: -561px -364px; + background-position: -364px -318px; width: 90px; height: 90px; } .customize-option.broad_shirt_yellow { background-image: url(spritesmith2.png); - background-position: -586px -394px; + background-position: -389px -348px; width: 60px; height: 60px; } .broad_shirt_zombie { background-image: url(spritesmith2.png); - background-position: 0px -500px; + background-position: -455px 0px; width: 90px; height: 90px; } .customize-option.broad_shirt_zombie { background-image: url(spritesmith2.png); - background-position: -25px -530px; + background-position: -480px -30px; width: 60px; height: 60px; } .slim_shirt_black { background-image: url(spritesmith2.png); - background-position: -91px -500px; + background-position: -455px -91px; width: 90px; height: 90px; } .customize-option.slim_shirt_black { background-image: url(spritesmith2.png); - background-position: -116px -530px; + background-position: -480px -121px; width: 60px; height: 60px; } .slim_shirt_blue { background-image: url(spritesmith2.png); - background-position: -182px -500px; + background-position: -455px -182px; width: 90px; height: 90px; } .customize-option.slim_shirt_blue { background-image: url(spritesmith2.png); - background-position: -207px -530px; + background-position: -480px -212px; width: 60px; height: 60px; } .slim_shirt_convict { background-image: url(spritesmith2.png); - background-position: -273px -500px; + background-position: -455px -273px; width: 90px; height: 90px; } .customize-option.slim_shirt_convict { background-image: url(spritesmith2.png); - background-position: -298px -530px; + background-position: -480px -303px; width: 60px; height: 60px; } .slim_shirt_cross { background-image: url(spritesmith2.png); - background-position: -364px -500px; + background-position: 0px -409px; width: 90px; height: 90px; } .customize-option.slim_shirt_cross { background-image: url(spritesmith2.png); - background-position: -389px -530px; + background-position: -25px -439px; width: 60px; height: 60px; } .slim_shirt_fire { background-image: url(spritesmith2.png); - background-position: -455px -500px; + background-position: -91px -409px; width: 90px; height: 90px; } .customize-option.slim_shirt_fire { background-image: url(spritesmith2.png); - background-position: -480px -530px; + background-position: -116px -439px; width: 60px; height: 60px; } .slim_shirt_green { background-image: url(spritesmith2.png); - background-position: -546px -500px; + background-position: -182px -409px; width: 90px; height: 90px; } .customize-option.slim_shirt_green { background-image: url(spritesmith2.png); - background-position: -571px -530px; + background-position: -207px -439px; width: 60px; height: 60px; } .slim_shirt_horizon { background-image: url(spritesmith2.png); - background-position: -652px 0px; + background-position: -273px -409px; width: 90px; height: 90px; } .customize-option.slim_shirt_horizon { background-image: url(spritesmith2.png); - background-position: -677px -30px; + background-position: -298px -439px; width: 60px; height: 60px; } .slim_shirt_ocean { background-image: url(spritesmith2.png); - background-position: -652px -91px; + background-position: -364px -409px; width: 90px; height: 90px; } .customize-option.slim_shirt_ocean { background-image: url(spritesmith2.png); - background-position: -677px -121px; + background-position: -389px -439px; width: 60px; height: 60px; } .slim_shirt_pink { background-image: url(spritesmith2.png); - background-position: -652px -182px; + background-position: -455px -409px; width: 90px; height: 90px; } .customize-option.slim_shirt_pink { background-image: url(spritesmith2.png); - background-position: -677px -212px; + background-position: -480px -439px; width: 60px; height: 60px; } .slim_shirt_purple { background-image: url(spritesmith2.png); - background-position: -652px -273px; + background-position: -546px 0px; width: 90px; height: 90px; } .customize-option.slim_shirt_purple { background-image: url(spritesmith2.png); - background-position: -677px -303px; + background-position: -571px -30px; width: 60px; height: 60px; } .slim_shirt_rainbow { background-image: url(spritesmith2.png); - background-position: -652px -364px; + background-position: -546px -91px; width: 90px; height: 90px; } .customize-option.slim_shirt_rainbow { background-image: url(spritesmith2.png); - background-position: -677px -394px; + background-position: -571px -121px; width: 60px; height: 60px; } .slim_shirt_redblue { background-image: url(spritesmith2.png); - background-position: -652px -455px; + background-position: -546px -182px; width: 90px; height: 90px; } .customize-option.slim_shirt_redblue { background-image: url(spritesmith2.png); - background-position: -677px -485px; + background-position: -571px -212px; width: 60px; height: 60px; } .slim_shirt_thunder { background-image: url(spritesmith2.png); - background-position: 0px -591px; + background-position: -546px -273px; width: 90px; height: 90px; } .customize-option.slim_shirt_thunder { background-image: url(spritesmith2.png); - background-position: -25px -621px; + background-position: -571px -303px; width: 60px; height: 60px; } .slim_shirt_tropical { background-image: url(spritesmith2.png); - background-position: -91px -591px; + background-position: -546px -364px; width: 90px; height: 90px; } .customize-option.slim_shirt_tropical { background-image: url(spritesmith2.png); - background-position: -116px -621px; + background-position: -571px -394px; width: 60px; height: 60px; } .slim_shirt_white { background-image: url(spritesmith2.png); - background-position: -182px -591px; + background-position: 0px -500px; width: 90px; height: 90px; } .customize-option.slim_shirt_white { background-image: url(spritesmith2.png); - background-position: -207px -621px; + background-position: -25px -530px; width: 60px; height: 60px; } .slim_shirt_yellow { background-image: url(spritesmith2.png); - background-position: -273px -591px; + background-position: -91px -500px; width: 90px; height: 90px; } .customize-option.slim_shirt_yellow { background-image: url(spritesmith2.png); - background-position: -298px -621px; + background-position: -116px -530px; width: 60px; height: 60px; } .slim_shirt_zombie { background-image: url(spritesmith2.png); - background-position: -364px -591px; + background-position: -182px -500px; width: 90px; height: 90px; } .customize-option.slim_shirt_zombie { background-image: url(spritesmith2.png); - background-position: -389px -621px; + background-position: -207px -530px; width: 60px; height: 60px; } .skin_0ff591 { background-image: url(spritesmith2.png); - background-position: -455px -591px; + background-position: -273px -500px; width: 90px; height: 90px; } .customize-option.skin_0ff591 { background-image: url(spritesmith2.png); - background-position: -480px -606px; + background-position: -298px -515px; width: 60px; height: 60px; } .skin_0ff591_sleep { background-image: url(spritesmith2.png); - background-position: -546px -591px; + background-position: -364px -500px; width: 90px; height: 90px; } .customize-option.skin_0ff591_sleep { background-image: url(spritesmith2.png); - background-position: -571px -606px; + background-position: -389px -515px; width: 60px; height: 60px; } .skin_2b43f6 { background-image: url(spritesmith2.png); - background-position: -637px -591px; + background-position: -455px -500px; width: 90px; height: 90px; } .customize-option.skin_2b43f6 { background-image: url(spritesmith2.png); - background-position: -662px -606px; + background-position: -480px -515px; width: 60px; height: 60px; } .skin_2b43f6_sleep { background-image: url(spritesmith2.png); - background-position: -743px 0px; + background-position: -546px -500px; width: 90px; height: 90px; } .customize-option.skin_2b43f6_sleep { background-image: url(spritesmith2.png); - background-position: -768px -15px; + background-position: -571px -515px; width: 60px; height: 60px; } .skin_6bd049 { background-image: url(spritesmith2.png); - background-position: -743px -91px; + background-position: -637px 0px; width: 90px; height: 90px; } .customize-option.skin_6bd049 { background-image: url(spritesmith2.png); - background-position: -768px -106px; + background-position: -662px -15px; width: 60px; height: 60px; } .skin_6bd049_sleep { background-image: url(spritesmith2.png); - background-position: -743px -182px; + background-position: -637px -91px; width: 90px; height: 90px; } .customize-option.skin_6bd049_sleep { background-image: url(spritesmith2.png); - background-position: -768px -197px; + background-position: -662px -106px; width: 60px; height: 60px; } .skin_800ed0 { background-image: url(spritesmith2.png); - background-position: -743px -273px; + background-position: -637px -182px; width: 90px; height: 90px; } .customize-option.skin_800ed0 { background-image: url(spritesmith2.png); - background-position: -768px -288px; + background-position: -662px -197px; width: 60px; height: 60px; } .skin_800ed0_sleep { background-image: url(spritesmith2.png); - background-position: -743px -364px; + background-position: -637px -273px; width: 90px; height: 90px; } .customize-option.skin_800ed0_sleep { background-image: url(spritesmith2.png); - background-position: -768px -379px; + background-position: -662px -288px; width: 60px; height: 60px; } .skin_915533 { background-image: url(spritesmith2.png); - background-position: -743px -455px; + background-position: -637px -364px; width: 90px; height: 90px; } .customize-option.skin_915533 { background-image: url(spritesmith2.png); - background-position: -768px -470px; + background-position: -662px -379px; width: 60px; height: 60px; } .skin_915533_sleep { background-image: url(spritesmith2.png); - background-position: -743px -546px; + background-position: -637px -455px; width: 90px; height: 90px; } .customize-option.skin_915533_sleep { background-image: url(spritesmith2.png); - background-position: -768px -561px; + background-position: -662px -470px; width: 60px; height: 60px; } .skin_98461a { background-image: url(spritesmith2.png); - background-position: 0px -682px; + background-position: 0px -591px; width: 90px; height: 90px; } .customize-option.skin_98461a { background-image: url(spritesmith2.png); - background-position: -25px -697px; + background-position: -25px -606px; width: 60px; height: 60px; } .skin_98461a_sleep { background-image: url(spritesmith2.png); - background-position: -91px -682px; + background-position: -91px -591px; width: 90px; height: 90px; } .customize-option.skin_98461a_sleep { background-image: url(spritesmith2.png); - background-position: -116px -697px; + background-position: -116px -606px; width: 60px; height: 60px; } .skin_c06534 { background-image: url(spritesmith2.png); - background-position: -182px -682px; + background-position: -182px -591px; width: 90px; height: 90px; } .customize-option.skin_c06534 { background-image: url(spritesmith2.png); - background-position: -207px -697px; + background-position: -207px -606px; width: 60px; height: 60px; } .skin_c06534_sleep { background-image: url(spritesmith2.png); - background-position: -273px -682px; + background-position: -273px -591px; width: 90px; height: 90px; } .customize-option.skin_c06534_sleep { background-image: url(spritesmith2.png); - background-position: -298px -697px; + background-position: -298px -606px; width: 60px; height: 60px; } .skin_c3e1dc { background-image: url(spritesmith2.png); - background-position: -364px -682px; + background-position: -364px -591px; width: 90px; height: 90px; } .customize-option.skin_c3e1dc { background-image: url(spritesmith2.png); - background-position: -389px -697px; + background-position: -389px -606px; width: 60px; height: 60px; } .skin_c3e1dc_sleep { background-image: url(spritesmith2.png); - background-position: -455px -682px; + background-position: -455px -591px; width: 90px; height: 90px; } .customize-option.skin_c3e1dc_sleep { background-image: url(spritesmith2.png); - background-position: -480px -697px; + background-position: -480px -606px; width: 60px; height: 60px; } .skin_candycorn { background-image: url(spritesmith2.png); - background-position: -546px -682px; + background-position: -546px -591px; width: 90px; height: 90px; } .customize-option.skin_candycorn { background-image: url(spritesmith2.png); - background-position: -571px -697px; + background-position: -571px -606px; width: 60px; height: 60px; } .skin_candycorn_sleep { background-image: url(spritesmith2.png); - background-position: -637px -682px; + background-position: -637px -591px; width: 90px; height: 90px; } .customize-option.skin_candycorn_sleep { background-image: url(spritesmith2.png); - background-position: -662px -697px; + background-position: -662px -606px; width: 60px; height: 60px; } .skin_d7a9f7 { background-image: url(spritesmith2.png); - background-position: -728px -682px; + background-position: -728px 0px; width: 90px; height: 90px; } .customize-option.skin_d7a9f7 { background-image: url(spritesmith2.png); - background-position: -753px -697px; + background-position: -753px -15px; width: 60px; height: 60px; } .skin_d7a9f7_sleep { background-image: url(spritesmith2.png); - background-position: -834px 0px; + background-position: -728px -91px; width: 90px; height: 90px; } .customize-option.skin_d7a9f7_sleep { background-image: url(spritesmith2.png); - background-position: -859px -15px; + background-position: -753px -106px; width: 60px; height: 60px; } .skin_ddc994 { background-image: url(spritesmith2.png); - background-position: -834px -91px; + background-position: -728px -182px; width: 90px; height: 90px; } .customize-option.skin_ddc994 { background-image: url(spritesmith2.png); - background-position: -859px -106px; + background-position: -753px -197px; width: 60px; height: 60px; } .skin_ddc994_sleep { background-image: url(spritesmith2.png); - background-position: -834px -182px; + background-position: -728px -273px; width: 90px; height: 90px; } .customize-option.skin_ddc994_sleep { background-image: url(spritesmith2.png); - background-position: -859px -197px; + background-position: -753px -288px; width: 60px; height: 60px; } .skin_ea8349 { background-image: url(spritesmith2.png); - background-position: -834px -273px; + background-position: -728px -364px; width: 90px; height: 90px; } .customize-option.skin_ea8349 { background-image: url(spritesmith2.png); - background-position: -859px -288px; + background-position: -753px -379px; width: 60px; height: 60px; } .skin_ea8349_sleep { background-image: url(spritesmith2.png); - background-position: -834px -364px; + background-position: -728px -455px; width: 90px; height: 90px; } .customize-option.skin_ea8349_sleep { background-image: url(spritesmith2.png); - background-position: -859px -379px; + background-position: -753px -470px; width: 60px; height: 60px; } .skin_eb052b { background-image: url(spritesmith2.png); - background-position: -834px -455px; + background-position: -728px -546px; width: 90px; height: 90px; } .customize-option.skin_eb052b { background-image: url(spritesmith2.png); - background-position: -859px -470px; + background-position: -753px -561px; width: 60px; height: 60px; } .skin_eb052b_sleep { background-image: url(spritesmith2.png); - background-position: -834px -546px; + background-position: 0px -682px; width: 90px; height: 90px; } .customize-option.skin_eb052b_sleep { background-image: url(spritesmith2.png); - background-position: -859px -561px; + background-position: -25px -697px; width: 60px; height: 60px; } .skin_f5a76e { background-image: url(spritesmith2.png); - background-position: -834px -637px; + background-position: -91px -682px; width: 90px; height: 90px; } .customize-option.skin_f5a76e { background-image: url(spritesmith2.png); - background-position: -859px -652px; + background-position: -116px -697px; width: 60px; height: 60px; } .skin_f5a76e_sleep { background-image: url(spritesmith2.png); - background-position: 0px -773px; + background-position: -182px -682px; width: 90px; height: 90px; } .customize-option.skin_f5a76e_sleep { background-image: url(spritesmith2.png); - background-position: -25px -788px; + background-position: -207px -697px; width: 60px; height: 60px; } .skin_f5d70f { background-image: url(spritesmith2.png); - background-position: -91px -773px; + background-position: -273px -682px; width: 90px; height: 90px; } .customize-option.skin_f5d70f { background-image: url(spritesmith2.png); - background-position: -116px -788px; + background-position: -298px -697px; width: 60px; height: 60px; } .skin_f5d70f_sleep { background-image: url(spritesmith2.png); - background-position: -182px -773px; + background-position: -364px -682px; width: 90px; height: 90px; } .customize-option.skin_f5d70f_sleep { background-image: url(spritesmith2.png); - background-position: -207px -788px; + background-position: -389px -697px; width: 60px; height: 60px; } .skin_f69922 { background-image: url(spritesmith2.png); - background-position: -273px -773px; + background-position: -455px -682px; width: 90px; height: 90px; } .customize-option.skin_f69922 { background-image: url(spritesmith2.png); - background-position: -298px -788px; + background-position: -480px -697px; width: 60px; height: 60px; } .skin_f69922_sleep { background-image: url(spritesmith2.png); - background-position: -364px -773px; + background-position: -546px -682px; width: 90px; height: 90px; } .customize-option.skin_f69922_sleep { background-image: url(spritesmith2.png); - background-position: -389px -788px; + background-position: -571px -697px; width: 60px; height: 60px; } .skin_ghost { background-image: url(spritesmith2.png); - background-position: -455px -773px; + background-position: -637px -682px; width: 90px; height: 90px; } .customize-option.skin_ghost { background-image: url(spritesmith2.png); - background-position: -480px -788px; + background-position: -662px -697px; width: 60px; height: 60px; } .skin_ghost_sleep { background-image: url(spritesmith2.png); - background-position: -546px -773px; + background-position: -728px -682px; width: 90px; height: 90px; } .customize-option.skin_ghost_sleep { background-image: url(spritesmith2.png); - background-position: -571px -788px; + background-position: -753px -697px; width: 60px; height: 60px; } .skin_monster { background-image: url(spritesmith2.png); - background-position: -637px -773px; + background-position: -819px 0px; width: 90px; height: 90px; } .customize-option.skin_monster { background-image: url(spritesmith2.png); - background-position: -662px -788px; + background-position: -844px -15px; width: 60px; height: 60px; } .skin_monster_sleep { background-image: url(spritesmith2.png); - background-position: -728px -773px; + background-position: -819px -91px; width: 90px; height: 90px; } .customize-option.skin_monster_sleep { background-image: url(spritesmith2.png); - background-position: -753px -788px; + background-position: -844px -106px; width: 60px; height: 60px; } .skin_ogre { background-image: url(spritesmith2.png); - background-position: -819px -773px; + background-position: -819px -182px; width: 90px; height: 90px; } .customize-option.skin_ogre { background-image: url(spritesmith2.png); - background-position: -844px -788px; + background-position: -844px -197px; width: 60px; height: 60px; } .skin_ogre_sleep { background-image: url(spritesmith2.png); - background-position: -925px 0px; + background-position: -819px -273px; width: 90px; height: 90px; } .customize-option.skin_ogre_sleep { background-image: url(spritesmith2.png); - background-position: -950px -15px; + background-position: -844px -288px; width: 60px; height: 60px; } .skin_pumpkin { background-image: url(spritesmith2.png); - background-position: -925px -91px; + background-position: -819px -364px; width: 90px; height: 90px; } .customize-option.skin_pumpkin { background-image: url(spritesmith2.png); - background-position: -950px -106px; + background-position: -844px -379px; width: 60px; height: 60px; } .skin_pumpkin2 { background-image: url(spritesmith2.png); - background-position: -925px -182px; + background-position: -819px -455px; width: 90px; height: 90px; } .customize-option.skin_pumpkin2 { background-image: url(spritesmith2.png); - background-position: -950px -197px; + background-position: -844px -470px; width: 60px; height: 60px; } .skin_pumpkin2_sleep { background-image: url(spritesmith2.png); - background-position: -925px -273px; + background-position: -819px -546px; width: 90px; height: 90px; } .customize-option.skin_pumpkin2_sleep { background-image: url(spritesmith2.png); - background-position: -950px -288px; + background-position: -844px -561px; width: 60px; height: 60px; } .skin_pumpkin_sleep { background-image: url(spritesmith2.png); - background-position: -925px -364px; + background-position: -819px -637px; width: 90px; height: 90px; } .customize-option.skin_pumpkin_sleep { background-image: url(spritesmith2.png); - background-position: -950px -379px; + background-position: -844px -652px; width: 60px; height: 60px; } .skin_rainbow { background-image: url(spritesmith2.png); - background-position: -925px -455px; + background-position: 0px -773px; width: 90px; height: 90px; } .customize-option.skin_rainbow { background-image: url(spritesmith2.png); - background-position: -950px -470px; + background-position: -25px -788px; width: 60px; height: 60px; } .skin_rainbow_sleep { background-image: url(spritesmith2.png); - background-position: -925px -546px; + background-position: -91px -773px; width: 90px; height: 90px; } .customize-option.skin_rainbow_sleep { background-image: url(spritesmith2.png); - background-position: -950px -561px; + background-position: -116px -788px; width: 60px; height: 60px; } .skin_reptile { background-image: url(spritesmith2.png); - background-position: -925px -637px; + background-position: -182px -773px; width: 90px; height: 90px; } .customize-option.skin_reptile { background-image: url(spritesmith2.png); - background-position: -950px -652px; + background-position: -207px -788px; width: 60px; height: 60px; } .skin_reptile_sleep { background-image: url(spritesmith2.png); - background-position: -925px -728px; + background-position: -273px -773px; width: 90px; height: 90px; } .customize-option.skin_reptile_sleep { background-image: url(spritesmith2.png); - background-position: -950px -743px; + background-position: -298px -788px; width: 60px; height: 60px; } .skin_shadow { background-image: url(spritesmith2.png); - background-position: 0px -864px; + background-position: -364px -773px; width: 90px; height: 90px; } .customize-option.skin_shadow { background-image: url(spritesmith2.png); - background-position: -25px -879px; + background-position: -389px -788px; width: 60px; height: 60px; } .skin_shadow2 { background-image: url(spritesmith2.png); - background-position: -91px -864px; + background-position: -455px -773px; width: 90px; height: 90px; } .customize-option.skin_shadow2 { background-image: url(spritesmith2.png); - background-position: -116px -879px; + background-position: -480px -788px; width: 60px; height: 60px; } .skin_shadow2_sleep { background-image: url(spritesmith2.png); - background-position: -182px -864px; + background-position: -546px -773px; width: 90px; height: 90px; } .customize-option.skin_shadow2_sleep { background-image: url(spritesmith2.png); - background-position: -207px -879px; + background-position: -571px -788px; width: 60px; height: 60px; } .skin_shadow_sleep { background-image: url(spritesmith2.png); - background-position: -273px -864px; + background-position: -637px -773px; width: 90px; height: 90px; } .customize-option.skin_shadow_sleep { background-image: url(spritesmith2.png); - background-position: -298px -879px; + background-position: -662px -788px; width: 60px; height: 60px; } .skin_skeleton { background-image: url(spritesmith2.png); - background-position: -364px -864px; + background-position: -728px -773px; width: 90px; height: 90px; } .customize-option.skin_skeleton { background-image: url(spritesmith2.png); - background-position: -389px -879px; + background-position: -753px -788px; width: 60px; height: 60px; } .skin_skeleton2 { background-image: url(spritesmith2.png); - background-position: -455px -864px; + background-position: -819px -773px; width: 90px; height: 90px; } .customize-option.skin_skeleton2 { background-image: url(spritesmith2.png); - background-position: -480px -879px; + background-position: -844px -788px; width: 60px; height: 60px; } .skin_skeleton2_sleep { background-image: url(spritesmith2.png); - background-position: -546px -864px; + background-position: -910px 0px; width: 90px; height: 90px; } .customize-option.skin_skeleton2_sleep { background-image: url(spritesmith2.png); - background-position: -571px -879px; + background-position: -935px -15px; width: 60px; height: 60px; } .skin_skeleton_sleep { background-image: url(spritesmith2.png); - background-position: -637px -864px; + background-position: -910px -91px; width: 90px; height: 90px; } .customize-option.skin_skeleton_sleep { background-image: url(spritesmith2.png); - background-position: -662px -879px; + background-position: -935px -106px; width: 60px; height: 60px; } .skin_transparent { background-image: url(spritesmith2.png); - background-position: -728px -864px; + background-position: -910px -182px; width: 90px; height: 90px; } .customize-option.skin_transparent { background-image: url(spritesmith2.png); - background-position: -753px -879px; + background-position: -935px -197px; width: 60px; height: 60px; } .skin_transparent_sleep { background-image: url(spritesmith2.png); - background-position: -819px -864px; + background-position: -910px -273px; width: 90px; height: 90px; } .customize-option.skin_transparent_sleep { background-image: url(spritesmith2.png); - background-position: -844px -879px; + background-position: -935px -288px; width: 60px; height: 60px; } .skin_zombie { background-image: url(spritesmith2.png); - background-position: -910px -864px; + background-position: -910px -364px; width: 90px; height: 90px; } .customize-option.skin_zombie { background-image: url(spritesmith2.png); - background-position: -935px -879px; + background-position: -935px -379px; width: 60px; height: 60px; } .skin_zombie2 { background-image: url(spritesmith2.png); - background-position: -1016px 0px; + background-position: -910px -455px; width: 90px; height: 90px; } .customize-option.skin_zombie2 { background-image: url(spritesmith2.png); - background-position: -1041px -15px; + background-position: -935px -470px; width: 60px; height: 60px; } .skin_zombie2_sleep { background-image: url(spritesmith2.png); - background-position: -1016px -91px; + background-position: -910px -546px; width: 90px; height: 90px; } .customize-option.skin_zombie2_sleep { background-image: url(spritesmith2.png); - background-position: -1041px -106px; + background-position: -935px -561px; width: 60px; height: 60px; } .skin_zombie_sleep { background-image: url(spritesmith2.png); - background-position: -1016px -182px; + background-position: -910px -637px; width: 90px; height: 90px; } .customize-option.skin_zombie_sleep { background-image: url(spritesmith2.png); - background-position: -1041px -197px; + background-position: -935px -652px; width: 60px; height: 60px; } .broad_armor_healer_1 { background-image: url(spritesmith2.png); - background-position: -1016px -273px; + background-position: -910px -728px; width: 90px; height: 90px; } .broad_armor_healer_2 { background-image: url(spritesmith2.png); - background-position: -1016px -364px; + background-position: 0px -864px; width: 90px; height: 90px; } .broad_armor_healer_3 { background-image: url(spritesmith2.png); - background-position: -1016px -455px; + background-position: -91px -864px; width: 90px; height: 90px; } .broad_armor_healer_4 { background-image: url(spritesmith2.png); - background-position: -1016px -546px; + background-position: -182px -864px; width: 90px; height: 90px; } .broad_armor_healer_5 { background-image: url(spritesmith2.png); - background-position: -1016px -637px; + background-position: -273px -864px; width: 90px; height: 90px; } .broad_armor_rogue_1 { background-image: url(spritesmith2.png); - background-position: -1016px -728px; + background-position: -364px -864px; width: 90px; height: 90px; } .broad_armor_rogue_2 { background-image: url(spritesmith2.png); - background-position: -1016px -819px; + background-position: -455px -864px; width: 90px; height: 90px; } .broad_armor_rogue_3 { background-image: url(spritesmith2.png); - background-position: 0px -955px; + background-position: -546px -864px; width: 90px; height: 90px; } .broad_armor_rogue_4 { background-image: url(spritesmith2.png); - background-position: -91px -955px; + background-position: -637px -864px; width: 90px; height: 90px; } .broad_armor_rogue_5 { background-image: url(spritesmith2.png); - background-position: -182px -955px; + background-position: -728px -864px; width: 90px; height: 90px; } .broad_armor_special_2 { background-image: url(spritesmith2.png); - background-position: -273px -955px; + background-position: -819px -864px; width: 90px; height: 90px; } .broad_armor_warrior_1 { background-image: url(spritesmith2.png); - background-position: -364px -955px; + background-position: -910px -864px; width: 90px; height: 90px; } .broad_armor_warrior_2 { background-image: url(spritesmith2.png); - background-position: -455px -955px; + background-position: -1001px 0px; width: 90px; height: 90px; } .broad_armor_warrior_3 { background-image: url(spritesmith2.png); - background-position: -546px -955px; + background-position: -1001px -91px; width: 90px; height: 90px; } .broad_armor_warrior_4 { background-image: url(spritesmith2.png); - background-position: -637px -955px; + background-position: -1001px -182px; width: 90px; height: 90px; } .broad_armor_warrior_5 { background-image: url(spritesmith2.png); - background-position: -728px -955px; + background-position: -1001px -273px; width: 90px; height: 90px; } .broad_armor_wizard_1 { background-image: url(spritesmith2.png); - background-position: -819px -955px; + background-position: -1001px -364px; width: 90px; height: 90px; } .broad_armor_wizard_2 { background-image: url(spritesmith2.png); - background-position: -910px -955px; + background-position: -1001px -455px; width: 90px; height: 90px; } .broad_armor_wizard_3 { background-image: url(spritesmith2.png); - background-position: -1001px -955px; + background-position: -1001px -546px; width: 90px; height: 90px; } .broad_armor_wizard_4 { background-image: url(spritesmith2.png); - background-position: -1107px 0px; + background-position: -1001px -637px; width: 90px; height: 90px; } .broad_armor_wizard_5 { background-image: url(spritesmith2.png); - background-position: -1107px -91px; + background-position: -1001px -728px; width: 90px; height: 90px; } .shop_armor_healer_1 { background-image: url(spritesmith2.png); - background-position: -750px -1501px; + background-position: -926px -1542px; width: 40px; height: 40px; } .shop_armor_healer_2 { background-image: url(spritesmith2.png); - background-position: -709px -1501px; + background-position: -885px -1542px; width: 40px; height: 40px; } .shop_armor_healer_3 { background-image: url(spritesmith2.png); - background-position: -668px -1501px; + background-position: -844px -1542px; width: 40px; height: 40px; } .shop_armor_healer_4 { background-image: url(spritesmith2.png); - background-position: -627px -1501px; + background-position: -803px -1542px; width: 40px; height: 40px; } .shop_armor_healer_5 { background-image: url(spritesmith2.png); - background-position: -586px -1501px; + background-position: -762px -1542px; width: 40px; height: 40px; } .shop_armor_rogue_1 { background-image: url(spritesmith2.png); - background-position: -545px -1501px; + background-position: -721px -1542px; width: 40px; height: 40px; } .shop_armor_rogue_2 { background-image: url(spritesmith2.png); - background-position: -504px -1501px; + background-position: -680px -1542px; width: 40px; height: 40px; } .shop_armor_rogue_3 { background-image: url(spritesmith2.png); - background-position: -463px -1501px; + background-position: -639px -1542px; width: 40px; height: 40px; } .shop_armor_rogue_4 { background-image: url(spritesmith2.png); - background-position: -422px -1501px; + background-position: -598px -1542px; width: 40px; height: 40px; } .shop_armor_rogue_5 { background-image: url(spritesmith2.png); - background-position: -381px -1501px; + background-position: -557px -1542px; width: 40px; height: 40px; } .shop_armor_special_0 { background-image: url(spritesmith2.png); - background-position: -340px -1501px; + background-position: -516px -1542px; width: 40px; height: 40px; } .shop_armor_special_1 { background-image: url(spritesmith2.png); - background-position: -299px -1501px; + background-position: -475px -1542px; width: 40px; height: 40px; } .shop_armor_special_2 { background-image: url(spritesmith2.png); - background-position: -258px -1501px; + background-position: -434px -1542px; width: 40px; height: 40px; } .shop_armor_warrior_1 { background-image: url(spritesmith2.png); - background-position: -217px -1501px; + background-position: -393px -1542px; width: 40px; height: 40px; } .shop_armor_warrior_2 { background-image: url(spritesmith2.png); - background-position: -176px -1501px; + background-position: -352px -1542px; width: 40px; height: 40px; } .shop_armor_warrior_3 { background-image: url(spritesmith2.png); - background-position: -135px -1501px; + background-position: -311px -1542px; width: 40px; height: 40px; } .shop_armor_warrior_4 { background-image: url(spritesmith2.png); - background-position: -94px -1501px; + background-position: -270px -1542px; width: 40px; height: 40px; } .shop_armor_warrior_5 { background-image: url(spritesmith2.png); - background-position: -1120px -1087px; + background-position: -229px -1542px; width: 40px; height: 40px; } .shop_armor_wizard_1 { background-image: url(spritesmith2.png); - background-position: -1120px -1046px; + background-position: -188px -1542px; width: 40px; height: 40px; } .shop_armor_wizard_2 { background-image: url(spritesmith2.png); - background-position: -405px -273px; + background-position: -147px -1542px; width: 40px; height: 40px; } .shop_armor_wizard_3 { background-image: url(spritesmith2.png); - background-position: -364px -273px; + background-position: -106px -1542px; width: 40px; height: 40px; } .shop_armor_wizard_4 { background-image: url(spritesmith2.png); - background-position: -511px -364px; + background-position: -1582px -1501px; width: 40px; height: 40px; } .shop_armor_wizard_5 { background-image: url(spritesmith2.png); - background-position: -470px -364px; + background-position: -1541px -1501px; width: 40px; height: 40px; } .slim_armor_healer_1 { background-image: url(spritesmith2.png); - background-position: -1198px -364px; + background-position: -91px -1046px; width: 90px; height: 90px; } .slim_armor_healer_2 { background-image: url(spritesmith2.png); - background-position: -1198px -455px; + background-position: -182px -1046px; width: 90px; height: 90px; } .slim_armor_healer_3 { background-image: url(spritesmith2.png); - background-position: -1198px -546px; + background-position: -273px -1046px; width: 90px; height: 90px; } .slim_armor_healer_4 { background-image: url(spritesmith2.png); - background-position: -1198px -637px; + background-position: -364px -1046px; width: 90px; height: 90px; } .slim_armor_healer_5 { background-image: url(spritesmith2.png); - background-position: -1198px -728px; + background-position: -455px -1046px; width: 90px; height: 90px; } .slim_armor_rogue_1 { background-image: url(spritesmith2.png); - background-position: -1198px -819px; + background-position: -546px -1046px; width: 90px; height: 90px; } .slim_armor_rogue_2 { background-image: url(spritesmith2.png); - background-position: -1198px -910px; + background-position: -637px -1046px; width: 90px; height: 90px; } .slim_armor_rogue_3 { background-image: url(spritesmith2.png); - background-position: -1198px -1001px; + background-position: -728px -1046px; width: 90px; height: 90px; } .slim_armor_rogue_4 { background-image: url(spritesmith2.png); - background-position: 0px -1137px; + background-position: -819px -1046px; width: 90px; height: 90px; } .slim_armor_rogue_5 { background-image: url(spritesmith2.png); - background-position: -91px -1137px; + background-position: -910px -1046px; width: 90px; height: 90px; } .slim_armor_special_2 { background-image: url(spritesmith2.png); - background-position: -182px -1137px; + background-position: -1001px -1046px; width: 90px; height: 90px; } .slim_armor_warrior_1 { background-image: url(spritesmith2.png); - background-position: -273px -1137px; + background-position: -1092px -1046px; width: 90px; height: 90px; } .slim_armor_warrior_2 { background-image: url(spritesmith2.png); - background-position: -364px -1137px; + background-position: -1204px 0px; width: 90px; height: 90px; } .slim_armor_warrior_3 { background-image: url(spritesmith2.png); - background-position: -455px -1137px; + background-position: -1204px -91px; width: 90px; height: 90px; } .slim_armor_warrior_4 { background-image: url(spritesmith2.png); - background-position: -546px -1137px; + background-position: -1204px -182px; width: 90px; height: 90px; } .slim_armor_warrior_5 { background-image: url(spritesmith2.png); - background-position: -637px -1137px; + background-position: -1204px -273px; width: 90px; height: 90px; } .slim_armor_wizard_1 { background-image: url(spritesmith2.png); - background-position: -728px -1137px; + background-position: -1204px -364px; width: 90px; height: 90px; } .slim_armor_wizard_2 { background-image: url(spritesmith2.png); - background-position: -819px -1137px; + background-position: -1204px -455px; width: 90px; height: 90px; } .slim_armor_wizard_3 { background-image: url(spritesmith2.png); - background-position: -910px -1137px; + background-position: -1204px -546px; width: 90px; height: 90px; } .slim_armor_wizard_4 { background-image: url(spritesmith2.png); - background-position: -1001px -1137px; + background-position: -1204px -637px; width: 90px; height: 90px; } .slim_armor_wizard_5 { background-image: url(spritesmith2.png); - background-position: -1092px -1137px; + background-position: -1204px -728px; width: 90px; height: 90px; } .broad_armor_special_birthday { background-image: url(spritesmith2.png); - background-position: -1183px -1137px; + background-position: -1204px -819px; width: 90px; height: 90px; } .broad_armor_special_birthday2015 { background-image: url(spritesmith2.png); - background-position: -1289px 0px; + background-position: -1204px -910px; width: 90px; height: 90px; } .shop_armor_special_birthday { background-image: url(spritesmith2.png); - background-position: -602px -455px; + background-position: -1500px -1501px; width: 40px; height: 40px; } .shop_armor_special_birthday2015 { background-image: url(spritesmith2.png); - background-position: -561px -455px; + background-position: -1459px -1501px; width: 40px; height: 40px; } .slim_armor_special_birthday { background-image: url(spritesmith2.png); - background-position: -1289px -273px; + background-position: -91px -1137px; width: 90px; height: 90px; } .slim_armor_special_birthday2015 { background-image: url(spritesmith2.png); - background-position: -1289px -364px; + background-position: -182px -1137px; width: 90px; height: 90px; } .broad_armor_special_fallHealer { background-image: url(spritesmith2.png); - background-position: -1289px -455px; + background-position: -273px -1137px; width: 90px; height: 90px; } .broad_armor_special_fallMage { background-image: url(spritesmith2.png); - background-position: 0px -1228px; + background-position: -364px -1137px; width: 120px; height: 90px; } .broad_armor_special_fallRogue { background-image: url(spritesmith2.png); - background-position: -121px -1228px; + background-position: -485px -1137px; width: 105px; height: 90px; } .broad_armor_special_fallWarrior { background-image: url(spritesmith2.png); - background-position: -1289px -546px; + background-position: -591px -1137px; width: 90px; height: 90px; } .head_special_fallHealer { background-image: url(spritesmith2.png); - background-position: -1289px -637px; + background-position: -682px -1137px; width: 90px; height: 90px; } .head_special_fallMage { background-image: url(spritesmith2.png); - background-position: -227px -1228px; + background-position: -773px -1137px; width: 120px; height: 90px; } .head_special_fallRogue { background-image: url(spritesmith2.png); - background-position: -348px -1228px; + background-position: -894px -1137px; width: 105px; height: 90px; } .head_special_fallWarrior { background-image: url(spritesmith2.png); - background-position: -1289px -728px; + background-position: -1000px -1137px; width: 90px; height: 90px; } .shield_special_fallHealer { background-image: url(spritesmith2.png); - background-position: -1289px -819px; + background-position: -1091px -1137px; width: 90px; height: 90px; } .shield_special_fallRogue { background-image: url(spritesmith2.png); - background-position: -364px 0px; + background-position: -1182px -1137px; width: 105px; height: 90px; } .shield_special_fallWarrior { background-image: url(spritesmith2.png); - background-position: -1289px -1001px; + background-position: -1295px 0px; width: 90px; height: 90px; } .shop_armor_special_fallHealer { background-image: url(spritesmith2.png); - background-position: -693px -546px; + background-position: -1418px -1501px; width: 40px; height: 40px; } .shop_armor_special_fallMage { background-image: url(spritesmith2.png); - background-position: -652px -546px; + background-position: -1377px -1501px; width: 40px; height: 40px; } .shop_armor_special_fallRogue { background-image: url(spritesmith2.png); - background-position: -1603px -1389px; + background-position: -1336px -1501px; width: 40px; height: 40px; } .shop_armor_special_fallWarrior { background-image: url(spritesmith2.png); - background-position: -1562px -1389px; + background-position: -1295px -1501px; width: 40px; height: 40px; } .shop_head_special_fallHealer { background-image: url(spritesmith2.png); - background-position: -1603px -1348px; + background-position: -1254px -1501px; width: 40px; height: 40px; } .shop_head_special_fallMage { background-image: url(spritesmith2.png); - background-position: -1562px -1348px; + background-position: -1213px -1501px; width: 40px; height: 40px; } .shop_head_special_fallRogue { background-image: url(spritesmith2.png); - background-position: -1603px -1307px; + background-position: -1172px -1501px; width: 40px; height: 40px; } .shop_head_special_fallWarrior { background-image: url(spritesmith2.png); - background-position: -1562px -1307px; + background-position: -951px -819px; width: 40px; height: 40px; } .shop_shield_special_fallHealer { background-image: url(spritesmith2.png); - background-position: -1603px -1266px; + background-position: -910px -819px; width: 40px; height: 40px; } .shop_shield_special_fallRogue { background-image: url(spritesmith2.png); - background-position: -1562px -1266px; + background-position: -1042px -910px; width: 40px; height: 40px; } .shop_shield_special_fallWarrior { background-image: url(spritesmith2.png); - background-position: -1603px -1225px; + background-position: -1001px -910px; width: 40px; height: 40px; } .shop_weapon_special_fallHealer { background-image: url(spritesmith2.png); - background-position: -1562px -1225px; + background-position: -1133px -1001px; width: 40px; height: 40px; } .shop_weapon_special_fallMage { background-image: url(spritesmith2.png); - background-position: -1603px -1184px; + background-position: -1092px -1001px; width: 40px; height: 40px; } .shop_weapon_special_fallRogue { background-image: url(spritesmith2.png); - background-position: -1562px -1184px; + background-position: -1245px -1092px; width: 40px; height: 40px; } .shop_weapon_special_fallWarrior { background-image: url(spritesmith2.png); - background-position: -1603px -1143px; + background-position: -1204px -1092px; width: 40px; height: 40px; } .slim_armor_special_fallHealer { background-image: url(spritesmith2.png); - background-position: -1380px -364px; + background-position: -273px -1228px; width: 90px; height: 90px; } .slim_armor_special_fallMage { background-image: url(spritesmith2.png); - background-position: 0px -1319px; + background-position: -364px -1228px; width: 120px; height: 90px; } .slim_armor_special_fallRogue { background-image: url(spritesmith2.png); - background-position: -121px -1319px; + background-position: 0px -1501px; width: 105px; height: 90px; } .slim_armor_special_fallWarrior { background-image: url(spritesmith2.png); - background-position: -1380px -455px; + background-position: -576px -1228px; width: 90px; height: 90px; } .weapon_special_fallHealer { background-image: url(spritesmith2.png); - background-position: -1380px -546px; + background-position: -667px -1228px; width: 90px; height: 90px; } .weapon_special_fallMage { background-image: url(spritesmith2.png); - background-position: -227px -1319px; + background-position: -758px -1228px; width: 120px; height: 90px; } .weapon_special_fallRogue { background-image: url(spritesmith2.png); - background-position: -348px -1319px; + background-position: -879px -1228px; width: 105px; height: 90px; } .weapon_special_fallWarrior { background-image: url(spritesmith2.png); - background-position: -1380px -637px; + background-position: -985px -1228px; width: 90px; height: 90px; } .broad_armor_special_gaymerx { background-image: url(spritesmith2.png); - background-position: -1380px -728px; + background-position: -1076px -1228px; width: 90px; height: 90px; } .head_special_gaymerx { background-image: url(spritesmith2.png); - background-position: -1380px -819px; + background-position: -1167px -1228px; width: 90px; height: 90px; } .shop_armor_special_gaymerx { background-image: url(spritesmith2.png); - background-position: -1562px -1143px; + background-position: -1336px -1183px; width: 40px; height: 40px; } .shop_head_special_gaymerx { background-image: url(spritesmith2.png); - background-position: -1603px -1102px; + background-position: -1295px -1183px; width: 40px; height: 40px; } .slim_armor_special_gaymerx { background-image: url(spritesmith2.png); - background-position: -1380px -1092px; + background-position: -1386px -91px; width: 90px; height: 90px; } .back_mystery_201402 { background-image: url(spritesmith2.png); - background-position: -1380px -1183px; + background-position: -1386px -182px; width: 90px; height: 90px; } .broad_armor_mystery_201402 { background-image: url(spritesmith2.png); - background-position: -454px -1319px; + background-position: -1386px -273px; width: 90px; height: 90px; } .head_mystery_201402 { background-image: url(spritesmith2.png); - background-position: -545px -1319px; + background-position: -1386px -364px; width: 90px; height: 90px; } .shop_armor_mystery_201402 { background-image: url(spritesmith2.png); - background-position: -1562px -1020px; + background-position: -1427px -1274px; width: 40px; height: 40px; } .shop_back_mystery_201402 { background-image: url(spritesmith2.png); - background-position: -1603px -979px; + background-position: -1386px -1274px; width: 40px; height: 40px; } .shop_head_mystery_201402 { background-image: url(spritesmith2.png); - background-position: -1562px -979px; + background-position: -1518px -1365px; width: 40px; height: 40px; } .slim_armor_mystery_201402 { background-image: url(spritesmith2.png); - background-position: -909px -1319px; + background-position: -1386px -728px; width: 90px; height: 90px; } .broad_armor_mystery_201403 { background-image: url(spritesmith2.png); - background-position: -1000px -1319px; + background-position: -1386px -819px; width: 90px; height: 90px; } .headAccessory_mystery_201403 { background-image: url(spritesmith2.png); - background-position: -1091px -1319px; + background-position: -1386px -910px; width: 90px; height: 90px; } .shop_armor_mystery_201403 { background-image: url(spritesmith2.png); - background-position: -1603px -938px; + background-position: -1477px -1365px; width: 40px; height: 40px; } .shop_headAccessory_mystery_201403 { background-image: url(spritesmith2.png); - background-position: -1562px -938px; + background-position: -1609px -1434px; width: 40px; height: 40px; } .slim_armor_mystery_201403 { background-image: url(spritesmith2.png); - background-position: -1364px -1319px; + background-position: -1386px -1183px; width: 90px; height: 90px; } .back_mystery_201404 { background-image: url(spritesmith2.png); - background-position: -1471px 0px; + background-position: 0px -1319px; width: 90px; height: 90px; } .headAccessory_mystery_201404 { background-image: url(spritesmith2.png); - background-position: -1471px -91px; + background-position: -91px -1319px; width: 90px; height: 90px; } .shop_back_mystery_201404 { background-image: url(spritesmith2.png); - background-position: -1603px -897px; + background-position: -1568px -1434px; width: 40px; height: 40px; } .shop_headAccessory_mystery_201404 { background-image: url(spritesmith2.png); - background-position: -1562px -815px; + background-position: -1609px -1393px; width: 40px; height: 40px; } .broad_armor_mystery_201405 { background-image: url(spritesmith2.png); - background-position: -1471px -364px; + background-position: -364px -1319px; width: 90px; height: 90px; } .head_mystery_201405 { background-image: url(spritesmith2.png); - background-position: -1471px -455px; + background-position: -455px -1319px; width: 90px; height: 90px; } .shop_armor_mystery_201405 { background-image: url(spritesmith2.png); - background-position: -1603px -774px; + background-position: -1568px -1393px; width: 40px; height: 40px; } .shop_head_mystery_201405 { background-image: url(spritesmith2.png); - background-position: -1562px -774px; + background-position: -1609px -1352px; width: 40px; height: 40px; } .slim_armor_mystery_201405 { background-image: url(spritesmith2.png); - background-position: -1471px -728px; + background-position: -728px -1319px; width: 90px; height: 90px; } .broad_armor_mystery_201406 { background-image: url(spritesmith2.png); - background-position: -182px -212px; + background-position: -91px -212px; width: 90px; height: 96px; } .head_mystery_201406 { background-image: url(spritesmith2.png); - background-position: -273px -212px; + background-position: -182px -212px; width: 90px; height: 96px; } .shop_armor_mystery_201406 { background-image: url(spritesmith2.png); - background-position: -1603px -733px; + background-position: -1568px -1352px; width: 40px; height: 40px; } .shop_head_mystery_201406 { background-image: url(spritesmith2.png); - background-position: -1562px -692px; + background-position: -1609px -1311px; width: 40px; height: 40px; } .slim_armor_mystery_201406 { background-image: url(spritesmith2.png); - background-position: -91px -212px; + background-position: -273px -212px; width: 90px; height: 96px; } .broad_armor_mystery_201407 { background-image: url(spritesmith2.png); - background-position: -1471px -1274px; + background-position: -1274px -1319px; width: 90px; height: 90px; } .head_mystery_201407 { background-image: url(spritesmith2.png); - background-position: 0px -1410px; + background-position: -1365px -1319px; width: 90px; height: 90px; } .shop_armor_mystery_201407 { background-image: url(spritesmith2.png); - background-position: -1603px -651px; + background-position: -1568px -1311px; width: 40px; height: 40px; } .shop_head_mystery_201407 { background-image: url(spritesmith2.png); - background-position: -1562px -651px; + background-position: -1609px -1270px; width: 40px; height: 40px; } .slim_armor_mystery_201407 { background-image: url(spritesmith2.png); - background-position: -273px -1410px; + background-position: -1477px -182px; width: 90px; height: 90px; } .broad_armor_mystery_201408 { background-image: url(spritesmith2.png); - background-position: -364px -1410px; + background-position: -1477px -273px; width: 90px; height: 90px; } .head_mystery_201408 { background-image: url(spritesmith2.png); - background-position: -455px -1410px; + background-position: -1477px -364px; width: 90px; height: 90px; } .shop_armor_mystery_201408 { background-image: url(spritesmith2.png); - background-position: -1603px -569px; + background-position: -1568px -1270px; width: 40px; height: 40px; } .shop_head_mystery_201408 { background-image: url(spritesmith2.png); - background-position: -1562px -569px; + background-position: -1609px -1229px; width: 40px; height: 40px; } .slim_armor_mystery_201408 { background-image: url(spritesmith2.png); - background-position: -728px -1410px; + background-position: -1477px -637px; width: 90px; height: 90px; } .broad_armor_mystery_201409 { background-image: url(spritesmith2.png); - background-position: -819px -1410px; + background-position: -1477px -728px; width: 90px; height: 90px; } .headAccessory_mystery_201409 { background-image: url(spritesmith2.png); - background-position: -910px -1410px; + background-position: -1477px -819px; width: 90px; height: 90px; } .shop_armor_mystery_201409 { background-image: url(spritesmith2.png); - background-position: -1603px -487px; + background-position: -1568px -1229px; width: 40px; height: 40px; } .shop_headAccessory_mystery_201409 { background-image: url(spritesmith2.png); - background-position: -1562px -487px; + background-position: -1609px -1188px; width: 40px; height: 40px; } .slim_armor_mystery_201409 { background-image: url(spritesmith2.png); - background-position: -1183px -1410px; + background-position: -1477px -1092px; width: 90px; height: 90px; } .back_mystery_201410 { background-image: url(spritesmith2.png); - background-position: -1274px -1410px; + background-position: 0px -1410px; width: 93px; height: 90px; } .broad_armor_mystery_201410 { background-image: url(spritesmith2.png); - background-position: -1368px -1410px; + background-position: -94px -1410px; width: 93px; height: 90px; } .shop_armor_mystery_201410 { background-image: url(spritesmith2.png); - background-position: -1603px -446px; + background-position: -1568px -1188px; width: 40px; height: 40px; } .shop_back_mystery_201410 { background-image: url(spritesmith2.png); - background-position: -1562px -405px; + background-position: -1609px -1147px; width: 40px; height: 40px; } .slim_armor_mystery_201410 { background-image: url(spritesmith2.png); - background-position: 0px -1501px; + background-position: -188px -1410px; width: 93px; height: 90px; } .head_mystery_201411 { background-image: url(spritesmith2.png); - background-position: -1562px -91px; + background-position: -282px -1410px; width: 90px; height: 90px; } .shop_head_mystery_201411 { background-image: url(spritesmith2.png); - background-position: -1421px -1274px; + background-position: -1568px -1147px; width: 40px; height: 40px; } .shop_weapon_mystery_201411 { background-image: url(spritesmith2.png); - background-position: -1603px -364px; + background-position: -1609px -1024px; width: 40px; height: 40px; } .weapon_mystery_201411 { background-image: url(spritesmith2.png); - background-position: -1562px -273px; + background-position: -555px -1410px; width: 90px; height: 90px; } .broad_armor_mystery_201412 { background-image: url(spritesmith2.png); - background-position: -1562px -182px; + background-position: -646px -1410px; width: 90px; height: 90px; } .head_mystery_201412 { background-image: url(spritesmith2.png); - background-position: -1562px 0px; + background-position: -737px -1410px; width: 90px; height: 90px; } .shop_armor_mystery_201412 { background-image: url(spritesmith2.png); - background-position: -1603px -405px; + background-position: -1568px -1024px; width: 40px; height: 40px; } .shop_head_mystery_201412 { background-image: url(spritesmith2.png); - background-position: -1562px -446px; + background-position: -1609px -983px; width: 40px; height: 40px; } .slim_armor_mystery_201412 { background-image: url(spritesmith2.png); - background-position: -1462px -1410px; + background-position: -1010px -1410px; width: 90px; height: 90px; } .broad_armor_mystery_201501 { background-image: url(spritesmith2.png); - background-position: -1092px -1410px; + background-position: -1101px -1410px; width: 90px; height: 90px; } .head_mystery_201501 { background-image: url(spritesmith2.png); - background-position: -1001px -1410px; + background-position: -1192px -1410px; width: 90px; height: 90px; } .shop_armor_mystery_201501 { background-image: url(spritesmith2.png); - background-position: -1562px -528px; + background-position: -1568px -983px; width: 40px; height: 40px; } .shop_head_mystery_201501 { background-image: url(spritesmith2.png); - background-position: -1603px -528px; + background-position: -1609px -942px; width: 40px; height: 40px; } .slim_armor_mystery_201501 { background-image: url(spritesmith2.png); - background-position: -637px -1410px; + background-position: -1465px -1410px; width: 90px; height: 90px; } .headAccessory_mystery_201502 { background-image: url(spritesmith2.png); - background-position: -546px -1410px; + background-position: -1568px 0px; width: 90px; height: 90px; } .shop_headAccessory_mystery_201502 { background-image: url(spritesmith2.png); - background-position: -1562px -610px; + background-position: -1568px -942px; width: 40px; height: 40px; } .shop_weapon_mystery_201502 { background-image: url(spritesmith2.png); - background-position: -1603px -610px; + background-position: -1609px -819px; width: 40px; height: 40px; } .weapon_mystery_201502 { background-image: url(spritesmith2.png); - background-position: -182px -1410px; + background-position: -1568px -273px; width: 90px; height: 90px; } .broad_armor_mystery_201503 { background-image: url(spritesmith2.png); - background-position: -91px -1410px; + background-position: -1568px -364px; width: 90px; height: 90px; } .eyewear_mystery_201503 { background-image: url(spritesmith2.png); - background-position: -1471px -1092px; + background-position: -1568px -455px; width: 90px; height: 90px; } .shop_armor_mystery_201503 { background-image: url(spritesmith2.png); - background-position: -1603px -692px; + background-position: -106px -1501px; width: 40px; height: 40px; } .shop_eyewear_mystery_201503 { background-image: url(spritesmith2.png); - background-position: -1562px -733px; + background-position: -1568px -819px; width: 40px; height: 40px; } .slim_armor_mystery_201503 { background-image: url(spritesmith2.png); - background-position: -1471px -1001px; + background-position: -1568px -728px; width: 90px; height: 90px; } .broad_armor_mystery_301404 { background-image: url(spritesmith2.png); - background-position: -1471px -637px; + background-position: -1568px -637px; width: 90px; height: 90px; } .eyewear_mystery_301404 { background-image: url(spritesmith2.png); - background-position: -1471px -546px; + background-position: -1568px -546px; width: 90px; height: 90px; } .head_mystery_301404 { background-image: url(spritesmith2.png); - background-position: -1471px -273px; + background-position: -1568px -182px; width: 90px; height: 90px; } .shop_armor_mystery_301404 { background-image: url(spritesmith2.png); - background-position: -1603px -815px; + background-position: -1568px -860px; width: 40px; height: 40px; } .shop_eyewear_mystery_301404 { background-image: url(spritesmith2.png); - background-position: -1562px -856px; + background-position: -1609px -860px; width: 40px; height: 40px; } .shop_head_mystery_301404 { background-image: url(spritesmith2.png); - background-position: -1603px -856px; + background-position: -1568px -901px; width: 40px; height: 40px; } .shop_weapon_mystery_301404 { background-image: url(spritesmith2.png); - background-position: -1562px -897px; + background-position: -1609px -901px; width: 40px; height: 40px; } .slim_armor_mystery_301404 { background-image: url(spritesmith2.png); - background-position: -1471px -182px; + background-position: -1568px -91px; width: 90px; height: 90px; } .weapon_mystery_301404 { background-image: url(spritesmith2.png); - background-position: -1273px -1319px; + background-position: -1374px -1410px; width: 90px; height: 90px; } .eyewear_mystery_301405 { background-image: url(spritesmith2.png); - background-position: -1182px -1319px; + background-position: -1283px -1410px; width: 90px; height: 90px; } .headAccessory_mystery_301405 { background-image: url(spritesmith2.png); - background-position: -818px -1319px; + background-position: -919px -1410px; width: 90px; height: 90px; } .head_mystery_301405 { background-image: url(spritesmith2.png); - background-position: -727px -1319px; + background-position: -828px -1410px; width: 90px; height: 90px; } .shield_mystery_301405 { background-image: url(spritesmith2.png); - background-position: -636px -1319px; + background-position: -464px -1410px; width: 90px; height: 90px; } .shop_eyewear_mystery_301405 { background-image: url(spritesmith2.png); - background-position: -1603px -1020px; + background-position: -1568px -1065px; width: 40px; height: 40px; } .shop_headAccessory_mystery_301405 { background-image: url(spritesmith2.png); - background-position: -1562px -1061px; + background-position: -1609px -1065px; width: 40px; height: 40px; } .shop_head_mystery_301405 { background-image: url(spritesmith2.png); - background-position: -1603px -1061px; + background-position: -1568px -1106px; width: 40px; height: 40px; } .shop_shield_mystery_301405 { background-image: url(spritesmith2.png); - background-position: -1562px -1102px; + background-position: -1609px -1106px; width: 40px; height: 40px; } +.broad_armor_special_spring2015Healer { + background-image: url(spritesmith2.png); + background-position: -373px -1410px; + width: 90px; + height: 90px; +} +.broad_armor_special_spring2015Mage { + background-image: url(spritesmith2.png); + background-position: -1477px -1274px; + width: 90px; + height: 90px; +} +.broad_armor_special_spring2015Rogue { + background-image: url(spritesmith2.png); + background-position: -1477px -1183px; + width: 90px; + height: 90px; +} +.broad_armor_special_spring2015Warrior { + background-image: url(spritesmith2.png); + background-position: -1477px -1001px; + width: 90px; + height: 90px; +} .broad_armor_special_springHealer { background-image: url(spritesmith2.png); - background-position: -1380px -1001px; + background-position: -1477px -910px; width: 90px; height: 90px; } .broad_armor_special_springMage { background-image: url(spritesmith2.png); - background-position: -1380px -910px; + background-position: -1477px -546px; width: 90px; height: 90px; } .broad_armor_special_springRogue { background-image: url(spritesmith2.png); - background-position: -1380px -273px; + background-position: -1477px -455px; width: 90px; height: 90px; } .broad_armor_special_springWarrior { background-image: url(spritesmith2.png); - background-position: -1380px -182px; + background-position: -1477px -91px; + width: 90px; + height: 90px; +} +.headAccessory_special_spring2015Healer { + background-image: url(spritesmith2.png); + background-position: -1477px 0px; + width: 90px; + height: 90px; +} +.headAccessory_special_spring2015Mage { + background-image: url(spritesmith2.png); + background-position: -1092px -1319px; + width: 90px; + height: 90px; +} +.headAccessory_special_spring2015Rogue { + background-image: url(spritesmith2.png); + background-position: -1001px -1319px; + width: 90px; + height: 90px; +} +.headAccessory_special_spring2015Warrior { + background-image: url(spritesmith2.png); + background-position: -637px -1319px; width: 90px; height: 90px; } .headAccessory_special_springHealer { background-image: url(spritesmith2.png); - background-position: -1380px -91px; + background-position: -546px -1319px; width: 90px; height: 90px; } .headAccessory_special_springMage { background-image: url(spritesmith2.png); - background-position: -1380px 0px; + background-position: -273px -1319px; width: 90px; height: 90px; } .headAccessory_special_springRogue { background-image: url(spritesmith2.png); - background-position: -1273px -1228px; + background-position: -182px -1319px; width: 90px; height: 90px; } .headAccessory_special_springWarrior { background-image: url(spritesmith2.png); - background-position: -1182px -1228px; + background-position: -1386px -1092px; + width: 90px; + height: 90px; +} +.head_special_spring2015Healer { + background-image: url(spritesmith2.png); + background-position: -1386px -1001px; + width: 90px; + height: 90px; +} +.head_special_spring2015Mage { + background-image: url(spritesmith2.png); + background-position: -1386px -637px; + width: 90px; + height: 90px; +} +.head_special_spring2015Rogue { + background-image: url(spritesmith2.png); + background-position: -1386px -546px; + width: 90px; + height: 90px; +} +.head_special_spring2015Warrior { + background-image: url(spritesmith2.png); + background-position: -1386px -455px; width: 90px; height: 90px; } .head_special_springHealer { background-image: url(spritesmith2.png); - background-position: -1091px -1228px; + background-position: -1386px 0px; width: 90px; height: 90px; } .head_special_springMage { background-image: url(spritesmith2.png); - background-position: -1000px -1228px; + background-position: -1258px -1228px; width: 90px; height: 90px; } .head_special_springRogue { background-image: url(spritesmith2.png); - background-position: -909px -1228px; + background-position: -182px -1228px; width: 90px; height: 90px; } .head_special_springWarrior { background-image: url(spritesmith2.png); - background-position: -818px -1228px; + background-position: -91px -1228px; + width: 90px; + height: 90px; +} +.shield_special_spring2015Healer { + background-image: url(spritesmith2.png); + background-position: 0px -1228px; + width: 90px; + height: 90px; +} +.shield_special_spring2015Rogue { + background-image: url(spritesmith2.png); + background-position: -1295px -1092px; + width: 90px; + height: 90px; +} +.shield_special_spring2015Warrior { + background-image: url(spritesmith2.png); + background-position: -1295px -1001px; width: 90px; height: 90px; } .shield_special_springHealer { background-image: url(spritesmith2.png); - background-position: -727px -1228px; + background-position: -1295px -910px; width: 90px; height: 90px; } .shield_special_springRogue { background-image: url(spritesmith2.png); - background-position: -636px -1228px; + background-position: -1295px -819px; width: 90px; height: 90px; } .shield_special_springWarrior { background-image: url(spritesmith2.png); - background-position: -545px -1228px; + background-position: -1295px -728px; width: 90px; height: 90px; } +.shop_armor_special_spring2015Healer { + background-image: url(spritesmith2.png); + background-position: -819px -728px; + width: 40px; + height: 40px; +} +.shop_armor_special_spring2015Mage { + background-image: url(spritesmith2.png); + background-position: -860px -728px; + width: 40px; + height: 40px; +} +.shop_armor_special_spring2015Rogue { + background-image: url(spritesmith2.png); + background-position: -728px -637px; + width: 40px; + height: 40px; +} +.shop_armor_special_spring2015Warrior { + background-image: url(spritesmith2.png); + background-position: -769px -637px; + width: 40px; + height: 40px; +} .shop_armor_special_springHealer { background-image: url(spritesmith2.png); - background-position: -1562px -1430px; + background-position: -637px -546px; width: 40px; height: 40px; } .shop_armor_special_springMage { background-image: url(spritesmith2.png); - background-position: -1603px -1430px; + background-position: -678px -546px; width: 40px; height: 40px; } .shop_armor_special_springRogue { background-image: url(spritesmith2.png); - background-position: -1471px -1365px; + background-position: -546px -455px; width: 40px; height: 40px; } .shop_armor_special_springWarrior { background-image: url(spritesmith2.png); - background-position: -1512px -1365px; + background-position: -587px -455px; + width: 40px; + height: 40px; +} +.shop_headAccessory_special_spring2015Healer { + background-image: url(spritesmith2.png); + background-position: -455px -364px; + width: 40px; + height: 40px; +} +.shop_headAccessory_special_spring2015Mage { + background-image: url(spritesmith2.png); + background-position: -496px -364px; + width: 40px; + height: 40px; +} +.shop_headAccessory_special_spring2015Rogue { + background-image: url(spritesmith2.png); + background-position: -364px -273px; + width: 40px; + height: 40px; +} +.shop_headAccessory_special_spring2015Warrior { + background-image: url(spritesmith2.png); + background-position: -405px -273px; width: 40px; height: 40px; } .shop_headAccessory_special_springHealer { background-image: url(spritesmith2.png); - background-position: -1380px -1274px; + background-position: -967px -1542px; width: 40px; height: 40px; } .shop_headAccessory_special_springMage { background-image: url(spritesmith2.png); - background-position: -1562px -364px; + background-position: -147px -1501px; width: 40px; height: 40px; } .shop_headAccessory_special_springRogue { background-image: url(spritesmith2.png); - background-position: -1289px -1183px; + background-position: -188px -1501px; width: 40px; height: 40px; } .shop_headAccessory_special_springWarrior { background-image: url(spritesmith2.png); - background-position: -1330px -1183px; + background-position: -229px -1501px; + width: 40px; + height: 40px; +} +.shop_head_special_spring2015Healer { + background-image: url(spritesmith2.png); + background-position: -270px -1501px; + width: 40px; + height: 40px; +} +.shop_head_special_spring2015Mage { + background-image: url(spritesmith2.png); + background-position: -311px -1501px; + width: 40px; + height: 40px; +} +.shop_head_special_spring2015Rogue { + background-image: url(spritesmith2.png); + background-position: -352px -1501px; + width: 40px; + height: 40px; +} +.shop_head_special_spring2015Warrior { + background-image: url(spritesmith2.png); + background-position: -393px -1501px; width: 40px; height: 40px; } .shop_head_special_springHealer { background-image: url(spritesmith2.png); - background-position: -1198px -1092px; + background-position: -434px -1501px; width: 40px; height: 40px; } .shop_head_special_springMage { background-image: url(spritesmith2.png); - background-position: -1239px -1092px; - width: 40px; - height: 40px; -} -.shop_head_special_springRogue copy { - background-image: url(spritesmith2.png); - background-position: -1107px -1001px; + background-position: -475px -1501px; width: 40px; height: 40px; } .shop_head_special_springRogue { background-image: url(spritesmith2.png); - background-position: -1148px -1001px; + background-position: -516px -1501px; width: 40px; height: 40px; } .shop_head_special_springWarrior { background-image: url(spritesmith2.png); - background-position: -1016px -910px; + background-position: -557px -1501px; + width: 40px; + height: 40px; +} +.shop_shield_special_spring2015Healer { + background-image: url(spritesmith2.png); + background-position: -598px -1501px; + width: 40px; + height: 40px; +} +.shop_shield_special_spring2015Rogue { + background-image: url(spritesmith2.png); + background-position: -639px -1501px; + width: 40px; + height: 40px; +} +.shop_shield_special_spring2015Warrior { + background-image: url(spritesmith2.png); + background-position: -680px -1501px; width: 40px; height: 40px; } .shop_shield_special_springHealer { background-image: url(spritesmith2.png); - background-position: -1057px -910px; + background-position: -721px -1501px; width: 40px; height: 40px; } .shop_shield_special_springRogue { background-image: url(spritesmith2.png); - background-position: -925px -819px; + background-position: -762px -1501px; width: 40px; height: 40px; } .shop_shield_special_springWarrior { background-image: url(spritesmith2.png); - background-position: -966px -819px; + background-position: -803px -1501px; + width: 40px; + height: 40px; +} +.shop_weapon_special_spring2015Healer { + background-image: url(spritesmith2.png); + background-position: -844px -1501px; + width: 40px; + height: 40px; +} +.shop_weapon_special_spring2015Mage { + background-image: url(spritesmith2.png); + background-position: -885px -1501px; + width: 40px; + height: 40px; +} +.shop_weapon_special_spring2015Rogue { + background-image: url(spritesmith2.png); + background-position: -926px -1501px; + width: 40px; + height: 40px; +} +.shop_weapon_special_spring2015Warrior { + background-image: url(spritesmith2.png); + background-position: -967px -1501px; width: 40px; height: 40px; } .shop_weapon_special_springHealer { background-image: url(spritesmith2.png); - background-position: -834px -728px; + background-position: -1008px -1501px; width: 40px; height: 40px; } .shop_weapon_special_springMage { background-image: url(spritesmith2.png); - background-position: -875px -728px; + background-position: -1049px -1501px; width: 40px; height: 40px; } .shop_weapon_special_springRogue { background-image: url(spritesmith2.png); - background-position: -743px -637px; + background-position: -1090px -1501px; width: 40px; height: 40px; } .shop_weapon_special_springWarrior { background-image: url(spritesmith2.png); - background-position: -784px -637px; + background-position: -1131px -1501px; width: 40px; height: 40px; } +.slim_armor_special_spring2015Healer { + background-image: url(spritesmith2.png); + background-position: -1295px -637px; + width: 90px; + height: 90px; +} +.slim_armor_special_spring2015Mage { + background-image: url(spritesmith2.png); + background-position: -1295px -546px; + width: 90px; + height: 90px; +} +.slim_armor_special_spring2015Rogue { + background-image: url(spritesmith2.png); + background-position: -1295px -455px; + width: 90px; + height: 90px; +} +.slim_armor_special_spring2015Warrior { + background-image: url(spritesmith2.png); + background-position: -1295px -364px; + width: 90px; + height: 90px; +} .slim_armor_special_springHealer { background-image: url(spritesmith2.png); - background-position: -454px -1228px; + background-position: -1295px -273px; width: 90px; height: 90px; } .slim_armor_special_springMage { background-image: url(spritesmith2.png); - background-position: -1289px -1092px; + background-position: -1295px -182px; width: 90px; height: 90px; } .slim_armor_special_springRogue { background-image: url(spritesmith2.png); - background-position: -1289px -182px; + background-position: -1295px -91px; width: 90px; height: 90px; } .slim_armor_special_springWarrior { background-image: url(spritesmith2.png); - background-position: -1289px -91px; + background-position: 0px -1137px; + width: 90px; + height: 90px; +} +.weapon_special_spring2015Healer { + background-image: url(spritesmith2.png); + background-position: -1204px -1001px; + width: 90px; + height: 90px; +} +.weapon_special_spring2015Mage { + background-image: url(spritesmith2.png); + background-position: 0px -1046px; + width: 90px; + height: 90px; +} +.weapon_special_spring2015Rogue { + background-image: url(spritesmith2.png); + background-position: -1092px -910px; + width: 90px; + height: 90px; +} +.weapon_special_spring2015Warrior { + background-image: url(spritesmith2.png); + background-position: -1092px -819px; width: 90px; height: 90px; } .weapon_special_springHealer { background-image: url(spritesmith2.png); - background-position: -1198px -273px; + background-position: -1092px -728px; width: 90px; height: 90px; } .weapon_special_springMage { background-image: url(spritesmith2.png); - background-position: -1198px -182px; + background-position: -1092px -637px; width: 90px; height: 90px; } .weapon_special_springRogue { background-image: url(spritesmith2.png); - background-position: -1198px -91px; + background-position: -1092px -546px; width: 90px; height: 90px; } .weapon_special_springWarrior { background-image: url(spritesmith2.png); - background-position: -1198px 0px; + background-position: -1092px -455px; width: 90px; height: 90px; } @@ -2802,37 +2868,37 @@ } .broad_armor_special_summerHealer { background-image: url(spritesmith2.png); - background-position: -273px 0px; + background-position: 0px 0px; width: 90px; height: 105px; } .broad_armor_special_summerMage { background-image: url(spritesmith2.png); - background-position: 0px 0px; + background-position: -182px -106px; width: 90px; height: 105px; } .broad_armor_special_summerRogue { background-image: url(spritesmith2.png); - background-position: -1008px -1046px; + background-position: -1092px 0px; width: 111px; height: 90px; } .broad_armor_special_summerWarrior { background-image: url(spritesmith2.png); - background-position: -896px -1046px; + background-position: -945px -955px; width: 111px; height: 90px; } .eyewear_special_summerRogue { background-image: url(spritesmith2.png); - background-position: -784px -1046px; + background-position: -833px -955px; width: 111px; height: 90px; } .eyewear_special_summerWarrior { background-image: url(spritesmith2.png); - background-position: -672px -1046px; + background-position: -721px -955px; width: 111px; height: 90px; } @@ -2850,13 +2916,13 @@ } .head_special_summerRogue { background-image: url(spritesmith2.png); - background-position: -560px -1046px; + background-position: -427px -955px; width: 111px; height: 90px; } .head_special_summerWarrior { background-image: url(spritesmith2.png); - background-position: -448px -1046px; + background-position: -315px -955px; width: 111px; height: 90px; } @@ -2868,133 +2934,25 @@ } .Mage_Summer { background-image: url(spritesmith2.png); - background-position: -91px 0px; + background-position: -273px 0px; width: 90px; height: 105px; } .SummerRogue14 { background-image: url(spritesmith2.png); - background-position: -336px -1046px; + background-position: -112px -955px; width: 111px; height: 90px; } .SummerWarrior14 { background-image: url(spritesmith2.png); - background-position: -224px -1046px; + background-position: 0px -955px; width: 111px; height: 90px; } .shield_special_summerHealer { background-image: url(spritesmith2.png); - background-position: -182px -106px; + background-position: -91px 0px; width: 90px; height: 105px; } -.shield_special_summerRogue { - background-image: url(spritesmith2.png); - background-position: -112px -1046px; - width: 111px; - height: 90px; -} -.shield_special_summerWarrior { - background-image: url(spritesmith2.png); - background-position: 0px -1046px; - width: 111px; - height: 90px; -} -.shop_armor_special_summerHealer { - background-image: url(spritesmith2.png); - background-position: -791px -1501px; - width: 40px; - height: 40px; -} -.shop_armor_special_summerMage { - background-image: url(spritesmith2.png); - background-position: -832px -1501px; - width: 40px; - height: 40px; -} -.shop_armor_special_summerRogue { - background-image: url(spritesmith2.png); - background-position: -873px -1501px; - width: 40px; - height: 40px; -} -.shop_armor_special_summerWarrior { - background-image: url(spritesmith2.png); - background-position: -914px -1501px; - width: 40px; - height: 40px; -} -.shop_body_special_summerHealer { - background-image: url(spritesmith2.png); - background-position: -955px -1501px; - width: 40px; - height: 40px; -} -.shop_body_special_summerMage { - background-image: url(spritesmith2.png); - background-position: -996px -1501px; - width: 40px; - height: 40px; -} -.shop_eyewear_special_summerRogue { - background-image: url(spritesmith2.png); - background-position: -1037px -1501px; - width: 40px; - height: 40px; -} -.shop_eyewear_special_summerWarrior { - background-image: url(spritesmith2.png); - background-position: -1078px -1501px; - width: 40px; - height: 40px; -} -.shop_head_special_summerHealer { - background-image: url(spritesmith2.png); - background-position: -1119px -1501px; - width: 40px; - height: 40px; -} -.shop_head_special_summerMage { - background-image: url(spritesmith2.png); - background-position: -1160px -1501px; - width: 40px; - height: 40px; -} -.shop_head_special_summerRogue { - background-image: url(spritesmith2.png); - background-position: -1201px -1501px; - width: 40px; - height: 40px; -} -.shop_head_special_summerWarrior { - background-image: url(spritesmith2.png); - background-position: -1242px -1501px; - width: 40px; - height: 40px; -} -.shop_shield_special_summerHealer { - background-image: url(spritesmith2.png); - background-position: -1283px -1501px; - width: 40px; - height: 40px; -} -.shop_shield_special_summerRogue { - background-image: url(spritesmith2.png); - background-position: -1324px -1501px; - width: 40px; - height: 40px; -} -.shop_shield_special_summerWarrior { - background-image: url(spritesmith2.png); - background-position: -1365px -1501px; - width: 40px; - height: 40px; -} -.shop_weapon_special_summerHealer { - background-image: url(spritesmith2.png); - background-position: -1406px -1501px; - width: 40px; - height: 40px; -} diff --git a/common/dist/sprites/spritesmith2.png b/common/dist/sprites/spritesmith2.png index 0c32a15363..f6b63ac61e 100644 Binary files a/common/dist/sprites/spritesmith2.png and b/common/dist/sprites/spritesmith2.png differ diff --git a/common/dist/sprites/spritesmith3.css b/common/dist/sprites/spritesmith3.css index 652b81f7e3..41039a5d8f 100644 --- a/common/dist/sprites/spritesmith3.css +++ b/common/dist/sprites/spritesmith3.css @@ -1,150 +1,258 @@ +.shield_special_summerRogue { + background-image: url(spritesmith3.png); + background-position: -112px -1469px; + width: 111px; + height: 90px; +} +.shield_special_summerWarrior { + background-image: url(spritesmith3.png); + background-position: -457px -1378px; + width: 111px; + height: 90px; +} +.shop_armor_special_summerHealer { + background-image: url(spritesmith3.png); + background-position: -1810px -1420px; + width: 40px; + height: 40px; +} +.shop_armor_special_summerMage { + background-image: url(spritesmith3.png); + background-position: -1851px -1420px; + width: 40px; + height: 40px; +} +.shop_armor_special_summerRogue { + background-image: url(spritesmith3.png); + background-position: -1892px -1420px; + width: 40px; + height: 40px; +} +.shop_armor_special_summerWarrior { + background-image: url(spritesmith3.png); + background-position: -1810px -1543px; + width: 40px; + height: 40px; +} +.shop_body_special_summerHealer { + background-image: url(spritesmith3.png); + background-position: -1676px -1601px; + width: 40px; + height: 40px; +} +.shop_body_special_summerMage { + background-image: url(spritesmith3.png); + background-position: 0px -1651px; + width: 40px; + height: 40px; +} +.shop_eyewear_special_summerRogue { + background-image: url(spritesmith3.png); + background-position: -41px -1651px; + width: 40px; + height: 40px; +} +.shop_eyewear_special_summerWarrior { + background-image: url(spritesmith3.png); + background-position: -82px -1651px; + width: 40px; + height: 40px; +} +.shop_head_special_summerHealer { + background-image: url(spritesmith3.png); + background-position: -123px -1651px; + width: 40px; + height: 40px; +} +.shop_head_special_summerMage { + background-image: url(spritesmith3.png); + background-position: -164px -1651px; + width: 40px; + height: 40px; +} +.shop_head_special_summerRogue { + background-image: url(spritesmith3.png); + background-position: -205px -1651px; + width: 40px; + height: 40px; +} +.shop_head_special_summerWarrior { + background-image: url(spritesmith3.png); + background-position: -1728px -1379px; + width: 40px; + height: 40px; +} +.shop_shield_special_summerHealer { + background-image: url(spritesmith3.png); + background-position: -1769px -1379px; + width: 40px; + height: 40px; +} +.shop_shield_special_summerRogue { + background-image: url(spritesmith3.png); + background-position: -1810px -1379px; + width: 40px; + height: 40px; +} +.shop_shield_special_summerWarrior { + background-image: url(spritesmith3.png); + background-position: -1851px -1379px; + width: 40px; + height: 40px; +} +.shop_weapon_special_summerHealer { + background-image: url(spritesmith3.png); + background-position: -1892px -1379px; + width: 40px; + height: 40px; +} .shop_weapon_special_summerMage { background-image: url(spritesmith3.png); - background-position: -1107px -1763px; + background-position: -1933px -1379px; width: 40px; height: 40px; } .shop_weapon_special_summerRogue { background-image: url(spritesmith3.png); - background-position: -1640px -1722px; + background-position: -1974px -1379px; width: 40px; height: 40px; } .shop_weapon_special_summerWarrior { background-image: url(spritesmith3.png); - background-position: -1148px -1763px; + background-position: -1728px -1420px; width: 40px; height: 40px; } .slim_armor_special_summerHealer { background-image: url(spritesmith3.png); - background-position: -91px -1176px; + background-position: -1233px -1037px; width: 90px; height: 105px; } .slim_armor_special_summerMage { background-image: url(spritesmith3.png); - background-position: -182px -1176px; + background-position: -508px -1176px; width: 90px; height: 105px; } .slim_armor_special_summerRogue { background-image: url(spritesmith3.png); - background-position: 0px -1464px; + background-position: -224px -1469px; width: 111px; height: 90px; } .slim_armor_special_summerWarrior { background-image: url(spritesmith3.png); - background-position: -457px -1373px; + background-position: 0px -1469px; width: 111px; height: 90px; } .weapon_special_summerHealer { background-image: url(spritesmith3.png); - background-position: 0px -1176px; + background-position: -417px -1176px; width: 90px; height: 105px; } .weapon_special_summerMage { background-image: url(spritesmith3.png); - background-position: -273px -1176px; + background-position: -326px -1176px; width: 90px; height: 105px; } .weapon_special_summerRogue { background-image: url(spritesmith3.png); - background-position: -112px -1464px; + background-position: -336px -1469px; width: 111px; height: 90px; } .weapon_special_summerWarrior { background-image: url(spritesmith3.png); - background-position: -224px -1464px; + background-position: -448px -1469px; width: 111px; height: 90px; } .broad_armor_special_candycane { background-image: url(spritesmith3.png); - background-position: -1546px -1183px; + background-position: -1546px -1274px; width: 90px; height: 90px; } .broad_armor_special_ski { background-image: url(spritesmith3.png); - background-position: -1546px -1274px; + background-position: -1546px -1365px; width: 90px; height: 90px; } .broad_armor_special_snowflake { background-image: url(spritesmith3.png); - background-position: -1546px -1365px; + background-position: -560px -1469px; width: 90px; height: 90px; } .broad_armor_special_winter2015Healer { background-image: url(spritesmith3.png); - background-position: -336px -1464px; + background-position: -651px -1469px; width: 90px; height: 90px; } .broad_armor_special_winter2015Mage { background-image: url(spritesmith3.png); - background-position: -427px -1464px; + background-position: -742px -1469px; width: 90px; height: 90px; } .broad_armor_special_winter2015Rogue { background-image: url(spritesmith3.png); - background-position: -700px -1464px; + background-position: -833px -1469px; width: 96px; height: 90px; } .broad_armor_special_winter2015Warrior { background-image: url(spritesmith3.png); - background-position: -797px -1464px; + background-position: -930px -1469px; width: 90px; height: 90px; } .broad_armor_special_yeti { background-image: url(spritesmith3.png); - background-position: -888px -1464px; + background-position: -1021px -1469px; width: 90px; height: 90px; } .head_special_candycane { background-image: url(spritesmith3.png); - background-position: -979px -1464px; + background-position: -1112px -1469px; width: 90px; height: 90px; } .head_special_nye { background-image: url(spritesmith3.png); - background-position: -1070px -1464px; + background-position: -1203px -1469px; width: 90px; height: 90px; } .head_special_nye2014 { background-image: url(spritesmith3.png); - background-position: -1161px -1464px; + background-position: -1294px -1469px; width: 90px; height: 90px; } .head_special_ski { background-image: url(spritesmith3.png); - background-position: -1252px -1464px; + background-position: -1385px -1469px; width: 90px; height: 90px; } .head_special_snowflake { background-image: url(spritesmith3.png); - background-position: -1343px -1464px; + background-position: -1476px -1469px; width: 90px; height: 90px; } .head_special_winter2015Healer { background-image: url(spritesmith3.png); - background-position: -1525px -1464px; + background-position: -1637px -182px; width: 90px; height: 90px; } @@ -156,7 +264,7 @@ } .head_special_winter2015Rogue { background-image: url(spritesmith3.png); - background-position: -227px -1555px; + background-position: 0px -1560px; width: 96px; height: 90px; } @@ -168,1447 +276,1447 @@ } .head_special_yeti { background-image: url(spritesmith3.png); - background-position: -1637px -546px; + background-position: -1637px -455px; width: 90px; height: 90px; } .shield_special_ski { background-image: url(spritesmith3.png); - background-position: -324px -1555px; + background-position: -97px -1560px; width: 104px; height: 90px; } .shield_special_snowflake { background-image: url(spritesmith3.png); - background-position: -1637px -728px; + background-position: -1637px -546px; width: 90px; height: 90px; } .shield_special_winter2015Healer { background-image: url(spritesmith3.png); - background-position: -1637px -910px; + background-position: -1637px -637px; width: 90px; height: 90px; } .shield_special_winter2015Rogue { background-image: url(spritesmith3.png); - background-position: -647px -1555px; + background-position: -202px -1560px; width: 96px; height: 90px; } .shield_special_winter2015Warrior { background-image: url(spritesmith3.png); - background-position: -1637px -1001px; + background-position: -1637px -819px; width: 90px; height: 90px; } .shield_special_yeti { background-image: url(spritesmith3.png); - background-position: -1637px -1092px; + background-position: -1637px -910px; width: 90px; height: 90px; } .shop_armor_special_candycane { background-image: url(spritesmith3.png); - background-position: -1189px -1763px; + background-position: -246px -1651px; width: 40px; height: 40px; } .shop_armor_special_ski { background-image: url(spritesmith3.png); - background-position: -1230px -1763px; + background-position: -287px -1651px; width: 40px; height: 40px; } .shop_armor_special_snowflake { background-image: url(spritesmith3.png); - background-position: -1271px -1763px; + background-position: -328px -1651px; width: 40px; height: 40px; } .shop_armor_special_winter2015Healer { background-image: url(spritesmith3.png); - background-position: -1312px -1763px; + background-position: -656px -1651px; width: 40px; height: 40px; } .shop_armor_special_winter2015Mage { background-image: url(spritesmith3.png); - background-position: -1353px -1763px; + background-position: -697px -1651px; width: 40px; height: 40px; } .shop_armor_special_winter2015Rogue { background-image: url(spritesmith3.png); - background-position: -1394px -1763px; + background-position: -1973px -617px; width: 40px; height: 40px; } .shop_armor_special_winter2015Warrior { background-image: url(spritesmith3.png); - background-position: -1435px -1763px; + background-position: -1973px -669px; width: 40px; height: 40px; } .shop_armor_special_yeti { background-image: url(spritesmith3.png); - background-position: -1476px -1763px; + background-position: -1973px -721px; width: 40px; height: 40px; } .shop_head_special_candycane { background-image: url(spritesmith3.png); - background-position: -1517px -1763px; + background-position: -1973px -773px; width: 40px; height: 40px; } .shop_head_special_nye { background-image: url(spritesmith3.png); - background-position: -1777px -1195px; + background-position: -1973px -825px; width: 40px; height: 40px; } .shop_head_special_nye2014 { background-image: url(spritesmith3.png); - background-position: -1777px -1247px; + background-position: -1973px -877px; width: 40px; height: 40px; } .shop_head_special_ski { background-image: url(spritesmith3.png); - background-position: -1777px -1299px; + background-position: -1973px -929px; width: 40px; height: 40px; } .shop_head_special_snowflake { background-image: url(spritesmith3.png); - background-position: -1777px -1351px; + background-position: -1973px -981px; width: 40px; height: 40px; } .shop_head_special_winter2015Healer { background-image: url(spritesmith3.png); - background-position: -1777px -1403px; + background-position: -1844px -1085px; width: 40px; height: 40px; } .shop_head_special_winter2015Mage { background-image: url(spritesmith3.png); - background-position: -1777px -1455px; + background-position: -1885px -1085px; width: 40px; height: 40px; } .shop_head_special_winter2015Rogue { background-image: url(spritesmith3.png); - background-position: -1290px -698px; + background-position: -1926px -1085px; width: 40px; height: 40px; } .shop_head_special_winter2015Warrior { background-image: url(spritesmith3.png); - background-position: -996px -624px; + background-position: -1967px -1085px; width: 40px; height: 40px; } .shop_head_special_yeti { background-image: url(spritesmith3.png); - background-position: -1037px -624px; + background-position: -1728px -1133px; width: 40px; height: 40px; } .shop_shield_special_ski { background-image: url(spritesmith3.png); - background-position: -1672px -1646px; + background-position: -1769px -1133px; width: 40px; height: 40px; } .shop_shield_special_snowflake { background-image: url(spritesmith3.png); - background-position: -1713px -1646px; + background-position: -1851px -1133px; width: 40px; height: 40px; } .shop_shield_special_winter2015Healer { background-image: url(spritesmith3.png); - background-position: -1754px -1646px; + background-position: -1892px -1133px; width: 40px; height: 40px; } .shop_shield_special_winter2015Rogue { background-image: url(spritesmith3.png); - background-position: -656px -1763px; + background-position: -1933px -1133px; width: 40px; height: 40px; } .shop_shield_special_winter2015Warrior { background-image: url(spritesmith3.png); - background-position: -697px -1763px; + background-position: -1974px -1133px; width: 40px; height: 40px; } .shop_shield_special_yeti { background-image: url(spritesmith3.png); - background-position: -738px -1763px; + background-position: -1728px -1174px; width: 40px; height: 40px; } .shop_weapon_special_candycane { background-image: url(spritesmith3.png); - background-position: -779px -1763px; + background-position: -1769px -1174px; width: 40px; height: 40px; } .shop_weapon_special_ski { background-image: url(spritesmith3.png); - background-position: -820px -1763px; + background-position: -1728px -1338px; width: 40px; height: 40px; } .shop_weapon_special_snowflake { background-image: url(spritesmith3.png); - background-position: -861px -1763px; + background-position: -1769px -1338px; width: 40px; height: 40px; } .shop_weapon_special_winter2015Healer { background-image: url(spritesmith3.png); - background-position: -902px -1763px; + background-position: -1810px -1338px; width: 40px; height: 40px; } .shop_weapon_special_winter2015Mage { background-image: url(spritesmith3.png); - background-position: -943px -1763px; + background-position: -1851px -1338px; width: 40px; height: 40px; } .shop_weapon_special_winter2015Rogue { background-image: url(spritesmith3.png); - background-position: -984px -1763px; + background-position: -1892px -1338px; width: 40px; height: 40px; } .shop_weapon_special_winter2015Warrior { background-image: url(spritesmith3.png); - background-position: -1025px -1763px; + background-position: -1933px -1338px; width: 40px; height: 40px; } .shop_weapon_special_yeti { background-image: url(spritesmith3.png); - background-position: -1066px -1763px; + background-position: -1974px -1338px; width: 40px; height: 40px; } .slim_armor_special_candycane { background-image: url(spritesmith3.png); - background-position: -1637px -1183px; + background-position: -1637px -1274px; width: 90px; height: 90px; } .slim_armor_special_ski { background-image: url(spritesmith3.png); - background-position: -1637px -1274px; + background-position: -1637px -1365px; width: 90px; height: 90px; } .slim_armor_special_snowflake { background-image: url(spritesmith3.png); - background-position: -1637px -1365px; + background-position: -1637px -1456px; width: 90px; height: 90px; } .slim_armor_special_winter2015Healer { background-image: url(spritesmith3.png); - background-position: -1637px -1456px; + background-position: -617px -1560px; width: 90px; height: 90px; } .slim_armor_special_winter2015Mage { background-image: url(spritesmith3.png); - background-position: -744px -1555px; + background-position: -799px -1560px; width: 90px; height: 90px; } .slim_armor_special_winter2015Rogue { background-image: url(spritesmith3.png); - background-position: -835px -1555px; + background-position: -890px -1560px; width: 96px; height: 90px; } .slim_armor_special_winter2015Warrior { background-image: url(spritesmith3.png); - background-position: -932px -1555px; + background-position: -1296px -1560px; width: 90px; height: 90px; } .slim_armor_special_yeti { background-image: url(spritesmith3.png); - background-position: -1023px -1555px; + background-position: -1728px -91px; width: 90px; height: 90px; } .weapon_special_candycane { background-image: url(spritesmith3.png); - background-position: -1114px -1555px; + background-position: -1819px -91px; width: 90px; height: 90px; } .weapon_special_ski { background-image: url(spritesmith3.png); - background-position: -1205px -1555px; + background-position: -1910px -91px; width: 90px; height: 90px; } .weapon_special_snowflake { background-image: url(spritesmith3.png); - background-position: -1296px -1555px; + background-position: -1728px -182px; width: 90px; height: 90px; } .weapon_special_winter2015Healer { background-image: url(spritesmith3.png); - background-position: -1387px -1555px; + background-position: -1819px -182px; width: 90px; height: 90px; } .weapon_special_winter2015Mage { background-image: url(spritesmith3.png); - background-position: -1478px -1555px; + background-position: -1910px -182px; width: 90px; height: 90px; } .weapon_special_winter2015Rogue { background-image: url(spritesmith3.png); - background-position: -1569px -1555px; + background-position: -1728px -273px; width: 96px; height: 90px; } .weapon_special_winter2015Warrior { background-image: url(spritesmith3.png); - background-position: -455px -1176px; + background-position: -1825px -273px; width: 90px; height: 90px; } .weapon_special_yeti { background-image: url(spritesmith3.png); - background-position: -546px -1176px; + background-position: -690px -1176px; width: 90px; height: 90px; } .back_special_wondercon_black { background-image: url(spritesmith3.png); - background-position: -637px -1176px; + background-position: -781px -1176px; width: 90px; height: 90px; } .back_special_wondercon_red { background-image: url(spritesmith3.png); - background-position: -728px -1176px; + background-position: -872px -1176px; width: 90px; height: 90px; } .body_special_wondercon_black { background-image: url(spritesmith3.png); - background-position: -819px -1176px; + background-position: -963px -1176px; width: 90px; height: 90px; } .body_special_wondercon_gold { background-image: url(spritesmith3.png); - background-position: -910px -1176px; + background-position: -1054px -1176px; width: 90px; height: 90px; } .body_special_wondercon_red { background-image: url(spritesmith3.png); - background-position: -1001px -1176px; + background-position: -1145px -1176px; width: 90px; height: 90px; } .eyewear_special_wondercon_black { background-image: url(spritesmith3.png); - background-position: -1092px -1176px; + background-position: -1236px -1176px; width: 90px; height: 90px; } .eyewear_special_wondercon_red { background-image: url(spritesmith3.png); - background-position: -1183px -1176px; + background-position: -1351px 0px; width: 90px; height: 90px; } .shop_back_special_wondercon_black { background-image: url(spritesmith3.png); - background-position: 0px -1722px; + background-position: -369px -1651px; width: 40px; height: 40px; } .shop_back_special_wondercon_red { background-image: url(spritesmith3.png); - background-position: -41px -1722px; + background-position: -410px -1651px; width: 40px; height: 40px; } .shop_body_special_wondercon_black { background-image: url(spritesmith3.png); - background-position: -82px -1722px; + background-position: -451px -1651px; width: 40px; height: 40px; } .shop_body_special_wondercon_gold { background-image: url(spritesmith3.png); - background-position: -123px -1722px; + background-position: -492px -1651px; width: 40px; height: 40px; } .shop_body_special_wondercon_red { background-image: url(spritesmith3.png); - background-position: -164px -1722px; + background-position: -533px -1651px; width: 40px; height: 40px; } .shop_eyewear_special_wondercon_black { background-image: url(spritesmith3.png); - background-position: -205px -1722px; + background-position: -574px -1651px; width: 40px; height: 40px; } .shop_eyewear_special_wondercon_red { background-image: url(spritesmith3.png); - background-position: -246px -1722px; + background-position: -615px -1651px; width: 40px; height: 40px; } .head_0 { background-image: url(spritesmith3.png); - background-position: -1351px 0px; + background-position: -1351px -91px; width: 90px; height: 90px; } .customize-option.head_0 { background-image: url(spritesmith3.png); - background-position: -1376px -15px; + background-position: -1376px -106px; width: 60px; height: 60px; } .head_healer_1 { background-image: url(spritesmith3.png); - background-position: -1351px -91px; + background-position: -1351px -182px; width: 90px; height: 90px; } .head_healer_2 { background-image: url(spritesmith3.png); - background-position: -1351px -182px; + background-position: -1351px -273px; width: 90px; height: 90px; } .head_healer_3 { background-image: url(spritesmith3.png); - background-position: -1351px -273px; + background-position: -1351px -364px; width: 90px; height: 90px; } .head_healer_4 { background-image: url(spritesmith3.png); - background-position: -1351px -364px; + background-position: -1351px -455px; width: 90px; height: 90px; } .head_healer_5 { background-image: url(spritesmith3.png); - background-position: -1351px -455px; + background-position: -1351px -546px; width: 90px; height: 90px; } .head_rogue_1 { background-image: url(spritesmith3.png); - background-position: -1351px -546px; + background-position: -1351px -637px; width: 90px; height: 90px; } .head_rogue_2 { background-image: url(spritesmith3.png); - background-position: -1351px -637px; + background-position: -1351px -728px; width: 90px; height: 90px; } .head_rogue_3 { background-image: url(spritesmith3.png); - background-position: -1351px -728px; + background-position: -1351px -819px; width: 90px; height: 90px; } .head_rogue_4 { background-image: url(spritesmith3.png); - background-position: -1351px -819px; + background-position: -1351px -910px; width: 90px; height: 90px; } .head_rogue_5 { background-image: url(spritesmith3.png); - background-position: -1351px -910px; + background-position: -1351px -1001px; width: 90px; height: 90px; } .head_special_2 { background-image: url(spritesmith3.png); - background-position: -1351px -1001px; + background-position: -1351px -1092px; width: 90px; height: 90px; } .head_warrior_1 { background-image: url(spritesmith3.png); - background-position: -1351px -1092px; + background-position: -1351px -1183px; width: 90px; height: 90px; } .head_warrior_2 { background-image: url(spritesmith3.png); - background-position: -1351px -1183px; + background-position: 0px -1287px; width: 90px; height: 90px; } .head_warrior_3 { background-image: url(spritesmith3.png); - background-position: 0px -1282px; + background-position: -91px -1287px; width: 90px; height: 90px; } .head_warrior_4 { background-image: url(spritesmith3.png); - background-position: -91px -1282px; + background-position: -182px -1287px; width: 90px; height: 90px; } .head_warrior_5 { background-image: url(spritesmith3.png); - background-position: -182px -1282px; + background-position: -273px -1287px; width: 90px; height: 90px; } .head_wizard_1 { background-image: url(spritesmith3.png); - background-position: -273px -1282px; + background-position: -364px -1287px; width: 90px; height: 90px; } .head_wizard_2 { background-image: url(spritesmith3.png); - background-position: -364px -1282px; + background-position: -455px -1287px; width: 90px; height: 90px; } .head_wizard_3 { background-image: url(spritesmith3.png); - background-position: -455px -1282px; + background-position: -546px -1287px; width: 90px; height: 90px; } .head_wizard_4 { background-image: url(spritesmith3.png); - background-position: -546px -1282px; + background-position: -637px -1287px; width: 90px; height: 90px; } .head_wizard_5 { background-image: url(spritesmith3.png); - background-position: -637px -1282px; + background-position: -728px -1287px; width: 90px; height: 90px; } .shop_head_healer_1 { background-image: url(spritesmith3.png); - background-position: -1558px -1763px; + background-position: -1810px -1174px; width: 40px; height: 40px; } .shop_head_healer_2 { background-image: url(spritesmith3.png); - background-position: -1599px -1763px; + background-position: -1851px -1174px; width: 40px; height: 40px; } .shop_head_healer_3 { background-image: url(spritesmith3.png); - background-position: -1640px -1763px; + background-position: -1892px -1174px; width: 40px; height: 40px; } .shop_head_healer_4 { background-image: url(spritesmith3.png); - background-position: -1681px -1763px; + background-position: -1974px -1174px; width: 40px; height: 40px; } .shop_head_healer_5 { background-image: url(spritesmith3.png); - background-position: -1722px -1763px; + background-position: -1728px -1215px; width: 40px; height: 40px; } .shop_head_rogue_1 { background-image: url(spritesmith3.png); - background-position: -1763px -1763px; + background-position: -1769px -1215px; width: 40px; height: 40px; } .shop_head_rogue_2 { background-image: url(spritesmith3.png); - background-position: -1819px 0px; + background-position: -1810px -1215px; width: 40px; height: 40px; } .shop_head_rogue_3 { background-image: url(spritesmith3.png); - background-position: -1819px -41px; + background-position: -1851px -1215px; width: 40px; height: 40px; } .shop_head_rogue_4 { background-image: url(spritesmith3.png); - background-position: -1819px -82px; + background-position: -1892px -1215px; width: 40px; height: 40px; } .shop_head_rogue_5 { background-image: url(spritesmith3.png); - background-position: -1819px -123px; + background-position: -1933px -1215px; width: 40px; height: 40px; } .shop_head_special_0 { background-image: url(spritesmith3.png); - background-position: -1819px -164px; + background-position: -1974px -1215px; width: 40px; height: 40px; } .shop_head_special_1 { background-image: url(spritesmith3.png); - background-position: -1819px -205px; + background-position: -1810px -1256px; width: 40px; height: 40px; } .shop_head_special_2 { background-image: url(spritesmith3.png); - background-position: -1819px -246px; + background-position: -1851px -1256px; width: 40px; height: 40px; } .shop_head_warrior_1 { background-image: url(spritesmith3.png); - background-position: -1819px -328px; + background-position: -1892px -1256px; width: 40px; height: 40px; } .shop_head_warrior_2 { background-image: url(spritesmith3.png); - background-position: -1819px -369px; + background-position: -1933px -1256px; width: 40px; height: 40px; } .shop_head_warrior_3 { background-image: url(spritesmith3.png); - background-position: -1819px -451px; + background-position: -1974px -1256px; width: 40px; height: 40px; } .shop_head_warrior_4 { background-image: url(spritesmith3.png); - background-position: -1819px -615px; + background-position: -1728px -1297px; width: 40px; height: 40px; } .shop_head_warrior_5 { background-image: url(spritesmith3.png); - background-position: -1777px -370px; + background-position: -1769px -1297px; width: 40px; height: 40px; } .shop_head_wizard_1 { background-image: url(spritesmith3.png); - background-position: -1777px -883px; + background-position: -1810px -1297px; width: 40px; height: 40px; } .shop_head_wizard_2 { background-image: url(spritesmith3.png); - background-position: -1777px -935px; + background-position: -1851px -1297px; width: 40px; height: 40px; } .shop_head_wizard_3 { background-image: url(spritesmith3.png); - background-position: -1777px -987px; + background-position: -1892px -1297px; width: 40px; height: 40px; } .shop_head_wizard_4 { background-image: url(spritesmith3.png); - background-position: -1777px -1091px; + background-position: -1933px -1297px; width: 40px; height: 40px; } .shop_head_wizard_5 { background-image: url(spritesmith3.png); - background-position: -1777px -1143px; + background-position: -1974px -1297px; width: 40px; height: 40px; } .shield_healer_1 { background-image: url(spritesmith3.png); - background-position: -728px -1282px; + background-position: -819px -1287px; width: 90px; height: 90px; } .shield_healer_2 { background-image: url(spritesmith3.png); - background-position: -819px -1282px; + background-position: -910px -1287px; width: 90px; height: 90px; } .shield_healer_3 { background-image: url(spritesmith3.png); - background-position: -910px -1282px; + background-position: -1001px -1287px; width: 90px; height: 90px; } .shield_healer_4 { background-image: url(spritesmith3.png); - background-position: -1001px -1282px; + background-position: -1092px -1287px; width: 90px; height: 90px; } .shield_healer_5 { background-image: url(spritesmith3.png); - background-position: -1092px -1282px; + background-position: -1183px -1287px; width: 90px; height: 90px; } .shield_rogue_0 { background-image: url(spritesmith3.png); - background-position: -1183px -1282px; + background-position: -1274px -1287px; width: 90px; height: 90px; } .shield_rogue_1 { background-image: url(spritesmith3.png); - background-position: -1274px -1282px; + background-position: -1442px 0px; width: 103px; height: 90px; } .shield_rogue_2 { background-image: url(spritesmith3.png); - background-position: -1442px 0px; + background-position: -1442px -91px; width: 103px; height: 90px; } .shield_rogue_3 { background-image: url(spritesmith3.png); - background-position: 0px -1373px; + background-position: 0px -1378px; width: 114px; height: 90px; } .shield_rogue_4 { background-image: url(spritesmith3.png); - background-position: -1442px -91px; + background-position: -1442px -182px; width: 96px; height: 90px; } .shield_rogue_5 { background-image: url(spritesmith3.png); - background-position: -115px -1373px; + background-position: -115px -1378px; width: 114px; height: 90px; } .shield_rogue_6 { background-image: url(spritesmith3.png); - background-position: -230px -1373px; + background-position: -230px -1378px; width: 114px; height: 90px; } .shield_special_1 { background-image: url(spritesmith3.png); - background-position: -1442px -182px; + background-position: -1442px -273px; width: 90px; height: 90px; } .shield_special_goldenknight { background-image: url(spritesmith3.png); - background-position: -345px -1373px; + background-position: -345px -1378px; width: 111px; height: 90px; } .shield_warrior_1 { background-image: url(spritesmith3.png); - background-position: -1442px -273px; + background-position: -1442px -364px; width: 90px; height: 90px; } .shield_warrior_2 { background-image: url(spritesmith3.png); - background-position: -1442px -364px; + background-position: -1442px -455px; width: 90px; height: 90px; } .shield_warrior_3 { background-image: url(spritesmith3.png); - background-position: -1442px -455px; + background-position: -1442px -546px; width: 90px; height: 90px; } .shield_warrior_4 { background-image: url(spritesmith3.png); - background-position: -1442px -546px; + background-position: -1442px -637px; width: 90px; height: 90px; } .shield_warrior_5 { background-image: url(spritesmith3.png); - background-position: -1442px -637px; + background-position: -1442px -728px; width: 90px; height: 90px; } .shop_shield_healer_1 { background-image: url(spritesmith3.png); - background-position: -287px -1722px; + background-position: -1933px -1420px; width: 40px; height: 40px; } .shop_shield_healer_2 { background-image: url(spritesmith3.png); - background-position: -328px -1722px; + background-position: -1974px -1420px; width: 40px; height: 40px; } .shop_shield_healer_3 { background-image: url(spritesmith3.png); - background-position: -369px -1722px; + background-position: -1728px -1461px; width: 40px; height: 40px; } .shop_shield_healer_4 { background-image: url(spritesmith3.png); - background-position: -410px -1722px; + background-position: -1769px -1461px; width: 40px; height: 40px; } .shop_shield_healer_5 { background-image: url(spritesmith3.png); - background-position: -451px -1722px; + background-position: -1810px -1461px; width: 40px; height: 40px; } .shop_shield_rogue_0 { background-image: url(spritesmith3.png); - background-position: -492px -1722px; + background-position: -1851px -1461px; width: 40px; height: 40px; } .shop_shield_rogue_1 { background-image: url(spritesmith3.png); - background-position: -533px -1722px; + background-position: -1892px -1461px; width: 40px; height: 40px; } .shop_shield_rogue_2 { background-image: url(spritesmith3.png); - background-position: -574px -1722px; + background-position: -1933px -1461px; width: 40px; height: 40px; } .shop_shield_rogue_3 { background-image: url(spritesmith3.png); - background-position: -615px -1722px; + background-position: -1974px -1461px; width: 40px; height: 40px; } .shop_shield_rogue_4 { background-image: url(spritesmith3.png); - background-position: -656px -1722px; + background-position: -1728px -1502px; width: 40px; height: 40px; } .shop_shield_rogue_5 { background-image: url(spritesmith3.png); - background-position: -697px -1722px; + background-position: -1769px -1502px; width: 40px; height: 40px; } .shop_shield_rogue_6 { background-image: url(spritesmith3.png); - background-position: -738px -1722px; + background-position: -1810px -1502px; width: 40px; height: 40px; } .shop_shield_special_0 { background-image: url(spritesmith3.png); - background-position: -779px -1722px; + background-position: -1851px -1502px; width: 40px; height: 40px; } .shop_shield_special_1 { background-image: url(spritesmith3.png); - background-position: -820px -1722px; + background-position: -1892px -1502px; width: 40px; height: 40px; } .shop_shield_special_goldenknight { background-image: url(spritesmith3.png); - background-position: -861px -1722px; + background-position: -1933px -1502px; width: 40px; height: 40px; } .shop_shield_warrior_1 { background-image: url(spritesmith3.png); - background-position: -902px -1722px; + background-position: -1974px -1502px; width: 40px; height: 40px; } .shop_shield_warrior_2 { background-image: url(spritesmith3.png); - background-position: -943px -1722px; + background-position: -1728px -1543px; width: 40px; height: 40px; } .shop_shield_warrior_3 { background-image: url(spritesmith3.png); - background-position: -984px -1722px; + background-position: -1769px -1543px; width: 40px; height: 40px; } .shop_shield_warrior_4 { background-image: url(spritesmith3.png); - background-position: -1025px -1722px; + background-position: -738px -1651px; width: 40px; height: 40px; } .shop_shield_warrior_5 { background-image: url(spritesmith3.png); - background-position: -1066px -1722px; + background-position: -1851px -1543px; width: 40px; height: 40px; } .shop_weapon_healer_0 { background-image: url(spritesmith3.png); - background-position: -1107px -1722px; + background-position: -1892px -1543px; width: 40px; height: 40px; } .shop_weapon_healer_1 { background-image: url(spritesmith3.png); - background-position: -1148px -1722px; + background-position: -1933px -1543px; width: 40px; height: 40px; } .shop_weapon_healer_2 { background-image: url(spritesmith3.png); - background-position: -1189px -1722px; + background-position: -1974px -1543px; width: 40px; height: 40px; } .shop_weapon_healer_3 { background-image: url(spritesmith3.png); - background-position: -1230px -1722px; + background-position: -1728px -1584px; width: 40px; height: 40px; } .shop_weapon_healer_4 { background-image: url(spritesmith3.png); - background-position: -1271px -1722px; + background-position: -1769px -1584px; width: 40px; height: 40px; } .shop_weapon_healer_5 { background-image: url(spritesmith3.png); - background-position: -1312px -1722px; + background-position: -1810px -1584px; width: 40px; height: 40px; } .shop_weapon_healer_6 { background-image: url(spritesmith3.png); - background-position: -1353px -1722px; + background-position: -1851px -1584px; width: 40px; height: 40px; } .shop_weapon_rogue_0 { background-image: url(spritesmith3.png); - background-position: -1394px -1722px; + background-position: -1892px -1584px; width: 40px; height: 40px; } .shop_weapon_rogue_1 { background-image: url(spritesmith3.png); - background-position: -1435px -1722px; + background-position: -1933px -1584px; width: 40px; height: 40px; } .shop_weapon_rogue_2 { background-image: url(spritesmith3.png); - background-position: -1476px -1722px; + background-position: -1974px -1584px; width: 40px; height: 40px; } .shop_weapon_rogue_3 { background-image: url(spritesmith3.png); - background-position: -1517px -1722px; + background-position: -1290px -698px; width: 40px; height: 40px; } .shop_weapon_rogue_4 { background-image: url(spritesmith3.png); - background-position: -1558px -1722px; + background-position: -1296px -743px; width: 40px; height: 40px; } .shop_weapon_rogue_5 { background-image: url(spritesmith3.png); - background-position: -1599px -1722px; + background-position: -1296px -784px; width: 40px; height: 40px; } .shop_weapon_rogue_6 { background-image: url(spritesmith3.png); - background-position: -1819px -656px; + background-position: -1296px -825px; width: 40px; height: 40px; } .shop_weapon_special_0 { background-image: url(spritesmith3.png); - background-position: -1681px -1722px; + background-position: -1296px -882px; width: 40px; height: 40px; } .shop_weapon_special_1 { background-image: url(spritesmith3.png); - background-position: -1722px -1722px; + background-position: -1296px -923px; width: 40px; height: 40px; } .shop_weapon_special_2 { background-image: url(spritesmith3.png); - background-position: -1763px -1722px; + background-position: -1296px -964px; width: 40px; height: 40px; } .shop_weapon_special_3 { background-image: url(spritesmith3.png); - background-position: 0px -1763px; + background-position: -880px -624px; width: 40px; height: 40px; } .shop_weapon_special_critical { background-image: url(spritesmith3.png); - background-position: -41px -1763px; + background-position: -921px -624px; width: 40px; height: 40px; } .shop_weapon_warrior_0 { background-image: url(spritesmith3.png); - background-position: -82px -1763px; + background-position: -962px -624px; width: 40px; height: 40px; } .shop_weapon_warrior_1 { background-image: url(spritesmith3.png); - background-position: -123px -1763px; + background-position: -1003px -624px; width: 40px; height: 40px; } .shop_weapon_warrior_2 { background-image: url(spritesmith3.png); - background-position: -164px -1763px; + background-position: -1044px -624px; width: 40px; height: 40px; } .shop_weapon_warrior_3 { background-image: url(spritesmith3.png); - background-position: -205px -1763px; + background-position: -1050px -672px; width: 40px; height: 40px; } .shop_weapon_warrior_4 { background-image: url(spritesmith3.png); - background-position: -246px -1763px; + background-position: -1050px -713px; width: 40px; height: 40px; } .shop_weapon_warrior_5 { background-image: url(spritesmith3.png); - background-position: -287px -1763px; + background-position: -1050px -754px; width: 40px; height: 40px; } .shop_weapon_warrior_6 { background-image: url(spritesmith3.png); - background-position: -328px -1763px; + background-position: -1050px -795px; width: 40px; height: 40px; } .shop_weapon_wizard_0 { background-image: url(spritesmith3.png); - background-position: -369px -1763px; + background-position: -1365px -1287px; width: 40px; height: 40px; } .shop_weapon_wizard_1 { background-image: url(spritesmith3.png); - background-position: -410px -1763px; + background-position: -1365px -1328px; width: 40px; height: 40px; } .shop_weapon_wizard_2 { background-image: url(spritesmith3.png); - background-position: -451px -1763px; + background-position: -1491px -1378px; width: 40px; height: 40px; } .shop_weapon_wizard_3 { background-image: url(spritesmith3.png); - background-position: -492px -1763px; + background-position: -1491px -1419px; width: 40px; height: 40px; } .shop_weapon_wizard_4 { background-image: url(spritesmith3.png); - background-position: -533px -1763px; + background-position: -1567px -1469px; width: 40px; height: 40px; } .shop_weapon_wizard_5 { background-image: url(spritesmith3.png); - background-position: -574px -1763px; + background-position: -1567px -1510px; width: 40px; height: 40px; } .shop_weapon_wizard_6 { background-image: url(spritesmith3.png); - background-position: -615px -1763px; + background-position: -1676px -1560px; width: 40px; height: 40px; } .weapon_healer_0 { background-image: url(spritesmith3.png); - background-position: -1442px -728px; + background-position: -1442px -819px; width: 90px; height: 90px; } .weapon_healer_1 { background-image: url(spritesmith3.png); - background-position: -1442px -819px; + background-position: -1442px -910px; width: 90px; height: 90px; } .weapon_healer_2 { background-image: url(spritesmith3.png); - background-position: -1728px 0px; + background-position: -1442px -1001px; width: 90px; height: 90px; } .weapon_healer_3 { background-image: url(spritesmith3.png); - background-position: -1442px -910px; + background-position: -1442px -1092px; width: 90px; height: 90px; } .weapon_healer_4 { background-image: url(spritesmith3.png); - background-position: -1442px -1001px; + background-position: -1442px -1183px; width: 90px; height: 90px; } .weapon_healer_5 { background-image: url(spritesmith3.png); - background-position: -1442px -1092px; + background-position: -1442px -1274px; width: 90px; height: 90px; } .weapon_healer_6 { background-image: url(spritesmith3.png); - background-position: -1442px -1183px; + background-position: -569px -1378px; width: 90px; height: 90px; } .weapon_rogue_0 { background-image: url(spritesmith3.png); - background-position: -1442px -1274px; + background-position: -660px -1378px; width: 90px; height: 90px; } .weapon_rogue_1 { background-image: url(spritesmith3.png); - background-position: -569px -1373px; + background-position: -751px -1378px; width: 90px; height: 90px; } .weapon_rogue_2 { background-image: url(spritesmith3.png); - background-position: -660px -1373px; + background-position: -842px -1378px; width: 90px; height: 90px; } .weapon_rogue_3 { background-image: url(spritesmith3.png); - background-position: -751px -1373px; + background-position: -933px -1378px; width: 90px; height: 90px; } .weapon_rogue_4 { background-image: url(spritesmith3.png); - background-position: -842px -1373px; + background-position: -1024px -1378px; width: 90px; height: 90px; } .weapon_rogue_5 { background-image: url(spritesmith3.png); - background-position: -933px -1373px; + background-position: -1115px -1378px; width: 90px; height: 90px; } .weapon_rogue_6 { background-image: url(spritesmith3.png); - background-position: -1024px -1373px; + background-position: -1206px -1378px; width: 90px; height: 90px; } .weapon_special_1 { background-image: url(spritesmith3.png); - background-position: -1115px -1373px; + background-position: -1297px -1378px; width: 102px; height: 90px; } .weapon_special_2 { background-image: url(spritesmith3.png); - background-position: -1218px -1373px; + background-position: -1400px -1378px; width: 90px; height: 90px; } .weapon_special_3 { background-image: url(spritesmith3.png); - background-position: -1309px -1373px; + background-position: -1546px 0px; width: 90px; height: 90px; } .weapon_warrior_0 { background-image: url(spritesmith3.png); - background-position: -1400px -1373px; + background-position: -1546px -91px; width: 90px; height: 90px; } .weapon_warrior_1 { background-image: url(spritesmith3.png); - background-position: -1546px 0px; + background-position: -1546px -182px; width: 90px; height: 90px; } .weapon_warrior_2 { background-image: url(spritesmith3.png); - background-position: -1546px -91px; + background-position: -1546px -273px; width: 90px; height: 90px; } .weapon_warrior_3 { background-image: url(spritesmith3.png); - background-position: -1546px -182px; + background-position: -1546px -364px; width: 90px; height: 90px; } .weapon_warrior_4 { background-image: url(spritesmith3.png); - background-position: -1546px -273px; + background-position: -1546px -455px; width: 90px; height: 90px; } .weapon_warrior_5 { background-image: url(spritesmith3.png); - background-position: -1546px -364px; + background-position: -1546px -546px; width: 90px; height: 90px; } .weapon_warrior_6 { background-image: url(spritesmith3.png); - background-position: -1546px -455px; + background-position: -1546px -637px; width: 90px; height: 90px; } .weapon_wizard_0 { background-image: url(spritesmith3.png); - background-position: -1546px -546px; + background-position: -1546px -728px; width: 90px; height: 90px; } .weapon_wizard_1 { background-image: url(spritesmith3.png); - background-position: -1546px -637px; + background-position: -1546px -819px; width: 90px; height: 90px; } .weapon_wizard_2 { background-image: url(spritesmith3.png); - background-position: -1546px -728px; + background-position: -1546px -910px; width: 90px; height: 90px; } .weapon_wizard_3 { background-image: url(spritesmith3.png); - background-position: -1546px -819px; + background-position: -1916px -273px; width: 90px; height: 90px; } .weapon_wizard_4 { background-image: url(spritesmith3.png); - background-position: -1546px -910px; + background-position: -1546px -1001px; width: 90px; height: 90px; } .weapon_wizard_5 { background-image: url(spritesmith3.png); - background-position: -1546px -1001px; + background-position: -1546px -1092px; width: 90px; height: 90px; } .weapon_wizard_6 { background-image: url(spritesmith3.png); - background-position: -1546px -1092px; + background-position: -1546px -1183px; width: 90px; height: 90px; } .GrimReaper { background-image: url(spritesmith3.png); - background-position: -1728px -303px; + background-position: -1728px -440px; width: 57px; height: 66px; } .Pet_Currency_Gem { background-image: url(spritesmith3.png); - background-position: 0px -1804px; + background-position: -779px -1651px; width: 45px; height: 39px; } .Pet_Currency_Gem1x { background-image: url(spritesmith3.png); - background-position: -1819px -890px; + background-position: -2001px -91px; width: 15px; height: 13px; } .Pet_Currency_Gem2x { background-image: url(spritesmith3.png); - background-position: -1819px -794px; + background-position: -1406px -1287px; width: 30px; height: 26px; } .PixelPaw-Gold { background-image: url(spritesmith3.png); - background-position: -1041px -776px; + background-position: -1881px -1033px; width: 51px; height: 51px; } .PixelPaw { background-image: url(spritesmith3.png); - background-position: -1274px -1176px; + background-position: -1829px -1033px; width: 51px; height: 51px; } .PixelPaw002 { background-image: url(spritesmith3.png); - background-position: -1378px -1282px; + background-position: -1777px -1033px; width: 51px; height: 51px; } .inventory_present { background-image: url(spritesmith3.png); - background-position: -1491px -1373px; + background-position: -1728px -1033px; width: 48px; height: 51px; } .inventory_quest_scroll { background-image: url(spritesmith3.png); - background-position: -1666px -1555px; + background-position: -1924px -981px; width: 48px; height: 51px; } .inventory_quest_scroll_locked { background-image: url(spritesmith3.png); - background-position: -153px -1646px; + background-position: -1875px -981px; width: 48px; height: 51px; } .inventory_special_fortify { background-image: url(spritesmith3.png); - background-position: -1728px -718px; + background-position: -1728px -507px; width: 57px; height: 54px; } .inventory_special_nye { background-image: url(spritesmith3.png); - background-position: -1728px -663px; + background-position: -1786px -562px; width: 57px; height: 54px; } .inventory_special_opaquePotion { background-image: url(spritesmith3.png); - background-position: -1777px -1039px; + background-position: -1933px -1174px; width: 40px; height: 40px; } .inventory_special_snowball { background-image: url(spritesmith3.png); - background-position: -1728px -608px; + background-position: -1728px -562px; width: 57px; height: 54px; } .inventory_special_spookDust { background-image: url(spritesmith3.png); - background-position: -1728px -553px; + background-position: -1902px -507px; width: 57px; height: 54px; } .inventory_special_trinket { background-image: url(spritesmith3.png); - background-position: -545px -1646px; + background-position: -1875px -929px; width: 48px; height: 51px; } .inventory_special_valentine { background-image: url(spritesmith3.png); - background-position: -1728px -828px; + background-position: -1844px -507px; width: 57px; height: 54px; } .pet_key { background-image: url(spritesmith3.png); - background-position: -1728px -773px; + background-position: -1786px -507px; width: 57px; height: 54px; } .rebirth_orb { background-image: url(spritesmith3.png); - background-position: -1728px -498px; + background-position: -1844px -562px; width: 57px; height: 54px; } .snowman { background-image: url(spritesmith3.png); - background-position: -518px -1464px; + background-position: -1637px 0px; width: 90px; height: 90px; } .spookman { background-image: url(spritesmith3.png); - background-position: -609px -1464px; + background-position: -1637px -91px; width: 90px; height: 90px; } .zzz { background-image: url(spritesmith3.png); - background-position: -1777px -1507px; + background-position: -1728px -1256px; width: 40px; height: 40px; } .zzz_light { background-image: url(spritesmith3.png); - background-position: -1777px -1559px; + background-position: -1769px -1256px; width: 40px; height: 40px; } @@ -1620,154 +1728,178 @@ } .npc_alex { background-image: url(spritesmith3.png); - background-position: -371px -1037px; + background-position: -534px -1037px; width: 162px; height: 138px; } .npc_bailey { background-image: url(spritesmith3.png); - background-position: -1728px -91px; + background-position: -1881px -364px; width: 60px; height: 72px; } .npc_daniel { background-image: url(spritesmith3.png); - background-position: -849px -1037px; + background-position: -1012px -1037px; width: 135px; height: 123px; } -.npc_justin { +.npc_ian { background-image: url(spritesmith3.png); background-position: -1257px -453px; + width: 75px; + height: 135px; +} +.npc_justin { + background-image: url(spritesmith3.png); + background-position: -1148px -1037px; width: 84px; height: 120px; } .npc_matt { background-image: url(spritesmith3.png); - background-position: -1100px -882px; + background-position: -1100px -743px; width: 195px; height: 138px; } .npc_timetravelers { background-image: url(spritesmith3.png); - background-position: -534px -1037px; + background-position: -697px -1037px; width: 195px; height: 138px; } .npc_timetravelers_active { background-image: url(spritesmith3.png); - background-position: -1100px -743px; + background-position: -1100px -882px; width: 195px; height: 138px; } .npc_tyler { background-image: url(spritesmith3.png); - background-position: -1434px -1464px; + background-position: -1637px -728px; width: 90px; height: 90px; } .seasonalshop_closed { background-image: url(spritesmith3.png); - background-position: -208px -1037px; + background-position: 0px -1037px; + width: 162px; + height: 138px; +} +.seasonalshop_spring2015 { + background-image: url(spritesmith3.png); + background-position: -163px -1037px; width: 162px; height: 138px; } .2014_Fall_HealerPROMO2 { background-image: url(spritesmith3.png); - background-position: -1637px 0px; + background-position: -1637px -1001px; width: 90px; height: 90px; } .2014_Fall_Mage_PROMO9 { background-image: url(spritesmith3.png); - background-position: 0px -1555px; + background-position: -299px -1560px; width: 120px; height: 90px; } .2014_Fall_RoguePROMO3 { background-image: url(spritesmith3.png); - background-position: -121px -1555px; + background-position: -420px -1560px; width: 105px; height: 90px; } .2014_Fall_Warrior_PROMO { background-image: url(spritesmith3.png); - background-position: -1637px -91px; + background-position: -1637px -1092px; width: 90px; height: 90px; } .promo_mystery_201405 { background-image: url(spritesmith3.png); - background-position: -1637px -182px; + background-position: -1637px -1183px; width: 90px; height: 90px; } .promo_mystery_201406 { background-image: url(spritesmith3.png); - background-position: -364px -1176px; + background-position: -599px -1176px; width: 90px; height: 96px; } .promo_mystery_201407 { background-image: url(spritesmith3.png); - background-position: -1771px -236px; + background-position: -1951px -440px; width: 42px; height: 62px; } .promo_mystery_201408 { background-image: url(spritesmith3.png); - background-position: -1728px -164px; + background-position: -1942px -364px; width: 60px; height: 71px; } .promo_mystery_201409 { background-image: url(spritesmith3.png); - background-position: -1637px -455px; + background-position: -526px -1560px; width: 90px; height: 90px; } .promo_mystery_201410 { background-image: url(spritesmith3.png); - background-position: -1728px -434px; + background-position: -1878px -440px; width: 72px; height: 63px; } .promo_mystery_201411 { background-image: url(spritesmith3.png); - background-position: -1637px -637px; + background-position: -708px -1560px; width: 90px; height: 90px; } .promo_mystery_201412 { background-image: url(spritesmith3.png); - background-position: -1728px -236px; + background-position: -1786px -440px; width: 42px; height: 66px; } .promo_mystery_201501 { background-image: url(spritesmith3.png); - background-position: -1728px -370px; + background-position: -1829px -440px; width: 48px; height: 63px; } .promo_mystery_201502 { background-image: url(spritesmith3.png); - background-position: -1637px -819px; + background-position: -987px -1560px; width: 90px; height: 90px; } .promo_mystery_3014 { background-image: url(spritesmith3.png); - background-position: -429px -1555px; + background-position: -1078px -1560px; width: 217px; height: 90px; } .promo_partyhats { background-image: url(spritesmith3.png); - background-position: -880px -624px; + background-position: -1728px -1085px; width: 115px; height: 47px; } +.promo_springclasses2014 { + background-image: url(spritesmith3.png); + background-position: -1387px -1560px; + width: 288px; + height: 90px; +} +.promo_springclasses2015 { + background-image: url(spritesmith3.png); + background-position: -1728px 0px; + width: 288px; + height: 90px; +} .promo_updos { background-image: url(spritesmith3.png); background-position: -1100px -453px; @@ -1776,253 +1908,253 @@ } .promo_winterclasses2015 { background-image: url(spritesmith3.png); - background-position: -985px -1037px; + background-position: 0px -1176px; width: 325px; height: 110px; } .promo_winteryhair { background-image: url(spritesmith3.png); - background-position: 0px -1646px; + background-position: -1728px -364px; width: 152px; height: 75px; } .customize-option.promo_winteryhair { background-image: url(spritesmith3.png); - background-position: -25px -1661px; + background-position: -1753px -379px; width: 60px; height: 60px; } .inventory_quest_scroll_atom1 { background-image: url(spritesmith3.png); - background-position: -594px -1646px; + background-position: -1924px -773px; width: 48px; height: 51px; } .inventory_quest_scroll_atom2 { background-image: url(spritesmith3.png); - background-position: -643px -1646px; + background-position: -1875px -773px; width: 48px; height: 51px; } .inventory_quest_scroll_atom2_locked { background-image: url(spritesmith3.png); - background-position: -741px -1646px; + background-position: -1826px -773px; width: 48px; height: 51px; } .inventory_quest_scroll_atom3 { background-image: url(spritesmith3.png); - background-position: -790px -1646px; + background-position: -1777px -773px; width: 48px; height: 51px; } .inventory_quest_scroll_atom3_locked { background-image: url(spritesmith3.png); - background-position: -839px -1646px; + background-position: -1728px -773px; width: 48px; height: 51px; } .inventory_quest_scroll_basilist { background-image: url(spritesmith3.png); - background-position: -888px -1646px; + background-position: -1728px -825px; width: 48px; height: 51px; } .inventory_quest_scroll_bunny { background-image: url(spritesmith3.png); - background-position: -937px -1646px; + background-position: -1875px -721px; width: 48px; height: 51px; } .inventory_quest_scroll_dilatory_derby { background-image: url(spritesmith3.png); - background-position: -986px -1646px; + background-position: -1777px -825px; width: 48px; height: 51px; } .inventory_quest_scroll_egg { background-image: url(spritesmith3.png); - background-position: -1035px -1646px; + background-position: -1875px -825px; width: 48px; height: 51px; } .inventory_quest_scroll_evilsanta { background-image: url(spritesmith3.png); - background-position: -1084px -1646px; + background-position: -1924px -825px; width: 48px; height: 51px; } .inventory_quest_scroll_evilsanta2 { background-image: url(spritesmith3.png); - background-position: -1133px -1646px; + background-position: -1777px -877px; width: 48px; height: 51px; } .inventory_quest_scroll_ghost_stag { background-image: url(spritesmith3.png); - background-position: -1182px -1646px; + background-position: -1826px -877px; width: 48px; height: 51px; } .inventory_quest_scroll_goldenknight1 { background-image: url(spritesmith3.png); - background-position: -1231px -1646px; + background-position: -1875px -877px; width: 48px; height: 51px; } .inventory_quest_scroll_goldenknight2 { background-image: url(spritesmith3.png); - background-position: -1280px -1646px; + background-position: -1924px -877px; width: 48px; height: 51px; } .inventory_quest_scroll_goldenknight2_locked { background-image: url(spritesmith3.png); - background-position: -1329px -1646px; + background-position: -1728px -929px; width: 48px; height: 51px; } .inventory_quest_scroll_goldenknight3 { background-image: url(spritesmith3.png); - background-position: -1378px -1646px; + background-position: -1777px -929px; width: 48px; height: 51px; } .inventory_quest_scroll_goldenknight3_locked { background-image: url(spritesmith3.png); - background-position: -1427px -1646px; + background-position: -1826px -929px; width: 48px; height: 51px; } .inventory_quest_scroll_gryphon { background-image: url(spritesmith3.png); - background-position: -1476px -1646px; + background-position: -1924px -929px; width: 48px; height: 51px; } .inventory_quest_scroll_harpy { background-image: url(spritesmith3.png); - background-position: -1525px -1646px; + background-position: -1728px -981px; width: 48px; height: 51px; } .inventory_quest_scroll_hedgehog { background-image: url(spritesmith3.png); - background-position: -1728px -883px; + background-position: -1777px -981px; width: 48px; height: 51px; } .inventory_quest_scroll_moonstone1 { background-image: url(spritesmith3.png); - background-position: -1728px -935px; + background-position: -1826px -981px; width: 48px; height: 51px; } .inventory_quest_scroll_moonstone2 { background-image: url(spritesmith3.png); - background-position: -1728px -987px; + background-position: -1960px -507px; width: 48px; height: 51px; } .inventory_quest_scroll_moonstone2_locked { background-image: url(spritesmith3.png); - background-position: -1728px -1039px; + background-position: -1902px -562px; width: 48px; height: 51px; } .inventory_quest_scroll_moonstone3 { background-image: url(spritesmith3.png); - background-position: -1728px -1091px; + background-position: -1951px -562px; width: 48px; height: 51px; } .inventory_quest_scroll_moonstone3_locked { background-image: url(spritesmith3.png); - background-position: -1728px -1143px; + background-position: -1728px -617px; width: 48px; height: 51px; } .inventory_quest_scroll_octopus { background-image: url(spritesmith3.png); - background-position: -1728px -1195px; + background-position: -1777px -617px; width: 48px; height: 51px; } .inventory_quest_scroll_owl { background-image: url(spritesmith3.png); - background-position: -1728px -1247px; + background-position: -1826px -617px; width: 48px; height: 51px; } .inventory_quest_scroll_penguin { background-image: url(spritesmith3.png); - background-position: -1728px -1299px; + background-position: -1875px -617px; width: 48px; height: 51px; } .inventory_quest_scroll_rat { background-image: url(spritesmith3.png); - background-position: -1728px -1351px; + background-position: -1924px -617px; width: 48px; height: 51px; } .inventory_quest_scroll_rock { background-image: url(spritesmith3.png); - background-position: -1728px -1403px; + background-position: -1728px -669px; width: 48px; height: 51px; } .inventory_quest_scroll_rooster { background-image: url(spritesmith3.png); - background-position: -1728px -1455px; + background-position: -1777px -669px; width: 48px; height: 51px; } .inventory_quest_scroll_spider { background-image: url(spritesmith3.png); - background-position: -1728px -1507px; + background-position: -1826px -669px; width: 48px; height: 51px; } .inventory_quest_scroll_trex { background-image: url(spritesmith3.png); - background-position: -1728px -1559px; + background-position: -1875px -669px; width: 48px; height: 51px; } .inventory_quest_scroll_trex_undead { background-image: url(spritesmith3.png); - background-position: -1296px -743px; + background-position: -1924px -669px; width: 48px; height: 51px; } .inventory_quest_scroll_vice1 { background-image: url(spritesmith3.png); - background-position: -1296px -795px; + background-position: -1728px -721px; width: 48px; height: 51px; } .inventory_quest_scroll_vice2 { background-image: url(spritesmith3.png); - background-position: -1296px -882px; + background-position: -1777px -721px; width: 48px; height: 51px; } .inventory_quest_scroll_vice2_locked { background-image: url(spritesmith3.png); - background-position: -1296px -934px; + background-position: -1826px -721px; width: 48px; height: 51px; } .inventory_quest_scroll_vice3 { background-image: url(spritesmith3.png); - background-position: -1041px -672px; + background-position: -1933px -1033px; width: 48px; height: 51px; } .inventory_quest_scroll_vice3_locked { background-image: url(spritesmith3.png); - background-position: -1041px -724px; + background-position: -1924px -721px; width: 48px; height: 51px; } @@ -2034,13 +2166,13 @@ } .quest_atom2 { background-image: url(spritesmith3.png); - background-position: 0px -1037px; + background-position: -326px -1037px; width: 207px; height: 138px; } .quest_atom3 { background-image: url(spritesmith3.png); - background-position: -402px -672px; + background-position: -411px -672px; width: 216px; height: 180px; } @@ -2052,49 +2184,49 @@ } .quest_bunny { background-image: url(spritesmith3.png); - background-position: 0px -672px; + background-position: -880px -437px; width: 210px; height: 186px; } .quest_dilatory { background-image: url(spritesmith3.png); - background-position: -440px -232px; + background-position: 0px -232px; width: 219px; height: 219px; } .quest_dilatory_derby { background-image: url(spritesmith3.png); - background-position: -220px -232px; + background-position: 0px -452px; width: 219px; height: 219px; } .quest_egg_plainEgg { background-image: url(spritesmith3.png); - background-position: -251px -1646px; + background-position: -1826px -825px; width: 48px; height: 51px; } .quest_evilsanta { background-image: url(spritesmith3.png); - background-position: -730px -1037px; + background-position: -893px -1037px; width: 118px; height: 131px; } .quest_ghost_stag { background-image: url(spritesmith3.png); - background-position: 0px -232px; + background-position: -880px 0px; width: 219px; height: 219px; } .quest_goldenknight1_testimony { background-image: url(spritesmith3.png); - background-position: -398px -1646px; + background-position: -1728px -877px; width: 48px; height: 51px; } .quest_goldenknight2 { background-image: url(spritesmith3.png); - background-position: -1100px -151px; + background-position: -1100px 0px; width: 250px; height: 150px; } @@ -2106,25 +2238,25 @@ } .quest_gryphon { background-image: url(spritesmith3.png); - background-position: -217px -859px; + background-position: -657px -859px; width: 216px; height: 177px; } .quest_harpy { background-image: url(spritesmith3.png); - background-position: -660px 0px; + background-position: -220px 0px; width: 219px; height: 219px; } .quest_hedgehog { background-image: url(spritesmith3.png); - background-position: -880px -437px; + background-position: 0px -672px; width: 219px; height: 186px; } .quest_moonstone1_moonstone { background-image: url(spritesmith3.png); - background-position: -1819px -763px; + background-position: -1982px -1033px; width: 30px; height: 30px; } @@ -2136,7 +2268,7 @@ } .quest_moonstone3 { background-image: url(spritesmith3.png); - background-position: -220px 0px; + background-position: -220px -452px; width: 219px; height: 219px; } @@ -2148,19 +2280,19 @@ } .quest_owl { background-image: url(spritesmith3.png); - background-position: -660px -452px; + background-position: -440px -452px; width: 219px; height: 219px; } .quest_penguin { background-image: url(spritesmith3.png); - background-position: -211px -672px; + background-position: -220px -672px; width: 190px; height: 183px; } .quest_rat { background-image: url(spritesmith3.png); - background-position: -880px 0px; + background-position: -660px -452px; width: 219px; height: 219px; } @@ -2178,163 +2310,73 @@ } .quest_spider { background-image: url(spritesmith3.png); - background-position: -1100px 0px; + background-position: -1100px -151px; width: 250px; height: 150px; } .quest_stressbeast { background-image: url(spritesmith3.png); - background-position: -440px -452px; + background-position: -660px -220px; width: 219px; height: 219px; } .quest_stressbeast_bailey { background-image: url(spritesmith3.png); - background-position: -220px -452px; + background-position: -660px 0px; width: 219px; height: 219px; } .quest_stressbeast_guide { background-image: url(spritesmith3.png); - background-position: 0px -452px; + background-position: -440px -232px; width: 219px; height: 219px; } .quest_stressbeast_stables { background-image: url(spritesmith3.png); - background-position: -660px -220px; + background-position: -220px -232px; width: 219px; height: 219px; } .quest_trex { background-image: url(spritesmith3.png); - background-position: -619px -672px; + background-position: -628px -672px; width: 204px; height: 177px; } .quest_trex_undead { background-image: url(spritesmith3.png); - background-position: -824px -672px; + background-position: 0px -859px; width: 216px; height: 177px; } .quest_vice1 { background-image: url(spritesmith3.png); - background-position: -657px -859px; + background-position: -217px -859px; width: 216px; height: 177px; } .quest_vice2_lightCrystal { background-image: url(spritesmith3.png); - background-position: -1819px -287px; + background-position: -1810px -1133px; width: 40px; height: 40px; } .quest_vice3 { background-image: url(spritesmith3.png); - background-position: 0px -859px; + background-position: -833px -672px; width: 216px; height: 177px; } .shop_copper { background-image: url(spritesmith3.png); - background-position: -1819px -867px; + background-position: -1728px -1625px; width: 32px; height: 22px; } .shop_eyes { background-image: url(spritesmith3.png); - background-position: -1819px -410px; + background-position: -1769px -1420px; width: 40px; height: 40px; } -.shop_gold { - background-image: url(spritesmith3.png); - background-position: -1819px -844px; - width: 32px; - height: 22px; -} -.shop_opaquePotion { - background-image: url(spritesmith3.png); - background-position: -1819px -492px; - width: 40px; - height: 40px; -} -.shop_potion { - background-image: url(spritesmith3.png); - background-position: -1819px -533px; - width: 40px; - height: 40px; -} -.shop_reroll { - background-image: url(spritesmith3.png); - background-position: -1819px -574px; - width: 40px; - height: 40px; -} -.shop_silver { - background-image: url(spritesmith3.png); - background-position: -1819px -821px; - width: 32px; - height: 22px; -} -.shop_snowball { - background-image: url(spritesmith3.png); - background-position: -1819px -697px; - width: 32px; - height: 32px; -} -.shop_spookDust { - background-image: url(spritesmith3.png); - background-position: -1819px -730px; - width: 32px; - height: 32px; -} -.Pet_Egg_BearCub { - background-image: url(spritesmith3.png); - background-position: -1623px -1646px; - width: 48px; - height: 51px; -} -.Pet_Egg_Bunny { - background-image: url(spritesmith3.png); - background-position: -349px -1646px; - width: 48px; - height: 51px; -} -.Pet_Egg_Cactus { - background-image: url(spritesmith3.png); - background-position: -1574px -1646px; - width: 48px; - height: 51px; -} -.Pet_Egg_Deer { - background-image: url(spritesmith3.png); - background-position: -692px -1646px; - width: 48px; - height: 51px; -} -.Pet_Egg_Dragon { - background-image: url(spritesmith3.png); - background-position: -496px -1646px; - width: 48px; - height: 51px; -} -.Pet_Egg_Egg { - background-image: url(spritesmith3.png); - background-position: -447px -1646px; - width: 48px; - height: 51px; -} -.Pet_Egg_FlyingPig { - background-image: url(spritesmith3.png); - background-position: -300px -1646px; - width: 48px; - height: 51px; -} -.Pet_Egg_Fox { - background-image: url(spritesmith3.png); - background-position: -202px -1646px; - width: 48px; - height: 51px; -} diff --git a/common/dist/sprites/spritesmith3.png b/common/dist/sprites/spritesmith3.png index 609965390b..b561a21cf7 100644 Binary files a/common/dist/sprites/spritesmith3.png and b/common/dist/sprites/spritesmith3.png differ diff --git a/common/dist/sprites/spritesmith4.css b/common/dist/sprites/spritesmith4.css index 1fe77512f7..af174c5144 100644 --- a/common/dist/sprites/spritesmith4.css +++ b/common/dist/sprites/spritesmith4.css @@ -1,1566 +1,1656 @@ -.Pet_Egg_Gryphon { +.shop_gold { + background-image: url(spritesmith4.png); + background-position: -1816px -1748px; + width: 32px; + height: 22px; +} +.shop_opaquePotion { + background-image: url(spritesmith4.png); + background-position: -408px -366px; + width: 40px; + height: 40px; +} +.shop_potion { + background-image: url(spritesmith4.png); + background-position: -449px -366px; + width: 40px; + height: 40px; +} +.shop_reroll { + background-image: url(spritesmith4.png); + background-position: -490px -366px; + width: 40px; + height: 40px; +} +.shop_silver { + background-image: url(spritesmith4.png); + background-position: -1988px -1854px; + width: 32px; + height: 22px; +} +.shop_snowball { + background-image: url(spritesmith4.png); + background-position: -1922px -1854px; + width: 32px; + height: 32px; +} +.shop_spookDust { + background-image: url(spritesmith4.png); + background-position: -1955px -1854px; + width: 32px; + height: 32px; +} +.Pet_Egg_BearCub { background-image: url(spritesmith4.png); background-position: -1971px -1802px; width: 48px; height: 51px; } -.Pet_Egg_Hedgehog { - background-image: url(spritesmith4.png); - background-position: -1922px -1802px; - width: 48px; - height: 51px; -} -.Pet_Egg_LionCub { - background-image: url(spritesmith4.png); - background-position: -756px -636px; - width: 48px; - height: 51px; -} -.Pet_Egg_Octopus { - background-image: url(spritesmith4.png); - background-position: -805px -636px; - width: 48px; - height: 51px; -} -.Pet_Egg_Owl { - background-image: url(spritesmith4.png); - background-position: -699px -530px; - width: 48px; - height: 51px; -} -.Pet_Egg_PandaCub { - background-image: url(spritesmith4.png); - background-position: -544px -424px; - width: 48px; - height: 51px; -} -.Pet_Egg_Parrot { - background-image: url(spritesmith4.png); - background-position: -593px -424px; - width: 48px; - height: 51px; -} -.Pet_Egg_Penguin { - background-image: url(spritesmith4.png); - background-position: -2028px 0px; - width: 48px; - height: 51px; -} -.Pet_Egg_PolarBear { - background-image: url(spritesmith4.png); - background-position: -2028px -52px; - width: 48px; - height: 51px; -} -.Pet_Egg_Rat { - background-image: url(spritesmith4.png); - background-position: -2028px -104px; - width: 48px; - height: 51px; -} -.Pet_Egg_Rock { - background-image: url(spritesmith4.png); - background-position: -2028px -156px; - width: 48px; - height: 51px; -} -.Pet_Egg_Rooster { - background-image: url(spritesmith4.png); - background-position: -2028px -468px; - width: 48px; - height: 51px; -} -.Pet_Egg_Seahorse { - background-image: url(spritesmith4.png); - background-position: -2028px -416px; - width: 48px; - height: 51px; -} -.Pet_Egg_Spider { - background-image: url(spritesmith4.png); - background-position: -2028px -364px; - width: 48px; - height: 51px; -} -.Pet_Egg_TRex { - background-image: url(spritesmith4.png); - background-position: -2028px -312px; - width: 48px; - height: 51px; -} -.Pet_Egg_TigerCub { - background-image: url(spritesmith4.png); - background-position: -2028px -260px; - width: 48px; - height: 51px; -} -.Pet_Egg_Wolf { - background-image: url(spritesmith4.png); - background-position: -2028px -208px; - width: 48px; - height: 51px; -} -.Pet_Food_Cake_Base { - background-image: url(spritesmith4.png); - background-position: -2028px -884px; - width: 43px; - height: 43px; -} -.Pet_Food_Cake_CottonCandyBlue { - background-image: url(spritesmith4.png); - background-position: -2028px -614px; - width: 42px; - height: 44px; -} -.Pet_Food_Cake_CottonCandyPink { - background-image: url(spritesmith4.png); - background-position: -2028px -568px; - width: 43px; - height: 45px; -} -.Pet_Food_Cake_Desert { - background-image: url(spritesmith4.png); - background-position: -2028px -659px; - width: 43px; - height: 44px; -} -.Pet_Food_Cake_Golden { - background-image: url(spritesmith4.png); - background-position: -2028px -928px; - width: 43px; - height: 42px; -} -.Pet_Food_Cake_Red { - background-image: url(spritesmith4.png); - background-position: -2028px -704px; - width: 43px; - height: 44px; -} -.Pet_Food_Cake_Shade { - background-image: url(spritesmith4.png); - background-position: -2028px -749px; - width: 43px; - height: 44px; -} -.Pet_Food_Cake_Skeleton { - background-image: url(spritesmith4.png); - background-position: -2028px -520px; - width: 42px; - height: 47px; -} -.Pet_Food_Cake_White { - background-image: url(spritesmith4.png); - background-position: -2028px -794px; - width: 44px; - height: 44px; -} -.Pet_Food_Cake_Zombie { - background-image: url(spritesmith4.png); - background-position: -2028px -839px; - width: 45px; - height: 44px; -} -.Pet_Food_Candy_Base { - background-image: url(spritesmith4.png); - background-position: -911px -742px; - width: 48px; - height: 51px; -} -.Pet_Food_Candy_CottonCandyBlue { +.Pet_Egg_Bunny { background-image: url(spritesmith4.png); background-position: -862px -742px; width: 48px; height: 51px; } -.Pet_Food_Candy_CottonCandyPink { +.Pet_Egg_Cactus { background-image: url(spritesmith4.png); - background-position: -1017px -848px; + background-position: -911px -742px; width: 48px; height: 51px; } -.Pet_Food_Candy_Desert { +.Pet_Egg_Deer { background-image: url(spritesmith4.png); - background-position: -968px -848px; + background-position: -1922px -1802px; width: 48px; height: 51px; } -.Pet_Food_Candy_Golden { - background-image: url(spritesmith4.png); - background-position: -1123px -954px; - width: 48px; - height: 51px; -} -.Pet_Food_Candy_Red { - background-image: url(spritesmith4.png); - background-position: -1074px -954px; - width: 48px; - height: 51px; -} -.Pet_Food_Candy_Shade { - background-image: url(spritesmith4.png); - background-position: -1229px -1060px; - width: 48px; - height: 51px; -} -.Pet_Food_Candy_Skeleton { - background-image: url(spritesmith4.png); - background-position: -1180px -1060px; - width: 48px; - height: 51px; -} -.Pet_Food_Candy_White { - background-image: url(spritesmith4.png); - background-position: -1335px -1166px; - width: 48px; - height: 51px; -} -.Pet_Food_Candy_Zombie { - background-image: url(spritesmith4.png); - background-position: -1286px -1166px; - width: 48px; - height: 51px; -} -.Pet_Food_Chocolate { - background-image: url(spritesmith4.png); - background-position: -1441px -1272px; - width: 48px; - height: 51px; -} -.Pet_Food_CottonCandyBlue { - background-image: url(spritesmith4.png); - background-position: -1392px -1272px; - width: 48px; - height: 51px; -} -.Pet_Food_CottonCandyPink { - background-image: url(spritesmith4.png); - background-position: -1547px -1378px; - width: 48px; - height: 51px; -} -.Pet_Food_Fish { - background-image: url(spritesmith4.png); - background-position: -1498px -1378px; - width: 48px; - height: 51px; -} -.Pet_Food_Honey { - background-image: url(spritesmith4.png); - background-position: -1653px -1484px; - width: 48px; - height: 51px; -} -.Pet_Food_Meat { - background-image: url(spritesmith4.png); - background-position: -1604px -1484px; - width: 48px; - height: 51px; -} -.Pet_Food_Milk { - background-image: url(spritesmith4.png); - background-position: -1759px -1590px; - width: 48px; - height: 51px; -} -.Pet_Food_Potatoe { - background-image: url(spritesmith4.png); - background-position: -1710px -1590px; - width: 48px; - height: 51px; -} -.Pet_Food_RottenMeat { - background-image: url(spritesmith4.png); - background-position: -1865px -1696px; - width: 48px; - height: 51px; -} -.Pet_Food_Saddle { - background-image: url(spritesmith4.png); - background-position: -1816px -1696px; - width: 48px; - height: 51px; -} -.Pet_Food_Strawberry { +.Pet_Egg_Dragon { background-image: url(spritesmith4.png); background-position: -650px -530px; width: 48px; height: 51px; } +.Pet_Egg_Egg { + background-image: url(spritesmith4.png); + background-position: -699px -530px; + width: 48px; + height: 51px; +} +.Pet_Egg_FlyingPig { + background-image: url(spritesmith4.png); + background-position: -544px -424px; + width: 48px; + height: 51px; +} +.Pet_Egg_Fox { + background-image: url(spritesmith4.png); + background-position: -1272px -1892px; + width: 48px; + height: 51px; +} +.Pet_Egg_Gryphon { + background-image: url(spritesmith4.png); + background-position: -1370px -1944px; + width: 48px; + height: 51px; +} +.Pet_Egg_Hedgehog { + background-image: url(spritesmith4.png); + background-position: -756px -636px; + width: 48px; + height: 51px; +} +.Pet_Egg_LionCub { + background-image: url(spritesmith4.png); + background-position: -1321px -1944px; + width: 48px; + height: 51px; +} +.Pet_Egg_Octopus { + background-image: url(spritesmith4.png); + background-position: -1272px -1944px; + width: 48px; + height: 51px; +} +.Pet_Egg_Owl { + background-image: url(spritesmith4.png); + background-position: -1958px -1892px; + width: 48px; + height: 51px; +} +.Pet_Egg_PandaCub { + background-image: url(spritesmith4.png); + background-position: -1909px -1892px; + width: 48px; + height: 51px; +} +.Pet_Egg_Parrot { + background-image: url(spritesmith4.png); + background-position: -1860px -1892px; + width: 48px; + height: 51px; +} +.Pet_Egg_Penguin { + background-image: url(spritesmith4.png); + background-position: -1811px -1892px; + width: 48px; + height: 51px; +} +.Pet_Egg_PolarBear { + background-image: url(spritesmith4.png); + background-position: -1762px -1892px; + width: 48px; + height: 51px; +} +.Pet_Egg_Rat { + background-image: url(spritesmith4.png); + background-position: -1713px -1892px; + width: 48px; + height: 51px; +} +.Pet_Egg_Rock { + background-image: url(spritesmith4.png); + background-position: -1664px -1892px; + width: 48px; + height: 51px; +} +.Pet_Egg_Rooster { + background-image: url(spritesmith4.png); + background-position: -1615px -1892px; + width: 48px; + height: 51px; +} +.Pet_Egg_Seahorse { + background-image: url(spritesmith4.png); + background-position: -1566px -1892px; + width: 48px; + height: 51px; +} +.Pet_Egg_Spider { + background-image: url(spritesmith4.png); + background-position: -1517px -1892px; + width: 48px; + height: 51px; +} +.Pet_Egg_TRex { + background-image: url(spritesmith4.png); + background-position: -1468px -1892px; + width: 48px; + height: 51px; +} +.Pet_Egg_TigerCub { + background-image: url(spritesmith4.png); + background-position: -1419px -1892px; + width: 48px; + height: 51px; +} +.Pet_Egg_Wolf { + background-image: url(spritesmith4.png); + background-position: -1370px -1892px; + width: 48px; + height: 51px; +} +.Pet_Food_Cake_Base { + background-image: url(spritesmith4.png); + background-position: -1772px -1944px; + width: 43px; + height: 43px; +} +.Pet_Food_Cake_CottonCandyBlue { + background-image: url(spritesmith4.png); + background-position: -1506px -1944px; + width: 42px; + height: 44px; +} +.Pet_Food_Cake_CottonCandyPink { + background-image: url(spritesmith4.png); + background-position: -1462px -1944px; + width: 43px; + height: 45px; +} +.Pet_Food_Cake_Desert { + background-image: url(spritesmith4.png); + background-position: -1549px -1944px; + width: 43px; + height: 44px; +} +.Pet_Food_Cake_Golden { + background-image: url(spritesmith4.png); + background-position: -1816px -1944px; + width: 43px; + height: 42px; +} +.Pet_Food_Cake_Red { + background-image: url(spritesmith4.png); + background-position: -1593px -1944px; + width: 43px; + height: 44px; +} +.Pet_Food_Cake_Shade { + background-image: url(spritesmith4.png); + background-position: -1637px -1944px; + width: 43px; + height: 44px; +} +.Pet_Food_Cake_Skeleton { + background-image: url(spritesmith4.png); + background-position: -1419px -1944px; + width: 42px; + height: 47px; +} +.Pet_Food_Cake_White { + background-image: url(spritesmith4.png); + background-position: -1681px -1944px; + width: 44px; + height: 44px; +} +.Pet_Food_Cake_Zombie { + background-image: url(spritesmith4.png); + background-position: -1726px -1944px; + width: 45px; + height: 44px; +} +.Pet_Food_Candy_Base { + background-image: url(spritesmith4.png); + background-position: -1017px -848px; + width: 48px; + height: 51px; +} +.Pet_Food_Candy_CottonCandyBlue { + background-image: url(spritesmith4.png); + background-position: -968px -848px; + width: 48px; + height: 51px; +} +.Pet_Food_Candy_CottonCandyPink { + background-image: url(spritesmith4.png); + background-position: -1123px -954px; + width: 48px; + height: 51px; +} +.Pet_Food_Candy_Desert { + background-image: url(spritesmith4.png); + background-position: -1074px -954px; + width: 48px; + height: 51px; +} +.Pet_Food_Candy_Golden { + background-image: url(spritesmith4.png); + background-position: -1229px -1060px; + width: 48px; + height: 51px; +} +.Pet_Food_Candy_Red { + background-image: url(spritesmith4.png); + background-position: -1180px -1060px; + width: 48px; + height: 51px; +} +.Pet_Food_Candy_Shade { + background-image: url(spritesmith4.png); + background-position: -1335px -1166px; + width: 48px; + height: 51px; +} +.Pet_Food_Candy_Skeleton { + background-image: url(spritesmith4.png); + background-position: -1286px -1166px; + width: 48px; + height: 51px; +} +.Pet_Food_Candy_White { + background-image: url(spritesmith4.png); + background-position: -1441px -1272px; + width: 48px; + height: 51px; +} +.Pet_Food_Candy_Zombie { + background-image: url(spritesmith4.png); + background-position: -1392px -1272px; + width: 48px; + height: 51px; +} +.Pet_Food_Chocolate { + background-image: url(spritesmith4.png); + background-position: -1547px -1378px; + width: 48px; + height: 51px; +} +.Pet_Food_CottonCandyBlue { + background-image: url(spritesmith4.png); + background-position: -1498px -1378px; + width: 48px; + height: 51px; +} +.Pet_Food_CottonCandyPink { + background-image: url(spritesmith4.png); + background-position: -1653px -1484px; + width: 48px; + height: 51px; +} +.Pet_Food_Fish { + background-image: url(spritesmith4.png); + background-position: -1604px -1484px; + width: 48px; + height: 51px; +} +.Pet_Food_Honey { + background-image: url(spritesmith4.png); + background-position: -1759px -1590px; + width: 48px; + height: 51px; +} +.Pet_Food_Meat { + background-image: url(spritesmith4.png); + background-position: -1710px -1590px; + width: 48px; + height: 51px; +} +.Pet_Food_Milk { + background-image: url(spritesmith4.png); + background-position: -1865px -1696px; + width: 48px; + height: 51px; +} +.Pet_Food_Potatoe { + background-image: url(spritesmith4.png); + background-position: -1816px -1696px; + width: 48px; + height: 51px; +} +.Pet_Food_RottenMeat { + background-image: url(spritesmith4.png); + background-position: -805px -636px; + width: 48px; + height: 51px; +} +.Pet_Food_Saddle { + background-image: url(spritesmith4.png); + background-position: -593px -424px; + width: 48px; + height: 51px; +} +.Pet_Food_Strawberry { + background-image: url(spritesmith4.png); + background-position: -1321px -1892px; + width: 48px; + height: 51px; +} .Mount_Body_BearCub-Base { - background-image: url(spritesmith4.png); - background-position: -318px -726px; - width: 105px; - height: 105px; -} -.Mount_Body_BearCub-CottonCandyBlue { - background-image: url(spritesmith4.png); - background-position: -424px -726px; - width: 105px; - height: 105px; -} -.Mount_Body_BearCub-CottonCandyPink { - background-image: url(spritesmith4.png); - background-position: -530px -726px; - width: 105px; - height: 105px; -} -.Mount_Body_BearCub-Desert { - background-image: url(spritesmith4.png); - background-position: -636px -726px; - width: 105px; - height: 105px; -} -.Mount_Body_BearCub-Golden { - background-image: url(spritesmith4.png); - background-position: -742px -726px; - width: 105px; - height: 105px; -} -.Mount_Body_BearCub-Polar { - background-image: url(spritesmith4.png); - background-position: -862px 0px; - width: 105px; - height: 105px; -} -.Mount_Body_BearCub-Red { - background-image: url(spritesmith4.png); - background-position: -862px -106px; - width: 105px; - height: 105px; -} -.Mount_Body_BearCub-Shade { - background-image: url(spritesmith4.png); - background-position: -862px -212px; - width: 105px; - height: 105px; -} -.Mount_Body_BearCub-Skeleton { - background-image: url(spritesmith4.png); - background-position: -862px -318px; - width: 105px; - height: 105px; -} -.Mount_Body_BearCub-White { - background-image: url(spritesmith4.png); - background-position: -862px -424px; - width: 105px; - height: 105px; -} -.Mount_Body_BearCub-Zombie { - background-image: url(spritesmith4.png); - background-position: -862px -530px; - width: 105px; - height: 105px; -} -.Mount_Body_Bunny-Base { - background-image: url(spritesmith4.png); - background-position: -862px -636px; - width: 105px; - height: 105px; -} -.Mount_Body_Bunny-CottonCandyBlue { - background-image: url(spritesmith4.png); - background-position: 0px -832px; - width: 105px; - height: 105px; -} -.Mount_Body_Bunny-CottonCandyPink { - background-image: url(spritesmith4.png); - background-position: -106px -832px; - width: 105px; - height: 105px; -} -.Mount_Body_Bunny-Desert { - background-image: url(spritesmith4.png); - background-position: -212px -832px; - width: 105px; - height: 105px; -} -.Mount_Body_Bunny-Golden { background-image: url(spritesmith4.png); background-position: -318px -832px; width: 105px; height: 105px; } -.Mount_Body_Bunny-Red { +.Mount_Body_BearCub-CottonCandyBlue { background-image: url(spritesmith4.png); background-position: -424px -832px; width: 105px; height: 105px; } -.Mount_Body_Bunny-Shade { +.Mount_Body_BearCub-CottonCandyPink { background-image: url(spritesmith4.png); background-position: -530px -832px; width: 105px; height: 105px; } -.Mount_Body_Bunny-Skeleton { +.Mount_Body_BearCub-Desert { background-image: url(spritesmith4.png); background-position: -636px -832px; width: 105px; height: 105px; } -.Mount_Body_Bunny-White { +.Mount_Body_BearCub-Golden { background-image: url(spritesmith4.png); background-position: -742px -832px; width: 105px; height: 105px; } -.Mount_Body_Bunny-Zombie { +.Mount_Body_BearCub-Polar { background-image: url(spritesmith4.png); background-position: -848px -832px; width: 105px; height: 105px; } -.Mount_Body_Cactus-Base { +.Mount_Body_BearCub-Red { background-image: url(spritesmith4.png); background-position: -968px 0px; width: 105px; height: 105px; } -.Mount_Body_Cactus-CottonCandyBlue { +.Mount_Body_BearCub-Shade { background-image: url(spritesmith4.png); background-position: -968px -106px; width: 105px; height: 105px; } -.Mount_Body_Cactus-CottonCandyPink { +.Mount_Body_BearCub-Skeleton { background-image: url(spritesmith4.png); background-position: -968px -212px; width: 105px; height: 105px; } -.Mount_Body_Cactus-Desert { +.Mount_Body_BearCub-White { background-image: url(spritesmith4.png); background-position: -968px -318px; width: 105px; height: 105px; } -.Mount_Body_Cactus-Golden { +.Mount_Body_BearCub-Zombie { background-image: url(spritesmith4.png); background-position: -968px -424px; width: 105px; height: 105px; } -.Mount_Body_Cactus-Red { +.Mount_Body_Bunny-Base { background-image: url(spritesmith4.png); background-position: -968px -530px; width: 105px; height: 105px; } -.Mount_Body_Cactus-Shade { +.Mount_Body_Bunny-CottonCandyBlue { background-image: url(spritesmith4.png); background-position: -968px -636px; width: 105px; height: 105px; } -.Mount_Body_Cactus-Skeleton { +.Mount_Body_Bunny-CottonCandyPink { background-image: url(spritesmith4.png); background-position: -968px -742px; width: 105px; height: 105px; } -.Mount_Body_Cactus-White { +.Mount_Body_Bunny-Desert { background-image: url(spritesmith4.png); background-position: 0px -938px; width: 105px; height: 105px; } -.Mount_Body_Cactus-Zombie { +.Mount_Body_Bunny-Golden { background-image: url(spritesmith4.png); background-position: -106px -938px; width: 105px; height: 105px; } -.Mount_Body_Deer-Base { +.Mount_Body_Bunny-Red { background-image: url(spritesmith4.png); background-position: -212px -938px; width: 105px; height: 105px; } -.Mount_Body_Deer-CottonCandyBlue { +.Mount_Body_Bunny-Shade { background-image: url(spritesmith4.png); background-position: -318px -938px; width: 105px; height: 105px; } -.Mount_Body_Deer-CottonCandyPink { +.Mount_Body_Bunny-Skeleton { background-image: url(spritesmith4.png); background-position: -424px -938px; width: 105px; height: 105px; } -.Mount_Body_Deer-Desert { +.Mount_Body_Bunny-White { background-image: url(spritesmith4.png); background-position: -530px -938px; width: 105px; height: 105px; } -.Mount_Body_Deer-Golden { +.Mount_Body_Bunny-Zombie { background-image: url(spritesmith4.png); background-position: -636px -938px; width: 105px; height: 105px; } -.Mount_Body_Deer-Red { +.Mount_Body_Cactus-Base { background-image: url(spritesmith4.png); background-position: -742px -938px; width: 105px; height: 105px; } -.Mount_Body_Deer-Shade { +.Mount_Body_Cactus-CottonCandyBlue { background-image: url(spritesmith4.png); background-position: -848px -938px; width: 105px; height: 105px; } -.Mount_Body_Deer-Skeleton { +.Mount_Body_Cactus-CottonCandyPink { background-image: url(spritesmith4.png); background-position: -954px -938px; width: 105px; height: 105px; } -.Mount_Body_Deer-White { +.Mount_Body_Cactus-Desert { background-image: url(spritesmith4.png); background-position: -1074px 0px; width: 105px; height: 105px; } -.Mount_Body_Deer-Zombie { +.Mount_Body_Cactus-Golden { background-image: url(spritesmith4.png); background-position: -1074px -106px; width: 105px; height: 105px; } -.Mount_Body_Dragon-Base { +.Mount_Body_Cactus-Red { background-image: url(spritesmith4.png); background-position: -1074px -212px; width: 105px; height: 105px; } -.Mount_Body_Dragon-CottonCandyBlue { +.Mount_Body_Cactus-Shade { background-image: url(spritesmith4.png); background-position: -1074px -318px; width: 105px; height: 105px; } -.Mount_Body_Dragon-CottonCandyPink { +.Mount_Body_Cactus-Skeleton { background-image: url(spritesmith4.png); background-position: -1074px -424px; width: 105px; height: 105px; } -.Mount_Body_Dragon-Desert { +.Mount_Body_Cactus-White { background-image: url(spritesmith4.png); background-position: -1074px -530px; width: 105px; height: 105px; } -.Mount_Body_Dragon-Golden { +.Mount_Body_Cactus-Zombie { background-image: url(spritesmith4.png); background-position: -1074px -636px; width: 105px; height: 105px; } -.Mount_Body_Dragon-Red { +.Mount_Body_Deer-Base { background-image: url(spritesmith4.png); background-position: -1074px -742px; width: 105px; height: 105px; } -.Mount_Body_Dragon-Shade { +.Mount_Body_Deer-CottonCandyBlue { background-image: url(spritesmith4.png); background-position: -1074px -848px; width: 105px; height: 105px; } -.Mount_Body_Dragon-Skeleton { +.Mount_Body_Deer-CottonCandyPink { background-image: url(spritesmith4.png); background-position: 0px -1044px; width: 105px; height: 105px; } -.Mount_Body_Dragon-White { +.Mount_Body_Deer-Desert { background-image: url(spritesmith4.png); background-position: -106px -1044px; width: 105px; height: 105px; } -.Mount_Body_Dragon-Zombie { +.Mount_Body_Deer-Golden { background-image: url(spritesmith4.png); background-position: -212px -1044px; width: 105px; height: 105px; } -.Mount_Body_FlyingPig-Base { +.Mount_Body_Deer-Red { background-image: url(spritesmith4.png); background-position: -318px -1044px; width: 105px; height: 105px; } -.Mount_Body_FlyingPig-CottonCandyBlue { +.Mount_Body_Deer-Shade { background-image: url(spritesmith4.png); background-position: -424px -1044px; width: 105px; height: 105px; } -.Mount_Body_FlyingPig-CottonCandyPink { +.Mount_Body_Deer-Skeleton { background-image: url(spritesmith4.png); background-position: -530px -1044px; width: 105px; height: 105px; } -.Mount_Body_FlyingPig-Desert { +.Mount_Body_Deer-White { background-image: url(spritesmith4.png); background-position: -636px -1044px; width: 105px; height: 105px; } -.Mount_Body_FlyingPig-Golden { +.Mount_Body_Deer-Zombie { background-image: url(spritesmith4.png); background-position: -742px -1044px; width: 105px; height: 105px; } -.Mount_Body_FlyingPig-Red { +.Mount_Body_Dragon-Base { background-image: url(spritesmith4.png); background-position: -848px -1044px; width: 105px; height: 105px; } -.Mount_Body_FlyingPig-Shade { +.Mount_Body_Dragon-CottonCandyBlue { background-image: url(spritesmith4.png); background-position: -954px -1044px; width: 105px; height: 105px; } -.Mount_Body_FlyingPig-Skeleton { +.Mount_Body_Dragon-CottonCandyPink { background-image: url(spritesmith4.png); background-position: -1060px -1044px; width: 105px; height: 105px; } -.Mount_Body_FlyingPig-White { +.Mount_Body_Dragon-Desert { background-image: url(spritesmith4.png); background-position: -1180px 0px; width: 105px; height: 105px; } -.Mount_Body_FlyingPig-Zombie { +.Mount_Body_Dragon-Golden { background-image: url(spritesmith4.png); background-position: -1180px -106px; width: 105px; height: 105px; } -.Mount_Body_Fox-Base { +.Mount_Body_Dragon-Red { background-image: url(spritesmith4.png); background-position: -1180px -212px; width: 105px; height: 105px; } -.Mount_Body_Fox-CottonCandyBlue { +.Mount_Body_Dragon-Shade { background-image: url(spritesmith4.png); background-position: -1180px -318px; width: 105px; height: 105px; } -.Mount_Body_Fox-CottonCandyPink { +.Mount_Body_Dragon-Skeleton { background-image: url(spritesmith4.png); background-position: -1180px -424px; width: 105px; height: 105px; } -.Mount_Body_Fox-Desert { +.Mount_Body_Dragon-White { background-image: url(spritesmith4.png); background-position: -1180px -530px; width: 105px; height: 105px; } -.Mount_Body_Fox-Golden { +.Mount_Body_Dragon-Zombie { background-image: url(spritesmith4.png); background-position: -1180px -636px; width: 105px; height: 105px; } -.Mount_Body_Fox-Red { +.Mount_Body_FlyingPig-Base { background-image: url(spritesmith4.png); background-position: -1180px -742px; width: 105px; height: 105px; } -.Mount_Body_Fox-Shade { +.Mount_Body_FlyingPig-CottonCandyBlue { background-image: url(spritesmith4.png); background-position: -1180px -848px; width: 105px; height: 105px; } -.Mount_Body_Fox-Skeleton { +.Mount_Body_FlyingPig-CottonCandyPink { background-image: url(spritesmith4.png); background-position: -1180px -954px; width: 105px; height: 105px; } -.Mount_Body_Fox-White { +.Mount_Body_FlyingPig-Desert { background-image: url(spritesmith4.png); background-position: 0px -1150px; width: 105px; height: 105px; } -.Mount_Body_Fox-Zombie { +.Mount_Body_FlyingPig-Golden { background-image: url(spritesmith4.png); background-position: -106px -1150px; width: 105px; height: 105px; } -.Mount_Body_Gryphon-Base { +.Mount_Body_FlyingPig-Red { background-image: url(spritesmith4.png); background-position: -212px -1150px; width: 105px; height: 105px; } -.Mount_Body_Gryphon-CottonCandyBlue { +.Mount_Body_FlyingPig-Shade { background-image: url(spritesmith4.png); background-position: -318px -1150px; width: 105px; height: 105px; } -.Mount_Body_Gryphon-CottonCandyPink { +.Mount_Body_FlyingPig-Skeleton { background-image: url(spritesmith4.png); background-position: -424px -1150px; width: 105px; height: 105px; } -.Mount_Body_Gryphon-Desert { +.Mount_Body_FlyingPig-White { background-image: url(spritesmith4.png); background-position: -530px -1150px; width: 105px; height: 105px; } -.Mount_Body_Gryphon-Golden { +.Mount_Body_FlyingPig-Zombie { background-image: url(spritesmith4.png); background-position: -636px -1150px; width: 105px; height: 105px; } -.Mount_Body_Gryphon-Red { +.Mount_Body_Fox-Base { background-image: url(spritesmith4.png); background-position: -742px -1150px; width: 105px; height: 105px; } -.Mount_Body_Gryphon-Shade { +.Mount_Body_Fox-CottonCandyBlue { background-image: url(spritesmith4.png); background-position: -848px -1150px; width: 105px; height: 105px; } -.Mount_Body_Gryphon-Skeleton { +.Mount_Body_Fox-CottonCandyPink { background-image: url(spritesmith4.png); background-position: -954px -1150px; width: 105px; height: 105px; } -.Mount_Body_Gryphon-White { +.Mount_Body_Fox-Desert { background-image: url(spritesmith4.png); background-position: -1060px -1150px; width: 105px; height: 105px; } -.Mount_Body_Gryphon-Zombie { +.Mount_Body_Fox-Golden { background-image: url(spritesmith4.png); background-position: -1166px -1150px; width: 105px; height: 105px; } -.Mount_Body_Hedgehog-Base { +.Mount_Body_Fox-Red { background-image: url(spritesmith4.png); background-position: -1286px 0px; width: 105px; height: 105px; } -.Mount_Body_Hedgehog-CottonCandyBlue { +.Mount_Body_Fox-Shade { background-image: url(spritesmith4.png); background-position: -1286px -106px; width: 105px; height: 105px; } -.Mount_Body_Hedgehog-CottonCandyPink { +.Mount_Body_Fox-Skeleton { background-image: url(spritesmith4.png); background-position: -1286px -212px; width: 105px; height: 105px; } -.Mount_Body_Hedgehog-Desert { +.Mount_Body_Fox-White { background-image: url(spritesmith4.png); background-position: -1286px -318px; width: 105px; height: 105px; } -.Mount_Body_Hedgehog-Golden { +.Mount_Body_Fox-Zombie { background-image: url(spritesmith4.png); background-position: -1286px -424px; width: 105px; height: 105px; } -.Mount_Body_Hedgehog-Red { +.Mount_Body_Gryphon-Base { background-image: url(spritesmith4.png); background-position: -1286px -530px; width: 105px; height: 105px; } -.Mount_Body_Hedgehog-Shade { +.Mount_Body_Gryphon-CottonCandyBlue { background-image: url(spritesmith4.png); background-position: -1286px -636px; width: 105px; height: 105px; } -.Mount_Body_Hedgehog-Skeleton { +.Mount_Body_Gryphon-CottonCandyPink { background-image: url(spritesmith4.png); background-position: -1286px -742px; width: 105px; height: 105px; } -.Mount_Body_Hedgehog-White { +.Mount_Body_Gryphon-Desert { background-image: url(spritesmith4.png); background-position: -1286px -848px; width: 105px; height: 105px; } -.Mount_Body_Hedgehog-Zombie { +.Mount_Body_Gryphon-Golden { background-image: url(spritesmith4.png); background-position: -1286px -954px; width: 105px; height: 105px; } -.Mount_Body_LionCub-Base { +.Mount_Body_Gryphon-Red { background-image: url(spritesmith4.png); background-position: -1286px -1060px; width: 105px; height: 105px; } -.Mount_Body_LionCub-CottonCandyBlue { +.Mount_Body_Gryphon-Shade { background-image: url(spritesmith4.png); background-position: 0px -1256px; width: 105px; height: 105px; } -.Mount_Body_LionCub-CottonCandyPink { +.Mount_Body_Gryphon-Skeleton { background-image: url(spritesmith4.png); background-position: -106px -1256px; width: 105px; height: 105px; } -.Mount_Body_LionCub-Desert { +.Mount_Body_Gryphon-White { background-image: url(spritesmith4.png); background-position: -212px -1256px; width: 105px; height: 105px; } -.Mount_Body_LionCub-Ethereal { +.Mount_Body_Gryphon-Zombie { background-image: url(spritesmith4.png); background-position: -318px -1256px; width: 105px; height: 105px; } -.Mount_Body_LionCub-Golden { +.Mount_Body_Hedgehog-Base { background-image: url(spritesmith4.png); background-position: -424px -1256px; width: 105px; height: 105px; } -.Mount_Body_LionCub-Red { +.Mount_Body_Hedgehog-CottonCandyBlue { background-image: url(spritesmith4.png); background-position: -530px -1256px; width: 105px; height: 105px; } -.Mount_Body_LionCub-Shade { +.Mount_Body_Hedgehog-CottonCandyPink { background-image: url(spritesmith4.png); background-position: -636px -1256px; width: 105px; height: 105px; } -.Mount_Body_LionCub-Skeleton { +.Mount_Body_Hedgehog-Desert { background-image: url(spritesmith4.png); background-position: -742px -1256px; width: 105px; height: 105px; } -.Mount_Body_LionCub-White { +.Mount_Body_Hedgehog-Golden { background-image: url(spritesmith4.png); background-position: -848px -1256px; width: 105px; height: 105px; } -.Mount_Body_LionCub-Zombie { +.Mount_Body_Hedgehog-Red { background-image: url(spritesmith4.png); background-position: -954px -1256px; width: 105px; height: 105px; } -.Mount_Body_Mammoth-Base { +.Mount_Body_Hedgehog-Shade { background-image: url(spritesmith4.png); - background-position: -408px -260px; - width: 105px; - height: 123px; -} -.Mount_Body_MantisShrimp-Base { - background-image: url(spritesmith4.png); - background-position: -1169px -1256px; - width: 108px; - height: 105px; -} -.Mount_Body_Octopus-Base { - background-image: url(spritesmith4.png); - background-position: -1278px -1256px; + background-position: -1060px -1256px; width: 105px; height: 105px; } -.Mount_Body_Octopus-CottonCandyBlue { +.Mount_Body_Hedgehog-Skeleton { + background-image: url(spritesmith4.png); + background-position: -1166px -1256px; + width: 105px; + height: 105px; +} +.Mount_Body_Hedgehog-White { + background-image: url(spritesmith4.png); + background-position: -1272px -1256px; + width: 105px; + height: 105px; +} +.Mount_Body_Hedgehog-Zombie { background-image: url(spritesmith4.png); background-position: -1392px 0px; width: 105px; height: 105px; } -.Mount_Body_Octopus-CottonCandyPink { +.Mount_Body_LionCub-Base { background-image: url(spritesmith4.png); background-position: -1392px -106px; width: 105px; height: 105px; } -.Mount_Body_Octopus-Desert { +.Mount_Body_LionCub-CottonCandyBlue { background-image: url(spritesmith4.png); background-position: -1392px -212px; width: 105px; height: 105px; } -.Mount_Body_Octopus-Golden { +.Mount_Body_LionCub-CottonCandyPink { background-image: url(spritesmith4.png); background-position: -1392px -318px; width: 105px; height: 105px; } -.Mount_Body_Octopus-Red { +.Mount_Body_LionCub-Desert { background-image: url(spritesmith4.png); background-position: -1392px -424px; width: 105px; height: 105px; } -.Mount_Body_Octopus-Shade { +.Mount_Body_LionCub-Ethereal { background-image: url(spritesmith4.png); background-position: -1392px -530px; width: 105px; height: 105px; } -.Mount_Body_Octopus-Skeleton { +.Mount_Body_LionCub-Golden { background-image: url(spritesmith4.png); background-position: -1392px -636px; width: 105px; height: 105px; } -.Mount_Body_Octopus-White { +.Mount_Body_LionCub-Red { background-image: url(spritesmith4.png); background-position: -1392px -742px; width: 105px; height: 105px; } -.Mount_Body_Octopus-Zombie { +.Mount_Body_LionCub-Shade { background-image: url(spritesmith4.png); background-position: -1392px -848px; width: 105px; height: 105px; } -.Mount_Body_Owl-Base { +.Mount_Body_LionCub-Skeleton { background-image: url(spritesmith4.png); background-position: -1392px -954px; width: 105px; height: 105px; } -.Mount_Body_Owl-CottonCandyBlue { +.Mount_Body_LionCub-White { background-image: url(spritesmith4.png); background-position: -1392px -1060px; width: 105px; height: 105px; } -.Mount_Body_Owl-CottonCandyPink { +.Mount_Body_LionCub-Zombie { background-image: url(spritesmith4.png); background-position: -1392px -1166px; width: 105px; height: 105px; } -.Mount_Body_Owl-Desert { +.Mount_Body_Mammoth-Base { background-image: url(spritesmith4.png); - background-position: 0px -1362px; + background-position: -408px -136px; width: 105px; - height: 105px; + height: 123px; } -.Mount_Body_Owl-Golden { +.Mount_Body_MantisShrimp-Base { background-image: url(spritesmith4.png); background-position: -106px -1362px; - width: 105px; + width: 108px; height: 105px; } -.Mount_Body_Owl-Red { +.Mount_Body_Octopus-Base { background-image: url(spritesmith4.png); - background-position: -212px -1362px; + background-position: -215px -1362px; width: 105px; height: 105px; } -.Mount_Body_Owl-Shade { +.Mount_Body_Octopus-CottonCandyBlue { background-image: url(spritesmith4.png); - background-position: -318px -1362px; + background-position: -321px -1362px; width: 105px; height: 105px; } -.Mount_Body_Owl-Skeleton { +.Mount_Body_Octopus-CottonCandyPink { background-image: url(spritesmith4.png); - background-position: -424px -1362px; + background-position: -427px -1362px; width: 105px; height: 105px; } -.Mount_Body_Owl-White { +.Mount_Body_Octopus-Desert { background-image: url(spritesmith4.png); - background-position: -530px -1362px; + background-position: -533px -1362px; width: 105px; height: 105px; } -.Mount_Body_Owl-Zombie { +.Mount_Body_Octopus-Golden { background-image: url(spritesmith4.png); - background-position: -636px -1362px; + background-position: -639px -1362px; width: 105px; height: 105px; } -.Mount_Body_PandaCub-Base { +.Mount_Body_Octopus-Red { background-image: url(spritesmith4.png); - background-position: -742px -1362px; + background-position: -745px -1362px; width: 105px; height: 105px; } -.Mount_Body_PandaCub-CottonCandyBlue { +.Mount_Body_Octopus-Shade { background-image: url(spritesmith4.png); - background-position: -848px -1362px; + background-position: -851px -1362px; width: 105px; height: 105px; } -.Mount_Body_PandaCub-CottonCandyPink { +.Mount_Body_Octopus-Skeleton { background-image: url(spritesmith4.png); - background-position: -954px -1362px; + background-position: -957px -1362px; width: 105px; height: 105px; } -.Mount_Body_PandaCub-Desert { +.Mount_Body_Octopus-White { background-image: url(spritesmith4.png); - background-position: -1060px -1362px; + background-position: -1063px -1362px; width: 105px; height: 105px; } -.Mount_Body_PandaCub-Golden { +.Mount_Body_Octopus-Zombie { background-image: url(spritesmith4.png); - background-position: -1166px -1362px; + background-position: -1169px -1362px; width: 105px; height: 105px; } -.Mount_Body_PandaCub-Red { +.Mount_Body_Owl-Base { background-image: url(spritesmith4.png); - background-position: -1272px -1362px; + background-position: -1275px -1362px; width: 105px; height: 105px; } -.Mount_Body_PandaCub-Shade { +.Mount_Body_Owl-CottonCandyBlue { background-image: url(spritesmith4.png); - background-position: -1378px -1362px; + background-position: -1381px -1362px; width: 105px; height: 105px; } -.Mount_Body_PandaCub-Skeleton { +.Mount_Body_Owl-CottonCandyPink { background-image: url(spritesmith4.png); background-position: -1498px 0px; width: 105px; height: 105px; } -.Mount_Body_PandaCub-White { +.Mount_Body_Owl-Desert { background-image: url(spritesmith4.png); background-position: -1498px -106px; width: 105px; height: 105px; } -.Mount_Body_PandaCub-Zombie { +.Mount_Body_Owl-Golden { background-image: url(spritesmith4.png); background-position: -1498px -212px; width: 105px; height: 105px; } -.Mount_Body_Parrot-Base { +.Mount_Body_Owl-Red { background-image: url(spritesmith4.png); background-position: -1498px -318px; width: 105px; height: 105px; } -.Mount_Body_Parrot-CottonCandyBlue { +.Mount_Body_Owl-Shade { background-image: url(spritesmith4.png); background-position: -1498px -424px; width: 105px; height: 105px; } -.Mount_Body_Parrot-CottonCandyPink { +.Mount_Body_Owl-Skeleton { background-image: url(spritesmith4.png); background-position: -1498px -530px; width: 105px; height: 105px; } -.Mount_Body_Parrot-Desert { +.Mount_Body_Owl-White { background-image: url(spritesmith4.png); background-position: -1498px -636px; width: 105px; height: 105px; } -.Mount_Body_Parrot-Golden { +.Mount_Body_Owl-Zombie { background-image: url(spritesmith4.png); background-position: -1498px -742px; width: 105px; height: 105px; } -.Mount_Body_Parrot-Red { +.Mount_Body_PandaCub-Base { background-image: url(spritesmith4.png); background-position: -1498px -848px; width: 105px; height: 105px; } -.Mount_Body_Parrot-Shade { +.Mount_Body_PandaCub-CottonCandyBlue { background-image: url(spritesmith4.png); background-position: -1498px -954px; width: 105px; height: 105px; } -.Mount_Body_Parrot-Skeleton { +.Mount_Body_PandaCub-CottonCandyPink { background-image: url(spritesmith4.png); background-position: -1498px -1060px; width: 105px; height: 105px; } -.Mount_Body_Parrot-White { +.Mount_Body_PandaCub-Desert { background-image: url(spritesmith4.png); background-position: -1498px -1166px; width: 105px; height: 105px; } -.Mount_Body_Parrot-Zombie { +.Mount_Body_PandaCub-Golden { background-image: url(spritesmith4.png); background-position: -1498px -1272px; width: 105px; height: 105px; } -.Mount_Body_Penguin-Base { +.Mount_Body_PandaCub-Red { background-image: url(spritesmith4.png); background-position: 0px -1468px; width: 105px; height: 105px; } -.Mount_Body_Penguin-CottonCandyBlue { +.Mount_Body_PandaCub-Shade { background-image: url(spritesmith4.png); - background-position: 0px -408px; + background-position: -106px -1468px; width: 105px; height: 105px; } -.Mount_Body_Penguin-CottonCandyPink { +.Mount_Body_PandaCub-Skeleton { background-image: url(spritesmith4.png); background-position: -212px -1468px; width: 105px; height: 105px; } -.Mount_Body_Penguin-Desert { +.Mount_Body_PandaCub-White { background-image: url(spritesmith4.png); background-position: -318px -1468px; width: 105px; height: 105px; } -.Mount_Body_Penguin-Golden { +.Mount_Body_PandaCub-Zombie { background-image: url(spritesmith4.png); background-position: -424px -1468px; width: 105px; height: 105px; } -.Mount_Body_Penguin-Red { +.Mount_Body_Parrot-Base { background-image: url(spritesmith4.png); - background-position: -530px -1468px; + background-position: -408px -260px; width: 105px; height: 105px; } -.Mount_Body_Penguin-Shade { +.Mount_Body_Parrot-CottonCandyBlue { background-image: url(spritesmith4.png); background-position: -636px -1468px; width: 105px; height: 105px; } -.Mount_Body_Penguin-Skeleton { +.Mount_Body_Parrot-CottonCandyPink { background-image: url(spritesmith4.png); background-position: -742px -1468px; width: 105px; height: 105px; } -.Mount_Body_Penguin-White { +.Mount_Body_Parrot-Desert { background-image: url(spritesmith4.png); background-position: -848px -1468px; width: 105px; height: 105px; } -.Mount_Body_Penguin-Zombie { +.Mount_Body_Parrot-Golden { background-image: url(spritesmith4.png); background-position: -954px -1468px; width: 105px; height: 105px; } -.Mount_Body_Rat-Base { +.Mount_Body_Parrot-Red { background-image: url(spritesmith4.png); background-position: -1060px -1468px; width: 105px; height: 105px; } -.Mount_Body_Rat-CottonCandyBlue { +.Mount_Body_Parrot-Shade { background-image: url(spritesmith4.png); background-position: -1166px -1468px; width: 105px; height: 105px; } -.Mount_Body_Rat-CottonCandyPink { +.Mount_Body_Parrot-Skeleton { background-image: url(spritesmith4.png); background-position: -1272px -1468px; width: 105px; height: 105px; } -.Mount_Body_Rat-Desert { +.Mount_Body_Parrot-White { background-image: url(spritesmith4.png); background-position: -1378px -1468px; width: 105px; height: 105px; } -.Mount_Body_Rat-Golden { +.Mount_Body_Parrot-Zombie { background-image: url(spritesmith4.png); background-position: -1484px -1468px; width: 105px; height: 105px; } -.Mount_Body_Rat-Red { +.Mount_Body_Penguin-Base { background-image: url(spritesmith4.png); background-position: -1604px 0px; width: 105px; height: 105px; } -.Mount_Body_Rat-Shade { +.Mount_Body_Penguin-CottonCandyBlue { background-image: url(spritesmith4.png); background-position: -1604px -106px; width: 105px; height: 105px; } -.Mount_Body_Rat-Skeleton { +.Mount_Body_Penguin-CottonCandyPink { background-image: url(spritesmith4.png); background-position: -1604px -212px; width: 105px; height: 105px; } -.Mount_Body_Rat-White { +.Mount_Body_Penguin-Desert { background-image: url(spritesmith4.png); background-position: -1604px -318px; width: 105px; height: 105px; } -.Mount_Body_Rat-Zombie { +.Mount_Body_Penguin-Golden { background-image: url(spritesmith4.png); background-position: -1604px -424px; width: 105px; height: 105px; } -.Mount_Body_Rock-Base { +.Mount_Body_Penguin-Red { background-image: url(spritesmith4.png); background-position: -1604px -530px; width: 105px; height: 105px; } -.Mount_Body_Rock-CottonCandyBlue { +.Mount_Body_Penguin-Shade { background-image: url(spritesmith4.png); background-position: -1604px -636px; width: 105px; height: 105px; } -.Mount_Body_Rock-CottonCandyPink { +.Mount_Body_Penguin-Skeleton { background-image: url(spritesmith4.png); background-position: -1604px -742px; width: 105px; height: 105px; } -.Mount_Body_Rock-Desert { +.Mount_Body_Penguin-White { background-image: url(spritesmith4.png); background-position: -1604px -848px; width: 105px; height: 105px; } -.Mount_Body_Rock-Golden { +.Mount_Body_Penguin-Zombie { background-image: url(spritesmith4.png); background-position: -1604px -954px; width: 105px; height: 105px; } -.Mount_Body_Rock-Red { +.Mount_Body_Rat-Base { background-image: url(spritesmith4.png); background-position: -1604px -1060px; width: 105px; height: 105px; } -.Mount_Body_Rock-Shade { +.Mount_Body_Rat-CottonCandyBlue { background-image: url(spritesmith4.png); background-position: -1604px -1166px; width: 105px; height: 105px; } -.Mount_Body_Rock-Skeleton { +.Mount_Body_Rat-CottonCandyPink { background-image: url(spritesmith4.png); background-position: -1604px -1272px; width: 105px; height: 105px; } -.Mount_Body_Rock-White { +.Mount_Body_Rat-Desert { background-image: url(spritesmith4.png); background-position: -1604px -1378px; width: 105px; height: 105px; } -.Mount_Body_Rock-Zombie { +.Mount_Body_Rat-Golden { background-image: url(spritesmith4.png); background-position: 0px -1574px; width: 105px; height: 105px; } -.Mount_Body_Rooster-Base { +.Mount_Body_Rat-Red { background-image: url(spritesmith4.png); background-position: -106px -1574px; width: 105px; height: 105px; } -.Mount_Body_Rooster-CottonCandyBlue { +.Mount_Body_Rat-Shade { background-image: url(spritesmith4.png); background-position: -212px -1574px; width: 105px; height: 105px; } -.Mount_Body_Rooster-CottonCandyPink { +.Mount_Body_Rat-Skeleton { background-image: url(spritesmith4.png); background-position: -318px -1574px; width: 105px; height: 105px; } -.Mount_Body_Rooster-Desert { +.Mount_Body_Rat-White { background-image: url(spritesmith4.png); background-position: -424px -1574px; width: 105px; height: 105px; } -.Mount_Body_Rooster-Golden { +.Mount_Body_Rat-Zombie { background-image: url(spritesmith4.png); background-position: -530px -1574px; width: 105px; height: 105px; } -.Mount_Body_Rooster-Red { +.Mount_Body_Rock-Base { background-image: url(spritesmith4.png); background-position: -636px -1574px; width: 105px; height: 105px; } -.Mount_Body_Rooster-Shade { +.Mount_Body_Rock-CottonCandyBlue { background-image: url(spritesmith4.png); background-position: -742px -1574px; width: 105px; height: 105px; } -.Mount_Body_Rooster-Skeleton { +.Mount_Body_Rock-CottonCandyPink { background-image: url(spritesmith4.png); background-position: -848px -1574px; width: 105px; height: 105px; } -.Mount_Body_Rooster-White { +.Mount_Body_Rock-Desert { background-image: url(spritesmith4.png); background-position: -954px -1574px; width: 105px; height: 105px; } -.Mount_Body_Rooster-Zombie { +.Mount_Body_Rock-Golden { background-image: url(spritesmith4.png); background-position: -1060px -1574px; width: 105px; height: 105px; } -.Mount_Body_Seahorse-Base { +.Mount_Body_Rock-Red { background-image: url(spritesmith4.png); background-position: -1166px -1574px; width: 105px; height: 105px; } -.Mount_Body_Seahorse-CottonCandyBlue { +.Mount_Body_Rock-Shade { background-image: url(spritesmith4.png); background-position: -1272px -1574px; width: 105px; height: 105px; } -.Mount_Body_Seahorse-CottonCandyPink { +.Mount_Body_Rock-Skeleton { background-image: url(spritesmith4.png); background-position: -1378px -1574px; width: 105px; height: 105px; } -.Mount_Body_Seahorse-Desert { +.Mount_Body_Rock-White { background-image: url(spritesmith4.png); background-position: -1484px -1574px; width: 105px; height: 105px; } -.Mount_Body_Seahorse-Golden { +.Mount_Body_Rock-Zombie { background-image: url(spritesmith4.png); background-position: -1590px -1574px; width: 105px; height: 105px; } -.Mount_Body_Seahorse-Red { +.Mount_Body_Rooster-Base { background-image: url(spritesmith4.png); background-position: -1710px 0px; width: 105px; height: 105px; } -.Mount_Body_Seahorse-Shade { +.Mount_Body_Rooster-CottonCandyBlue { background-image: url(spritesmith4.png); background-position: -1710px -106px; width: 105px; height: 105px; } -.Mount_Body_Seahorse-Skeleton { +.Mount_Body_Rooster-CottonCandyPink { background-image: url(spritesmith4.png); background-position: -1710px -212px; width: 105px; height: 105px; } -.Mount_Body_Seahorse-White { +.Mount_Body_Rooster-Desert { background-image: url(spritesmith4.png); background-position: -1710px -318px; width: 105px; height: 105px; } -.Mount_Body_Seahorse-Zombie { +.Mount_Body_Rooster-Golden { background-image: url(spritesmith4.png); background-position: -1710px -424px; width: 105px; height: 105px; } -.Mount_Body_Spider-Base { +.Mount_Body_Rooster-Red { background-image: url(spritesmith4.png); background-position: -1710px -530px; width: 105px; height: 105px; } -.Mount_Body_Spider-CottonCandyBlue { +.Mount_Body_Rooster-Shade { background-image: url(spritesmith4.png); background-position: -1710px -636px; width: 105px; height: 105px; } -.Mount_Body_Spider-CottonCandyPink { +.Mount_Body_Rooster-Skeleton { background-image: url(spritesmith4.png); background-position: -1710px -742px; width: 105px; height: 105px; } -.Mount_Body_Spider-Desert { +.Mount_Body_Rooster-White { background-image: url(spritesmith4.png); background-position: -1710px -848px; width: 105px; height: 105px; } -.Mount_Body_Spider-Golden { +.Mount_Body_Rooster-Zombie { background-image: url(spritesmith4.png); background-position: -1710px -954px; width: 105px; height: 105px; } -.Mount_Body_Spider-Red { +.Mount_Body_Seahorse-Base { background-image: url(spritesmith4.png); background-position: -1710px -1060px; width: 105px; height: 105px; } -.Mount_Body_Spider-Shade { +.Mount_Body_Seahorse-CottonCandyBlue { background-image: url(spritesmith4.png); background-position: -1710px -1166px; width: 105px; height: 105px; } -.Mount_Body_Spider-Skeleton { +.Mount_Body_Seahorse-CottonCandyPink { background-image: url(spritesmith4.png); background-position: -1710px -1272px; width: 105px; height: 105px; } -.Mount_Body_Spider-White { +.Mount_Body_Seahorse-Desert { background-image: url(spritesmith4.png); background-position: -1710px -1378px; width: 105px; height: 105px; } -.Mount_Body_Spider-Zombie { +.Mount_Body_Seahorse-Golden { background-image: url(spritesmith4.png); background-position: -1710px -1484px; width: 105px; height: 105px; } +.Mount_Body_Seahorse-Red { + background-image: url(spritesmith4.png); + background-position: 0px -1680px; + width: 105px; + height: 105px; +} +.Mount_Body_Seahorse-Shade { + background-image: url(spritesmith4.png); + background-position: -106px -1680px; + width: 105px; + height: 105px; +} +.Mount_Body_Seahorse-Skeleton { + background-image: url(spritesmith4.png); + background-position: -212px -1680px; + width: 105px; + height: 105px; +} +.Mount_Body_Seahorse-White { + background-image: url(spritesmith4.png); + background-position: -318px -1680px; + width: 105px; + height: 105px; +} +.Mount_Body_Seahorse-Zombie { + background-image: url(spritesmith4.png); + background-position: -424px -1680px; + width: 105px; + height: 105px; +} +.Mount_Body_Spider-Base { + background-image: url(spritesmith4.png); + background-position: -530px -1680px; + width: 105px; + height: 105px; +} +.Mount_Body_Spider-CottonCandyBlue { + background-image: url(spritesmith4.png); + background-position: -636px -1680px; + width: 105px; + height: 105px; +} +.Mount_Body_Spider-CottonCandyPink { + background-image: url(spritesmith4.png); + background-position: -742px -1680px; + width: 105px; + height: 105px; +} +.Mount_Body_Spider-Desert { + background-image: url(spritesmith4.png); + background-position: -848px -1680px; + width: 105px; + height: 105px; +} +.Mount_Body_Spider-Golden { + background-image: url(spritesmith4.png); + background-position: -954px -1680px; + width: 105px; + height: 105px; +} +.Mount_Body_Spider-Red { + background-image: url(spritesmith4.png); + background-position: -1060px -1680px; + width: 105px; + height: 105px; +} +.Mount_Body_Spider-Shade { + background-image: url(spritesmith4.png); + background-position: -1166px -1680px; + width: 105px; + height: 105px; +} +.Mount_Body_Spider-Skeleton { + background-image: url(spritesmith4.png); + background-position: -1272px -1680px; + width: 105px; + height: 105px; +} +.Mount_Body_Spider-White { + background-image: url(spritesmith4.png); + background-position: -1378px -1680px; + width: 105px; + height: 105px; +} +.Mount_Body_Spider-Zombie { + background-image: url(spritesmith4.png); + background-position: -1484px -1680px; + width: 105px; + height: 105px; +} .Mount_Body_TRex-Base { background-image: url(spritesmith4.png); - background-position: -136px -136px; + background-position: 0px -136px; width: 135px; height: 135px; } .Mount_Body_TRex-CottonCandyBlue { background-image: url(spritesmith4.png); - background-position: -272px 0px; + background-position: -136px -136px; width: 135px; height: 135px; } .Mount_Body_TRex-CottonCandyPink { background-image: url(spritesmith4.png); - background-position: -272px -136px; + background-position: -272px 0px; width: 135px; height: 135px; } .Mount_Body_TRex-Desert { background-image: url(spritesmith4.png); - background-position: 0px 0px; + background-position: -272px -136px; width: 135px; height: 135px; } .Mount_Body_TRex-Golden { background-image: url(spritesmith4.png); - background-position: -136px -272px; + background-position: 0px 0px; width: 135px; height: 135px; } .Mount_Body_TRex-Red { background-image: url(spritesmith4.png); - background-position: -272px -272px; + background-position: -136px -272px; width: 135px; height: 135px; } .Mount_Body_TRex-Shade { background-image: url(spritesmith4.png); - background-position: -408px 0px; + background-position: -272px -272px; width: 135px; height: 135px; } .Mount_Body_TRex-Skeleton { background-image: url(spritesmith4.png); - background-position: 0px -272px; + background-position: -408px 0px; width: 135px; height: 135px; } .Mount_Body_TRex-White { background-image: url(spritesmith4.png); - background-position: 0px -136px; + background-position: 0px -272px; width: 135px; height: 135px; } @@ -1572,751 +1662,709 @@ } .Mount_Body_TigerCub-Base { background-image: url(spritesmith4.png); - background-position: -1060px -1680px; + background-position: -1816px -848px; width: 105px; height: 105px; } .Mount_Body_TigerCub-CottonCandyBlue { background-image: url(spritesmith4.png); - background-position: -1166px -1680px; + background-position: -1816px -954px; width: 105px; height: 105px; } .Mount_Body_TigerCub-CottonCandyPink { background-image: url(spritesmith4.png); - background-position: -1272px -1680px; + background-position: -1816px -1060px; width: 105px; height: 105px; } .Mount_Body_TigerCub-Desert { background-image: url(spritesmith4.png); - background-position: -1378px -1680px; + background-position: -1816px -1166px; width: 105px; height: 105px; } .Mount_Body_TigerCub-Golden { background-image: url(spritesmith4.png); - background-position: -1484px -1680px; + background-position: -1816px -1272px; width: 105px; height: 105px; } .Mount_Body_TigerCub-Red { background-image: url(spritesmith4.png); - background-position: -1590px -1680px; + background-position: -1816px -1378px; width: 105px; height: 105px; } .Mount_Body_TigerCub-Shade { background-image: url(spritesmith4.png); - background-position: -1696px -1680px; + background-position: -1816px -1484px; width: 105px; height: 105px; } .Mount_Body_TigerCub-Skeleton { background-image: url(spritesmith4.png); - background-position: -1816px 0px; + background-position: -1816px -1590px; width: 105px; height: 105px; } .Mount_Body_TigerCub-White { background-image: url(spritesmith4.png); - background-position: -1816px -106px; + background-position: 0px -1786px; width: 105px; height: 105px; } .Mount_Body_TigerCub-Zombie { background-image: url(spritesmith4.png); - background-position: -1816px -212px; + background-position: -106px -1786px; width: 105px; height: 105px; } .Mount_Body_Turkey-Base { background-image: url(spritesmith4.png); - background-position: -1816px -318px; + background-position: -212px -1786px; width: 105px; height: 105px; } .Mount_Body_Wolf-Base { background-image: url(spritesmith4.png); - background-position: -1816px -424px; + background-position: -318px -1786px; width: 105px; height: 105px; } .Mount_Body_Wolf-CottonCandyBlue { background-image: url(spritesmith4.png); - background-position: -1816px -530px; + background-position: -424px -1786px; width: 105px; height: 105px; } .Mount_Body_Wolf-CottonCandyPink { background-image: url(spritesmith4.png); - background-position: -1816px -636px; + background-position: -530px -1786px; width: 105px; height: 105px; } .Mount_Body_Wolf-Desert { background-image: url(spritesmith4.png); - background-position: -1816px -742px; + background-position: -636px -1786px; width: 105px; height: 105px; } .Mount_Body_Wolf-Golden { background-image: url(spritesmith4.png); - background-position: -1816px -848px; + background-position: -742px -1786px; width: 105px; height: 105px; } .Mount_Body_Wolf-Red { background-image: url(spritesmith4.png); - background-position: -1816px -954px; + background-position: -848px -1786px; width: 105px; height: 105px; } .Mount_Body_Wolf-Shade { background-image: url(spritesmith4.png); - background-position: -1816px -1060px; + background-position: -954px -1786px; width: 105px; height: 105px; } .Mount_Body_Wolf-Skeleton { background-image: url(spritesmith4.png); - background-position: -1816px -1166px; + background-position: -1060px -1786px; width: 105px; height: 105px; } .Mount_Body_Wolf-White { background-image: url(spritesmith4.png); - background-position: -1816px -1272px; + background-position: -1166px -1786px; width: 105px; height: 105px; } .Mount_Body_Wolf-Zombie { background-image: url(spritesmith4.png); - background-position: -1816px -1378px; + background-position: -1272px -1786px; width: 105px; height: 105px; } .Mount_Head_BearCub-Base { background-image: url(spritesmith4.png); - background-position: -1816px -1484px; + background-position: -1378px -1786px; width: 105px; height: 105px; } .Mount_Head_BearCub-CottonCandyBlue { background-image: url(spritesmith4.png); - background-position: -1816px -1590px; + background-position: -1484px -1786px; width: 105px; height: 105px; } .Mount_Head_BearCub-CottonCandyPink { background-image: url(spritesmith4.png); - background-position: 0px -1786px; + background-position: -1590px -1786px; width: 105px; height: 105px; } .Mount_Head_BearCub-Desert { background-image: url(spritesmith4.png); - background-position: -106px -1786px; + background-position: -1696px -1786px; width: 105px; height: 105px; } .Mount_Head_BearCub-Golden { background-image: url(spritesmith4.png); - background-position: -212px -1786px; + background-position: -1802px -1786px; width: 105px; height: 105px; } .Mount_Head_BearCub-Polar { background-image: url(spritesmith4.png); - background-position: -318px -1786px; + background-position: -1922px 0px; width: 105px; height: 105px; } .Mount_Head_BearCub-Red { background-image: url(spritesmith4.png); - background-position: -424px -1786px; + background-position: -1922px -106px; width: 105px; height: 105px; } .Mount_Head_BearCub-Shade { background-image: url(spritesmith4.png); - background-position: -530px -1786px; + background-position: -1922px -212px; width: 105px; height: 105px; } .Mount_Head_BearCub-Skeleton { background-image: url(spritesmith4.png); - background-position: -636px -1786px; + background-position: -1922px -318px; width: 105px; height: 105px; } .Mount_Head_BearCub-White { background-image: url(spritesmith4.png); - background-position: -742px -1786px; + background-position: -1922px -424px; width: 105px; height: 105px; } .Mount_Head_BearCub-Zombie { background-image: url(spritesmith4.png); - background-position: -848px -1786px; + background-position: -1922px -530px; width: 105px; height: 105px; } .Mount_Head_Bunny-Base { background-image: url(spritesmith4.png); - background-position: -954px -1786px; + background-position: -1922px -636px; width: 105px; height: 105px; } .Mount_Head_Bunny-CottonCandyBlue { background-image: url(spritesmith4.png); - background-position: -1060px -1786px; + background-position: -1922px -742px; width: 105px; height: 105px; } .Mount_Head_Bunny-CottonCandyPink { background-image: url(spritesmith4.png); - background-position: -1166px -1786px; + background-position: -1922px -848px; width: 105px; height: 105px; } .Mount_Head_Bunny-Desert { background-image: url(spritesmith4.png); - background-position: -1272px -1786px; + background-position: -1922px -954px; width: 105px; height: 105px; } .Mount_Head_Bunny-Golden { background-image: url(spritesmith4.png); - background-position: -1378px -1786px; + background-position: -1922px -1060px; width: 105px; height: 105px; } .Mount_Head_Bunny-Red { background-image: url(spritesmith4.png); - background-position: -1484px -1786px; + background-position: -1922px -1166px; width: 105px; height: 105px; } .Mount_Head_Bunny-Shade { background-image: url(spritesmith4.png); - background-position: -1590px -1786px; + background-position: -1922px -1272px; width: 105px; height: 105px; } .Mount_Head_Bunny-Skeleton { background-image: url(spritesmith4.png); - background-position: -1696px -1786px; + background-position: -1922px -1378px; width: 105px; height: 105px; } .Mount_Head_Bunny-White { background-image: url(spritesmith4.png); - background-position: -1802px -1786px; + background-position: -1922px -1484px; width: 105px; height: 105px; } .Mount_Head_Bunny-Zombie { background-image: url(spritesmith4.png); - background-position: -1922px 0px; + background-position: -1922px -1590px; width: 105px; height: 105px; } .Mount_Head_Cactus-Base { background-image: url(spritesmith4.png); - background-position: -1922px -106px; + background-position: -1922px -1696px; width: 105px; height: 105px; } .Mount_Head_Cactus-CottonCandyBlue { background-image: url(spritesmith4.png); - background-position: -1922px -212px; + background-position: 0px -1892px; width: 105px; height: 105px; } .Mount_Head_Cactus-CottonCandyPink { background-image: url(spritesmith4.png); - background-position: -1922px -318px; + background-position: -106px -1892px; width: 105px; height: 105px; } .Mount_Head_Cactus-Desert { background-image: url(spritesmith4.png); - background-position: -1922px -424px; + background-position: -212px -1892px; width: 105px; height: 105px; } .Mount_Head_Cactus-Golden { background-image: url(spritesmith4.png); - background-position: -1922px -530px; + background-position: -318px -1892px; width: 105px; height: 105px; } .Mount_Head_Cactus-Red { background-image: url(spritesmith4.png); - background-position: -1922px -636px; + background-position: -424px -1892px; width: 105px; height: 105px; } .Mount_Head_Cactus-Shade { background-image: url(spritesmith4.png); - background-position: -1922px -742px; + background-position: -530px -1892px; width: 105px; height: 105px; } .Mount_Head_Cactus-Skeleton { background-image: url(spritesmith4.png); - background-position: -1922px -848px; + background-position: -636px -1892px; width: 105px; height: 105px; } .Mount_Head_Cactus-White { background-image: url(spritesmith4.png); - background-position: -1922px -954px; + background-position: -742px -1892px; width: 105px; height: 105px; } .Mount_Head_Cactus-Zombie { background-image: url(spritesmith4.png); - background-position: -1922px -1060px; + background-position: -848px -1892px; width: 105px; height: 105px; } .Mount_Head_Deer-Base { background-image: url(spritesmith4.png); - background-position: -1922px -1166px; + background-position: -954px -1892px; width: 105px; height: 105px; } .Mount_Head_Deer-CottonCandyBlue { background-image: url(spritesmith4.png); - background-position: -1922px -1272px; + background-position: -1060px -1892px; width: 105px; height: 105px; } .Mount_Head_Deer-CottonCandyPink { background-image: url(spritesmith4.png); - background-position: -1922px -1378px; + background-position: -1166px -1892px; width: 105px; height: 105px; } .Mount_Head_Deer-Desert { background-image: url(spritesmith4.png); - background-position: -1922px -1484px; + background-position: -530px -1468px; width: 105px; height: 105px; } .Mount_Head_Deer-Golden { background-image: url(spritesmith4.png); - background-position: -1922px -1590px; + background-position: -212px -832px; width: 105px; height: 105px; } .Mount_Head_Deer-Red { background-image: url(spritesmith4.png); - background-position: -1922px -1696px; + background-position: -106px -832px; width: 105px; height: 105px; } .Mount_Head_Deer-Shade { background-image: url(spritesmith4.png); - background-position: 0px -1892px; + background-position: 0px -832px; width: 105px; height: 105px; } .Mount_Head_Deer-Skeleton { background-image: url(spritesmith4.png); - background-position: -106px -1892px; + background-position: -862px -636px; width: 105px; height: 105px; } .Mount_Head_Deer-White { background-image: url(spritesmith4.png); - background-position: -212px -1892px; + background-position: -862px -530px; width: 105px; height: 105px; } .Mount_Head_Deer-Zombie { background-image: url(spritesmith4.png); - background-position: -318px -1892px; + background-position: -862px -424px; width: 105px; height: 105px; } .Mount_Head_Dragon-Base { background-image: url(spritesmith4.png); - background-position: -424px -1892px; + background-position: -862px -318px; width: 105px; height: 105px; } .Mount_Head_Dragon-CottonCandyBlue { background-image: url(spritesmith4.png); - background-position: -530px -1892px; + background-position: -862px -212px; width: 105px; height: 105px; } .Mount_Head_Dragon-CottonCandyPink { background-image: url(spritesmith4.png); - background-position: -636px -1892px; + background-position: -862px -106px; width: 105px; height: 105px; } .Mount_Head_Dragon-Desert { background-image: url(spritesmith4.png); - background-position: -742px -1892px; + background-position: -862px 0px; width: 105px; height: 105px; } .Mount_Head_Dragon-Golden { background-image: url(spritesmith4.png); - background-position: -848px -1892px; + background-position: -742px -726px; width: 105px; height: 105px; } .Mount_Head_Dragon-Red { background-image: url(spritesmith4.png); - background-position: -954px -1892px; + background-position: -636px -726px; width: 105px; height: 105px; } .Mount_Head_Dragon-Shade { background-image: url(spritesmith4.png); - background-position: -1060px -1892px; + background-position: -530px -726px; width: 105px; height: 105px; } .Mount_Head_Dragon-Skeleton { background-image: url(spritesmith4.png); - background-position: -1166px -1892px; + background-position: -424px -726px; width: 105px; height: 105px; } .Mount_Head_Dragon-White { background-image: url(spritesmith4.png); - background-position: -1272px -1892px; + background-position: -318px -726px; width: 105px; height: 105px; } .Mount_Head_Dragon-Zombie { background-image: url(spritesmith4.png); - background-position: -1378px -1892px; + background-position: -212px -726px; width: 105px; height: 105px; } .Mount_Head_FlyingPig-Base { background-image: url(spritesmith4.png); - background-position: -1484px -1892px; + background-position: -106px -726px; width: 105px; height: 105px; } .Mount_Head_FlyingPig-CottonCandyBlue { background-image: url(spritesmith4.png); - background-position: -1590px -1892px; + background-position: 0px -726px; width: 105px; height: 105px; } .Mount_Head_FlyingPig-CottonCandyPink { background-image: url(spritesmith4.png); - background-position: -1696px -1892px; + background-position: -756px -530px; width: 105px; height: 105px; } .Mount_Head_FlyingPig-Desert { background-image: url(spritesmith4.png); - background-position: -1802px -1892px; + background-position: -756px -424px; width: 105px; height: 105px; } .Mount_Head_FlyingPig-Golden { background-image: url(spritesmith4.png); - background-position: -1908px -1892px; + background-position: -756px -318px; width: 105px; height: 105px; } .Mount_Head_FlyingPig-Red { background-image: url(spritesmith4.png); - background-position: -106px -1468px; + background-position: -756px -212px; width: 105px; height: 105px; } .Mount_Head_FlyingPig-Shade { background-image: url(spritesmith4.png); - background-position: -212px -726px; + background-position: -756px -106px; width: 105px; height: 105px; } .Mount_Head_FlyingPig-Skeleton { background-image: url(spritesmith4.png); - background-position: -106px -726px; + background-position: -756px 0px; width: 105px; height: 105px; } .Mount_Head_FlyingPig-White { background-image: url(spritesmith4.png); - background-position: 0px -726px; + background-position: -636px -620px; width: 105px; height: 105px; } .Mount_Head_FlyingPig-Zombie { background-image: url(spritesmith4.png); - background-position: -756px -530px; + background-position: -530px -620px; width: 105px; height: 105px; } .Mount_Head_Fox-Base { background-image: url(spritesmith4.png); - background-position: -756px -424px; + background-position: -424px -620px; width: 105px; height: 105px; } .Mount_Head_Fox-CottonCandyBlue { background-image: url(spritesmith4.png); - background-position: -756px -318px; + background-position: -318px -620px; width: 105px; height: 105px; } .Mount_Head_Fox-CottonCandyPink { background-image: url(spritesmith4.png); - background-position: -756px -212px; + background-position: -212px -620px; width: 105px; height: 105px; } .Mount_Head_Fox-Desert { background-image: url(spritesmith4.png); - background-position: -756px -106px; + background-position: -106px -620px; width: 105px; height: 105px; } .Mount_Head_Fox-Golden { background-image: url(spritesmith4.png); - background-position: -756px 0px; + background-position: 0px -620px; width: 105px; height: 105px; } .Mount_Head_Fox-Red { background-image: url(spritesmith4.png); - background-position: -636px -620px; + background-position: -650px -424px; width: 105px; height: 105px; } .Mount_Head_Fox-Shade { background-image: url(spritesmith4.png); - background-position: -530px -620px; + background-position: -650px -318px; width: 105px; height: 105px; } .Mount_Head_Fox-Skeleton { background-image: url(spritesmith4.png); - background-position: -424px -620px; + background-position: -650px -212px; width: 105px; height: 105px; } .Mount_Head_Fox-White { background-image: url(spritesmith4.png); - background-position: -318px -620px; + background-position: -650px -106px; width: 105px; height: 105px; } .Mount_Head_Fox-Zombie { background-image: url(spritesmith4.png); - background-position: -212px -620px; + background-position: -650px 0px; width: 105px; height: 105px; } .Mount_Head_Gryphon-Base { background-image: url(spritesmith4.png); - background-position: -106px -620px; + background-position: -530px -514px; width: 105px; height: 105px; } .Mount_Head_Gryphon-CottonCandyBlue { background-image: url(spritesmith4.png); - background-position: 0px -620px; + background-position: -424px -514px; width: 105px; height: 105px; } .Mount_Head_Gryphon-CottonCandyPink { background-image: url(spritesmith4.png); - background-position: -650px -424px; + background-position: -318px -514px; width: 105px; height: 105px; } .Mount_Head_Gryphon-Desert { background-image: url(spritesmith4.png); - background-position: -650px -318px; + background-position: -212px -514px; width: 105px; height: 105px; } .Mount_Head_Gryphon-Golden { background-image: url(spritesmith4.png); - background-position: -650px -212px; + background-position: -106px -514px; width: 105px; height: 105px; } .Mount_Head_Gryphon-Red { background-image: url(spritesmith4.png); - background-position: -650px -106px; + background-position: 0px -514px; width: 105px; height: 105px; } .Mount_Head_Gryphon-Shade { background-image: url(spritesmith4.png); - background-position: -650px 0px; + background-position: -544px -318px; width: 105px; height: 105px; } .Mount_Head_Gryphon-Skeleton { background-image: url(spritesmith4.png); - background-position: -530px -514px; + background-position: -544px -212px; width: 105px; height: 105px; } .Mount_Head_Gryphon-White { background-image: url(spritesmith4.png); - background-position: -424px -514px; + background-position: -544px -106px; width: 105px; height: 105px; } .Mount_Head_Gryphon-Zombie { background-image: url(spritesmith4.png); - background-position: -318px -514px; + background-position: -544px 0px; width: 105px; height: 105px; } .Mount_Head_Hedgehog-Base { background-image: url(spritesmith4.png); - background-position: -212px -514px; + background-position: -424px -408px; width: 105px; height: 105px; } .Mount_Head_Hedgehog-CottonCandyBlue { background-image: url(spritesmith4.png); - background-position: -106px -514px; + background-position: -318px -408px; width: 105px; height: 105px; } .Mount_Head_Hedgehog-CottonCandyPink { background-image: url(spritesmith4.png); - background-position: 0px -514px; + background-position: -212px -408px; width: 105px; height: 105px; } .Mount_Head_Hedgehog-Desert { background-image: url(spritesmith4.png); - background-position: -544px -318px; + background-position: -106px -408px; width: 105px; height: 105px; } .Mount_Head_Hedgehog-Golden { background-image: url(spritesmith4.png); - background-position: -544px -212px; + background-position: 0px -408px; width: 105px; height: 105px; } .Mount_Head_Hedgehog-Red { background-image: url(spritesmith4.png); - background-position: -544px -106px; + background-position: -1816px -742px; width: 105px; height: 105px; } .Mount_Head_Hedgehog-Shade { background-image: url(spritesmith4.png); - background-position: -544px 0px; + background-position: -1816px -636px; width: 105px; height: 105px; } .Mount_Head_Hedgehog-Skeleton { background-image: url(spritesmith4.png); - background-position: -424px -408px; + background-position: -1816px -530px; width: 105px; height: 105px; } .Mount_Head_Hedgehog-White { background-image: url(spritesmith4.png); - background-position: -318px -408px; + background-position: -1816px -424px; width: 105px; height: 105px; } .Mount_Head_Hedgehog-Zombie { background-image: url(spritesmith4.png); - background-position: -212px -408px; + background-position: -1816px -318px; width: 105px; height: 105px; } .Mount_Head_LionCub-Base { background-image: url(spritesmith4.png); - background-position: -106px -408px; + background-position: -1816px -212px; width: 105px; height: 105px; } .Mount_Head_LionCub-CottonCandyBlue { background-image: url(spritesmith4.png); - background-position: -954px -1680px; + background-position: -1816px -106px; width: 105px; height: 105px; } .Mount_Head_LionCub-CottonCandyPink { background-image: url(spritesmith4.png); - background-position: -848px -1680px; + background-position: -1816px 0px; width: 105px; height: 105px; } .Mount_Head_LionCub-Desert { background-image: url(spritesmith4.png); - background-position: -742px -1680px; + background-position: -1696px -1680px; width: 105px; height: 105px; } .Mount_Head_LionCub-Ethereal { background-image: url(spritesmith4.png); - background-position: -636px -1680px; + background-position: -1590px -1680px; width: 105px; height: 105px; } .Mount_Head_LionCub-Golden { background-image: url(spritesmith4.png); - background-position: -530px -1680px; + background-position: 0px -1362px; width: 105px; height: 105px; } -.Mount_Head_LionCub-Red { - background-image: url(spritesmith4.png); - background-position: -424px -1680px; - width: 105px; - height: 105px; -} -.Mount_Head_LionCub-Shade { - background-image: url(spritesmith4.png); - background-position: -318px -1680px; - width: 105px; - height: 105px; -} -.Mount_Head_LionCub-Skeleton { - background-image: url(spritesmith4.png); - background-position: -212px -1680px; - width: 105px; - height: 105px; -} -.Mount_Head_LionCub-White { - background-image: url(spritesmith4.png); - background-position: -106px -1680px; - width: 105px; - height: 105px; -} -.Mount_Head_LionCub-Zombie { - background-image: url(spritesmith4.png); - background-position: 0px -1680px; - width: 105px; - height: 105px; -} -.Mount_Head_Mammoth-Base { - background-image: url(spritesmith4.png); - background-position: -408px -136px; - width: 105px; - height: 123px; -} -.Mount_Head_MantisShrimp-Base { - background-image: url(spritesmith4.png); - background-position: -1060px -1256px; - width: 108px; - height: 105px; -} diff --git a/common/dist/sprites/spritesmith4.png b/common/dist/sprites/spritesmith4.png index 605b59f438..e0cf67e641 100644 Binary files a/common/dist/sprites/spritesmith4.png and b/common/dist/sprites/spritesmith4.png differ diff --git a/common/dist/sprites/spritesmith5.css b/common/dist/sprites/spritesmith5.css index 72c8b12ebc..9c29856a1e 100644 --- a/common/dist/sprites/spritesmith5.css +++ b/common/dist/sprites/spritesmith5.css @@ -1,627 +1,669 @@ -.Mount_Head_Octopus-Base { - background-image: url(spritesmith5.png); - background-position: -318px -1044px; - width: 105px; - height: 105px; -} -.Mount_Head_Octopus-CottonCandyBlue { - background-image: url(spritesmith5.png); - background-position: -1286px -106px; - width: 105px; - height: 105px; -} -.Mount_Head_Octopus-CottonCandyPink { - background-image: url(spritesmith5.png); - background-position: -530px -832px; - width: 105px; - height: 105px; -} -.Mount_Head_Octopus-Desert { - background-image: url(spritesmith5.png); - background-position: -424px -1044px; - width: 105px; - height: 105px; -} -.Mount_Head_Octopus-Golden { - background-image: url(spritesmith5.png); - background-position: -530px -1044px; - width: 105px; - height: 105px; -} -.Mount_Head_Octopus-Red { - background-image: url(spritesmith5.png); - background-position: -636px -1044px; - width: 105px; - height: 105px; -} -.Mount_Head_Octopus-Shade { - background-image: url(spritesmith5.png); - background-position: -742px -1044px; - width: 105px; - height: 105px; -} -.Mount_Head_Octopus-Skeleton { - background-image: url(spritesmith5.png); - background-position: -848px -1044px; - width: 105px; - height: 105px; -} -.Mount_Head_Octopus-White { - background-image: url(spritesmith5.png); - background-position: -954px -1044px; - width: 105px; - height: 105px; -} -.Mount_Head_Octopus-Zombie { - background-image: url(spritesmith5.png); - background-position: -1060px -1044px; - width: 105px; - height: 105px; -} -.Mount_Head_Owl-Base { - background-image: url(spritesmith5.png); - background-position: -1180px 0px; - width: 105px; - height: 105px; -} -.Mount_Head_Owl-CottonCandyBlue { +.Mount_Head_LionCub-Red { background-image: url(spritesmith5.png); background-position: -1180px -106px; width: 105px; height: 105px; } -.Mount_Head_Owl-CottonCandyPink { +.Mount_Head_LionCub-Shade { background-image: url(spritesmith5.png); - background-position: -408px -242px; + background-position: -1286px -848px; width: 105px; height: 105px; } -.Mount_Head_Owl-Desert { - background-image: url(spritesmith5.png); - background-position: 0px -408px; - width: 105px; - height: 105px; -} -.Mount_Head_Owl-Golden { - background-image: url(spritesmith5.png); - background-position: -106px -408px; - width: 105px; - height: 105px; -} -.Mount_Head_Owl-Red { - background-image: url(spritesmith5.png); - background-position: -212px -408px; - width: 105px; - height: 105px; -} -.Mount_Head_Owl-Shade { - background-image: url(spritesmith5.png); - background-position: -318px -408px; - width: 105px; - height: 105px; -} -.Mount_Head_Owl-Skeleton { - background-image: url(spritesmith5.png); - background-position: -424px -408px; - width: 105px; - height: 105px; -} -.Mount_Head_Owl-White { - background-image: url(spritesmith5.png); - background-position: -544px 0px; - width: 105px; - height: 105px; -} -.Mount_Head_Owl-Zombie { - background-image: url(spritesmith5.png); - background-position: -544px -106px; - width: 105px; - height: 105px; -} -.Mount_Head_PandaCub-Base { - background-image: url(spritesmith5.png); - background-position: -544px -212px; - width: 105px; - height: 105px; -} -.Mount_Head_PandaCub-CottonCandyBlue { - background-image: url(spritesmith5.png); - background-position: -544px -318px; - width: 105px; - height: 105px; -} -.Mount_Head_PandaCub-CottonCandyPink { - background-image: url(spritesmith5.png); - background-position: 0px -514px; - width: 105px; - height: 105px; -} -.Mount_Head_PandaCub-Desert { - background-image: url(spritesmith5.png); - background-position: -106px -514px; - width: 105px; - height: 105px; -} -.Mount_Head_PandaCub-Golden { - background-image: url(spritesmith5.png); - background-position: -212px -514px; - width: 105px; - height: 105px; -} -.Mount_Head_PandaCub-Red { - background-image: url(spritesmith5.png); - background-position: -318px -514px; - width: 105px; - height: 105px; -} -.Mount_Head_PandaCub-Shade { - background-image: url(spritesmith5.png); - background-position: -424px -514px; - width: 105px; - height: 105px; -} -.Mount_Head_PandaCub-Skeleton { - background-image: url(spritesmith5.png); - background-position: -530px -514px; - width: 105px; - height: 105px; -} -.Mount_Head_PandaCub-White { - background-image: url(spritesmith5.png); - background-position: -650px 0px; - width: 105px; - height: 105px; -} -.Mount_Head_PandaCub-Zombie { - background-image: url(spritesmith5.png); - background-position: -650px -106px; - width: 105px; - height: 105px; -} -.Mount_Head_Parrot-Base { - background-image: url(spritesmith5.png); - background-position: -650px -212px; - width: 105px; - height: 105px; -} -.Mount_Head_Parrot-CottonCandyBlue { - background-image: url(spritesmith5.png); - background-position: -650px -318px; - width: 105px; - height: 105px; -} -.Mount_Head_Parrot-CottonCandyPink { - background-image: url(spritesmith5.png); - background-position: -650px -424px; - width: 105px; - height: 105px; -} -.Mount_Head_Parrot-Desert { - background-image: url(spritesmith5.png); - background-position: 0px -620px; - width: 105px; - height: 105px; -} -.Mount_Head_Parrot-Golden { - background-image: url(spritesmith5.png); - background-position: -106px -620px; - width: 105px; - height: 105px; -} -.Mount_Head_Parrot-Red { - background-image: url(spritesmith5.png); - background-position: -212px -620px; - width: 105px; - height: 105px; -} -.Mount_Head_Parrot-Shade { - background-image: url(spritesmith5.png); - background-position: -318px -620px; - width: 105px; - height: 105px; -} -.Mount_Head_Parrot-Skeleton { - background-image: url(spritesmith5.png); - background-position: -424px -620px; - width: 105px; - height: 105px; -} -.Mount_Head_Parrot-White { - background-image: url(spritesmith5.png); - background-position: -530px -620px; - width: 105px; - height: 105px; -} -.Mount_Head_Parrot-Zombie { - background-image: url(spritesmith5.png); - background-position: -636px -620px; - width: 105px; - height: 105px; -} -.Mount_Head_Penguin-Base { - background-image: url(spritesmith5.png); - background-position: -756px 0px; - width: 105px; - height: 105px; -} -.Mount_Head_Penguin-CottonCandyBlue { - background-image: url(spritesmith5.png); - background-position: -756px -106px; - width: 105px; - height: 105px; -} -.Mount_Head_Penguin-CottonCandyPink { - background-image: url(spritesmith5.png); - background-position: -756px -212px; - width: 105px; - height: 105px; -} -.Mount_Head_Penguin-Desert { - background-image: url(spritesmith5.png); - background-position: -756px -318px; - width: 105px; - height: 105px; -} -.Mount_Head_Penguin-Golden { - background-image: url(spritesmith5.png); - background-position: -756px -424px; - width: 105px; - height: 105px; -} -.Mount_Head_Penguin-Red { - background-image: url(spritesmith5.png); - background-position: -756px -530px; - width: 105px; - height: 105px; -} -.Mount_Head_Penguin-Shade { - background-image: url(spritesmith5.png); - background-position: 0px -726px; - width: 105px; - height: 105px; -} -.Mount_Head_Penguin-Skeleton { - background-image: url(spritesmith5.png); - background-position: -106px -726px; - width: 105px; - height: 105px; -} -.Mount_Head_Penguin-White { - background-image: url(spritesmith5.png); - background-position: -212px -726px; - width: 105px; - height: 105px; -} -.Mount_Head_Penguin-Zombie { - background-image: url(spritesmith5.png); - background-position: -318px -726px; - width: 105px; - height: 105px; -} -.Mount_Head_Rat-Base { - background-image: url(spritesmith5.png); - background-position: -424px -726px; - width: 105px; - height: 105px; -} -.Mount_Head_Rat-CottonCandyBlue { - background-image: url(spritesmith5.png); - background-position: -530px -726px; - width: 105px; - height: 105px; -} -.Mount_Head_Rat-CottonCandyPink { - background-image: url(spritesmith5.png); - background-position: -636px -726px; - width: 105px; - height: 105px; -} -.Mount_Head_Rat-Desert { - background-image: url(spritesmith5.png); - background-position: -742px -726px; - width: 105px; - height: 105px; -} -.Mount_Head_Rat-Golden { - background-image: url(spritesmith5.png); - background-position: -862px 0px; - width: 105px; - height: 105px; -} -.Mount_Head_Rat-Red { - background-image: url(spritesmith5.png); - background-position: -862px -106px; - width: 105px; - height: 105px; -} -.Mount_Head_Rat-Shade { - background-image: url(spritesmith5.png); - background-position: -862px -212px; - width: 105px; - height: 105px; -} -.Mount_Head_Rat-Skeleton { - background-image: url(spritesmith5.png); - background-position: -862px -318px; - width: 105px; - height: 105px; -} -.Mount_Head_Rat-White { - background-image: url(spritesmith5.png); - background-position: -862px -424px; - width: 105px; - height: 105px; -} -.Mount_Head_Rat-Zombie { - background-image: url(spritesmith5.png); - background-position: -862px -530px; - width: 105px; - height: 105px; -} -.Mount_Head_Rock-Base { - background-image: url(spritesmith5.png); - background-position: -862px -636px; - width: 105px; - height: 105px; -} -.Mount_Head_Rock-CottonCandyBlue { - background-image: url(spritesmith5.png); - background-position: 0px -832px; - width: 105px; - height: 105px; -} -.Mount_Head_Rock-CottonCandyPink { - background-image: url(spritesmith5.png); - background-position: -106px -832px; - width: 105px; - height: 105px; -} -.Mount_Head_Rock-Desert { - background-image: url(spritesmith5.png); - background-position: -212px -832px; - width: 105px; - height: 105px; -} -.Mount_Head_Rock-Golden { - background-image: url(spritesmith5.png); - background-position: -318px -832px; - width: 105px; - height: 105px; -} -.Mount_Head_Rock-Red { - background-image: url(spritesmith5.png); - background-position: -424px -832px; - width: 105px; - height: 105px; -} -.Mount_Head_Rock-Shade { - background-image: url(spritesmith5.png); - background-position: -408px -136px; - width: 105px; - height: 105px; -} -.Mount_Head_Rock-Skeleton { - background-image: url(spritesmith5.png); - background-position: -636px -832px; - width: 105px; - height: 105px; -} -.Mount_Head_Rock-White { - background-image: url(spritesmith5.png); - background-position: -742px -832px; - width: 105px; - height: 105px; -} -.Mount_Head_Rock-Zombie { - background-image: url(spritesmith5.png); - background-position: -848px -832px; - width: 105px; - height: 105px; -} -.Mount_Head_Rooster-Base { +.Mount_Head_LionCub-Skeleton { background-image: url(spritesmith5.png); background-position: -968px 0px; width: 105px; height: 105px; } -.Mount_Head_Rooster-CottonCandyBlue { +.Mount_Head_LionCub-White { + background-image: url(spritesmith5.png); + background-position: -1060px -1044px; + width: 105px; + height: 105px; +} +.Mount_Head_LionCub-Zombie { + background-image: url(spritesmith5.png); + background-position: -1180px 0px; + width: 105px; + height: 105px; +} +.Mount_Head_Mammoth-Base { + background-image: url(spritesmith5.png); + background-position: -408px -136px; + width: 105px; + height: 123px; +} +.Mount_Head_MantisShrimp-Base { + background-image: url(spritesmith5.png); + background-position: 0px -1150px; + width: 108px; + height: 105px; +} +.Mount_Head_Octopus-Base { + background-image: url(spritesmith5.png); + background-position: -1180px -212px; + width: 105px; + height: 105px; +} +.Mount_Head_Octopus-CottonCandyBlue { + background-image: url(spritesmith5.png); + background-position: -1180px -318px; + width: 105px; + height: 105px; +} +.Mount_Head_Octopus-CottonCandyPink { + background-image: url(spritesmith5.png); + background-position: -1180px -424px; + width: 105px; + height: 105px; +} +.Mount_Head_Octopus-Desert { + background-image: url(spritesmith5.png); + background-position: -1180px -530px; + width: 105px; + height: 105px; +} +.Mount_Head_Octopus-Golden { + background-image: url(spritesmith5.png); + background-position: -1180px -636px; + width: 105px; + height: 105px; +} +.Mount_Head_Octopus-Red { + background-image: url(spritesmith5.png); + background-position: -1180px -742px; + width: 105px; + height: 105px; +} +.Mount_Head_Octopus-Shade { + background-image: url(spritesmith5.png); + background-position: 0px -408px; + width: 105px; + height: 105px; +} +.Mount_Head_Octopus-Skeleton { + background-image: url(spritesmith5.png); + background-position: -106px -408px; + width: 105px; + height: 105px; +} +.Mount_Head_Octopus-White { + background-image: url(spritesmith5.png); + background-position: -212px -408px; + width: 105px; + height: 105px; +} +.Mount_Head_Octopus-Zombie { + background-image: url(spritesmith5.png); + background-position: -318px -408px; + width: 105px; + height: 105px; +} +.Mount_Head_Owl-Base { + background-image: url(spritesmith5.png); + background-position: -424px -408px; + width: 105px; + height: 105px; +} +.Mount_Head_Owl-CottonCandyBlue { + background-image: url(spritesmith5.png); + background-position: -544px 0px; + width: 105px; + height: 105px; +} +.Mount_Head_Owl-CottonCandyPink { + background-image: url(spritesmith5.png); + background-position: -544px -106px; + width: 105px; + height: 105px; +} +.Mount_Head_Owl-Desert { + background-image: url(spritesmith5.png); + background-position: -544px -212px; + width: 105px; + height: 105px; +} +.Mount_Head_Owl-Golden { + background-image: url(spritesmith5.png); + background-position: -544px -318px; + width: 105px; + height: 105px; +} +.Mount_Head_Owl-Red { + background-image: url(spritesmith5.png); + background-position: 0px -514px; + width: 105px; + height: 105px; +} +.Mount_Head_Owl-Shade { + background-image: url(spritesmith5.png); + background-position: -106px -514px; + width: 105px; + height: 105px; +} +.Mount_Head_Owl-Skeleton { + background-image: url(spritesmith5.png); + background-position: -212px -514px; + width: 105px; + height: 105px; +} +.Mount_Head_Owl-White { + background-image: url(spritesmith5.png); + background-position: -318px -514px; + width: 105px; + height: 105px; +} +.Mount_Head_Owl-Zombie { + background-image: url(spritesmith5.png); + background-position: -424px -514px; + width: 105px; + height: 105px; +} +.Mount_Head_PandaCub-Base { + background-image: url(spritesmith5.png); + background-position: -530px -514px; + width: 105px; + height: 105px; +} +.Mount_Head_PandaCub-CottonCandyBlue { + background-image: url(spritesmith5.png); + background-position: -650px 0px; + width: 105px; + height: 105px; +} +.Mount_Head_PandaCub-CottonCandyPink { + background-image: url(spritesmith5.png); + background-position: -650px -106px; + width: 105px; + height: 105px; +} +.Mount_Head_PandaCub-Desert { + background-image: url(spritesmith5.png); + background-position: -650px -212px; + width: 105px; + height: 105px; +} +.Mount_Head_PandaCub-Golden { + background-image: url(spritesmith5.png); + background-position: -650px -318px; + width: 105px; + height: 105px; +} +.Mount_Head_PandaCub-Red { + background-image: url(spritesmith5.png); + background-position: -650px -424px; + width: 105px; + height: 105px; +} +.Mount_Head_PandaCub-Shade { + background-image: url(spritesmith5.png); + background-position: 0px -620px; + width: 105px; + height: 105px; +} +.Mount_Head_PandaCub-Skeleton { + background-image: url(spritesmith5.png); + background-position: -106px -620px; + width: 105px; + height: 105px; +} +.Mount_Head_PandaCub-White { + background-image: url(spritesmith5.png); + background-position: -212px -620px; + width: 105px; + height: 105px; +} +.Mount_Head_PandaCub-Zombie { + background-image: url(spritesmith5.png); + background-position: -318px -620px; + width: 105px; + height: 105px; +} +.Mount_Head_Parrot-Base { + background-image: url(spritesmith5.png); + background-position: -424px -620px; + width: 105px; + height: 105px; +} +.Mount_Head_Parrot-CottonCandyBlue { + background-image: url(spritesmith5.png); + background-position: -530px -620px; + width: 105px; + height: 105px; +} +.Mount_Head_Parrot-CottonCandyPink { + background-image: url(spritesmith5.png); + background-position: -636px -620px; + width: 105px; + height: 105px; +} +.Mount_Head_Parrot-Desert { + background-image: url(spritesmith5.png); + background-position: -756px 0px; + width: 105px; + height: 105px; +} +.Mount_Head_Parrot-Golden { + background-image: url(spritesmith5.png); + background-position: -756px -106px; + width: 105px; + height: 105px; +} +.Mount_Head_Parrot-Red { + background-image: url(spritesmith5.png); + background-position: -756px -212px; + width: 105px; + height: 105px; +} +.Mount_Head_Parrot-Shade { + background-image: url(spritesmith5.png); + background-position: -756px -318px; + width: 105px; + height: 105px; +} +.Mount_Head_Parrot-Skeleton { + background-image: url(spritesmith5.png); + background-position: -756px -424px; + width: 105px; + height: 105px; +} +.Mount_Head_Parrot-White { + background-image: url(spritesmith5.png); + background-position: -756px -530px; + width: 105px; + height: 105px; +} +.Mount_Head_Parrot-Zombie { + background-image: url(spritesmith5.png); + background-position: 0px -726px; + width: 105px; + height: 105px; +} +.Mount_Head_Penguin-Base { + background-image: url(spritesmith5.png); + background-position: -106px -726px; + width: 105px; + height: 105px; +} +.Mount_Head_Penguin-CottonCandyBlue { + background-image: url(spritesmith5.png); + background-position: -212px -726px; + width: 105px; + height: 105px; +} +.Mount_Head_Penguin-CottonCandyPink { + background-image: url(spritesmith5.png); + background-position: -318px -726px; + width: 105px; + height: 105px; +} +.Mount_Head_Penguin-Desert { + background-image: url(spritesmith5.png); + background-position: -424px -726px; + width: 105px; + height: 105px; +} +.Mount_Head_Penguin-Golden { + background-image: url(spritesmith5.png); + background-position: -530px -726px; + width: 105px; + height: 105px; +} +.Mount_Head_Penguin-Red { + background-image: url(spritesmith5.png); + background-position: -636px -726px; + width: 105px; + height: 105px; +} +.Mount_Head_Penguin-Shade { + background-image: url(spritesmith5.png); + background-position: -742px -726px; + width: 105px; + height: 105px; +} +.Mount_Head_Penguin-Skeleton { + background-image: url(spritesmith5.png); + background-position: -862px 0px; + width: 105px; + height: 105px; +} +.Mount_Head_Penguin-White { + background-image: url(spritesmith5.png); + background-position: -862px -106px; + width: 105px; + height: 105px; +} +.Mount_Head_Penguin-Zombie { + background-image: url(spritesmith5.png); + background-position: -862px -212px; + width: 105px; + height: 105px; +} +.Mount_Head_Rat-Base { + background-image: url(spritesmith5.png); + background-position: -862px -318px; + width: 105px; + height: 105px; +} +.Mount_Head_Rat-CottonCandyBlue { + background-image: url(spritesmith5.png); + background-position: -862px -424px; + width: 105px; + height: 105px; +} +.Mount_Head_Rat-CottonCandyPink { + background-image: url(spritesmith5.png); + background-position: -862px -530px; + width: 105px; + height: 105px; +} +.Mount_Head_Rat-Desert { + background-image: url(spritesmith5.png); + background-position: -862px -636px; + width: 105px; + height: 105px; +} +.Mount_Head_Rat-Golden { + background-image: url(spritesmith5.png); + background-position: 0px -832px; + width: 105px; + height: 105px; +} +.Mount_Head_Rat-Red { + background-image: url(spritesmith5.png); + background-position: -106px -832px; + width: 105px; + height: 105px; +} +.Mount_Head_Rat-Shade { + background-image: url(spritesmith5.png); + background-position: -212px -832px; + width: 105px; + height: 105px; +} +.Mount_Head_Rat-Skeleton { + background-image: url(spritesmith5.png); + background-position: -318px -832px; + width: 105px; + height: 105px; +} +.Mount_Head_Rat-White { + background-image: url(spritesmith5.png); + background-position: -424px -832px; + width: 105px; + height: 105px; +} +.Mount_Head_Rat-Zombie { + background-image: url(spritesmith5.png); + background-position: -530px -832px; + width: 105px; + height: 105px; +} +.Mount_Head_Rock-Base { + background-image: url(spritesmith5.png); + background-position: -636px -832px; + width: 105px; + height: 105px; +} +.Mount_Head_Rock-CottonCandyBlue { + background-image: url(spritesmith5.png); + background-position: -742px -832px; + width: 105px; + height: 105px; +} +.Mount_Head_Rock-CottonCandyPink { + background-image: url(spritesmith5.png); + background-position: -848px -832px; + width: 105px; + height: 105px; +} +.Mount_Head_Rock-Desert { + background-image: url(spritesmith5.png); + background-position: -408px -260px; + width: 105px; + height: 105px; +} +.Mount_Head_Rock-Golden { background-image: url(spritesmith5.png); background-position: -968px -106px; width: 105px; height: 105px; } -.Mount_Head_Rooster-CottonCandyPink { +.Mount_Head_Rock-Red { background-image: url(spritesmith5.png); background-position: -968px -212px; width: 105px; height: 105px; } -.Mount_Head_Rooster-Desert { +.Mount_Head_Rock-Shade { background-image: url(spritesmith5.png); background-position: -968px -318px; width: 105px; height: 105px; } -.Mount_Head_Rooster-Golden { +.Mount_Head_Rock-Skeleton { background-image: url(spritesmith5.png); background-position: -968px -424px; width: 105px; height: 105px; } -.Mount_Head_Rooster-Red { +.Mount_Head_Rock-White { background-image: url(spritesmith5.png); background-position: -968px -530px; width: 105px; height: 105px; } -.Mount_Head_Rooster-Shade { +.Mount_Head_Rock-Zombie { background-image: url(spritesmith5.png); background-position: -968px -636px; width: 105px; height: 105px; } -.Mount_Head_Rooster-Skeleton { +.Mount_Head_Rooster-Base { background-image: url(spritesmith5.png); background-position: -968px -742px; width: 105px; height: 105px; } -.Mount_Head_Rooster-White { +.Mount_Head_Rooster-CottonCandyBlue { background-image: url(spritesmith5.png); background-position: 0px -938px; width: 105px; height: 105px; } -.Mount_Head_Rooster-Zombie { +.Mount_Head_Rooster-CottonCandyPink { background-image: url(spritesmith5.png); background-position: -106px -938px; width: 105px; height: 105px; } -.Mount_Head_Seahorse-Base { +.Mount_Head_Rooster-Desert { background-image: url(spritesmith5.png); background-position: -212px -938px; width: 105px; height: 105px; } -.Mount_Head_Seahorse-CottonCandyBlue { +.Mount_Head_Rooster-Golden { background-image: url(spritesmith5.png); background-position: -318px -938px; width: 105px; height: 105px; } -.Mount_Head_Seahorse-CottonCandyPink { +.Mount_Head_Rooster-Red { background-image: url(spritesmith5.png); background-position: -424px -938px; width: 105px; height: 105px; } -.Mount_Head_Seahorse-Desert { +.Mount_Head_Rooster-Shade { background-image: url(spritesmith5.png); background-position: -530px -938px; width: 105px; height: 105px; } -.Mount_Head_Seahorse-Golden { +.Mount_Head_Rooster-Skeleton { background-image: url(spritesmith5.png); background-position: -636px -938px; width: 105px; height: 105px; } -.Mount_Head_Seahorse-Red { +.Mount_Head_Rooster-White { background-image: url(spritesmith5.png); background-position: -742px -938px; width: 105px; height: 105px; } -.Mount_Head_Seahorse-Shade { +.Mount_Head_Rooster-Zombie { background-image: url(spritesmith5.png); background-position: -848px -938px; width: 105px; height: 105px; } -.Mount_Head_Seahorse-Skeleton { +.Mount_Head_Seahorse-Base { background-image: url(spritesmith5.png); background-position: -954px -938px; width: 105px; height: 105px; } -.Mount_Head_Seahorse-White { +.Mount_Head_Seahorse-CottonCandyBlue { background-image: url(spritesmith5.png); background-position: -1074px 0px; width: 105px; height: 105px; } -.Mount_Head_Seahorse-Zombie { +.Mount_Head_Seahorse-CottonCandyPink { background-image: url(spritesmith5.png); background-position: -1074px -106px; width: 105px; height: 105px; } -.Mount_Head_Spider-Base { +.Mount_Head_Seahorse-Desert { background-image: url(spritesmith5.png); background-position: -1074px -212px; width: 105px; height: 105px; } -.Mount_Head_Spider-CottonCandyBlue { +.Mount_Head_Seahorse-Golden { background-image: url(spritesmith5.png); background-position: -1074px -318px; width: 105px; height: 105px; } -.Mount_Head_Spider-CottonCandyPink { +.Mount_Head_Seahorse-Red { background-image: url(spritesmith5.png); background-position: -1074px -424px; width: 105px; height: 105px; } -.Mount_Head_Spider-Desert { +.Mount_Head_Seahorse-Shade { background-image: url(spritesmith5.png); background-position: -1074px -530px; width: 105px; height: 105px; } -.Mount_Head_Spider-Golden { +.Mount_Head_Seahorse-Skeleton { background-image: url(spritesmith5.png); background-position: -1074px -636px; width: 105px; height: 105px; } -.Mount_Head_Spider-Red { +.Mount_Head_Seahorse-White { background-image: url(spritesmith5.png); background-position: -1074px -742px; width: 105px; height: 105px; } -.Mount_Head_Spider-Shade { +.Mount_Head_Seahorse-Zombie { background-image: url(spritesmith5.png); background-position: -1074px -848px; width: 105px; height: 105px; } -.Mount_Head_Spider-Skeleton { +.Mount_Head_Spider-Base { background-image: url(spritesmith5.png); background-position: 0px -1044px; width: 105px; height: 105px; } -.Mount_Head_Spider-White { +.Mount_Head_Spider-CottonCandyBlue { background-image: url(spritesmith5.png); background-position: -106px -1044px; width: 105px; height: 105px; } -.Mount_Head_Spider-Zombie { +.Mount_Head_Spider-CottonCandyPink { background-image: url(spritesmith5.png); background-position: -212px -1044px; width: 105px; height: 105px; } -.Mount_Head_TRex-Base { +.Mount_Head_Spider-Desert { background-image: url(spritesmith5.png); - background-position: -272px -136px; - width: 135px; - height: 135px; + background-position: -318px -1044px; + width: 105px; + height: 105px; } -.Mount_Head_TRex-CottonCandyBlue { +.Mount_Head_Spider-Golden { + background-image: url(spritesmith5.png); + background-position: -424px -1044px; + width: 105px; + height: 105px; +} +.Mount_Head_Spider-Red { + background-image: url(spritesmith5.png); + background-position: -530px -1044px; + width: 105px; + height: 105px; +} +.Mount_Head_Spider-Shade { + background-image: url(spritesmith5.png); + background-position: -636px -1044px; + width: 105px; + height: 105px; +} +.Mount_Head_Spider-Skeleton { + background-image: url(spritesmith5.png); + background-position: -742px -1044px; + width: 105px; + height: 105px; +} +.Mount_Head_Spider-White { + background-image: url(spritesmith5.png); + background-position: -848px -1044px; + width: 105px; + height: 105px; +} +.Mount_Head_Spider-Zombie { + background-image: url(spritesmith5.png); + background-position: -954px -1044px; + width: 105px; + height: 105px; +} +.Mount_Head_TRex-Base { background-image: url(spritesmith5.png); background-position: 0px -136px; width: 135px; height: 135px; } -.Mount_Head_TRex-CottonCandyPink { +.Mount_Head_TRex-CottonCandyBlue { background-image: url(spritesmith5.png); background-position: -136px -136px; width: 135px; height: 135px; } -.Mount_Head_TRex-Desert { +.Mount_Head_TRex-CottonCandyPink { background-image: url(spritesmith5.png); background-position: -272px 0px; width: 135px; height: 135px; } +.Mount_Head_TRex-Desert { + background-image: url(spritesmith5.png); + background-position: -272px -136px; + width: 135px; + height: 135px; +} .Mount_Head_TRex-Golden { background-image: url(spritesmith5.png); background-position: 0px 0px; @@ -630,25 +672,25 @@ } .Mount_Head_TRex-Red { background-image: url(spritesmith5.png); - background-position: 0px -272px; + background-position: -136px -272px; width: 135px; height: 135px; } .Mount_Head_TRex-Shade { background-image: url(spritesmith5.png); - background-position: -136px -272px; + background-position: -272px -272px; width: 135px; height: 135px; } .Mount_Head_TRex-Skeleton { background-image: url(spritesmith5.png); - background-position: -272px -272px; + background-position: -408px 0px; width: 135px; height: 135px; } .Mount_Head_TRex-White { background-image: url(spritesmith5.png); - background-position: -408px 0px; + background-position: 0px -272px; width: 135px; height: 135px; } @@ -660,1669 +702,1669 @@ } .Mount_Head_TigerCub-Base { background-image: url(spritesmith5.png); - background-position: -1180px -212px; + background-position: -1180px -848px; width: 105px; height: 105px; } .Mount_Head_TigerCub-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1180px -318px; + background-position: -1180px -954px; width: 105px; height: 105px; } .Mount_Head_TigerCub-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1180px -424px; + background-position: -109px -1150px; width: 105px; height: 105px; } .Mount_Head_TigerCub-Desert { background-image: url(spritesmith5.png); - background-position: -1180px -530px; + background-position: -215px -1150px; width: 105px; height: 105px; } .Mount_Head_TigerCub-Golden { background-image: url(spritesmith5.png); - background-position: -1180px -636px; + background-position: -321px -1150px; width: 105px; height: 105px; } .Mount_Head_TigerCub-Red { background-image: url(spritesmith5.png); - background-position: -1180px -742px; + background-position: -427px -1150px; width: 105px; height: 105px; } .Mount_Head_TigerCub-Shade { background-image: url(spritesmith5.png); - background-position: -1180px -848px; + background-position: -533px -1150px; width: 105px; height: 105px; } .Mount_Head_TigerCub-Skeleton { background-image: url(spritesmith5.png); - background-position: -1180px -954px; + background-position: -639px -1150px; width: 105px; height: 105px; } .Mount_Head_TigerCub-White { background-image: url(spritesmith5.png); - background-position: 0px -1150px; + background-position: -745px -1150px; width: 105px; height: 105px; } .Mount_Head_TigerCub-Zombie { background-image: url(spritesmith5.png); - background-position: -106px -1150px; + background-position: -851px -1150px; width: 105px; height: 105px; } .Mount_Head_Turkey-Base { background-image: url(spritesmith5.png); - background-position: -212px -1150px; + background-position: -957px -1150px; width: 105px; height: 105px; } .Mount_Head_Wolf-Base { background-image: url(spritesmith5.png); - background-position: -318px -1150px; + background-position: -1063px -1150px; width: 105px; height: 105px; } .Mount_Head_Wolf-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -424px -1150px; + background-position: -1169px -1150px; width: 105px; height: 105px; } .Mount_Head_Wolf-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -530px -1150px; + background-position: -1286px 0px; width: 105px; height: 105px; } .Mount_Head_Wolf-Desert { background-image: url(spritesmith5.png); - background-position: -636px -1150px; + background-position: -1286px -106px; width: 105px; height: 105px; } .Mount_Head_Wolf-Golden { background-image: url(spritesmith5.png); - background-position: -742px -1150px; + background-position: -1286px -212px; width: 105px; height: 105px; } .Mount_Head_Wolf-Red { background-image: url(spritesmith5.png); - background-position: -848px -1150px; + background-position: -1286px -318px; width: 105px; height: 105px; } .Mount_Head_Wolf-Shade { background-image: url(spritesmith5.png); - background-position: -954px -1150px; + background-position: -1286px -424px; width: 105px; height: 105px; } .Mount_Head_Wolf-Skeleton { background-image: url(spritesmith5.png); - background-position: -1060px -1150px; + background-position: -1286px -530px; width: 105px; height: 105px; } .Mount_Head_Wolf-White { background-image: url(spritesmith5.png); - background-position: -1166px -1150px; + background-position: -1286px -636px; width: 105px; height: 105px; } .Mount_Head_Wolf-Zombie { background-image: url(spritesmith5.png); - background-position: -1286px 0px; + background-position: -1286px -742px; width: 105px; height: 105px; } .Pet-BearCub-Base { background-image: url(spritesmith5.png); - background-position: -1286px -212px; + background-position: -1286px -954px; width: 81px; height: 99px; } .Pet-BearCub-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1286px -312px; + background-position: -1286px -1054px; width: 81px; height: 99px; } .Pet-BearCub-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1286px -412px; + background-position: -1286px -1154px; width: 81px; height: 99px; } .Pet-BearCub-Desert { background-image: url(spritesmith5.png); - background-position: -1286px -512px; + background-position: 0px -1256px; width: 81px; height: 99px; } .Pet-BearCub-Golden { background-image: url(spritesmith5.png); - background-position: -1286px -612px; + background-position: -82px -1256px; width: 81px; height: 99px; } .Pet-BearCub-Polar { background-image: url(spritesmith5.png); - background-position: -1286px -712px; + background-position: -164px -1256px; width: 81px; height: 99px; } .Pet-BearCub-Red { background-image: url(spritesmith5.png); - background-position: -1286px -812px; + background-position: -246px -1256px; width: 81px; height: 99px; } .Pet-BearCub-Shade { background-image: url(spritesmith5.png); - background-position: -1286px -912px; + background-position: -328px -1256px; width: 81px; height: 99px; } .Pet-BearCub-Skeleton { background-image: url(spritesmith5.png); - background-position: -1286px -1012px; + background-position: -410px -1256px; width: 81px; height: 99px; } .Pet-BearCub-White { background-image: url(spritesmith5.png); - background-position: -1286px -1112px; + background-position: -492px -1256px; width: 81px; height: 99px; } .Pet-BearCub-Zombie { background-image: url(spritesmith5.png); - background-position: 0px -1256px; + background-position: -574px -1256px; width: 81px; height: 99px; } .Pet-Bunny-Base { background-image: url(spritesmith5.png); - background-position: 0px -1856px; + background-position: -578px -1856px; width: 54px; height: 72px; } .Pet-Bunny-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1804px -1756px; + background-position: -523px -1856px; width: 54px; height: 72px; } .Pet-Bunny-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -544px -424px; + background-position: -468px -1856px; width: 54px; height: 72px; } .Pet-Bunny-Desert { background-image: url(spritesmith5.png); - background-position: -650px -530px; + background-position: -544px -424px; width: 54px; height: 72px; } .Pet-Bunny-Golden { background-image: url(spritesmith5.png); - background-position: -756px -636px; + background-position: -650px -530px; width: 54px; height: 72px; } .Pet-Bunny-Red { background-image: url(spritesmith5.png); - background-position: -862px -742px; + background-position: -756px -636px; width: 54px; height: 72px; } .Pet-Bunny-Shade { background-image: url(spritesmith5.png); - background-position: -968px -848px; + background-position: -862px -742px; width: 54px; height: 72px; } .Pet-Bunny-Skeleton { background-image: url(spritesmith5.png); - background-position: -1074px -954px; + background-position: -968px -848px; width: 54px; height: 72px; } .Pet-Bunny-White { background-image: url(spritesmith5.png); - background-position: -1180px -1060px; + background-position: -1074px -954px; width: 54px; height: 72px; } .Pet-Bunny-Zombie { background-image: url(spritesmith5.png); - background-position: -1884px -1770px; + background-position: -1180px -1060px; width: 54px; height: 72px; } .Pet-Cactus-Base { background-image: url(spritesmith5.png); - background-position: -902px -1256px; + background-position: -1392px -200px; width: 81px; height: 99px; } .Pet-Cactus-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -984px -1256px; + background-position: -1392px -300px; width: 81px; height: 99px; } .Pet-Cactus-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1066px -1256px; + background-position: -1392px -400px; width: 81px; height: 99px; } .Pet-Cactus-Desert { background-image: url(spritesmith5.png); - background-position: -1148px -1256px; + background-position: -1392px -500px; width: 81px; height: 99px; } .Pet-Cactus-Golden { background-image: url(spritesmith5.png); - background-position: -1230px -1256px; + background-position: -1392px -600px; width: 81px; height: 99px; } .Pet-Cactus-Red { background-image: url(spritesmith5.png); - background-position: -1392px 0px; + background-position: -1392px -700px; width: 81px; height: 99px; } .Pet-Cactus-Shade { background-image: url(spritesmith5.png); - background-position: -1392px -100px; + background-position: -1392px -800px; width: 81px; height: 99px; } .Pet-Cactus-Skeleton { background-image: url(spritesmith5.png); - background-position: -1392px -200px; + background-position: -1392px -900px; width: 81px; height: 99px; } .Pet-Cactus-White { background-image: url(spritesmith5.png); - background-position: -1392px -300px; + background-position: -1392px -1000px; width: 81px; height: 99px; } .Pet-Cactus-Zombie { background-image: url(spritesmith5.png); - background-position: -1392px -400px; + background-position: -1392px -1100px; width: 81px; height: 99px; } .Pet-Deer-Base { background-image: url(spritesmith5.png); - background-position: -1392px -500px; + background-position: -1392px -1200px; width: 81px; height: 99px; } .Pet-Deer-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1392px -600px; + background-position: 0px -1356px; width: 81px; height: 99px; } .Pet-Deer-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1392px -700px; + background-position: -82px -1356px; width: 81px; height: 99px; } .Pet-Deer-Desert { background-image: url(spritesmith5.png); - background-position: -1392px -800px; + background-position: -164px -1356px; width: 81px; height: 99px; } .Pet-Deer-Golden { background-image: url(spritesmith5.png); - background-position: -1392px -900px; + background-position: -246px -1356px; width: 81px; height: 99px; } .Pet-Deer-Red { background-image: url(spritesmith5.png); - background-position: -1392px -1000px; + background-position: -328px -1356px; width: 81px; height: 99px; } .Pet-Deer-Shade { background-image: url(spritesmith5.png); - background-position: -1392px -1100px; + background-position: -410px -1356px; width: 81px; height: 99px; } .Pet-Deer-Skeleton { background-image: url(spritesmith5.png); - background-position: -1392px -1200px; + background-position: -492px -1356px; width: 81px; height: 99px; } .Pet-Deer-White { background-image: url(spritesmith5.png); - background-position: 0px -1356px; + background-position: -574px -1356px; width: 81px; height: 99px; } .Pet-Deer-Zombie { background-image: url(spritesmith5.png); - background-position: -82px -1356px; + background-position: -656px -1356px; width: 81px; height: 99px; } .Pet-Dragon-Base { background-image: url(spritesmith5.png); - background-position: -164px -1356px; + background-position: -738px -1356px; width: 81px; height: 99px; } .Pet-Dragon-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -246px -1356px; + background-position: -820px -1356px; width: 81px; height: 99px; } .Pet-Dragon-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -328px -1356px; + background-position: -902px -1356px; width: 81px; height: 99px; } .Pet-Dragon-Desert { background-image: url(spritesmith5.png); - background-position: -410px -1356px; + background-position: -984px -1356px; width: 81px; height: 99px; } .Pet-Dragon-Golden { background-image: url(spritesmith5.png); - background-position: -492px -1356px; + background-position: -1066px -1356px; width: 81px; height: 99px; } .Pet-Dragon-Hydra { background-image: url(spritesmith5.png); - background-position: -574px -1356px; + background-position: -1148px -1356px; width: 81px; height: 99px; } .Pet-Dragon-Red { background-image: url(spritesmith5.png); - background-position: -656px -1356px; + background-position: -1230px -1356px; width: 81px; height: 99px; } .Pet-Dragon-Shade { background-image: url(spritesmith5.png); - background-position: -738px -1356px; + background-position: -1312px -1356px; width: 81px; height: 99px; } .Pet-Dragon-Skeleton { background-image: url(spritesmith5.png); - background-position: -820px -1356px; + background-position: -1474px 0px; width: 81px; height: 99px; } .Pet-Dragon-White { background-image: url(spritesmith5.png); - background-position: -902px -1356px; + background-position: -1474px -100px; width: 81px; height: 99px; } .Pet-Dragon-Zombie { background-image: url(spritesmith5.png); - background-position: -984px -1356px; + background-position: -1474px -200px; width: 81px; height: 99px; } .Pet-Egg-Base { background-image: url(spritesmith5.png); - background-position: -1066px -1356px; + background-position: -1474px -300px; width: 81px; height: 99px; } .Pet-Egg-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1148px -1356px; + background-position: -1474px -400px; width: 81px; height: 99px; } .Pet-Egg-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1230px -1356px; + background-position: -1474px -500px; width: 81px; height: 99px; } .Pet-Egg-Desert { background-image: url(spritesmith5.png); - background-position: -1312px -1356px; + background-position: -1474px -600px; width: 81px; height: 99px; } .Pet-Egg-Golden { background-image: url(spritesmith5.png); - background-position: -1474px 0px; + background-position: -1474px -700px; width: 81px; height: 99px; } .Pet-Egg-Red { background-image: url(spritesmith5.png); - background-position: -1474px -100px; + background-position: -1474px -800px; width: 81px; height: 99px; } .Pet-Egg-Shade { background-image: url(spritesmith5.png); - background-position: -1474px -200px; + background-position: -1474px -900px; width: 81px; height: 99px; } .Pet-Egg-Skeleton { background-image: url(spritesmith5.png); - background-position: -1474px -300px; + background-position: -1474px -1000px; width: 81px; height: 99px; } .Pet-Egg-White { background-image: url(spritesmith5.png); - background-position: -1474px -400px; + background-position: -1474px -1100px; width: 81px; height: 99px; } .Pet-Egg-Zombie { background-image: url(spritesmith5.png); - background-position: -1474px -500px; + background-position: -1474px -1200px; width: 81px; height: 99px; } .Pet-FlyingPig-Base { background-image: url(spritesmith5.png); - background-position: -1474px -600px; + background-position: -1474px -1300px; width: 81px; height: 99px; } .Pet-FlyingPig-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1474px -700px; + background-position: 0px -1456px; width: 81px; height: 99px; } .Pet-FlyingPig-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1474px -800px; + background-position: -82px -1456px; width: 81px; height: 99px; } .Pet-FlyingPig-Desert { background-image: url(spritesmith5.png); - background-position: -1474px -900px; + background-position: -164px -1456px; width: 81px; height: 99px; } .Pet-FlyingPig-Golden { background-image: url(spritesmith5.png); - background-position: -1474px -1000px; + background-position: -246px -1456px; width: 81px; height: 99px; } .Pet-FlyingPig-Red { background-image: url(spritesmith5.png); - background-position: -1474px -1100px; + background-position: -328px -1456px; width: 81px; height: 99px; } .Pet-FlyingPig-Shade { background-image: url(spritesmith5.png); - background-position: -1474px -1200px; + background-position: -410px -1456px; width: 81px; height: 99px; } .Pet-FlyingPig-Skeleton { background-image: url(spritesmith5.png); - background-position: -1474px -1300px; + background-position: -492px -1456px; width: 81px; height: 99px; } .Pet-FlyingPig-White { background-image: url(spritesmith5.png); - background-position: 0px -1456px; + background-position: -574px -1456px; width: 81px; height: 99px; } .Pet-FlyingPig-Zombie { background-image: url(spritesmith5.png); - background-position: -82px -1456px; + background-position: -656px -1456px; width: 81px; height: 99px; } .Pet-Fox-Base { background-image: url(spritesmith5.png); - background-position: -164px -1456px; + background-position: -738px -1456px; width: 81px; height: 99px; } .Pet-Fox-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -246px -1456px; + background-position: -820px -1456px; width: 81px; height: 99px; } .Pet-Fox-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -328px -1456px; + background-position: -902px -1456px; width: 81px; height: 99px; } .Pet-Fox-Desert { background-image: url(spritesmith5.png); - background-position: -410px -1456px; + background-position: -984px -1456px; width: 81px; height: 99px; } .Pet-Fox-Golden { background-image: url(spritesmith5.png); - background-position: -492px -1456px; + background-position: -1066px -1456px; width: 81px; height: 99px; } .Pet-Fox-Red { background-image: url(spritesmith5.png); - background-position: -574px -1456px; + background-position: -1148px -1456px; width: 81px; height: 99px; } .Pet-Fox-Shade { background-image: url(spritesmith5.png); - background-position: -656px -1456px; + background-position: -1230px -1456px; width: 81px; height: 99px; } .Pet-Fox-Skeleton { background-image: url(spritesmith5.png); - background-position: -738px -1456px; + background-position: -1312px -1456px; width: 81px; height: 99px; } .Pet-Fox-White { background-image: url(spritesmith5.png); - background-position: -820px -1456px; + background-position: -1394px -1456px; width: 81px; height: 99px; } .Pet-Fox-Zombie { background-image: url(spritesmith5.png); - background-position: -902px -1456px; + background-position: -1556px 0px; width: 81px; height: 99px; } .Pet-Gryphon-Base { background-image: url(spritesmith5.png); - background-position: -984px -1456px; + background-position: -1556px -100px; width: 81px; height: 99px; } .Pet-Gryphon-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1066px -1456px; + background-position: -1556px -200px; width: 81px; height: 99px; } .Pet-Gryphon-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1148px -1456px; + background-position: -1556px -300px; width: 81px; height: 99px; } .Pet-Gryphon-Desert { background-image: url(spritesmith5.png); - background-position: -1230px -1456px; + background-position: -1556px -400px; width: 81px; height: 99px; } .Pet-Gryphon-Golden { background-image: url(spritesmith5.png); - background-position: -1312px -1456px; + background-position: -1556px -500px; width: 81px; height: 99px; } .Pet-Gryphon-Red { background-image: url(spritesmith5.png); - background-position: -1394px -1456px; + background-position: -1556px -600px; width: 81px; height: 99px; } .Pet-Gryphon-Shade { background-image: url(spritesmith5.png); - background-position: -1556px 0px; + background-position: -1556px -700px; width: 81px; height: 99px; } .Pet-Gryphon-Skeleton { background-image: url(spritesmith5.png); - background-position: -1556px -100px; + background-position: -1556px -800px; width: 81px; height: 99px; } .Pet-Gryphon-White { background-image: url(spritesmith5.png); - background-position: -1556px -200px; + background-position: -1556px -900px; width: 81px; height: 99px; } .Pet-Gryphon-Zombie { background-image: url(spritesmith5.png); - background-position: -1556px -300px; + background-position: -1556px -1000px; width: 81px; height: 99px; } .Pet-Hedgehog-Base { background-image: url(spritesmith5.png); - background-position: -1556px -400px; + background-position: -1556px -1100px; width: 81px; height: 99px; } .Pet-Hedgehog-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1556px -500px; + background-position: -1556px -1200px; width: 81px; height: 99px; } .Pet-Hedgehog-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1556px -600px; + background-position: -1556px -1300px; width: 81px; height: 99px; } .Pet-Hedgehog-Desert { background-image: url(spritesmith5.png); - background-position: -1556px -700px; + background-position: -1556px -1400px; width: 81px; height: 99px; } .Pet-Hedgehog-Golden { background-image: url(spritesmith5.png); - background-position: -1556px -800px; + background-position: -1638px 0px; width: 81px; height: 99px; } .Pet-Hedgehog-Red { background-image: url(spritesmith5.png); - background-position: -1556px -900px; + background-position: -1638px -100px; width: 81px; height: 99px; } .Pet-Hedgehog-Shade { background-image: url(spritesmith5.png); - background-position: -1556px -1000px; + background-position: -1638px -200px; width: 81px; height: 99px; } .Pet-Hedgehog-Skeleton { background-image: url(spritesmith5.png); - background-position: -1556px -1100px; + background-position: -1638px -300px; width: 81px; height: 99px; } .Pet-Hedgehog-White { background-image: url(spritesmith5.png); - background-position: -1556px -1200px; + background-position: -1638px -400px; width: 81px; height: 99px; } .Pet-Hedgehog-Zombie { background-image: url(spritesmith5.png); - background-position: -1556px -1300px; + background-position: -1638px -500px; width: 81px; height: 99px; } .Pet-JackOLantern-Base { background-image: url(spritesmith5.png); - background-position: -1556px -1400px; + background-position: -1638px -600px; width: 81px; height: 99px; } .Pet-LionCub-Base { background-image: url(spritesmith5.png); - background-position: -1638px 0px; + background-position: -1638px -700px; width: 81px; height: 99px; } .Pet-LionCub-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1638px -100px; + background-position: -1638px -800px; width: 81px; height: 99px; } .Pet-LionCub-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1638px -200px; + background-position: -1638px -900px; width: 81px; height: 99px; } .Pet-LionCub-Desert { background-image: url(spritesmith5.png); - background-position: -1638px -300px; + background-position: -1638px -1000px; width: 81px; height: 99px; } .Pet-LionCub-Golden { background-image: url(spritesmith5.png); - background-position: -1638px -400px; + background-position: -1638px -1100px; width: 81px; height: 99px; } .Pet-LionCub-Red { background-image: url(spritesmith5.png); - background-position: -1638px -500px; + background-position: -1638px -1200px; width: 81px; height: 99px; } .Pet-LionCub-Shade { background-image: url(spritesmith5.png); - background-position: -1638px -600px; + background-position: -1638px -1300px; width: 81px; height: 99px; } .Pet-LionCub-Skeleton { background-image: url(spritesmith5.png); - background-position: -1638px -700px; + background-position: -1638px -1400px; width: 81px; height: 99px; } .Pet-LionCub-White { background-image: url(spritesmith5.png); - background-position: -1638px -800px; + background-position: 0px -1556px; width: 81px; height: 99px; } .Pet-LionCub-Zombie { background-image: url(spritesmith5.png); - background-position: -1638px -900px; + background-position: -82px -1556px; width: 81px; height: 99px; } .Pet-Mammoth-Base { background-image: url(spritesmith5.png); - background-position: -1638px -1000px; + background-position: -164px -1556px; width: 81px; height: 99px; } .Pet-MantisShrimp-Base { background-image: url(spritesmith5.png); - background-position: -1638px -1100px; + background-position: -246px -1556px; width: 81px; height: 99px; } .Pet-Octopus-Base { background-image: url(spritesmith5.png); - background-position: -1638px -1200px; + background-position: -328px -1556px; width: 81px; height: 99px; } .Pet-Octopus-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1638px -1300px; + background-position: -410px -1556px; width: 81px; height: 99px; } .Pet-Octopus-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1638px -1400px; + background-position: -492px -1556px; width: 81px; height: 99px; } .Pet-Octopus-Desert { background-image: url(spritesmith5.png); - background-position: 0px -1556px; + background-position: -574px -1556px; width: 81px; height: 99px; } .Pet-Octopus-Golden { background-image: url(spritesmith5.png); - background-position: -82px -1556px; + background-position: -656px -1556px; width: 81px; height: 99px; } .Pet-Octopus-Red { background-image: url(spritesmith5.png); - background-position: -164px -1556px; + background-position: -738px -1556px; width: 81px; height: 99px; } .Pet-Octopus-Shade { background-image: url(spritesmith5.png); - background-position: -246px -1556px; + background-position: -820px -1556px; width: 81px; height: 99px; } .Pet-Octopus-Skeleton { background-image: url(spritesmith5.png); - background-position: -328px -1556px; + background-position: -902px -1556px; width: 81px; height: 99px; } .Pet-Octopus-White { background-image: url(spritesmith5.png); - background-position: -410px -1556px; + background-position: -984px -1556px; width: 81px; height: 99px; } .Pet-Octopus-Zombie { background-image: url(spritesmith5.png); - background-position: -492px -1556px; + background-position: -1066px -1556px; width: 81px; height: 99px; } .Pet-Owl-Base { background-image: url(spritesmith5.png); - background-position: -574px -1556px; + background-position: -1148px -1556px; width: 81px; height: 99px; } .Pet-Owl-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -656px -1556px; + background-position: -1230px -1556px; width: 81px; height: 99px; } .Pet-Owl-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -738px -1556px; + background-position: -1312px -1556px; width: 81px; height: 99px; } .Pet-Owl-Desert { background-image: url(spritesmith5.png); - background-position: -820px -1556px; + background-position: -1394px -1556px; width: 81px; height: 99px; } .Pet-Owl-Golden { background-image: url(spritesmith5.png); - background-position: -902px -1556px; + background-position: -1476px -1556px; width: 81px; height: 99px; } .Pet-Owl-Red { background-image: url(spritesmith5.png); - background-position: -984px -1556px; + background-position: -1558px -1556px; width: 81px; height: 99px; } .Pet-Owl-Shade { background-image: url(spritesmith5.png); - background-position: -1066px -1556px; + background-position: -1720px 0px; width: 81px; height: 99px; } .Pet-Owl-Skeleton { background-image: url(spritesmith5.png); - background-position: -1148px -1556px; + background-position: -1720px -100px; width: 81px; height: 99px; } .Pet-Owl-White { background-image: url(spritesmith5.png); - background-position: -1230px -1556px; + background-position: -1720px -200px; width: 81px; height: 99px; } .Pet-Owl-Zombie { background-image: url(spritesmith5.png); - background-position: -1312px -1556px; + background-position: -1720px -300px; width: 81px; height: 99px; } .Pet-PandaCub-Base { background-image: url(spritesmith5.png); - background-position: -1394px -1556px; + background-position: -1720px -400px; width: 81px; height: 99px; } .Pet-PandaCub-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1476px -1556px; + background-position: -1720px -500px; width: 81px; height: 99px; } .Pet-PandaCub-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1558px -1556px; + background-position: -1720px -600px; width: 81px; height: 99px; } .Pet-PandaCub-Desert { background-image: url(spritesmith5.png); - background-position: -1720px 0px; + background-position: -1720px -700px; width: 81px; height: 99px; } .Pet-PandaCub-Golden { background-image: url(spritesmith5.png); - background-position: -1720px -100px; + background-position: -1720px -800px; width: 81px; height: 99px; } .Pet-PandaCub-Red { background-image: url(spritesmith5.png); - background-position: -1720px -200px; + background-position: -1720px -900px; width: 81px; height: 99px; } .Pet-PandaCub-Shade { background-image: url(spritesmith5.png); - background-position: -1720px -300px; + background-position: -1720px -1000px; width: 81px; height: 99px; } .Pet-PandaCub-Skeleton { background-image: url(spritesmith5.png); - background-position: -1720px -400px; + background-position: -1720px -1100px; width: 81px; height: 99px; } .Pet-PandaCub-White { background-image: url(spritesmith5.png); - background-position: -1720px -500px; + background-position: -1720px -1200px; width: 81px; height: 99px; } .Pet-PandaCub-Zombie { background-image: url(spritesmith5.png); - background-position: -1720px -600px; + background-position: -1720px -1300px; width: 81px; height: 99px; } .Pet-Parrot-Base { background-image: url(spritesmith5.png); - background-position: -1720px -700px; + background-position: -1720px -1400px; width: 81px; height: 99px; } .Pet-Parrot-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1720px -800px; + background-position: -1720px -1500px; width: 81px; height: 99px; } .Pet-Parrot-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1720px -900px; + background-position: 0px -1656px; width: 81px; height: 99px; } .Pet-Parrot-Desert { background-image: url(spritesmith5.png); - background-position: -1720px -1000px; + background-position: -82px -1656px; width: 81px; height: 99px; } .Pet-Parrot-Golden { background-image: url(spritesmith5.png); - background-position: -1720px -1100px; + background-position: -164px -1656px; width: 81px; height: 99px; } .Pet-Parrot-Red { background-image: url(spritesmith5.png); - background-position: -1720px -1200px; + background-position: -246px -1656px; width: 81px; height: 99px; } .Pet-Parrot-Shade { background-image: url(spritesmith5.png); - background-position: -1720px -1300px; + background-position: -328px -1656px; width: 81px; height: 99px; } .Pet-Parrot-Skeleton { background-image: url(spritesmith5.png); - background-position: -1720px -1400px; + background-position: -410px -1656px; width: 81px; height: 99px; } .Pet-Parrot-White { background-image: url(spritesmith5.png); - background-position: -1720px -1500px; + background-position: -492px -1656px; width: 81px; height: 99px; } .Pet-Parrot-Zombie { background-image: url(spritesmith5.png); - background-position: 0px -1656px; + background-position: -574px -1656px; width: 81px; height: 99px; } .Pet-Penguin-Base { background-image: url(spritesmith5.png); - background-position: -82px -1656px; + background-position: -656px -1656px; width: 81px; height: 99px; } .Pet-Penguin-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -164px -1656px; + background-position: -738px -1656px; width: 81px; height: 99px; } .Pet-Penguin-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -246px -1656px; + background-position: -820px -1656px; width: 81px; height: 99px; } .Pet-Penguin-Desert { background-image: url(spritesmith5.png); - background-position: -328px -1656px; + background-position: -902px -1656px; width: 81px; height: 99px; } .Pet-Penguin-Golden { background-image: url(spritesmith5.png); - background-position: -410px -1656px; + background-position: -984px -1656px; width: 81px; height: 99px; } .Pet-Penguin-Red { background-image: url(spritesmith5.png); - background-position: -492px -1656px; + background-position: -1066px -1656px; width: 81px; height: 99px; } .Pet-Penguin-Shade { background-image: url(spritesmith5.png); - background-position: -574px -1656px; + background-position: -1148px -1656px; width: 81px; height: 99px; } .Pet-Penguin-Skeleton { background-image: url(spritesmith5.png); - background-position: -656px -1656px; + background-position: -1230px -1656px; width: 81px; height: 99px; } .Pet-Penguin-White { background-image: url(spritesmith5.png); - background-position: -738px -1656px; + background-position: -1312px -1656px; width: 81px; height: 99px; } .Pet-Penguin-Zombie { background-image: url(spritesmith5.png); - background-position: -820px -1656px; + background-position: -1394px -1656px; width: 81px; height: 99px; } .Pet-Rat-Base { background-image: url(spritesmith5.png); - background-position: -902px -1656px; + background-position: -1476px -1656px; width: 81px; height: 99px; } .Pet-Rat-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -984px -1656px; + background-position: -1558px -1656px; width: 81px; height: 99px; } .Pet-Rat-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1066px -1656px; + background-position: -1640px -1656px; width: 81px; height: 99px; } .Pet-Rat-Desert { background-image: url(spritesmith5.png); - background-position: -1148px -1656px; + background-position: -1802px 0px; width: 81px; height: 99px; } .Pet-Rat-Golden { background-image: url(spritesmith5.png); - background-position: -1230px -1656px; + background-position: -1802px -100px; width: 81px; height: 99px; } .Pet-Rat-Red { background-image: url(spritesmith5.png); - background-position: -1312px -1656px; + background-position: -1802px -200px; width: 81px; height: 99px; } .Pet-Rat-Shade { background-image: url(spritesmith5.png); - background-position: -1394px -1656px; + background-position: -1802px -300px; width: 81px; height: 99px; } .Pet-Rat-Skeleton { background-image: url(spritesmith5.png); - background-position: -1476px -1656px; + background-position: -1802px -400px; width: 81px; height: 99px; } .Pet-Rat-White { background-image: url(spritesmith5.png); - background-position: -1558px -1656px; + background-position: -1802px -500px; width: 81px; height: 99px; } .Pet-Rat-Zombie { background-image: url(spritesmith5.png); - background-position: -1640px -1656px; + background-position: -1802px -600px; width: 81px; height: 99px; } .Pet-Rock-Base { background-image: url(spritesmith5.png); - background-position: -1640px -1556px; + background-position: -316px -1856px; width: 75px; height: 93px; } .Pet-Rock-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1476px -1456px; + background-position: -240px -1856px; width: 75px; height: 93px; } .Pet-Rock-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1394px -1356px; + background-position: -164px -1856px; width: 75px; height: 93px; } .Pet-Rock-Desert { background-image: url(spritesmith5.png); - background-position: -1312px -1256px; + background-position: -1804px -1756px; width: 75px; height: 93px; } .Pet-Rock-Golden { background-image: url(spritesmith5.png); - background-position: -1884px -1676px; + background-position: -1722px -1656px; width: 75px; height: 93px; } .Pet-Rock-Red { background-image: url(spritesmith5.png); - background-position: -1884px -1582px; + background-position: -1640px -1556px; width: 75px; height: 93px; } .Pet-Rock-Shade { background-image: url(spritesmith5.png); - background-position: -1884px -1488px; + background-position: -1476px -1456px; width: 75px; height: 93px; } .Pet-Rock-Skeleton { background-image: url(spritesmith5.png); - background-position: -1884px -1394px; + background-position: -1394px -1356px; width: 75px; height: 93px; } .Pet-Rock-White { background-image: url(spritesmith5.png); - background-position: -1722px -1656px; + background-position: -392px -1856px; width: 75px; height: 93px; } .Pet-Rock-Zombie { background-image: url(spritesmith5.png); - background-position: -1884px -1300px; + background-position: -1312px -1256px; width: 75px; height: 93px; } .Pet-Rooster-Base { background-image: url(spritesmith5.png); - background-position: -1802px -1000px; + background-position: 0px -1756px; width: 81px; height: 99px; } .Pet-Rooster-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1802px -1100px; + background-position: -82px -1756px; width: 81px; height: 99px; } .Pet-Rooster-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1802px -1200px; + background-position: -164px -1756px; width: 81px; height: 99px; } .Pet-Rooster-Desert { background-image: url(spritesmith5.png); - background-position: -1802px -1300px; + background-position: -246px -1756px; width: 81px; height: 99px; } .Pet-Rooster-Golden { background-image: url(spritesmith5.png); - background-position: -1802px -1400px; + background-position: -328px -1756px; width: 81px; height: 99px; } .Pet-Rooster-Red { background-image: url(spritesmith5.png); - background-position: -1802px -1500px; + background-position: -410px -1756px; width: 81px; height: 99px; } .Pet-Rooster-Shade { background-image: url(spritesmith5.png); - background-position: -1802px -1600px; + background-position: -492px -1756px; width: 81px; height: 99px; } .Pet-Rooster-Skeleton { background-image: url(spritesmith5.png); - background-position: 0px -1756px; + background-position: -574px -1756px; width: 81px; height: 99px; } .Pet-Rooster-White { background-image: url(spritesmith5.png); - background-position: -82px -1756px; + background-position: -656px -1756px; width: 81px; height: 99px; } .Pet-Rooster-Zombie { background-image: url(spritesmith5.png); - background-position: -164px -1756px; + background-position: -738px -1756px; width: 81px; height: 99px; } .Pet-Seahorse-Base { background-image: url(spritesmith5.png); - background-position: -246px -1756px; + background-position: -820px -1756px; width: 81px; height: 99px; } .Pet-Seahorse-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -328px -1756px; + background-position: -902px -1756px; width: 81px; height: 99px; } .Pet-Seahorse-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -410px -1756px; + background-position: -984px -1756px; width: 81px; height: 99px; } .Pet-Seahorse-Desert { background-image: url(spritesmith5.png); - background-position: -492px -1756px; + background-position: -1066px -1756px; width: 81px; height: 99px; } .Pet-Seahorse-Golden { background-image: url(spritesmith5.png); - background-position: -574px -1756px; + background-position: -1148px -1756px; width: 81px; height: 99px; } .Pet-Seahorse-Red { background-image: url(spritesmith5.png); - background-position: -656px -1756px; + background-position: -1230px -1756px; width: 81px; height: 99px; } .Pet-Seahorse-Shade { background-image: url(spritesmith5.png); - background-position: -738px -1756px; + background-position: -1312px -1756px; width: 81px; height: 99px; } .Pet-Seahorse-Skeleton { background-image: url(spritesmith5.png); - background-position: -820px -1756px; + background-position: -1394px -1756px; width: 81px; height: 99px; } .Pet-Seahorse-White { background-image: url(spritesmith5.png); - background-position: -902px -1756px; + background-position: -1476px -1756px; width: 81px; height: 99px; } .Pet-Seahorse-Zombie { background-image: url(spritesmith5.png); - background-position: -984px -1756px; + background-position: -1558px -1756px; width: 81px; height: 99px; } .Pet-Spider-Base { background-image: url(spritesmith5.png); - background-position: -1066px -1756px; + background-position: -1640px -1756px; width: 81px; height: 99px; } .Pet-Spider-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1148px -1756px; + background-position: -1722px -1756px; width: 81px; height: 99px; } .Pet-Spider-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1230px -1756px; + background-position: -1884px 0px; width: 81px; height: 99px; } .Pet-Spider-Desert { background-image: url(spritesmith5.png); - background-position: -1312px -1756px; + background-position: -1884px -100px; width: 81px; height: 99px; } .Pet-Spider-Golden { background-image: url(spritesmith5.png); - background-position: -1394px -1756px; + background-position: -1884px -200px; width: 81px; height: 99px; } .Pet-Spider-Red { background-image: url(spritesmith5.png); - background-position: -1476px -1756px; + background-position: -1884px -300px; width: 81px; height: 99px; } .Pet-Spider-Shade { background-image: url(spritesmith5.png); - background-position: -1558px -1756px; + background-position: -1884px -400px; width: 81px; height: 99px; } .Pet-Spider-Skeleton { background-image: url(spritesmith5.png); - background-position: -1640px -1756px; + background-position: -1884px -500px; width: 81px; height: 99px; } .Pet-Spider-White { background-image: url(spritesmith5.png); - background-position: -1722px -1756px; + background-position: -1884px -600px; width: 81px; height: 99px; } .Pet-Spider-Zombie { background-image: url(spritesmith5.png); - background-position: -1884px 0px; + background-position: -1884px -700px; width: 81px; height: 99px; } .Pet-TRex-Base { background-image: url(spritesmith5.png); - background-position: -1884px -100px; + background-position: -1884px -800px; width: 81px; height: 99px; } .Pet-TRex-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1884px -200px; + background-position: -1884px -900px; width: 81px; height: 99px; } .Pet-TRex-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1884px -300px; + background-position: -1884px -1000px; width: 81px; height: 99px; } .Pet-TRex-Desert { background-image: url(spritesmith5.png); - background-position: -1884px -400px; + background-position: -1884px -1100px; width: 81px; height: 99px; } .Pet-TRex-Golden { background-image: url(spritesmith5.png); - background-position: -1884px -500px; + background-position: -1884px -1200px; width: 81px; height: 99px; } .Pet-TRex-Red { background-image: url(spritesmith5.png); - background-position: -1884px -600px; + background-position: -1884px -1300px; width: 81px; height: 99px; } .Pet-TRex-Shade { background-image: url(spritesmith5.png); - background-position: -1884px -700px; + background-position: -1884px -1400px; width: 81px; height: 99px; } .Pet-TRex-Skeleton { background-image: url(spritesmith5.png); - background-position: -1884px -800px; + background-position: -1884px -1500px; width: 81px; height: 99px; } .Pet-TRex-White { background-image: url(spritesmith5.png); - background-position: -1884px -900px; + background-position: -1884px -1600px; width: 81px; height: 99px; } .Pet-TRex-Zombie { background-image: url(spritesmith5.png); - background-position: -1884px -1000px; + background-position: -1884px -1700px; width: 81px; height: 99px; } .Pet-TigerCub-Base { background-image: url(spritesmith5.png); - background-position: -1884px -1100px; + background-position: 0px -1856px; width: 81px; height: 99px; } .Pet-TigerCub-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1884px -1200px; + background-position: -82px -1856px; width: 81px; height: 99px; } .Pet-TigerCub-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1802px -900px; + background-position: -1802px -1600px; width: 81px; height: 99px; } .Pet-TigerCub-Desert { background-image: url(spritesmith5.png); - background-position: -1802px -800px; + background-position: -1802px -1500px; width: 81px; height: 99px; } .Pet-TigerCub-Golden { background-image: url(spritesmith5.png); - background-position: -1802px -700px; + background-position: -1802px -1400px; width: 81px; height: 99px; } .Pet-TigerCub-Red { background-image: url(spritesmith5.png); - background-position: -1802px -600px; + background-position: -1802px -1300px; width: 81px; height: 99px; } .Pet-TigerCub-Shade { background-image: url(spritesmith5.png); - background-position: -1802px -500px; + background-position: -1802px -1200px; width: 81px; height: 99px; } .Pet-TigerCub-Skeleton { background-image: url(spritesmith5.png); - background-position: -1802px -400px; + background-position: -1802px -1100px; width: 81px; height: 99px; } .Pet-TigerCub-White { background-image: url(spritesmith5.png); - background-position: -1802px -300px; + background-position: -1802px -1000px; width: 81px; height: 99px; } .Pet-TigerCub-Zombie { background-image: url(spritesmith5.png); - background-position: -1802px -200px; + background-position: -1802px -900px; width: 81px; height: 99px; } .Pet-Turkey-Base { background-image: url(spritesmith5.png); - background-position: -1802px -100px; + background-position: -1802px -800px; width: 81px; height: 99px; } .Pet-Wolf-Base { background-image: url(spritesmith5.png); - background-position: -1802px 0px; + background-position: -1802px -700px; width: 81px; height: 99px; } .Pet-Wolf-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -820px -1256px; + background-position: -1392px -100px; width: 81px; height: 99px; } .Pet-Wolf-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -738px -1256px; + background-position: -1392px 0px; width: 81px; height: 99px; } .Pet-Wolf-Desert { background-image: url(spritesmith5.png); - background-position: -656px -1256px; + background-position: -1230px -1256px; width: 81px; height: 99px; } .Pet-Wolf-Golden { background-image: url(spritesmith5.png); - background-position: -574px -1256px; + background-position: -1148px -1256px; width: 81px; height: 99px; } .Pet-Wolf-Red { background-image: url(spritesmith5.png); - background-position: -492px -1256px; + background-position: -1066px -1256px; width: 81px; height: 99px; } .Pet-Wolf-Shade { background-image: url(spritesmith5.png); - background-position: -410px -1256px; + background-position: -984px -1256px; width: 81px; height: 99px; } .Pet-Wolf-Skeleton { background-image: url(spritesmith5.png); - background-position: -328px -1256px; + background-position: -902px -1256px; width: 81px; height: 99px; } .Pet-Wolf-Veteran { background-image: url(spritesmith5.png); - background-position: -246px -1256px; + background-position: -820px -1256px; width: 81px; height: 99px; } .Pet-Wolf-White { background-image: url(spritesmith5.png); - background-position: -164px -1256px; + background-position: -738px -1256px; width: 81px; height: 99px; } .Pet-Wolf-Zombie { background-image: url(spritesmith5.png); - background-position: -82px -1256px; + background-position: -656px -1256px; width: 81px; height: 99px; } .Pet_HatchingPotion_Base { background-image: url(spritesmith5.png); - background-position: -1802px -1700px; + background-position: -1884px -1800px; width: 48px; height: 51px; } .Pet_HatchingPotion_CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1720px -1600px; + background-position: -1802px -1700px; width: 48px; height: 51px; } .Pet_HatchingPotion_CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1638px -1500px; + background-position: -1720px -1600px; width: 48px; height: 51px; } .Pet_HatchingPotion_Desert { background-image: url(spritesmith5.png); - background-position: -1556px -1500px; + background-position: -1638px -1500px; width: 48px; height: 51px; } .Pet_HatchingPotion_Golden { background-image: url(spritesmith5.png); - background-position: -1474px -1400px; + background-position: -1556px -1500px; width: 48px; height: 51px; } .Pet_HatchingPotion_Red { background-image: url(spritesmith5.png); - background-position: -1392px -1300px; + background-position: -1474px -1400px; width: 48px; height: 51px; } .Pet_HatchingPotion_Shade { background-image: url(spritesmith5.png); - background-position: -1235px -1060px; + background-position: -1392px -1300px; width: 48px; height: 51px; } .Pet_HatchingPotion_Skeleton { background-image: url(spritesmith5.png); - background-position: -1129px -954px; + background-position: -1235px -1060px; width: 48px; height: 51px; } .Pet_HatchingPotion_White { background-image: url(spritesmith5.png); - background-position: -1023px -848px; + background-position: -1129px -954px; width: 48px; height: 51px; } .Pet_HatchingPotion_Zombie { background-image: url(spritesmith5.png); - background-position: -917px -742px; + background-position: -1023px -848px; width: 48px; height: 51px; } diff --git a/common/dist/sprites/spritesmith5.png b/common/dist/sprites/spritesmith5.png index f070071a06..0916d1185d 100644 Binary files a/common/dist/sprites/spritesmith5.png and b/common/dist/sprites/spritesmith5.png differ diff --git a/common/img/sprites/spritesmith/gear/events/spring/broad_armor_special_spring2015Healer.png b/common/img/sprites/spritesmith/gear/events/spring/broad_armor_special_spring2015Healer.png new file mode 100644 index 0000000000..10fca0d0ed Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/spring/broad_armor_special_spring2015Healer.png differ diff --git a/common/img/sprites/spritesmith/gear/events/spring/broad_armor_special_spring2015Mage.png b/common/img/sprites/spritesmith/gear/events/spring/broad_armor_special_spring2015Mage.png new file mode 100644 index 0000000000..29ee6a20fd Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/spring/broad_armor_special_spring2015Mage.png differ diff --git a/common/img/sprites/spritesmith/gear/events/spring/broad_armor_special_spring2015Rogue.png b/common/img/sprites/spritesmith/gear/events/spring/broad_armor_special_spring2015Rogue.png new file mode 100644 index 0000000000..62904f571f Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/spring/broad_armor_special_spring2015Rogue.png differ diff --git a/common/img/sprites/spritesmith/gear/events/spring/broad_armor_special_spring2015Warrior.png b/common/img/sprites/spritesmith/gear/events/spring/broad_armor_special_spring2015Warrior.png new file mode 100644 index 0000000000..9c2757838d Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/spring/broad_armor_special_spring2015Warrior.png differ diff --git a/common/img/sprites/spritesmith/gear/events/spring/headAccessory_special_spring2015Healer.png b/common/img/sprites/spritesmith/gear/events/spring/headAccessory_special_spring2015Healer.png new file mode 100644 index 0000000000..9817abb083 Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/spring/headAccessory_special_spring2015Healer.png differ diff --git a/common/img/sprites/spritesmith/gear/events/spring/headAccessory_special_spring2015Mage.png b/common/img/sprites/spritesmith/gear/events/spring/headAccessory_special_spring2015Mage.png new file mode 100644 index 0000000000..edba39f19c Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/spring/headAccessory_special_spring2015Mage.png differ diff --git a/common/img/sprites/spritesmith/gear/events/spring/headAccessory_special_spring2015Rogue.png b/common/img/sprites/spritesmith/gear/events/spring/headAccessory_special_spring2015Rogue.png new file mode 100644 index 0000000000..e27b4aeab7 Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/spring/headAccessory_special_spring2015Rogue.png differ diff --git a/common/img/sprites/spritesmith/gear/events/spring/headAccessory_special_spring2015Warrior.png b/common/img/sprites/spritesmith/gear/events/spring/headAccessory_special_spring2015Warrior.png new file mode 100644 index 0000000000..e5ce964a27 Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/spring/headAccessory_special_spring2015Warrior.png differ diff --git a/common/img/sprites/spritesmith/gear/events/spring/shop/shop_head_special_springRogue copy.png b/common/img/sprites/spritesmith/gear/events/spring/head_special_spring2015Healer.png similarity index 87% rename from common/img/sprites/spritesmith/gear/events/spring/shop/shop_head_special_springRogue copy.png rename to common/img/sprites/spritesmith/gear/events/spring/head_special_spring2015Healer.png index 9279372915..9ad36e9a05 100644 Binary files a/common/img/sprites/spritesmith/gear/events/spring/shop/shop_head_special_springRogue copy.png and b/common/img/sprites/spritesmith/gear/events/spring/head_special_spring2015Healer.png differ diff --git a/common/img/sprites/spritesmith/gear/events/spring/head_special_spring2015Mage.png b/common/img/sprites/spritesmith/gear/events/spring/head_special_spring2015Mage.png new file mode 100644 index 0000000000..9ac96c3c4a Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/spring/head_special_spring2015Mage.png differ diff --git a/common/img/sprites/spritesmith/gear/events/spring/head_special_spring2015Rogue.png b/common/img/sprites/spritesmith/gear/events/spring/head_special_spring2015Rogue.png new file mode 100644 index 0000000000..e1a0ad0c47 Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/spring/head_special_spring2015Rogue.png differ diff --git a/common/img/sprites/spritesmith/gear/events/spring/head_special_spring2015Warrior.png b/common/img/sprites/spritesmith/gear/events/spring/head_special_spring2015Warrior.png new file mode 100644 index 0000000000..c4b0031c00 Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/spring/head_special_spring2015Warrior.png differ diff --git a/common/img/sprites/spritesmith/gear/events/spring/shield_special_spring2015Healer.png b/common/img/sprites/spritesmith/gear/events/spring/shield_special_spring2015Healer.png new file mode 100644 index 0000000000..60b3bb71c6 Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/spring/shield_special_spring2015Healer.png differ diff --git a/common/img/sprites/spritesmith/gear/events/spring/shield_special_spring2015Rogue.png b/common/img/sprites/spritesmith/gear/events/spring/shield_special_spring2015Rogue.png new file mode 100644 index 0000000000..960f4daf4d Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/spring/shield_special_spring2015Rogue.png differ diff --git a/common/img/sprites/spritesmith/gear/events/spring/shield_special_spring2015Warrior.png b/common/img/sprites/spritesmith/gear/events/spring/shield_special_spring2015Warrior.png new file mode 100644 index 0000000000..00d0418f47 Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/spring/shield_special_spring2015Warrior.png differ diff --git a/common/img/sprites/spritesmith/gear/events/spring/shop/shop_armor_special_spring2015Healer.png b/common/img/sprites/spritesmith/gear/events/spring/shop/shop_armor_special_spring2015Healer.png new file mode 100644 index 0000000000..ab169141ab Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/spring/shop/shop_armor_special_spring2015Healer.png differ diff --git a/common/img/sprites/spritesmith/gear/events/spring/shop/shop_armor_special_spring2015Mage.png b/common/img/sprites/spritesmith/gear/events/spring/shop/shop_armor_special_spring2015Mage.png new file mode 100644 index 0000000000..8d9dd14a96 Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/spring/shop/shop_armor_special_spring2015Mage.png differ diff --git a/common/img/sprites/spritesmith/gear/events/spring/shop/shop_armor_special_spring2015Rogue.png b/common/img/sprites/spritesmith/gear/events/spring/shop/shop_armor_special_spring2015Rogue.png new file mode 100644 index 0000000000..dcdc72c87c Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/spring/shop/shop_armor_special_spring2015Rogue.png differ diff --git a/common/img/sprites/spritesmith/gear/events/spring/shop/shop_armor_special_spring2015Warrior.png b/common/img/sprites/spritesmith/gear/events/spring/shop/shop_armor_special_spring2015Warrior.png new file mode 100644 index 0000000000..75e98e97af Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/spring/shop/shop_armor_special_spring2015Warrior.png differ diff --git a/common/img/sprites/spritesmith/gear/events/spring/shop/shop_headAccessory_special_spring2015Healer.png b/common/img/sprites/spritesmith/gear/events/spring/shop/shop_headAccessory_special_spring2015Healer.png new file mode 100644 index 0000000000..3a561ed6b5 Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/spring/shop/shop_headAccessory_special_spring2015Healer.png differ diff --git a/common/img/sprites/spritesmith/gear/events/spring/shop/shop_headAccessory_special_spring2015Mage.png b/common/img/sprites/spritesmith/gear/events/spring/shop/shop_headAccessory_special_spring2015Mage.png new file mode 100644 index 0000000000..2355512ddf Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/spring/shop/shop_headAccessory_special_spring2015Mage.png differ diff --git a/common/img/sprites/spritesmith/gear/events/spring/shop/shop_headAccessory_special_spring2015Rogue.png b/common/img/sprites/spritesmith/gear/events/spring/shop/shop_headAccessory_special_spring2015Rogue.png new file mode 100644 index 0000000000..acf1bf174e Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/spring/shop/shop_headAccessory_special_spring2015Rogue.png differ diff --git a/common/img/sprites/spritesmith/gear/events/spring/shop/shop_headAccessory_special_spring2015Warrior.png b/common/img/sprites/spritesmith/gear/events/spring/shop/shop_headAccessory_special_spring2015Warrior.png new file mode 100644 index 0000000000..20919488e3 Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/spring/shop/shop_headAccessory_special_spring2015Warrior.png differ diff --git a/common/img/sprites/spritesmith/gear/events/spring/shop/shop_head_special_spring2015Healer.png b/common/img/sprites/spritesmith/gear/events/spring/shop/shop_head_special_spring2015Healer.png new file mode 100644 index 0000000000..c5ad37ca94 Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/spring/shop/shop_head_special_spring2015Healer.png differ diff --git a/common/img/sprites/spritesmith/gear/events/spring/shop/shop_head_special_spring2015Mage.png b/common/img/sprites/spritesmith/gear/events/spring/shop/shop_head_special_spring2015Mage.png new file mode 100644 index 0000000000..bd28e9dc55 Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/spring/shop/shop_head_special_spring2015Mage.png differ diff --git a/common/img/sprites/spritesmith/gear/events/spring/shop/shop_head_special_spring2015Rogue.png b/common/img/sprites/spritesmith/gear/events/spring/shop/shop_head_special_spring2015Rogue.png new file mode 100644 index 0000000000..bf18f547e8 Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/spring/shop/shop_head_special_spring2015Rogue.png differ diff --git a/common/img/sprites/spritesmith/gear/events/spring/shop/shop_head_special_spring2015Warrior.png b/common/img/sprites/spritesmith/gear/events/spring/shop/shop_head_special_spring2015Warrior.png new file mode 100644 index 0000000000..18c2e03dfe Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/spring/shop/shop_head_special_spring2015Warrior.png differ diff --git a/common/img/sprites/spritesmith/gear/events/spring/shop/shop_shield_special_spring2015Healer.png b/common/img/sprites/spritesmith/gear/events/spring/shop/shop_shield_special_spring2015Healer.png new file mode 100644 index 0000000000..ddf9b7e784 Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/spring/shop/shop_shield_special_spring2015Healer.png differ diff --git a/common/img/sprites/spritesmith/gear/events/spring/shop/shop_shield_special_spring2015Rogue.png b/common/img/sprites/spritesmith/gear/events/spring/shop/shop_shield_special_spring2015Rogue.png new file mode 100644 index 0000000000..36089b973c Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/spring/shop/shop_shield_special_spring2015Rogue.png differ diff --git a/common/img/sprites/spritesmith/gear/events/spring/shop/shop_shield_special_spring2015Warrior.png b/common/img/sprites/spritesmith/gear/events/spring/shop/shop_shield_special_spring2015Warrior.png new file mode 100644 index 0000000000..77587436bc Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/spring/shop/shop_shield_special_spring2015Warrior.png differ diff --git a/common/img/sprites/spritesmith/gear/events/spring/shop/shop_weapon_special_spring2015Healer.png b/common/img/sprites/spritesmith/gear/events/spring/shop/shop_weapon_special_spring2015Healer.png new file mode 100644 index 0000000000..7b5e13055f Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/spring/shop/shop_weapon_special_spring2015Healer.png differ diff --git a/common/img/sprites/spritesmith/gear/events/spring/shop/shop_weapon_special_spring2015Mage.png b/common/img/sprites/spritesmith/gear/events/spring/shop/shop_weapon_special_spring2015Mage.png new file mode 100644 index 0000000000..f5f79e0320 Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/spring/shop/shop_weapon_special_spring2015Mage.png differ diff --git a/common/img/sprites/spritesmith/gear/events/spring/shop/shop_weapon_special_spring2015Rogue.png b/common/img/sprites/spritesmith/gear/events/spring/shop/shop_weapon_special_spring2015Rogue.png new file mode 100644 index 0000000000..cf836d70ec Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/spring/shop/shop_weapon_special_spring2015Rogue.png differ diff --git a/common/img/sprites/spritesmith/gear/events/spring/shop/shop_weapon_special_spring2015Warrior.png b/common/img/sprites/spritesmith/gear/events/spring/shop/shop_weapon_special_spring2015Warrior.png new file mode 100644 index 0000000000..30c79a9ff5 Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/spring/shop/shop_weapon_special_spring2015Warrior.png differ diff --git a/common/img/sprites/spritesmith/gear/events/spring/slim_armor_special_spring2015Healer.png b/common/img/sprites/spritesmith/gear/events/spring/slim_armor_special_spring2015Healer.png new file mode 100644 index 0000000000..8807e9e314 Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/spring/slim_armor_special_spring2015Healer.png differ diff --git a/common/img/sprites/spritesmith/gear/events/spring/slim_armor_special_spring2015Mage.png b/common/img/sprites/spritesmith/gear/events/spring/slim_armor_special_spring2015Mage.png new file mode 100644 index 0000000000..673ec59128 Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/spring/slim_armor_special_spring2015Mage.png differ diff --git a/common/img/sprites/spritesmith/gear/events/spring/slim_armor_special_spring2015Rogue.png b/common/img/sprites/spritesmith/gear/events/spring/slim_armor_special_spring2015Rogue.png new file mode 100644 index 0000000000..a03d0bdc69 Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/spring/slim_armor_special_spring2015Rogue.png differ diff --git a/common/img/sprites/spritesmith/gear/events/spring/slim_armor_special_spring2015Warrior.png b/common/img/sprites/spritesmith/gear/events/spring/slim_armor_special_spring2015Warrior.png new file mode 100644 index 0000000000..ae17d2d7c0 Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/spring/slim_armor_special_spring2015Warrior.png differ diff --git a/common/img/sprites/spritesmith/gear/events/spring/weapon_special_spring2015Healer.png b/common/img/sprites/spritesmith/gear/events/spring/weapon_special_spring2015Healer.png new file mode 100644 index 0000000000..4d47e02eb4 Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/spring/weapon_special_spring2015Healer.png differ diff --git a/common/img/sprites/spritesmith/gear/events/spring/weapon_special_spring2015Mage.png b/common/img/sprites/spritesmith/gear/events/spring/weapon_special_spring2015Mage.png new file mode 100644 index 0000000000..d2e7f880ce Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/spring/weapon_special_spring2015Mage.png differ diff --git a/common/img/sprites/spritesmith/gear/events/spring/weapon_special_spring2015Rogue.png b/common/img/sprites/spritesmith/gear/events/spring/weapon_special_spring2015Rogue.png new file mode 100644 index 0000000000..496eec85c5 Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/spring/weapon_special_spring2015Rogue.png differ diff --git a/common/img/sprites/spritesmith/gear/events/spring/weapon_special_spring2015Warrior.png b/common/img/sprites/spritesmith/gear/events/spring/weapon_special_spring2015Warrior.png new file mode 100644 index 0000000000..9b1184483c Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/spring/weapon_special_spring2015Warrior.png differ diff --git a/common/img/sprites/spritesmith/npcs/npc_alex.png b/common/img/sprites/spritesmith/npcs/npc_alex.png index 67b7476d33..8982854041 100644 Binary files a/common/img/sprites/spritesmith/npcs/npc_alex.png and b/common/img/sprites/spritesmith/npcs/npc_alex.png differ diff --git a/common/img/sprites/spritesmith/npcs/npc_bailey.png b/common/img/sprites/spritesmith/npcs/npc_bailey.png index d5940b986b..419496bdd0 100644 Binary files a/common/img/sprites/spritesmith/npcs/npc_bailey.png and b/common/img/sprites/spritesmith/npcs/npc_bailey.png differ diff --git a/common/img/sprites/spritesmith/npcs/npc_daniel.png b/common/img/sprites/spritesmith/npcs/npc_daniel.png index 531b8ff760..471f751e72 100644 Binary files a/common/img/sprites/spritesmith/npcs/npc_daniel.png and b/common/img/sprites/spritesmith/npcs/npc_daniel.png differ diff --git a/common/img/sprites/spritesmith/npcs/npc_ian.png b/common/img/sprites/spritesmith/npcs/npc_ian.png new file mode 100644 index 0000000000..86860dfa1b Binary files /dev/null and b/common/img/sprites/spritesmith/npcs/npc_ian.png differ diff --git a/common/img/sprites/spritesmith/npcs/npc_justin.png b/common/img/sprites/spritesmith/npcs/npc_justin.png index 08ba7025c2..9365bc12c9 100644 Binary files a/common/img/sprites/spritesmith/npcs/npc_justin.png and b/common/img/sprites/spritesmith/npcs/npc_justin.png differ diff --git a/common/img/sprites/spritesmith/npcs/npc_matt.png b/common/img/sprites/spritesmith/npcs/npc_matt.png index 2531f1084b..e129d6e43e 100644 Binary files a/common/img/sprites/spritesmith/npcs/npc_matt.png and b/common/img/sprites/spritesmith/npcs/npc_matt.png differ diff --git a/common/img/sprites/spritesmith/npcs/seasonalshop_spring2015.png b/common/img/sprites/spritesmith/npcs/seasonalshop_spring2015.png new file mode 100644 index 0000000000..e1f811893e Binary files /dev/null and b/common/img/sprites/spritesmith/npcs/seasonalshop_spring2015.png differ diff --git a/common/img/sprites/spritesmith/promo/promo_springclasses2014.png b/common/img/sprites/spritesmith/promo/promo_springclasses2014.png new file mode 100644 index 0000000000..aecc24e09a Binary files /dev/null and b/common/img/sprites/spritesmith/promo/promo_springclasses2014.png differ diff --git a/common/img/sprites/spritesmith/promo/promo_springclasses2015.png b/common/img/sprites/spritesmith/promo/promo_springclasses2015.png new file mode 100644 index 0000000000..01410e644c Binary files /dev/null and b/common/img/sprites/spritesmith/promo/promo_springclasses2015.png differ diff --git a/common/locales/en/gear.json b/common/locales/en/gear.json index fc36bf77e6..4d62c2dd17 100644 --- a/common/locales/en/gear.json +++ b/common/locales/en/gear.json @@ -119,6 +119,15 @@ "weaponSpecialWinter2015MageNotes": "The light of this crystal staff fills hearts with cheer. Increases Intelligence by <%= int %> and Perception by <%= per %>. Limited Edition 2014-2015 Winter Gear.", "weaponSpecialWinter2015HealerText": "Soothing Scepter", "weaponSpecialWinter2015HealerNotes": "This scepter warms sore muscles and soothes away stress. Increases Intelligence by <%= int %>. Limited Edition 2014-2015 Winter Gear.", + + "weaponSpecialSpring2015RogueText": "Exploding Squeak", + "weaponSpecialSpring2015RogueNotes": "Don't let the sound fool you - these explosives pack a punch. Increases Strength by <%= str %>. Limited Edition 2015 Spring Gear.", + "weaponSpecialSpring2015WarriorText": "Bone Club", + "weaponSpecialSpring2015WarriorNotes": "It is a real bone club for real fierce doggies and is definitely not a chew toy that the Seasonal Sorceress gave you because who's a good doggy? Whoooo's a good doggy?? It's you!!! You're a good doggy!!! Increases Strength by <%= str %>. Limited Edition 2015 Spring Gear.", + "weaponSpecialSpring2015MageText": "Magician's Wand", + "weaponSpecialSpring2015MageNotes": "Conjure yourself up a carrot with this fancy wand. Increases Intelligence by <%= int %> and Perception by <%= per %>. Limited Edition 2015 Spring Gear.", + "weaponSpecialSpring2015HealerText": "Cat Rattle", + "weaponSpecialSpring2015HealerNotes": "When you wave it, it makes a fascinating clickety noise that would keep ANYONE entertained for hours. Increases Intelligence by <%= int %>. Limited Edition 2015 Spring Gear.", "weaponMystery201411Text": "Pitchfork of Feasting", "weaponMystery201411Notes": "Stab your enemies or dig in to your favorite foods - this versatile pitchfork does it all! Confers no benefit. November 2014 Subscriber Item.", @@ -234,6 +243,15 @@ "armorSpecialWinter2015MageNotes": "You can see the glimmering lights of the north in this robe. Increases Intelligence by <%= int %>. Limited Edition 2014-2015 Winter Gear.", "armorSpecialWinter2015HealerText": "Skating Outfit", "armorSpecialWinter2015HealerNotes": "Ice-skating is very relaxing, but you shouldn't try it without this protective gear in case you get attacked by the icicle drakes. Increases Constitution by <%= con %>. Limited Edition 2014-2015 Winter Gear.", + + "armorSpecialSpring2015RogueText": "Squeaker Robes", + "armorSpecialSpring2015RogueNotes": "Furry, soft, and definitely not flammable. Increases Perception by <%= per %>. Limited Edition 2015 Spring Gear.", + "armorSpecialSpring2015WarriorText": "Beware Armor", + "armorSpecialSpring2015WarriorNotes": "Only the fiercest doggy is allowed to be this fluffy. Increases Constitution by <%= con %>. Limited Edition 2015 Spring Gear.", + "armorSpecialSpring2015MageText": "Magician's Bunny Suit", + "armorSpecialSpring2015MageNotes": "Your coattails match your cottontail! Increases Intelligence by <%= int %>. Limited Edition 2015 Spring Gear.", + "armorSpecialSpring2015HealerText": "Comforting Catsuit", + "armorSpecialSpring2015HealerNotes": "This soft catsuit is comfortable, and as comforting as mint tea. Increases Constitution by <%= con %>. Limited Edition 2015 Spring Gear.", "armorMystery201402Text": "Messenger Robes", "armorMystery201402Notes": "Shimmering and strong, these robes have many pockets to carry letters. Confers no benefit. February 2014 Subscriber Item.", @@ -362,7 +380,16 @@ "headSpecialWinter2015MageNotes": "The fabric of this hat shifts and glows when the wearer studies. Increases Perception by <%= per %>. Limited Edition 2014-2015 Winter Gear.", "headSpecialWinter2015HealerText": "Snuggly Earmuffs", "headSpecialWinter2015HealerNotes": "These warm earmuffs keep out chills and distracting noises. Increases Intelligence by <%= int %>. Limited Edition 2014-2015 Winter Gear.", - + + "headSpecialSpring2015RogueText": "Fireproof Helm", + "headSpecialSpring2015RogueNotes": "Fire? HAH! You squeak fiercely in the face of fire! Increases Perception by <%= per %>. Limited Edition 2015 Spring Gear.", + "headSpecialSpring2015WarriorText": "Beware Helm", + "headSpecialSpring2015WarriorNotes": "Beware the Helm! Only a fierce doggy can wear it. Stop laughing. Increases Strength by <%= str %>. Limited Edition 2015 Spring Gear.", + "headSpecialSpring2015MageText": "Stage Mage Hat", + "headSpecialSpring2015MageNotes": "Which came first, the bunny or the hat? Increases Perception by <%= per %>. Limited Edition 2015 Spring Gear.", + "headSpecialSpring2015HealerText": "Comforting Crown", + "headSpecialSpring2015HealerNotes": "The pearl at the center of this crown calms and comforts those around it. Increases Intelligence by <%= int %>. Limited Edition 2015 Spring Gear.", + "headSpecialGaymerxText": "Rainbow Warrior Helm", "headSpecialGaymerxNotes": "In celebration of pride season and GaymerX, this special helmet is decorated with a radiant, colorful rainbow pattern! GaymerX is a game convention celebrating LGBTQ and gaming and is open to everyone. It takes place at the InterContinental in downtown San Francisco on July 11-13! Confers no benefit.", @@ -454,6 +481,13 @@ "shieldSpecialWinter2015WarriorNotes": "This seemingly-sugary shield is actually made of nutritious, gelatinous vegetables. Increases Constitution by <%= con %>. Limited Edition 2014-2015 Winter Gear.", "shieldSpecialWinter2015HealerText": "Soothing Shield", "shieldSpecialWinter2015HealerNotes": "This shield deflects the freezing wind. Increases Constitution by <%= con %>. Limited Edition 2014-2015 Winter Gear.", + + "shieldSpecialSpring2015RogueText": "Exploding Squeak", + "shieldSpecialSpring2015RogueNotes": "Don't let the sound fool you - these explosives pack a punch. Increases Strength <%= str %>. Limited Edition 2015 Spring Gear.", + "shieldSpecialSpring2015WarriorText": "Dish Discus", + "shieldSpecialSpring2015WarriorNotes": "Hurl it at your enemies.... or just hold it, because it will fill up with yummy kibble at dinnertime. Increases Constitution by <%= con %>. Limited Edition 2015 Spring Gear.", + "shieldSpecialSpring2015HealerText": "Patterned Pillow", + "shieldSpecialSpring2015HealerNotes": "You can rest your head on this soft pillow, or you can wrestle it with your fearsome claws. Rawr! Increases Constitution by <%= con %>. Limited Edition 2015 Spring Gear.", "shieldMystery301405Text": "Clock Shield", "shieldMystery301405Notes": "Time is on your side with this towering clock shield! Confers no benefit. June 3015 Subscriber Item.", @@ -488,6 +522,8 @@ "bodySpecialSummerHealerText": "Coral Collar", "bodySpecialSummerHealerNotes": "A stylish collar of live coral! Confers no benefit. Limited Edition 2014 Summer Gear.", + "headAccessory": "head accessory", + "headAccessoryBase0Text": "No Head Accessory", "headAccessoryBase0Notes": "No Head Accessory.", @@ -500,10 +536,18 @@ "headAccessorySpecialSpringHealerText": "Yellow Dog Ears", "headAccessorySpecialSpringHealerNotes": "Floppy but cute. Wanna play? Confers no benefit. Limited Edition 2014 Spring Gear.", + "headAccessorySpecialSpring2015RogueText": "Yellow Mouse Ears", + "headAccessorySpecialSpring2015RogueNotes": "These ears steel themselves against the sound of explosions. Confers no benefit. Limited Edition 2015 Spring Gear.", + "headAccessorySpecialSpring2015WarriorText": "Purple Dog Ears", + "headAccessorySpecialSpring2015WarriorNotes": "They are purple. They are dog ears. Do not waste your time with further foolishness. Confers no benefit. Limited Edition 2015 Spring Gear.", + "headAccessorySpecialSpring2015MageText": "Blue Bunny Ears", + "headAccessorySpecialSpring2015MageNotes": "These ears listen keenly, in case somewhere a magician is revealing secrets. Confers no benefit. Limited Edition 2015 Spring Gear.", + "headAccessorySpecialSpring2015HealerText": "Green Kitty Ears", + "headAccessorySpecialSpring2015HealerNotes": "These cute kitty ears will make others green with envy. Confers no benefit. Limited Edition 2015 Spring Gear.", + "headAccessoryMystery201403Text": "Forest Walker Antlers", "headAccessoryMystery201403Notes": "These antlers shimmer with moss and lichen. Confers no benefit. March 2014 Subscriber Item.", "headAccessoryMystery201404Text": "Twilight Butterfly Antennae", - "headAccessoryMystery201404Notes": "These antennae help the wearer sense dangerous distractions!", "headAccessoryMystery201404Notes": "These antennae help the wearer sense dangerous distractions! Confers no benefit. April 2014 Subscriber Item.", "headAccessoryMystery201409Text": "Autumn Antlers", "headAccessoryMystery201409Notes": "These powerful antlers change colors with the leaves. Confers no benefit. September 2014 Subscriber Item.", diff --git a/common/locales/en/limited.json b/common/locales/en/limited.json index 95f205939d..bc764594bf 100644 --- a/common/locales/en/limited.json +++ b/common/locales/en/limited.json @@ -22,7 +22,7 @@ "seasonalShopClosedTitle": "<%= linkStart %>Siena Leslie<%= linkEnd %>", "seasonalShopTitle": "<%= linkStart %>Seasonal Sorceress<%= linkEnd %>", "seasonalShopClosedText": "The Seasonal Shop is currently closed!! I don't know where the Seasonal Sorceress is now, but I bet she'll be back during the next <%= linkStart %>Grand Gala<%= linkEnd %>!", - "seasonalShopText": "Welcome to the Seasonal Shop! From now until January 31st, we're stocking lots of seasonal edition winter goodies. After that, these items won't be back for another year, so get them while they're hot!! Or, er, cold.", + "seasonalShopText": "Welcome to the Seasonal Shop!! We're stocking springtime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Spring Fling event each year, but we're only open until April 30th, so be sure to stock up now, or you'll have to wait a year to buy these items again!", "seasonalShopRebirth": "If you've used the Orb of Rebirth, you can repurchase this equipment in the Rewards Column after you unlock the Item Shop. Initially, you'll only be able to purchase the items for your current class (Warrior by default), but fear not, the other class-specific items will become available if you switch to that class.", "candycaneSet": "Candy Cane (Mage)", "skiSet": "Ski-sassin (Rogue)", @@ -38,5 +38,9 @@ "newYear2": "Happy New Year! May you earn many a Perfect Day.", "newYear3": "Happy New Year! May your To-Do list stay short and sweet.", "newYear4": "Happy New Year! May you not get attacked by a raging Hippogriff.", - "holidayCard": "Received a holiday card!" + "holidayCard": "Received a holiday card!", + "mightyBunnySet": "Mighty Bunny (Warrior)", + "magicMouseSet": "Magic Mouse (Mage)", + "lovingPupSet": "Loving Pup (Healer)", + "stealthyKittySet": "Stealthy Kitty (Rogue)" } diff --git a/common/script/content.coffee b/common/script/content.coffee index a497620d83..8f905f284e 100644 --- a/common/script/content.coffee +++ b/common/script/content.coffee @@ -27,6 +27,7 @@ events = gaymerx: {start:'2014-07-02',end:'2014-08-01'} fall: {start:'2014-09-21',end:'2014-11-01'} winter2015: {start:'2014-12-21',end:'2015-02-02'} + spring2015: {start:'2015-03-20',end:'2015-05-02'} # IMPORTANT: The end date should be one to two days AFTER the actual end of # the event, to allow people in different timezones to still buy the # event gear up until at least the actual end of the event. @@ -122,10 +123,15 @@ gear = fallMage: event: events.fall, specialClass: 'wizard', twoHanded:true, text: t('weaponSpecialFallMageText'), notes: t('weaponSpecialFallMageNotes', {int: 15, per: 7}), value: 160, int:15, per:7 fallHealer: event: events.fall, specialClass: 'healer', text: t('weaponSpecialFallHealerText'), notes: t('weaponSpecialFallHealerNotes', {int: 9}), value: 90, int: 9 # Winter 2015 - winter2015Rogue: event: events.winter2015, specialClass: 'rogue', text: t('weaponSpecialWinter2015RogueText'), notes: t('weaponSpecialWinter2015RogueNotes', {str: 8}), value: 80, str: 8 + winter2015Rogue: event: events.winter2015, specialClass: 'rogue', text: t('weaponSpecialWinter2015RogueText'), notes: t('weaponSpecialWinter2015RogueNotes', {str: 8}), value: 80, str: 8 winter2015Warrior: event: events.winter2015, specialClass: 'warrior', text: t('weaponSpecialWinter2015WarriorText'), notes: t('weaponSpecialWinter2015WarriorNotes', {str: 15}), value: 90, str: 15 winter2015Mage: event: events.winter2015, specialClass: 'wizard', twoHanded:true, text: t('weaponSpecialWinter2015MageText'), notes: t('weaponSpecialWinter2015MageNotes', {int: 15, per: 7}), value: 160, int:15, per:7 winter2015Healer: event: events.winter2015, specialClass: 'healer', text: t('weaponSpecialWinter2015HealerText'), notes: t('weaponSpecialWinter2015HealerNotes', {int: 9}), value: 90, int: 9 + # Spring 2015 + spring2015Rogue: event: events.spring2015, specialClass: 'rogue', text: t('weaponSpecialSpring2015RogueText'), notes: t('weaponSpecialSpring2015RogueNotes', {str: 8}), value: 80, str: 8 + spring2015Warrior: event: events.spring2015, specialClass: 'warrior', text: t('weaponSpecialSpring2015WarriorText'), notes: t('weaponSpecialSpring2015WarriorNotes', {str: 15}), value: 90, str: 15 + spring2015Mage: event: events.spring2015, specialClass: 'wizard', twoHanded:true, text: t('weaponSpecialSpring2015MageText'), notes: t('weaponSpecialSpring2015MageNotes', {int: 15, per: 7}), value: 160, int:15, per:7 + spring2015Healer: event: events.spring2015, specialClass: 'healer', text: t('weaponSpecialSpring2015HealerText'), notes: t('weaponSpecialSpring2015HealerNotes', {int: 9}), value: 90, int: 9 mystery: 201411: text: t('weaponMystery201411Text'), notes: t('weaponMystery201411Notes'), mystery:'201411', value: 0 201502: text: t('weaponMystery201502Text'), notes: t('weaponMystery201502Notes'), mystery:'201502', value: 0 @@ -193,6 +199,11 @@ gear = winter2015Mage: event: events.winter2015, specialClass: 'wizard', text: t('armorSpecialWinter2015MageText'), notes: t('armorSpecialWinter2015MageNotes', {int: 9}), value: 90, int: 9 winter2015Healer: event: events.winter2015, specialClass: 'healer', text: t('armorSpecialWinter2015HealerText'), notes: t('armorSpecialWinter2015HealerNotes', {con: 15}), value: 90, con: 15 birthday2015: text: t('armorSpecialBirthday2015Text'), notes: t('armorSpecialBirthday2015Notes'), value: 0, canOwn: ((u)-> u.items.gear.owned.armor_special_birthday2015?) + # Spring 2015 + spring2015Rogue: event: events.spring2015, specialClass: 'rogue', text: t('armorSpecialSpring2015RogueText'), notes: t('armorSpecialSpring2015RogueNotes', {per: 15}), value: 90, per: 15 + spring2015Warrior: event: events.spring2015, specialClass: 'warrior', text: t('armorSpecialSpring2015WarriorText'), notes: t('armorSpecialSpring2015WarriorNotes', {con: 9}), value: 90, con: 9 + spring2015Mage: event: events.spring2015, specialClass: 'wizard', text: t('armorSpecialSpring2015MageText'), notes: t('armorSpecialSpring2015MageNotes', {int: 9}), value: 90, int: 9 + spring2015Healer: event: events.spring2015, specialClass: 'healer', text: t('armorSpecialSpring2015HealerText'), notes: t('armorSpecialSpring2015HealerNotes', {con: 15}), value: 90, con: 15 # Other gaymerx: event: events.gaymerx, text: t('armorSpecialGaymerxText'), notes: t('armorSpecialGaymerxNotes'), value: 0 mystery: @@ -270,6 +281,11 @@ gear = winter2015Mage: event: events.winter2015, specialClass: 'wizard', text: t('headSpecialWinter2015MageText'), notes: t('headSpecialWinter2015MageNotes', {per: 7}),value: 60,per: 7 winter2015Healer: event: events.winter2015, specialClass: 'healer', text: t('headSpecialWinter2015HealerText'), notes: t('headSpecialWinter2015HealerNotes', {int: 7}), value: 60, int: 7 nye2014: text: t('headSpecialNye2014Text'), notes: t('headSpecialNye2014Notes'), value: 0, canOwn: ((u)-> u.items.gear.owned.head_special_nye2014?) + # Spring 2015 + spring2015Rogue: event: events.spring2015, specialClass: 'rogue', text: t('headSpecialSpring2015RogueText'), notes: t('headSpecialSpring2015RogueNotes', {per: 9}),value: 60,per: 9 + spring2015Warrior: event: events.spring2015, specialClass: 'warrior', text: t('headSpecialSpring2015WarriorText'), notes: t('headSpecialSpring2015WarriorNotes', {str: 9}),value: 60,str: 9 + spring2015Mage: event: events.spring2015, specialClass: 'wizard', text: t('headSpecialSpring2015MageText'), notes: t('headSpecialSpring2015MageNotes', {per: 7}),value: 60,per: 7 + spring2015Healer: event: events.spring2015, specialClass: 'healer', text: t('headSpecialSpring2015HealerText'), notes: t('headSpecialSpring2015HealerNotes', {int: 7}), value: 60, int: 7 # Other gaymerx: event: events.gaymerx, text: t('headSpecialGaymerxText'), notes: t('headSpecialGaymerxNotes'), value: 0 mystery: @@ -336,6 +352,10 @@ gear = winter2015Rogue: event: events.winter2015, specialClass: 'rogue', text: t('shieldSpecialWinter2015RogueText'), notes: t('shieldSpecialWinter2015RogueNotes', {str: 8}), value: 80, str: 8 winter2015Warrior: event: events.winter2015, specialClass: 'warrior', text: t('shieldSpecialWinter2015WarriorText'), notes: t('shieldSpecialWinter2015WarriorNotes', {con: 7}), value: 70, con: 7 winter2015Healer: event: events.winter2015, specialClass: 'healer', text: t('shieldSpecialWinter2015HealerText'), notes: t('shieldSpecialWinter2015HealerNotes', {con: 9}), value: 70, con: 9 + # Spring 2015 + spring2015Rogue: event: events.spring2015, specialClass: 'rogue', text: t('shieldSpecialSpring2015RogueText'), notes: t('shieldSpecialSpring2015RogueNotes', {str: 8}), value: 80, str: 8 + spring2015Warrior: event: events.spring2015, specialClass: 'warrior', text: t('shieldSpecialSpring2015WarriorText'), notes: t('shieldSpecialSpring2015WarriorNotes', {con: 7}), value: 70, con: 7 + spring2015Healer: event: events.spring2015, specialClass: 'healer', text: t('shieldSpecialSpring2015HealerText'), notes: t('shieldSpecialSpring2015HealerNotes', {con: 9}), value: 70, con: 9 mystery: 301405: text: t('shieldMystery301405Text'), notes: t('shieldMystery301405Notes'), mystery:'301405', value: 0 @@ -370,6 +390,11 @@ gear = springWarrior: event: events.spring, specialClass: 'warrior', text: t('headAccessorySpecialSpringWarriorText'), notes: t('headAccessorySpecialSpringWarriorNotes'), value: 20 springMage: event: events.spring, specialClass: 'wizard', text: t('headAccessorySpecialSpringMageText'), notes: t('headAccessorySpecialSpringMageNotes'), value: 20 springHealer: event: events.spring, specialClass: 'healer', text: t('headAccessorySpecialSpringHealerText'), notes: t('headAccessorySpecialSpringHealerNotes'), value: 20 + # Spring 2015 + spring2015Rogue: event: events.spring2015, specialClass: 'rogue', text: t('headAccessorySpecialSpring2015RogueText'), notes: t('headAccessorySpecialSpring2015RogueNotes'), value: 20 + spring2015Warrior: event: events.spring2015, specialClass: 'warrior', text: t('headAccessorySpecialSpring2015WarriorText'), notes: t('headAccessorySpecialSpring2015WarriorNotes'), value: 20 + spring2015Mage: event: events.spring2015, specialClass: 'wizard', text: t('headAccessorySpecialSpring2015MageText'), notes: t('headAccessorySpecialSpring2015MageNotes'), value: 20 + spring2015Healer: event: events.spring2015, specialClass: 'healer', text: t('headAccessorySpecialSpring2015HealerText'), notes: t('headAccessorySpecialSpring2015HealerNotes'), value: 20 mystery: 201403: text: t('headAccessoryMystery201403Text'), notes: t('headAccessoryMystery201403Notes'), mystery:'201403', value: 0 diff --git a/website/public/js/controllers/inventoryCtrl.js b/website/public/js/controllers/inventoryCtrl.js index cc3ce9a13d..587752e84e 100644 --- a/website/public/js/controllers/inventoryCtrl.js +++ b/website/public/js/controllers/inventoryCtrl.js @@ -108,8 +108,8 @@ habitrpg.controller("InventoryCtrl", var gems = User.user.balance * 4; - var string = (type == 'weapon') ? window.env.t('weapon') : (type == 'armor') ? window.env.t('armor') : (type == 'head') ? window.env.t('headgear') : (type == 'shield') ? window.env.t('offhand') : (type == 'hatchingPotions') ? window.env.t('hatchingPotion') : (type == 'eggs') ? window.env.t('eggSingular') : (type == 'quests') ? window.env.t('quest') : (item.key == 'Saddle') ? window.env.t('foodSaddleText').toLowerCase() : type; // this is ugly but temporary, once the purchase modal is done this will be removed - if (type == 'weapon' || type == 'armor' || type == 'head' || type == 'shield') { + var string = (type == 'weapon') ? window.env.t('weapon') : (type == 'armor') ? window.env.t('armor') : (type == 'head') ? window.env.t('headgear') : (type == 'shield') ? window.env.t('offhand') : (type == 'headAccessory') ? window.env.t('headAccessory') : (type == 'hatchingPotions') ? window.env.t('hatchingPotion') : (type == 'eggs') ? window.env.t('eggSingular') : (type == 'quests') ? window.env.t('quest') : (item.key == 'Saddle') ? window.env.t('foodSaddleText').toLowerCase() : type; // this is ugly but temporary, once the purchase modal is done this will be removed + if (type == 'weapon' || type == 'armor' || type == 'head' || type == 'shield' || type == 'headAccessory') { if (gems < ((item.specialClass == "wizard") && (item.type == "weapon")) + 1) return $rootScope.openModal('buyGems'); var message = window.env.t('buyThis', {text: string, price: ((item.specialClass == "wizard") && (item.type == "weapon")) + 1, gems: gems}) if($window.confirm(message)) @@ -228,7 +228,7 @@ habitrpg.controller("InventoryCtrl", var questArray = _.toArray(Content.quests); var filteredArray = _.filter(questArray, function(q){ - return q.key == "evilsanta" || q.key == "evilsanta2"; + return q.key == "egg"; }); return filteredArray; diff --git a/website/public/js/services/guideServices.js b/website/public/js/services/guideServices.js index fb5566c26d..4ca9244017 100644 --- a/website/public/js/services/guideServices.js +++ b/website/public/js/services/guideServices.js @@ -187,7 +187,7 @@ function($rootScope, User, $timeout, $state) { '
' + '
' + //''+ - (step.final ? '' : '')+ + ((step.final || k == 'classes') ? '' : '')+ '
' + ' ' + ' ' + diff --git a/website/views/options/inventory/inventory.jade b/website/views/options/inventory/inventory.jade index cd6b656260..2a5840b80d 100644 --- a/website/views/options/inventory/inventory.jade +++ b/website/views/options/inventory/inventory.jade @@ -28,39 +28,38 @@ script(type='text/ng-template', id='partials/options.inventory.seasonalshop.html .container-fluid .stable.row .col-md-2 - .seasonalshop_closed + .seasonalshop_spring2015 .col-md-10 .popover.static-popover.fade.right.in .arrow - h3.popover-title!=env.t('seasonalShopClosedTitle', {linkStart:"", linkEnd: ""}) + h3.popover-title!=env.t('seasonalShopTitle', {linkStart:"", linkEnd: ""}) .popover-content - p!=env.t('seasonalShopClosedText', {linkStart:"", linkEnd: ""}) - // br + p!=env.t('seasonalShopText') .well(ng-if='User.user.achievements.rebirths > 0')=env.t('seasonalShopRebirth') li.customize-menu.inventory-gear - menu.pets-menu(label='{{::label}}', ng-repeat='(set,label) in ::{candycane:env.t("candycaneSet"), ski:env.t("skiSet"), snowflake:env.t("snowflakeSet"), yeti:env.t("yetiSet")}') + menu.pets-menu(label='{{::label}}', ng-repeat='(set,label) in ::{springWarrior:env.t("mightyBunnySet"), springMage:env.t("magicMouseSet"), springHealer:env.t("lovingPupSet"), springRogue:env.t("stealthyKittySet")}') // The `if true || false` conditional for applying the transparent class is necessary because // when a user activates the orb of rebirth, the seasonal items are still in their inventory, but // they have each have a value of false. The item can be purchased for gold in the rewards column, // not the seasonal shop. This makes that more clear. div(ng-repeat='item in ::getSeasonalShopArray(set)' ng-class="{transparent: user.items.gear.owned[item.key] === true ||user.items.gear.owned[item.key] === false}") button.customize-option(popover='{{::item.notes()}}', popover-title='{{::item.text()}}', popover-trigger='mouseenter', popover-placement='right', popover-append-to-body='true', ng-click='purchase(item.type,item)', class='shop_{{::item.key}}') - .text-center + .text-left | {{((item.specialClass == "wizard") && (item.type == "weapon")) + 1}}  span.Pet_Currency_Gem1x.inline-gems - menu.pets-menu(label=env.t('quests')) + // menu.pets-menu(label=env.t('quests')) div(ng-repeat='quest in ::getSeasonalShopQuests()') button.customize-option(data-popover-html="{{::quest.previous && !user.achievements.quests[quest.previous] ? env.t('scrollsPre') : questPopover(quest) | markdown}}", popover-append-to-body='true', popover-title='{{::quest.text()}}', popover-trigger='mouseenter', popover-placement='right', ng-click='buyQuest(quest.key)', ng-class='(quest.previous && !user.achievements.quests[quest.previous]) ? "inventory_quest_scroll_locked inventory_quest_scroll_{{::quest.key}}_locked locked" : "inventory_quest_scroll inventory_quest_scroll_{{::quest.key}}"') p | {{::quest.value}}  span.Pet_Currency_Gem1x.inline-gems - menu.pets-menu(label=env.t('seasonalItems')) + // menu.pets-menu(label=env.t('seasonalItems')) div button.customize-option(popover='{{::Content.spells.special.snowball.notes()}}', popover-title='{{::Content.spells.special.snowball.text()}}', popover-trigger='mouseenter', popover-placement='right', popover-append-to-body='true', ng-click='purchase("special", Content.spells.special.snowball)', class='inventory_special_snowball') p | {{::Content.spells.special.snowball.value}} span(class='shop_gold') - // div + div button.customize-option(popover='{{::Content.spells.special.nye.notes()}}', popover-title='{{::Content.spells.special.nye.text()}}', popover-trigger='mouseenter', popover-placement='right', popover-append-to-body='true', ng-click='castStart(Content.spells.special.nye)', class='inventory_special_nye') p | {{Content.spells.special.nye.value}} diff --git a/website/views/shared/new-stuff.jade b/website/views/shared/new-stuff.jade index 63a7047e66..5bfd7800d2 100644 --- a/website/views/shared/new-stuff.jade +++ b/website/views/shared/new-stuff.jade @@ -1,30 +1,53 @@ -h5 3/17/2015 - BUNNY PET QUEST, EGG PURCHASING CHANGE, LAST DAY FOR SURVEY AND ACHIEVEMENT, AND UNEQUIP BUTTONS +h5 3/20/2015 - SPRING FLING EVENT! LIMITED EDITION OUTFITS, SEASONAL SHOP OPENS, AND SPRING NPCS hr tr td - h5 New Pet Quest: Killer Bunny - p There's a new quest scroll in the Market! Deep within Mount Procrastination lies a once-sweet beast grown horrifying with neglect. Can you rally your strength to defeat the Killer Bunny? If so, you'll get some bunny eggs! - p.small.muted by Draayder, Gully, and TetoIsGreat + h5 Spring Fling! + p The Spring Fling is here! From today until April 30th, join Habitica in its sweet celebration. tr td - h5 Egg Purchasing Change - p You can now purchase quest eggs from the Market after defeating the corresponding boss at least once! Previously, you had to defeat the boss at least twice before being able to purchase the eggs. - p.small.muted by Blade + .promo_springclasses2015.pull-right + h5 Limited Edition Class Outfits + p From now until April 30th, limited edition outfits are available in the Rewards column. Depending on your class, you can be a Beware Dog, Magician's Bunny, Sneaky Squeaker, or Comforting Kitty! You'd better get productive to earn enough gold before they disappear. Good luck! + p.small.muted by Lemoness tr td - h5 Last Day for Survey and Achievement - p March 18th is the final day to complete this survey to receive or stack the Helped Habit Grow survey! After it is closed, it will take us several days to award the badges. Thanks so much for sharing your feedback with us! - p.small.muted by sugarfiend and SabreCat + .promo_springclasses2014.pull-right + h5 Seasonal Shop Opens + p The Seasonal Shop has opened! It's stocking springtime Seasonal Edition goodies at the moment, including last year's spring outfits. Everything there will be available to purchase during the Spring Fling event each year, but it's only open until April 30th, so be sure to stock up now, or you'll have to wait a year to buy these items again. + p.small.muted by Lemoness tr td - h5 Unequip Buttons - p It’s now easier to switch your avatar’s costume! You can now unequip all your battle gear, costume pieces, and/or pets from the Equipment page using the new Unequip buttons. - p.small.muted by TheHolidayInn + .seasonalshop_spring2015.pull-left + h5 Spring NPCs + p Looks like the NPCs are really getting in to the springtime fun around the site. Who wouldn't? After all, there's plenty more to come! + p.small.muted by Lemoness and Shaner hr a(href='/static/old-news', target='_blank') Read older news mixin oldNews + h5 3/17/2015 - BUNNY PET QUEST, EGG PURCHASING CHANGE, LAST DAY FOR SURVEY AND ACHIEVEMENT, AND UNEQUIP BUTTONS + tr + td + h5 New Pet Quest: Killer Bunny + p There's a new quest scroll in the Market! Deep within Mount Procrastination lies a once-sweet beast grown horrifying with neglect. Can you rally your strength to defeat the Killer Bunny? If so, you'll get some bunny eggs! + p.small.muted by Draayder, Gully, and TetoIsGreat + tr + td + h5 Egg Purchasing Change + p You can now purchase quest eggs from the Market after defeating the corresponding boss at least once! Previously, you had to defeat the boss at least twice before being able to purchase the eggs. + p.small.muted by Blade + tr + td + h5 Last Day for Survey and Achievement + p March 18th is the final day to complete this survey to receive or stack the Helped Habit Grow survey! After it is closed, it will take us several days to award the badges. Thanks so much for sharing your feedback with us! + p.small.muted by sugarfiend and SabreCat + tr + td + h5 Unequip Buttons + p It’s now easier to switch your avatar’s costume! You can now unequip all your battle gear, costume pieces, and/or pets from the Equipment page using the new Unequip buttons. + p.small.muted by TheHolidayInn h5 3/10/2015 - SURVEY, TESTIMONIALS GUILD, AND CHAT EXTENSION hr tr