@charset "UTF-8";
@import "compact1.css";
@import "scene.css";
@import "building.css";
@import "travianLogin.css";
@import "compact2.css";

/* =========================================================
   GLOBAL BOX TITLE STYLE
========================================================= */

i.clock_medium{
    display:inline-block;
    width:20px;
    height:20px;
    background-image:url('/gpack/img_rtl/general/units/clock_medium.png');
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
    vertical-align:middle;
    filter:brightness(1.1);
}

/* =========================================================
   SIDEBAR TITLES
========================================================= */

.sidebar .boxTitle,
.sidebar .title,
.sideBox .title{
    font-family:Georgia,"Times New Roman",serif;
    font-weight:bold;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#5a3421;
    text-shadow:
        0 1px 0 #e7d2b5,
        0 2px 2px rgba(0,0,0,.15);
    line-height:1.1;
    margin:0;
    padding:0;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    font-size:16px;
    letter-spacing:1.5px;
}

.centerTitle{
    text-align:center;
}

.goldTitle{
    color:#7b5a27;
    text-shadow:
        0 1px 0 #f6e2b7,
        0 0 4px rgba(255,215,120,.35),
        0 2px 2px rgba(0,0,0,.18);
}

/* =========================================================
   PACKAGE
========================================================= */

.package{
    transition:all .25s ease-in-out;
    cursor:pointer;
}

.package.selected{
    background:linear-gradient(to bottom,#12a87a 0%,#0c6e50 100%) !important;
    border:1px solid #202020 !important;

    box-shadow:
        inset 0 0 0 1px #ffe08a,
        inset 0 0 0 2px #7a5316,
        0 0 10px rgba(255,204,102,.55),
        0 0 22px rgba(255,190,80,.45),
        0 0 42px rgba(255,170,40,.30) !important;

    transform:scale(1.03);
}
/* =========================================================
   RESOURCE FIELD DARKMODE FIX
========================================================= */

html.darkMode .buildingSlot.gid1,
html.darkMode .buildingSlot.gid2,
html.darkMode .buildingSlot.gid3,
html.darkMode .buildingSlot.gid4{
    filter:
        brightness(.72)
        contrast(1.08)
        saturate(.82);
}

/* WOODCUTTER */
html.darkMode .buildingSlot.gid1{
    background-image:url('/gpack/css_rtl/Night/ltr_night_resourceField1.png') !important;
}

/* CLAY PIT */
html.darkMode .buildingSlot.gid2{
    background-image:url('/gpack/css_rtl/Night/ltr_night_resourceField2.png') !important;
}

/* IRON MINE */
html.darkMode .buildingSlot.gid3{
    background-image:url('/gpack/css_rtl/Night/ltr_night_resourceField3.png') !important;
}

/* CROPLAND */
html.darkMode .buildingSlot.gid4{
    background-image:url('/gpack/css_rtl/Night/ltr_night_resourceField4.png') !important;
}

html.darkMode .buildingSlot{
    background-size:cover !important;
    background-repeat:no-repeat !important;
}

/* =========================================================
   DARK MODE TOGGLE
========================================================= */

div#header #darkModeToggle.dm-toggle-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:24px;
    height:24px;
    padding:0;
    border:none;
    border-radius:50%;
    cursor:pointer;
    font-family:inherit;
    transition:
        background-color .25s ease,
        box-shadow .25s ease;
    position:absolute;
    top:34px;
    left:275px;
    z-index:5;
    box-shadow:0 3px 9px rgb(52,51,49);
}

#darkModeToggle .dm-icon-container{
    width:18px;
    height:18px;
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
}

#darkModeToggle .dm-icon-sun,
#darkModeToggle .dm-icon-moon{
    width:16px;
    height:16px;
}

#darkModeToggle.day-mode{
    background:linear-gradient(160deg,#e9c47f 0%,#fcedc9 100%);
}

#darkModeToggle.day-mode .dm-icon-sun{
    color:#1c1c1e;
}

#darkModeToggle.day-mode .dm-icon-moon{
    display:none;
}

#darkModeToggle.night-mode{
    background:linear-gradient(160deg,#1c2639 0%,#77afe1 100%);
}

#darkModeToggle.night-mode .dm-icon-moon{
    color:#ffffff;
}

#darkModeToggle.night-mode .dm-icon-sun{
    display:none;
}

#darkModeToggle:active{
    transform:scale(.92);
}

/* =========================================================
   GLOBAL DARK MODE
========================================================= */

html.darkMode body.buildingsV1.perspectiveResources,
html.darkMode body.buildingsV3.perspectiveBuildings,
html.darkMode body.buildingsV3.perspectiveResources,
html.darkMode body.perspectiveBuildings{
    background-color:#1c2625;
    background-image:
        linear-gradient(180deg,#1a2327 240px,#1d2625 250px),
        linear-gradient(180deg,#1d2625 240px,#1d2625 250px);
}

html.darkMode body.buildingsV1.perspectiveResources:before,
html.darkMode body.buildingsV1.perspectiveResources:after{
    background-image:
        linear-gradient(180deg,#1a2327 240px,#1d2625 250px),
        linear-gradient(180deg,#1d2625 240px,#1d2625 250px);
}

/* =========================================================
   NIGHT BACKGROUNDS
========================================================= */

html.darkMode body.buildingsV1.perspectiveResources div#background,
html.darkMode body.buildingsV3.perspectiveResources div#background{
    background-image:url('/gpack/css_rtl/Night/bgResources.webp') !important;
}

html.darkMode body.buildingsV1.perspectiveBuildings div#background,
html.darkMode body.buildingsV3.perspectiveBuildings div#background{
    background-image:url('/gpack/css_rtl/Night/bgBuildings.webp') !important;
    background-position:calc(50% + 9px) calc(0% + -29px);
}

/* =========================================================
   RESOURCE FIELDS DARK MODE FIX
========================================================= */

html.darkMode body.perspectiveResources #village_map{
    background-size:cover !important;
    background-repeat:no-repeat !important;
}

/* f1 -> f18 */

html.darkMode body.perspectiveResources #village_map.f1  { background-image:url('/gpack/css_rtl/Night/ltr_night_resourceField1.png') !important; }
html.darkMode body.perspectiveResources #village_map.f2  { background-image:url('/gpack/css_rtl/Night/ltr_night_resourceField2.png') !important; }
html.darkMode body.perspectiveResources #village_map.f3  { background-image:url('/gpack/css_rtl/Night/ltr_night_resourceField3.png') !important; }
html.darkMode body.perspectiveResources #village_map.f4  { background-image:url('/gpack/css_rtl/Night/ltr_night_resourceField4.png') !important; }
html.darkMode body.perspectiveResources #village_map.f5  { background-image:url('/gpack/css_rtl/Night/ltr_night_resourceField5.png') !important; }
html.darkMode body.perspectiveResources #village_map.f6  { background-image:url('/gpack/css_rtl/Night/ltr_night_resourceField6.png') !important; }
html.darkMode body.perspectiveResources #village_map.f7  { background-image:url('/gpack/css_rtl/Night/ltr_night_resourceField7.png') !important; }
html.darkMode body.perspectiveResources #village_map.f8  { background-image:url('/gpack/css_rtl/Night/ltr_night_resourceField8.png') !important; }
html.darkMode body.perspectiveResources #village_map.f9  { background-image:url('/gpack/css_rtl/Night/ltr_night_resourceField9.png') !important; }
html.darkMode body.perspectiveResources #village_map.f10 { background-image:url('/gpack/css_rtl/Night/ltr_night_resourceField10.png') !important; }
html.darkMode body.perspectiveResources #village_map.f11 { background-image:url('/gpack/css_rtl/Night/ltr_night_resourceField11.png') !important; }
html.darkMode body.perspectiveResources #village_map.f12 { background-image:url('/gpack/css_rtl/Night/ltr_night_resourceField12.png') !important; }
html.darkMode body.perspectiveResources #village_map.f13 { background-image:url('/gpack/css_rtl/Night/ltr_night_resourceField13.png') !important; }
html.darkMode body.perspectiveResources #village_map.f14 { background-image:url('/gpack/css_rtl/Night/ltr_night_resourceField14.png') !important; }
html.darkMode body.perspectiveResources #village_map.f15 { background-image:url('/gpack/css_rtl/Night/ltr_night_resourceField15.png') !important; }
html.darkMode body.perspectiveResources #village_map.f16 { background-image:url('/gpack/css_rtl/Night/ltr_night_resourceField16.png') !important; }
html.darkMode body.perspectiveResources #village_map.f17 { background-image:url('/gpack/css_rtl/Night/ltr_night_resourceField17.png') !important; }
html.darkMode body.perspectiveResources #village_map.f18 { background-image:url('/gpack/css_rtl/Night/ltr_night_resourceField18.png') !important; }

/* =========================================================
   TRIBE CENTERS
========================================================= */

html.darkMode body.perspectiveResources #village_map.roman::after{
    background-image:url('/gpack/css_rtl/Night/ltr_night_tribe_1.png') !important;
}

html.darkMode body.perspectiveResources #village_map.teuton::after{
    background-image:url('/gpack/css_rtl/Night/ltr_night_tribe_2.png') !important;
}

html.darkMode body.perspectiveResources #village_map.gaul::after{
    background-image:url('/gpack/css_rtl/Night/ltr_night_tribe_3.png') !important;
}

html.darkMode body.perspectiveResources #village_map.egyptian::after{
    background-image:url('/gpack/css_rtl/Night/villageCenter_vid6.png') !important;
}

html.darkMode body.perspectiveResources #village_map.hun::after{
    background-image:url('/gpack/css_rtl/Night/villageCenter_vid7.png') !important;
}

html.darkMode body.perspectiveResources #village_map.spartan::after{
    background-image:url('/gpack/css_rtl/Night/villageCenter_vid8.png') !important;
}

/* =========================================================
   REMOVE DAY LAYERS
========================================================= */

html.darkMode body.perspectiveBuildings::before,
html.darkMode body.perspectiveBuildings::after,
html.darkMode body.buildingsV1.perspectiveBuildings::before,
html.darkMode body.buildingsV1.perspectiveBuildings::after,
html.darkMode body.buildingsV1.perspectiveBuildings div#background::before{
    background-image:none !important;
}

/* =========================================================
   SIDEBAR DARK MODE
========================================================= */

html.darkMode body:not(.ie10) .sidebar .sidebarBox .sidebarBoxInnerBox::after{
    filter:
        sepia(0%)
        hue-rotate(33deg)
        brightness(74%)
        contrast(177%)
        saturate(25%);
}

html.darkMode .sidebar .sidebarBoxInnerBox li.active{
    border-right:none !important;
    background-color:#c7c9bf !important;
    position:relative;
}

html.darkMode .sidebar .sidebarBoxInnerBox li.active::before{
    content:"";
    position:absolute;
    right:0;
    top:2px;
    bottom:2px;
    width:3px;
    background-color:#A96F54;
}



#darkModeToggle {
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 50%;
    cursor: pointer;

    position: absolute;
    top: 34px;
    left: 275px;

    z-index: 5;
}

#darkModeToggle.day-mode {
    background: #f5d27a;
}

#darkModeToggle.night-mode {
    background: #1c2639;
}

#darkModeToggle .dm-icon-sun,
#darkModeToggle .dm-icon-moon {
    width: 16px;
    height: 16px;
}

#darkModeToggle.day-mode .dm-icon-moon {
    display: none;
}

#darkModeToggle.night-mode .dm-icon-sun {
    display: none;
}

body.buildingsV3.perspectiveResources div.village1 #resourceFieldContainer {
    background-position: center bottom
}

body.buildingsV3.perspectiveResources div.village1 #resourceFieldContainer.resourceField1 {
    background-image: url('../../img_ltr/layout/background2019/resourceFields/resourceField1.png');
    width: 473px;
    height: 304px
}

body.buildingsV3.perspectiveResources div.village1 #resourceFieldContainer.resourceField2 {
    background-image: url('../../img_ltr/layout/background2019/resourceFields/resourceField2.png');
    width: 473px;
    height: 304px
}

body.buildingsV3.perspectiveResources div.village1 #resourceFieldContainer.resourceField3 {
    background-image: url('../../img_ltr/layout/background2019/resourceFields/resourceField3.png');
    width: 473px;
    height: 304px
}

body.buildingsV3.perspectiveResources div.village1 #resourceFieldContainer.resourceField4 {
    background-image: url('../../img_ltr/layout/background2019/resourceFields/resourceField4.png');
    width: 473px;
    height: 304px
}

body.buildingsV3.perspectiveResources div.village1 #resourceFieldContainer.resourceField5 {
    background-image: url('../../img_ltr/layout/background2019/resourceFields/resourceField5.png');
    width: 473px;
    height: 304px
}

body.buildingsV3.perspectiveResources div.village1 #resourceFieldContainer.resourceField6 {
    background-image: url('../../img_ltr/layout/background2019/resourceFields/resourceField6.png');
    width: 473px;
    height: 304px
}

body.buildingsV3.perspectiveResources div.village1 #resourceFieldContainer.resourceField7 {
    background-image: url('../../img_ltr/layout/background2019/resourceFields/resourceField7.png');
    width: 473px;
    height: 304px
}

body.buildingsV3.perspectiveResources div.village1 #resourceFieldContainer.resourceField8 {
    background-image: url('../../img_ltr/layout/background2019/resourceFields/resourceField8.png');
    width: 473px;
    height: 304px
}

body.buildingsV3.perspectiveResources div.village1 #resourceFieldContainer.resourceField9 {
    background-image: url('../../img_ltr/layout/background2019/resourceFields/resourceField9.png');
    width: 473px;
    height: 304px
}

body.buildingsV3.perspectiveResources div.village1 #resourceFieldContainer.resourceField10 {
    background-image: url('../../img_ltr/layout/background2019/resourceFields/resourceField10.png');
    width: 473px;
    height: 304px
}

body.buildingsV3.perspectiveResources div.village1 #resourceFieldContainer.resourceField11 {
    background-image: url('../../img_ltr/layout/background2019/resourceFields/resourceField11.png');
    width: 473px;
    height: 304px
}

body.buildingsV3.perspectiveResources div.village1 #resourceFieldContainer.resourceField12 {
    background-image: url('../../img_ltr/layout/background2019/resourceFields/resourceField12.png');
    width: 473px;
    height: 304px
}

body.buildingsV3.perspectiveResources div.village1 #resourceFieldContainer:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}
body.buildingsV3.perspectiveResources div.village2 #resourceFieldContainer.tribe1:after {
    background-image: url('../../img_ltr/layout/background2019/resourceFields/tribeSpecificCenter/villageCenter_vid1.png')
}

body.buildingsV3.perspectiveResources div.village1 #resourceFieldContainer.tribe1:after {
    background-image: url('../../img_ltr/layout/background2019/resourceFields/tribeSpecificCenter/villageCenter_vid1.png')
}
body.buildingsV3.perspectiveResources div.village1 #resourceFieldContainer.tribe1:before {
    background-image: url('../../img_ltr/layout/background2019/resourceFields/tribeSpecificCenter/villageCenter_vid1.png')
}

body.buildingsV3.perspectiveResources div.village1 #resourceFieldContainer.tribe2:after {
    background-image: url('../../img_ltr/layout/background2019/resourceFields/tribeSpecificCenter/villageCenter_vid2.png')
}
body.buildingsV3.perspectiveResources div.village1 #resourceFieldContainer.tribe2:before {
    background-image: url('../../img_ltr/layout/background2019/resourceFields/tribeSpecificCenter/villageCenter_vid1.png')
}

body.buildingsV3.perspectiveResources div.village1 #resourceFieldContainer.tribe3:after {
    background-image: url('../../img_ltr/layout/background2019/resourceFields/tribeSpecificCenter/villageCenter_vid3.png')
}

body.buildingsV3.perspectiveResources div.village1 #resourceFieldContainer.tribe6:after {
    background-image: url('../../img_ltr/layout/background2019/resourceFields/tribeSpecificCenter/villageCenter_vid6.png')
}

body.buildingsV3.perspectiveResources div.village1 #resourceFieldContainer.tribe7:after {
    background-image: url('../../img_ltr/layout/background2019/resourceFields/tribeSpecificCenter/villageCenter_vid7.png')
}

body.buildingsV3.perspectiveBuildings {
    background-color: #54643a;
    background-image: linear-gradient(-8.9deg, #54643a 2112px, #b6c9d8 2168px, #aac8e2), linear-gradient(8.9deg, #54643a 2084px, #b6c9d8 2102px, #aac8e2)
}

body.buildingsV3.perspectiveBuildings.rearrangeBuildings {
    background-image: linear-gradient(-8.9deg, #0d0f09 2112px, #1b1e21 2168px, #1b1e21), linear-gradient(8.9deg, #0d0f09 2084px, #1b1e21 2102px, #1b1e21)
}

body.buildingsV3.perspectiveBuildings.rtl {
    background-image: linear-gradient(-8.9deg, #54643a 2084px, #b6c9d8 2102px, #aac8e2), linear-gradient(8.9deg, #54643a 2112px, #b6c9d8 2168px, #aac8e2)
}

body.buildingsV3.perspectiveBuildings.rtl.rearrangeBuildings {
    background-image: linear-gradient(-8.9deg, #0d0f09 2084px, #1b1e21 2102px, #1b1e21), linear-gradient(8.9deg, #0d0f09 2112px, #1b1e21 2168px, #1b1e21)
}

body.buildingsV3.perspectiveBuildings div#background {
    background-image: url('../../img_ltr/layout/background2019/bgBuildings.jpg');
    background-position: calc(50% - 84px) top
}

body.buildingsV3.perspectiveBuildings div#background.showWall:after {
    content: "";
    position: absolute;
    top: 105px;
    left: calc(50% - 369px);
    width: 794px;
    height: 540px;
    z-index: -1
}

div.village1 #resourceFieldContainer{position:absolute;top:150px;left:-59px;text-align:left}
@media screen and (max-width:620px){.mobileOptimized div.village1 #resourceFieldContainer{transform:scale(1.35);transform-origin:top center;left:60px;top:414px}
}div.village1 #resourceFieldContainer .level.buildingSlot1:hover ~ svg.resourceField .buildingSlot1,div.village1 #resourceFieldContainer .level.buildingSlot2:hover ~ svg.resourceField .buildingSlot2,div.village1 #resourceFieldContainer .level.buildingSlot3:hover ~ svg.resourceField .buildingSlot3,div.village1 #resourceFieldContainer .level.buildingSlot4:hover ~ svg.resourceField .buildingSlot4,div.village1 #resourceFieldContainer .level.buildingSlot5:hover ~ svg.resourceField .buildingSlot5,div.village1 #resourceFieldContainer .level.buildingSlot6:hover ~ svg.resourceField .buildingSlot6,div.village1 #resourceFieldContainer .level.buildingSlot7:hover ~ svg.resourceField .buildingSlot7,div.village1 #resourceFieldContainer .level.buildingSlot8:hover ~ svg.resourceField .buildingSlot8,div.village1 #resourceFieldContainer .level.buildingSlot9:hover ~ svg.resourceField .buildingSlot9,div.village1 #resourceFieldContainer .level.buildingSlot10:hover ~ svg.resourceField .buildingSlot10,div.village1 #resourceFieldContainer .level.buildingSlot11:hover ~ svg.resourceField .buildingSlot11,div.village1 #resourceFieldContainer .level.buildingSlot12:hover ~ svg.resourceField .buildingSlot12,div.village1 #resourceFieldContainer .level.buildingSlot13:hover ~ svg.resourceField .buildingSlot13,div.village1 #resourceFieldContainer .level.buildingSlot14:hover ~ svg.resourceField .buildingSlot14,div.village1 #resourceFieldContainer .level.buildingSlot15:hover ~ svg.resourceField .buildingSlot15,div.village1 #resourceFieldContainer .level.buildingSlot16:hover ~ svg.resourceField .buildingSlot16,div.village1 #resourceFieldContainer .level.buildingSlot17:hover ~ svg.resourceField .buildingSlot17,div.village1 #resourceFieldContainer .level.buildingSlot18:hover ~ svg.resourceField .buildingSlot18,div.village1 #resourceFieldContainer svg.resourceField>path:hover,div.village1 #resourceFieldContainer svg.villageCenter>path:hover{fill:rgba(255,255,255,0.2);stroke:rgba(255,255,255,0.5);stroke-width:2}
div.village1 #resourceFieldContainer .level.buildingSlot1:active ~ svg.resourceField .buildingSlot1,div.village1 #resourceFieldContainer .level.buildingSlot2:active ~ svg.resourceField .buildingSlot2,div.village1 #resourceFieldContainer .level.buildingSlot3:active ~ svg.resourceField .buildingSlot3,div.village1 #resourceFieldContainer .level.buildingSlot4:active ~ svg.resourceField .buildingSlot4,div.village1 #resourceFieldContainer .level.buildingSlot5:active ~ svg.resourceField .buildingSlot5,div.village1 #resourceFieldContainer .level.buildingSlot6:active ~ svg.resourceField .buildingSlot6,div.village1 #resourceFieldContainer .level.buildingSlot7:active ~ svg.resourceField .buildingSlot7,div.village1 #resourceFieldContainer .level.buildingSlot8:active ~ svg.resourceField .buildingSlot8,div.village1 #resourceFieldContainer .level.buildingSlot9:active ~ svg.resourceField .buildingSlot9,div.village1 #resourceFieldContainer .level.buildingSlot10:active ~ svg.resourceField .buildingSlot10,div.village1 #resourceFieldContainer .level.buildingSlot11:active ~ svg.resourceField .buildingSlot11,div.village1 #resourceFieldContainer .level.buildingSlot12:active ~ svg.resourceField .buildingSlot12,div.village1 #resourceFieldContainer .level.buildingSlot13:active ~ svg.resourceField .buildingSlot13,div.village1 #resourceFieldContainer .level.buildingSlot14:active ~ svg.resourceField .buildingSlot14,div.village1 #resourceFieldContainer .level.buildingSlot15:active ~ svg.resourceField .buildingSlot15,div.village1 #resourceFieldContainer .level.buildingSlot16:active ~ svg.resourceField .buildingSlot16,div.village1 #resourceFieldContainer .level.buildingSlot17:active ~ svg.resourceField .buildingSlot17,div.village1 #resourceFieldContainer .level.buildingSlot18:active ~ svg.resourceField .buildingSlot18,div.village1 #resourceFieldContainer svg.resourceField>path:active,div.village1 #resourceFieldContainer svg.villageCenter>path:active{fill:rgba(255,255,255,0.35);stroke:rgba(255,255,255,0.5);stroke-width:2}
div.village1 #resourceFieldContainer .level{position:absolute;z-index:21;line-height:23px;cursor:pointer}
div.village1 #resourceFieldContainer .level.buildingSlot1{top:13px;left:171px}div.village1 #resourceFieldContainer .level.buildingSlot2{top:14px;left:261px}
div.village1 #resourceFieldContainer .level.buildingSlot3{top:26px;left:329px}div.village1 #resourceFieldContainer .level.buildingSlot4{top:52px;left:113px}
div.village1 #resourceFieldContainer .level.buildingSlot5{top:65px;left:226px}div.village1 #resourceFieldContainer .level.buildingSlot6{top:72px;left:283px}
div.village1 #resourceFieldContainer .level.buildingSlot7{top:70px;left:368px}div.village1 #resourceFieldContainer .level.buildingSlot8{top:103px;left:53px}
div.village1 #resourceFieldContainer .level.buildingSlot9{top:103px;left:134px}div.village1 #resourceFieldContainer .level.buildingSlot10{top:104px;left:324px}
div.village1 #resourceFieldContainer .level.buildingSlot11{top:104px;left:412px}
div.village1 #resourceFieldContainer .level.buildingSlot12{top:164px;left:61px}div.village1 #resourceFieldContainer .level.buildingSlot13{top:154px;left:134px}
div.village1 #resourceFieldContainer .level.buildingSlot14{top:190px;left:270px}
div.village1 #resourceFieldContainer .level.buildingSlot15{top:159px;left:392px}
div.village1 #resourceFieldContainer .level.buildingSlot16{top:244px;left:165px}
div.village1 #resourceFieldContainer .level.buildingSlot17{top:249px;left:256px}
div.village1 #resourceFieldContainer .level.buildingSlot18{top:226px;left:346px}
div.village1 #resourceFieldContainer svg.resourceField,div.village1 #resourceFieldContainer svg.villageCenter{position:absolute;pointer-events:none}
div.village1 #resourceFieldContainer svg.resourceField>path,div.village1 #resourceFieldContainer svg.villageCenter>path{pointer-events:auto;cursor:pointer;transition-duration:150ms;transition-timing-function:ease-in;fill:transparent}
div.village1 #resourceFieldContainer svg.resourceField{z-index:1}div.village1 #resourceFieldContainer svg.villageCenter{z-index:2}



span.itemNotMoveable {
    color: #f88c1f
}
body[data-theme=default] #contentOuterContainer .village2 #villageContent .buildingSlot.g0 .emptyBuildingSlot~svg.emptyWall>path:not(:hover):not(:active), body[data-theme=default] #contentOuterContainer .village2 #villageContent .buildingSlot.g0 .emptyBuildingSlot~svg.emptyWall_city>path:not(:hover):not(:active), body[data-theme=default] #contentOuterContainer .village2 #villageContent .buildingSlot.g0 .emptyBuildingSlot~svg.emptyWall_shore>path:not(:hover):not(:active), body[data-theme=default] #contentOuterContainer .village2 #villageContent .buildingSlot.g0 .emptyBuildingSlot~svg.emptyWall_shore_city>path:not(:hover):not(:active), body[data-theme=winter] #contentOuterContainer .village2 #villageContent .buildingSlot.g0 .emptyBuildingSlot~svg.emptyWall>path:not(:hover):not(:active), body[data-theme=winter] #contentOuterContainer .village2 #villageContent .buildingSlot.g0 .emptyBuildingSlot~svg.emptyWall_city>path:not(:hover):not(:active), body[data-theme=winter] #contentOuterContainer .village2 #villageContent .buildingSlot.g0 .emptyBuildingSlot~svg.emptyWall_shore>path:not(:hover):not(:active), body[data-theme=winter] #contentOuterContainer .village2 #villageContent .buildingSlot.g0 .emptyBuildingSlot~svg.emptyWall_shore_city>path:not(:hover):not(:active)
span.heroAttributeInformation {
    color: #5dcbfb
}

div.hero_inventory .statusWrapper {
    margin-left: 10px;
    margin-right: 10px;
    max-width: 100%;
    padding: 0;
    width: auto
}

div.hero_inventory #hero_level p {
    position: absolute;
    top: 2px;
    left: 10px
}

div.hero_inventory .bar-bg {
    background-color: #fff;
    height: 8px;
    border: 1px solid #c6c6c6;
    padding: 1px;
    margin: 1px
}

div.hero_inventory .bar {
    background-color: #006900;
    height: 100%;
    float: left
}

div.hero_inventory h4 {
    width: 100%;
    left: 0;
    margin-bottom: 10px
}

div.hero_inventory h4 img {
    margin-right: 8px
}

div.hero_inventory #attributes.hero-alive .main .health .bar-bg .bar, div.hero_inventory #attributes .main .experience .bar-bg .bar, div.hero_inventory #attributes .attr .bar-bg .bar {
    background-color: #99c01a
}

div.hero_inventory #attributes.hero-regenerate .main .health .bar-bg .bar {
    background-color: #f88c1f
}

div.hero_inventory #itemsToSale {
    margin: 0 2px 0 4px
}

div.hero_inventory .market .buy, div.hero_inventory .market .sell {
    margin-left: 15px
}

div.hero_inventory #hero_body_container {
    position: relative;
    width: 300px;
    height: 422px
}

div.hero_inventory #hero_body, div.hero_inventory #hero_body_content {
    position: absolute;
    left: 1px;
    top: 0;
    width: 300px;
    height: 422px
}

div.hero_inventory #hero_body {
    overflow: hidden
}

div.hero_inventory #hero_body .heroBodyImage {
    width: 330px;
    position: relative
}

div.hero_inventory #hero_body .heroBodyImage-LTR {
    left: -30px
}

div.hero_inventory #hero_body .heroBodyImage-RTL {
    left: 0
}

div.hero_inventory #hero_body_content .content .draggable {
    background-image: url(../../img/hero/heroBodyItem.png)
}

.ie6 div.hero_inventory #hero_body_content .content .draggable {
    background-image: url(../../img/hero/heroBodyItem.gif)
}

div.hero_inventory #hero_body_content .content #bag.draggable {
    background-image: url(../../img/hero/heroBodyItemBag.png);
    width: 81px;
    height: 81px
}

.ie6 div.hero_inventory #hero_body_content .content #bag.draggable {
    background-image: url(../../img/hero/heroBodyItemBag.gif)
}

div.hero_inventory #hero_body_content .content .item {
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 50
}

div.hero_inventory #hero_body_content #shoes .item.onHero, div.hero_inventory #hero_body_content #horse .item.onHero, div.hero_inventory #hero_body_content #rightHand .item.onHero, div.hero_inventory #hero_body_content #leftHand .item.onHero, div.hero_inventory #hero_body_content #helmet .item.onHero, div.hero_inventory #hero_body_content #body .item.onHero {
    background-image: none
}

div.hero_inventory #hero_body_content #shoes .item.onHero .amount, div.hero_inventory #hero_body_content #horse .item.onHero .amount, div.hero_inventory #hero_body_content #rightHand .item.onHero .amount, div.hero_inventory #hero_body_content #leftHand .item.onHero .amount, div.hero_inventory #hero_body_content #helmet .item.onHero .amount, div.hero_inventory #hero_body_content #body .item.onHero .amount {
    display: none
}

div.hero_inventory #hero_body_content .content #bag .item {
    width: 81px;
    height: 81px
}

div.hero_inventory #hero_body_content .content #bag .amount {
    display: block
}

div.hero_inventory .heroHidden {
    float: left;
    margin-top: 15px;
    margin-left: 23px
}

.ie6 div.hero_inventory .heroHidden {
    margin-left: 12px
}

div.hero_inventory .heroHidden input.check {
    position: relative;
    top: 1px
}

.ie6 div.hero_inventory .heroHidden input.check, .ie7 div.hero_inventory .heroHidden input.check {
    top: -3px
}

div.hero_inventory .market {
    background-color: #fff;
    margin: 5px 4px 2px 2px;
    padding: 7px 5px;
    width: 246px;
    float: left
}

div.hero_inventory .regenerateCosts {
    float: left;
    margin: 2px
}

div.hero_inventory div.attribute.regenerate .element.resourceDemandCaption {
    margin-top: 0
}

div.hero_inventory .regenerateCosts .showCosts {
    float: right;
    width: 100%
}

div.hero_inventory .regenerateCosts .showCosts span.clocks {
    float: right
}

div.hero_inventory .regenerateCosts .showCosts button {
    position: relative;
    top: 0
}

div.hero_inventory .regenerateCosts .showCosts button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.ie div.hero_inventory .regenerateCosts .showCosts span {
    margin: 0 15px 0 0;
    padding: 0
}

div.hero_inventory .regenerateCosts .showCosts button.icon {
    float: left;
    position: static !important
}

.ie6 div.hero_inventory .regenerate {
    zoom: 100%
}

.ie7 div.hero_inventory .regenerate button.icon:hover {
    background-position: left top
}

.ie6 div.hero_inventory .regenerate {
    position: relative
}

.ie6 div.hero_inventory .regenerate button {
    float: none
}

div.hero_inventory #bodyOptions {
    float: left;
    width: 300px;
    margin-left: -23px
}

.ie6 div.hero_inventory #bodyOptions {
    margin: 0 -9px 0 -9px
}

div.hero_inventory #hero_body_content .content .draggable:hover, div.hero_inventory #hero_body_content .content .draggable.heroMarked {
    background-position: left bottom
}

div.hero_inventory #hero_body_content .content .draggable.disabled:hover, div.hero_inventory #hero_body_content .content .draggable.disabled.heroMarked {
    background-position: left top
}

div.hero_inventory #hero_body_content .content .draggable.disabled .item, div.hero_inventory #hero_body_content .content .item.disabled {
    cursor: not-allowed
}

div.hero_inventory #hero_body_content #helmet {
    position: absolute;
    left: 133px;
    top: 39px
}

div.hero_inventory #hero_body_content .gender_female #helmet {
    position: absolute;
    left: 133px;
    top: 50px
}

div.hero_inventory #hero_body_content #leftHand {
    position: absolute;
    left: 182px;
    top: 189px
}

div.hero_inventory #hero_body_content #rightHand {
    position: absolute;
    left: 84px;
    top: 189px
}

div.hero_inventory #hero_body_content #body {
    position: absolute;
    left: 133px;
    top: 116px
}

div.hero_inventory #hero_body_content #horse {
    position: absolute;
    left: 30px;
    top: 300px
}

div.hero_inventory #hero_body_content #shoes {
    position: absolute;
    left: 133px;
    top: 350px
}

div.hero_inventory #hero_body_content #bag {
    position: absolute;
    left: 215px;
    top: 310px
}

div.hero_inventory #hero_inventory {
    width: 269px;
    float: right
}

.ie6 div.hero_inventory #hero_inventory .boxes {
    background: 0
}

.ie6 div.hero_inventory #hero_inventory {
    background-color: #e5e5e5
}

div.hero_inventory #hero_inventory .boxes-contents {
    padding: 4px 0
}

div.hero_inventory .pointsHeadline {
    float: right;
    font-weight: bold;
    width: 70px;
    text-align: center;
    margin-bottom: 8px
}

div.hero_inventory .changeResourcesHeadline {
    margin-bottom: 6px;
    margin-top: 2ex;
    font-weight: bold
}

div.hero_inventory .experience {
    margin-bottom: 2px
}

div.hero_inventory .boxes .headline {
    padding-bottom: 3px;
    padding-top: 2ex
}

div.hero_inventory #hero_body_content .content div.draggable {
    width: 60px;
    height: 60px
}

div.hero_inventory #attributes .boxes {
    margin-bottom: 10px;
    padding: 1px
}

div.hero_inventory #attributes .boxes .boxes-contents {
    padding-top: 10px
}

div.hero_inventory #attributes {
    margin-bottom: 10px;
    width: 100%
}

div.hero_inventory #attributes .roundedCornersBox:first-of-type {
    padding-top: 10px;
    margin-bottom: 10px
}

div.hero_inventory #attributes .roundedCornersBox h4 {
    margin-bottom: 0;
    height: 24px;
    box-sizing: border-box
}

div.hero_inventory #attributes .roundedCornersBox:last-of-type {
    margin-bottom: 10px
}

div.hero_inventory #attributes .header {
    margin-bottom: 1px;
    font-weight: bold
}

.ie6 div.hero_inventory #attributes .boxes {
    background: 0
}

.ie6 div.hero_inventory #attributes {
    background-color: #e5e5e5
}

div.hero_inventory #attributes .resource {
    float: left;
    width: 80px;
    margin-right: 8px;
    height: 20px
}

div.hero_inventory #attributes #setResource, div.hero_inventory #attributes .attackBehaviour {
    margin-left: 15px
}

div.hero_inventory #attributes label {
    line-height: 20px;
    height: 20px;
    display: inline-block
}

div.hero_inventory #attributes .resource.last {
    margin-right: 0;
    width: auto
}

.gecko div.hero_inventory #attributes .resource .baseCrop {
    margin-top: 2px
}

div.hero_inventory .heroPropertiesContent .roundedCornersBox {
    max-width: 100%;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0
}

div.hero_inventory #itemsToSale .inventory {
    width: 81px;
    height: 81px;
    text-align: center;
    margin: 2px;
    background-color: #fff;
    float: left;
    border: 1px solid #b9b9b9
}

.ie6 div.hero_inventory #itemsToSale .inventory {
    position: relative
}

div.hero_inventory #itemsToSale .inventory .item {
    width: 81px;
    height: 81px;
    text-align: center;
    padding: 0;
    cursor: pointer
}

div.hero_inventory #itemsToSale .inventory .item.highlight {
    z-index: 2;
    background-color: #fce6c4;
    width: 81px;
    height: 81px
}

div.hero_inventory #itemsToSale .inventory .item:hover {
    background-color: #eee
}

div.hero_inventory #itemsToSale .inventory .item.disabled:hover, div.hero_auction .hero_inventory .disabled:hover {
    cursor: not-allowed;
    background-color: transparent
}

div.hero_inventory #itemsToSale .inventory .item.whileDragging, div.hero_inventory #hero_body_content .content .item.whileDragging {
    background-color: #fce6c4;
    z-index: 51;
    width: 81px;
    height: 81px;
    border: 1px solid #b9b9b9
}

div.hero_auction .silverExchange {
    margin-bottom: 20px
}

div.hero_auction .footer {
    margin: 10px 0
}

div.hero_auction .footer .paginator {
    float: right
}

div.hero_auction #markAll {
    margin-left: 7px;
    float: left
}

div.hero_auction #markAll span {
    margin-left: 8px
}

div.hero_auction .error {
    margin-top: 15px
}

.ie6 div#auction .boxes {
    background: 0
}

.ie6 div#auction {
    background-color: #e5e5e5
}

div.hero_auction div#auction div.boxes-contents {
    padding: 2px 0
}

div.hero_auction div#auction .currentBid {
    margin-bottom: 17px
}

div.hero_auction div#auction td.outbid, div.hero_auction div#auction td.late {
    color: #a00
}

div.hero_auction div#auction td.name {
    padding: 6px 8px 4px
}

div.hero_auction div#auction td.selected {
    background-color: #e4e4e4
}

div.hero_auction div#auction td.name.selected:not(.detail) {
    font-weight: bold
}

div.hero_auction div#auction div.submitBid {
    float: right;
    position: relative
}

div.hero_auction div#auction td.finished, div.hero_auction div#auction td.notEnoughSilver {
    color: #707070;
    white-space: nowrap
}

div.hero_auction div#auction td.win, div.hero_auction div#auction input.bid {
    color: #228b22
}

div.hero_auction div#auction #itemsToSale .itemInInventory {
    width: 81px;
    height: 81px;
    border: 1px solid #b9b9b9;
    margin: 5px 5px 3px 2px;
    background-color: #fff;
    float: left;
    position: relative
}

.ie6 div.hero_auction div#auction #itemsToSale .itemInInventory .ie6ClickZone {
    position: absolute;
    left: 0;
    top: 0;
    width: 81px;
    height: 81px;
    z-index: 2
}

div.hero_auction #itemsToSale {
    margin: 2px 2px 2px 6px
}

div.hero_auction div#auction #itemsToSale .itemInInventory:hover {
    background-color: #e4e4e4
}

div.hero_auction div#auction #itemsToSale div.icon {
    position: absolute;
    padding: 0 2px
}

div.hero_auction div#auction #itemsToSale .amount, div.hero_inventory .amount {
    position: absolute;
    right: 0;
    min-width: 30px;
    height: 18px;
    background-color: #b9b9b9;
    text-align: center;
    color: #fff
}

div.hero_auction div#auction .bidHeadline {
    font-weight: bold;
    padding: 3px 0
}

div.hero_auction div#auction td.detail {
    padding: 10px
}

div.hero_auction div#auction .auctionDetails {
    line-height: 20px
}

div.hero_auction div#filter .boxes-contents {
    padding: 2px 0
}

div.hero_auction div#filter .wrapper {
    margin: 3px;
    width: 100%
}

div.hero_auction div#filter {
    width: 100%
}

.ie6 div.hero_auction div#filter {
    width: 552px
}

div.hero_auction div#auction div.filter {
    display: inline;
    float: left;
    padding: 2px;
    margin: 2px;
    background-color: #fff;
    width: 16px;
    height: 16px
}

div.hero_auction div#auction div#filter {
    margin-top: 14px;
    margin-bottom: 14px
}

div.hero_auction div#auction div.silver {
    text-align: center;
    width: 106px;
    float: left;
    padding: 2px;
    margin: 2px
}

div.hero_auction div#auction table.sellings {
    margin-bottom: 14px
}

div.hero_auction div#auction div.filter.filterActive {
    background-color: #efa
}

div.hero_auction div#auction div.filter a {
    color: #000;
    font-weight: normal
}

div.hero_auction div#auction td.bids, div.hero_auction div#auction td.bid, div.hero_auction div#auction td.time, div.hero_auction div#auction td.silver, div.hero_auction div#auction td.icon, div.hero_auction div#auction td.delete {
    text-align: center
}

div.hero_auction div#auction td.time, div.hero_auction div#auction th.time {
    width: 13%;
    white-space: nowrap
}

div.hero_auction div#auction td.silver, div.hero_auction div#auction th.silver {
    width: 8.5%
}

div.hero_auction div#auction td.bid, div.hero_auction div#auction th.bid {
    width: 18%
}

div.hero_auction div#auction td.bids, div.hero_auction div#auction th.bids {
    width: 5%
}

div.hero_auction div#auction td.icon, div.hero_auction div#auction th.icon {
    width: 5%
}

div.hero_auction div#auction td.delete, div.hero_auction div#auction th.delete {
    width: 5%
}

.ie6 div.hero_auction div#auction td.delete, .ie6 div.hero_auction div#auction th.delete {
    background-image: none
}

div.hero_auction div#auction div.silverAmount {
    width: 20%
}

div.hero_auction div#auction input.maxBid {
    width: 38px;
    text-align: right
}

img.itemCategory {
    background-image: url(../../img/hero/item.gif);
    width: 16px;
    height: 16px
}

.ie6 img.itemCategory {
    background-image: url("../../img/hero/item.gif")
}

img.itemCategory_helmet {
    background-position: 0 -0px
}

img.itemCategory_body {
    background-position: 0 -26px
}

img.itemCategory_leftHand {
    background-position: 0 -52px
}

img.itemCategory_rightHand {
    background-position: 0 -78px
}

img.itemCategory_shoes {
    background-position: 0 -104px
}

img.itemCategory_horse {
    background-position: 0 -130px
}

img.itemCategory_bandage25 {
    background-position: 0 -156px
}

img.itemCategory_bandage33 {
    background-position: 0 -182px
}

img.itemCategory_cage {
    background-position: 0 -208px
}

img.itemCategory_scroll {
    background-position: 0 -234px
}

img.itemCategory_ointment {
    background-position: 0 -260px
}

img.itemCategory_bucketOfWater {
    background-position: 0 -286px
}

img.itemCategory_bookOfWisdom {
    background-position: 0 -312px
}

img.itemCategory_lawTables {
    background-position: 0 -338px
}

img.itemCategory_artWork {
    background-position: 0 -364px
}

.ie6 #heroEditor {
    width: 551px
}

#heroEditor .image {
    position: relative;
    height: 330px;
    width: 254px;
    left: 4px;
    top: 0
}

#heroEditor .head {
    position: relative;
    height: 340px;
    width: 261px;
    float: left
}

#heroEditor .attributes {
    float: right;
    width: 269px
}

.ie6 #heroEditor .attributes {
    float: left;
    margin-left: 10px
}

#heroEditor .attributes .boxes-contents {
    padding: 4px 0
}

#heroEditor .attributes .boxes.gender {
    margin-bottom: 10px
}

#heroEditor .attributes .container, #heroEditor .attributes .gender-container {
    background-color: #fff;
    margin: 2px 6px;
    border-bottom: 1px solid #ccc
}

#heroEditor .attributes .container .info, #heroEditor .attributes .gender-container .info {
    border: 1px solid #ccc;
    border-bottom: 0;
    width: 255px;
    float: left
}

#heroEditor .attributes .container .infoOpen {
    background-color: #ececec
}

#heroEditor.genderSwitch.female .attributes .container #beard {
    display: none
}

#heroEditor .attributes #random {
    float: left
}

#heroEditor .attributes #save {
    float: right
}

#heroEditor .attributes .container .info .headline {
    background-position: right 4px;
    width: 246px;
    height: 24px;
    line-height: 24px
}

#heroEditor .attributes .gender-container .info .headline {
    margin-top: 2px;
    line-height: 24px
}

#heroEditor .attributes .container .info .title, #heroEditor .attributes .gender-container .info .title {
    padding-left: 9px;
    display: block;
    color: #252525;
    font-weight: normal
}

#heroEditor .attributes .container .info .title {
    cursor: pointer
}

#heroEditor .attributes .boxes.gender .gender-container .info .title {
    width: 50%;
    float: left
}

#heroEditor .attributes .boxes.gender .gender-container .info #genderButtons {
    float: right;
    margin-right: 10px
}

#heroEditor .attributes .boxes.gender .gender-container .info #genderButtons img {
    position: absolute;
    background: url("../../img/hero/gender.png") transparent no-repeat;
    width: 18px;
    height: 18px;
    left: 4px;
    top: 3px
}

.ie7 #heroEditor .attributes .boxes.gender .gender-container .info #genderButtons img, .ie6 #heroEditor .attributes .boxes.gender .gender-container .info #genderButtons img {
    top: 3px
}

#heroEditor .attributes .boxes.gender .gender-container .info #genderButtons img.heroEditorActivateFemale {
    background-position: left -28px
}

#heroEditor .attributes .container .info .title:hover {
    color: #252525
}

#heroEditor .attributes .container .info .headline .expander {
    position: absolute;
    left: 230px
}

#heroEditor .attributes .container .info .details {
    border-top: 1px solid #ccc;
    background: #ececec;
    padding: 2px 7px;
    width: 241px
}

#heroEditor .attributes .container .info .details .attribute {
    background-color: #fff;
    border: 1px solid #ccc;
    float: left;
    width: 50px;
    height: 50px;
    padding: 9px 11px;
    margin: 3px;
    cursor: pointer
}

#heroEditor .attributes .container .info .details .attribute:hover {
    background-color: #ccc
}

#heroEditor .attributes .options {
    margin-top: 8px
}

#heroEditor .head div.tl, div.hero_inventory div.tl {
    position: absolute;
    background-image: url(../../img/round/roundCorner/tl.png);
    background-position: top left;
    height: 33px;
    top: 0;
    left: 0;
    width: 100%
}

#heroEditor .head div.tr, div.hero_inventory div.tr {
    background-image: url(../../img/round/roundCorner/tr.png);
    background-position: top right;
    right: 0;
    top: 0;
    height: 33px
}

#heroEditor .head div.bl, div.hero_inventory div.bl {
    position: absolute;
    background-image: url(../../img/round/roundCorner/bl.png);
    background-position: top left;
    height: 33px;
    bottom: 0;
    left: 0;
    width: 100%
}

#heroEditor .head div.br, div.hero_inventory div.br {
    background-image: url(../../img/round/roundCorner/br.png);
    background-position: top right;
    right: 0;
    height: 33px
}

.ie6 #heroEditor .head div.tl, div.hero_inventory div.tl, .ie6 #heroEditor .head div.tl, div.hero_inventory div.tr, .ie6 #heroEditor .head div.bl, div.hero_inventory div.bl, .ie6 #heroEditor .head div.tl, div.hero_inventory div.br {
    display: none
}

div.hero_adventure table tbody td {
    text-align: center
}

div.hero_adventure table tbody .location {
    text-align: left
}

div.hero_adventure table tbody td.coords {
    padding-left: 2px;
    padding-right: 2px;
    width: 5%
}

.ie6 div.hero_adventure table tbody td.coords .clear, .ie7 div.hero_adventure table tbody td.coords .clear {
    display: none
}

div.hero_adventure table .moveTime, div.hero_adventure table .timeLeft {
    width: 13%;
    white-space: nowrap
}

div.hero_adventure table .difficulty {
    width: 10%
}

div.hero_adventure table .goTo {
    width: 25%
}

div.hero_adventure table a.gotoAdventure, div.hero_inventory .market a {
    white-space: nowrap
}

.item {
    width: 60px;
    height: 60px;
    background-color: transparent
}

.male_item_1 {
    background-image: url('../../img/hero/male/items/item1.png')
}

.male_item_2 {
    background-image: url('../../img/hero/male/items/item2.png')
}

.male_item_3 {
    background-image: url('../../img/hero/male/items/item3.png')
}

.male_item_4 {
    background-image: url('../../img/hero/male/items/item4.png')
}

.male_item_5 {
    background-image: url('../../img/hero/male/items/item5.png')
}

.male_item_6 {
    background-image: url('../../img/hero/male/items/item6.png')
}

.male_item_7 {
    background-image: url('../../img/hero/male/items/item7.png')
}

.male_item_8 {
    background-image: url('../../img/hero/male/items/item8.png')
}

.male_item_9 {
    background-image: url('../../img/hero/male/items/item9.png')
}

.male_item_10 {
    background-image: url('../../img/hero/male/items/item10.png')
}

.male_item_11 {
    background-image: url('../../img/hero/male/items/item11.png')
}

.male_item_12 {
    background-image: url('../../img/hero/male/items/item12.png')
}

.male_item_13 {
    background-image: url('../../img/hero/male/items/item13.png')
}

.male_item_14 {
    background-image: url('../../img/hero/male/items/item14.png')
}

.male_item_15 {
    background-image: url('../../img/hero/male/items/item15.png')
}

.male_item_16 {
    background-image: url('../../img/hero/male/items/item16.png')
}

.male_item_17 {
    background-image: url('../../img/hero/male/items/item17.png')
}

.male_item_18 {
    background-image: url('../../img/hero/male/items/item18.png')
}

.male_item_19 {
    background-image: url('../../img/hero/male/items/item19.png')
}

.male_item_20 {
    background-image: url('../../img/hero/male/items/item20.png')
}

.male_item_21 {
    background-image: url('../../img/hero/male/items/item21.png')
}

.male_item_22 {
    background-image: url('../../img/hero/male/items/item22.png')
}

.male_item_23 {
    background-image: url('../../img/hero/male/items/item23.png')
}

.male_item_24 {
    background-image: url('../../img/hero/male/items/item24.png')
}

.male_item_25 {
    background-image: url('../../img/hero/male/items/item25.png')
}

.male_item_26 {
    background-image: url('../../img/hero/male/items/item26.png')
}

.male_item_27 {
    background-image: url('../../img/hero/male/items/item27.png')
}

.male_item_28 {
    background-image: url('../../img/hero/male/items/item28.png')
}

.male_item_29 {
    background-image: url('../../img/hero/male/items/item29.png')
}

.male_item_30 {
    background-image: url('../../img/hero/male/items/item30.png')
}

.male_item_31 {
    background-image: url('../../img/hero/male/items/item31.png')
}

.male_item_32 {
    background-image: url('../../img/hero/male/items/item32.png')
}

.male_item_33 {
    background-image: url('../../img/hero/male/items/item33.png')
}

.male_item_34 {
    background-image: url('../../img/hero/male/items/item34.png')
}

.male_item_35 {
    background-image: url('../../img/hero/male/items/item35.png')
}

.male_item_36 {
    background-image: url('../../img/hero/male/items/item36.png')
}

.male_item_37 {
    background-image: url('../../img/hero/male/items/item37.png')
}

.male_item_38 {
    background-image: url('../../img/hero/male/items/item38.png')
}

.male_item_39 {
    background-image: url('../../img/hero/male/items/item39.png')
}

.male_item_40 {
    background-image: url('../../img/hero/male/items/item40.png')
}

.male_item_41 {
    background-image: url('../../img/hero/male/items/item41.png')
}

.male_item_42 {
    background-image: url('../../img/hero/male/items/item42.png')
}

.male_item_43 {
    background-image: url('../../img/hero/male/items/item43.png')
}

.male_item_44 {
    background-image: url('../../img/hero/male/items/item44.png')
}

.male_item_45 {
    background-image: url('../../img/hero/male/items/item45.png')
}

.male_item_46 {
    background-image: url('../../img/hero/male/items/item46.png')
}

.male_item_47 {
    background-image: url('../../img/hero/male/items/item47.png')
}

.male_item_48 {
    background-image: url('../../img/hero/male/items/item48.png')
}

.male_item_49 {
    background-image: url('../../img/hero/male/items/item49.png')
}

.male_item_50 {
    background-image: url('../../img/hero/male/items/item50.png')
}

.male_item_51 {
    background-image: url('../../img/hero/male/items/item51.png')
}

.male_item_52 {
    background-image: url('../../img/hero/male/items/item52.png')
}

.male_item_53 {
    background-image: url('../../img/hero/male/items/item53.png')
}

.male_item_54 {
    background-image: url('../../img/hero/male/items/item54.png')
}

.male_item_55 {
    background-image: url('../../img/hero/male/items/item55.png')
}

.male_item_56 {
    background-image: url('../../img/hero/male/items/item56.png')
}

.male_item_57 {
    background-image: url('../../img/hero/male/items/item57.png')
}

.male_item_58 {
    background-image: url('../../img/hero/male/items/item58.png')
}

.male_item_59 {
    background-image: url('../../img/hero/male/items/item59.png')
}

.male_item_60 {
    background-image: url('../../img/hero/male/items/item60.png')
}

.male_item_61 {
    background-image: url('../../img/hero/male/items/item61.png')
}

.male_item_62 {
    background-image: url('../../img/hero/male/items/item62.png')
}

.male_item_63 {
    background-image: url('../../img/hero/male/items/item63.png')
}

.male_item_64 {
    background-image: url('../../img/hero/male/items/item64.png')
}

.male_item_65 {
    background-image: url('../../img/hero/male/items/item65.png')
}

.male_item_66 {
    background-image: url('../../img/hero/male/items/item66.png')
}

.male_item_67 {
    background-image: url('../../img/hero/male/items/item67.png')
}

.male_item_68 {
    background-image: url('../../img/hero/male/items/item68.png')
}

.male_item_69 {
    background-image: url('../../img/hero/male/items/item69.png')
}

.male_item_70 {
    background-image: url('../../img/hero/male/items/item70.png')
}

.male_item_71 {
    background-image: url('../../img/hero/male/items/item71.png')
}

.male_item_72 {
    background-image: url('../../img/hero/male/items/item72.png')
}

.male_item_73 {
    background-image: url('../../img/hero/male/items/item73.png')
}

.male_item_74 {
    background-image: url('../../img/hero/male/items/item74.png')
}

.male_item_75 {
    background-image: url('../../img/hero/male/items/item75.png')
}

.male_item_76 {
    background-image: url('../../img/hero/male/items/item76.png')
}

.male_item_77 {
    background-image: url('../../img/hero/male/items/item77.png')
}

.male_item_78 {
    background-image: url('../../img/hero/male/items/item78.png')
}

.male_item_79 {
    background-image: url('../../img/hero/male/items/item79.png')
}

.male_item_80 {
    background-image: url('../../img/hero/male/items/item80.png')
}

.male_item_81 {
    background-image: url('../../img/hero/male/items/item81.png')
}

.male_item_82 {
    background-image: url('../../img/hero/male/items/item82.png')
}

.male_item_83 {
    background-image: url('../../img/hero/male/items/item83.png')
}

.male_item_84 {
    background-image: url('../../img/hero/male/items/item84.png')
}

.male_item_85 {
    background-image: url('../../img/hero/male/items/item85.png')
}

.male_item_86 {
    background-image: url('../../img/hero/male/items/item86.png')
}

.male_item_87 {
    background-image: url('../../img/hero/male/items/item87.png')
}

.male_item_88 {
    background-image: url('../../img/hero/male/items/item88.png')
}

.male_item_89 {
    background-image: url('../../img/hero/male/items/item89.png')
}

.male_item_90 {
    background-image: url('../../img/hero/male/items/item90.png')
}

.male_item_91 {
    background-image: url('../../img/hero/male/items/item91.png')
}

.male_item_92 {
    background-image: url('../../img/hero/male/items/item92.png')
}

.male_item_93 {
    background-image: url('../../img/hero/male/items/item93.png')
}

.male_item_94 {
    background-image: url('../../img/hero/male/items/item94.png')
}

.male_item_95 {
    background-image: url('../../img/hero/male/items/item95.png')
}

.male_item_96 {
    background-image: url('../../img/hero/male/items/item96.png')
}

.male_item_97 {
    background-image: url('../../img/hero/male/items/item97.png')
}

.male_item_98 {
    background-image: url('../../img/hero/male/items/item98.png')
}

.male_item_99 {
    background-image: url('../../img/hero/male/items/item99.png')
}

.male_item_100 {
    background-image: url('../../img/hero/male/items/item100.png')
}

.male_item_101 {
    background-image: url('../../img/hero/male/items/item101.png')
}

.male_item_102 {
    background-image: url('../../img/hero/male/items/item102.png')
}

.male_item_103 {
    background-image: url('../../img/hero/male/items/item103.png')
}

.male_item_104 {
    background-image: url('../../img/hero/male/items/item104.png')
}

.male_item_105 {
    background-image: url('../../img/hero/male/items/item105.png')
}

.male_item_106 {
    background-image: url('../../img/hero/male/items/item106.png')
}

.male_item_107 {
    background-image: url('../../img/hero/male/items/item107.png')
}

.male_item_108 {
    background-image: url('../../img/hero/male/items/item108.png')
}

.male_item_109 {
    background-image: url('../../img/hero/male/items/item109.png')
}

.male_item_110 {
    background-image: url('../../img/hero/male/items/item110.png')
}

.male_item_111 {
    background-image: url('../../img/hero/male/items/item111.png')
}

.male_item_112 {
    background-image: url('../../img/hero/male/items/item112.png')
}

.male_item_113 {
    background-image: url('../../img/hero/male/items/item113.png')
}

.male_item_114 {
    background-image: url('../../img/hero/male/items/item114.png')
}

.male_item_115 {
    background-image: url('../../img/hero/male/items/item115.png')
}

.male_item_116 {
    background-image: url('../../img/hero/male/items/item116.png')
}

.male_item_117 {
    background-image: url('../../img/hero/male/items/item117.png')
}

.male_item_118 {
    background-image: url('../../img/hero/male/items/item118.png')
}

.male_item_119 {
    background-image: url('../../img/hero/male/items/item119.png')
}

.male_item_120 {
    background-image: url('../../img/hero/male/items/item120.png')
}

.male_item_121 {
    background-image: url('../../img/hero/male/items/item121.png')
}

.male_item_122 {
    background-image: url('../../img/hero/male/items/item122.png')
}

.male_item_123 {
    background-image: url('../../img/hero/male/items/item123.png')
}

.male_item_124 {
    background-image: url('../../img/hero/male/items/item124.png')
}

.male_item_125 {
    background-image: url('../../img/hero/male/items/item125.png')
}

.male_item_126 {
    background-image: url('../../img/hero/male/items/item126.png')
}

.male_item_127 {
    background-image: url('../../img/hero/male/items/item127.png')
}

.male_item_128 {
    background-image: url('../../img/hero/male/items/item128.png')
}

.male_item_129 {
    background-image: url('../../img/hero/male/items/item129.png')
}

.male_item_130 {
    background-image: url('../../img/hero/male/items/item130.png')
}

.male_item_131 {
    background-image: url('../../img/hero/male/items/item131.png')
}

.male_item_132 {
    background-image: url('../../img/hero/male/items/item132.png')
}

.male_item_133 {
    background-image: url('../../img/hero/male/items/item133.png')
}

.male_item_134 {
    background-image: url('../../img/hero/male/items/item134.png')
}

.male_item_135 {
    background-image: url('../../img/hero/male/items/item135.png')
}

.male_item_136 {
    background-image: url('../../img/hero/male/items/item136.png')
}

.male_item_137 {
    background-image: url('../../img/hero/male/items/item137.png')
}

.male_item_138 {
    background-image: url('../../img/hero/male/items/item138.png')
}

.male_item_139 {
    background-image: url('../../img/hero/male/items/item139.png')
}

.male_item_140 {
    background-image: url('../../img/hero/male/items/item140.png')
}

.male_item_141 {
    background-image: url('../../img/hero/male/items/item141.png')
}

.male_item_142 {
    background-image: url('../../img/hero/male/items/item142.png')
}

.male_item_143 {
    background-image: url('../../img/hero/male/items/item143.png')
}

.male_item_144 {
    background-image: url('../../img/hero/male/items/item144.png')
}

.male_item_145 {
    background-image: url('../../img/hero/male/items/item145.png')
}

.male_item_146 {
    background-image: url('../../img/hero/male/items/item146.png')
}

.male_item_147 {
    background-image: url('../../img/hero/male/items/item147.png')
}

.male_item_148 {
    background-image: url('../../img/hero/male/items/item148.png')
}

.female_item_1 {
    background-image: url('../../img/hero/female/items/item1.png')
}

.female_item_2 {
    background-image: url('../../img/hero/female/items/item2.png')
}

.female_item_3 {
    background-image: url('../../img/hero/female/items/item3.png')
}

.female_item_4 {
    background-image: url('../../img/hero/female/items/item4.png')
}

.female_item_5 {
    background-image: url('../../img/hero/female/items/item5.png')
}

.female_item_6 {
    background-image: url('../../img/hero/female/items/item6.png')
}

.female_item_7 {
    background-image: url('../../img/hero/female/items/item7.png')
}

.female_item_8 {
    background-image: url('../../img/hero/female/items/item8.png')
}

.female_item_9 {
    background-image: url('../../img/hero/female/items/item9.png')
}

.female_item_10 {
    background-image: url('../../img/hero/female/items/item10.png')
}

.female_item_11 {
    background-image: url('../../img/hero/female/items/item11.png')
}

.female_item_12 {
    background-image: url('../../img/hero/female/items/item12.png')
}

.female_item_13 {
    background-image: url('../../img/hero/female/items/item13.png')
}

.female_item_14 {
    background-image: url('../../img/hero/female/items/item14.png')
}

.female_item_15 {
    background-image: url('../../img/hero/female/items/item15.png')
}

.female_item_16 {
    background-image: url('../../img/hero/female/items/item16.png')
}

.female_item_17 {
    background-image: url('../../img/hero/female/items/item17.png')
}

.female_item_18 {
    background-image: url('../../img/hero/female/items/item18.png')
}

.female_item_19 {
    background-image: url('../../img/hero/female/items/item19.png')
}

.female_item_20 {
    background-image: url('../../img/hero/female/items/item20.png')
}

.female_item_21 {
    background-image: url('../../img/hero/female/items/item21.png')
}

.female_item_22 {
    background-image: url('../../img/hero/female/items/item22.png')
}

.female_item_23 {
    background-image: url('../../img/hero/female/items/item23.png')
}

.female_item_24 {
    background-image: url('../../img/hero/female/items/item24.png')
}

.female_item_25 {
    background-image: url('../../img/hero/female/items/item25.png')
}

.female_item_26 {
    background-image: url('../../img/hero/female/items/item26.png')
}

.female_item_27 {
    background-image: url('../../img/hero/female/items/item27.png')
}

.female_item_28 {
    background-image: url('../../img/hero/female/items/item28.png')
}

.female_item_29 {
    background-image: url('../../img/hero/female/items/item29.png')
}

.female_item_30 {
    background-image: url('../../img/hero/female/items/item30.png')
}

.female_item_31 {
    background-image: url('../../img/hero/female/items/item31.png')
}

.female_item_32 {
    background-image: url('../../img/hero/female/items/item32.png')
}

.female_item_33 {
    background-image: url('../../img/hero/female/items/item33.png')
}

.female_item_34 {
    background-image: url('../../img/hero/female/items/item34.png')
}

.female_item_35 {
    background-image: url('../../img/hero/female/items/item35.png')
}

.female_item_36 {
    background-image: url('../../img/hero/female/items/item36.png')
}

.female_item_37 {
    background-image: url('../../img/hero/female/items/item37.png')
}

.female_item_38 {
    background-image: url('../../img/hero/female/items/item38.png')
}

.female_item_39 {
    background-image: url('../../img/hero/female/items/item39.png')
}

.female_item_40 {
    background-image: url('../../img/hero/female/items/item40.png')
}

.female_item_41 {
    background-image: url('../../img/hero/female/items/item41.png')
}

.female_item_42 {
    background-image: url('../../img/hero/female/items/item42.png')
}

.female_item_43 {
    background-image: url('../../img/hero/female/items/item43.png')
}

.female_item_44 {
    background-image: url('../../img/hero/female/items/item44.png')
}

.female_item_45 {
    background-image: url('../../img/hero/female/items/item45.png')
}

.female_item_46 {
    background-image: url('../../img/hero/female/items/item46.png')
}

.female_item_47 {
    background-image: url('../../img/hero/female/items/item47.png')
}

.female_item_48 {
    background-image: url('../../img/hero/female/items/item48.png')
}

.female_item_49 {
    background-image: url('../../img/hero/female/items/item49.png')
}

.female_item_50 {
    background-image: url('../../img/hero/female/items/item50.png')
}

.female_item_51 {
    background-image: url('../../img/hero/female/items/item51.png')
}

.female_item_52 {
    background-image: url('../../img/hero/female/items/item52.png')
}

.female_item_53 {
    background-image: url('../../img/hero/female/items/item53.png')
}

.female_item_54 {
    background-image: url('../../img/hero/female/items/item54.png')
}

.female_item_55 {
    background-image: url('../../img/hero/female/items/item55.png')
}

.female_item_56 {
    background-image: url('../../img/hero/female/items/item56.png')
}

.female_item_57 {
    background-image: url('../../img/hero/female/items/item57.png')
}

.female_item_58 {
    background-image: url('../../img/hero/female/items/item58.png')
}

.female_item_59 {
    background-image: url('../../img/hero/female/items/item59.png')
}

.female_item_60 {
    background-image: url('../../img/hero/female/items/item60.png')
}

.female_item_61 {
    background-image: url('../../img/hero/female/items/item61.png')
}

.female_item_62 {
    background-image: url('../../img/hero/female/items/item62.png')
}

.female_item_63 {
    background-image: url('../../img/hero/female/items/item63.png')
}

.female_item_64 {
    background-image: url('../../img/hero/female/items/item64.png')
}

.female_item_65 {
    background-image: url('../../img/hero/female/items/item65.png')
}

.female_item_66 {
    background-image: url('../../img/hero/female/items/item66.png')
}

.female_item_67 {
    background-image: url('../../img/hero/female/items/item67.png')
}

.female_item_68 {
    background-image: url('../../img/hero/female/items/item68.png')
}

.female_item_69 {
    background-image: url('../../img/hero/female/items/item69.png')
}

.female_item_70 {
    background-image: url('../../img/hero/female/items/item70.png')
}

.female_item_71 {
    background-image: url('../../img/hero/female/items/item71.png')
}

.female_item_72 {
    background-image: url('../../img/hero/female/items/item72.png')
}

.female_item_73 {
    background-image: url('../../img/hero/female/items/item73.png')
}

.female_item_74 {
    background-image: url('../../img/hero/female/items/item74.png')
}

.female_item_75 {
    background-image: url('../../img/hero/female/items/item75.png')
}

.female_item_76 {
    background-image: url('../../img/hero/female/items/item76.png')
}

.female_item_77 {
    background-image: url('../../img/hero/female/items/item77.png')
}

.female_item_78 {
    background-image: url('../../img/hero/female/items/item78.png')
}

.female_item_79 {
    background-image: url('../../img/hero/female/items/item79.png')
}

.female_item_80 {
    background-image: url('../../img/hero/female/items/item80.png')
}

.female_item_81 {
    background-image: url('../../img/hero/female/items/item81.png')
}

.female_item_82 {
    background-image: url('../../img/hero/female/items/item82.png')
}

.female_item_83 {
    background-image: url('../../img/hero/female/items/item83.png')
}

.female_item_84 {
    background-image: url('../../img/hero/female/items/item84.png')
}

.female_item_85 {
    background-image: url('../../img/hero/female/items/item85.png')
}

.female_item_86 {
    background-image: url('../../img/hero/female/items/item86.png')
}

.female_item_87 {
    background-image: url('../../img/hero/female/items/item87.png')
}

.female_item_88 {
    background-image: url('../../img/hero/female/items/item88.png')
}

.female_item_89 {
    background-image: url('../../img/hero/female/items/item89.png')
}

.female_item_90 {
    background-image: url('../../img/hero/female/items/item90.png')
}

.female_item_91 {
    background-image: url('../../img/hero/female/items/item91.png')
}

.female_item_92 {
    background-image: url('../../img/hero/female/items/item92.png')
}

.female_item_93 {
    background-image: url('../../img/hero/female/items/item93.png')
}

.female_item_94 {
    background-image: url('../../img/hero/female/items/item94.png')
}

.female_item_95 {
    background-image: url('../../img/hero/female/items/item95.png')
}

.female_item_96 {
    background-image: url('../../img/hero/female/items/item96.png')
}

.female_item_97 {
    background-image: url('../../img/hero/female/items/item97.png')
}

.female_item_98 {
    background-image: url('../../img/hero/female/items/item98.png')
}

.female_item_99 {
    background-image: url('../../img/hero/female/items/item99.png')
}

.female_item_100 {
    background-image: url('../../img/hero/female/items/item100.png')
}

.female_item_101 {
    background-image: url('../../img/hero/female/items/item101.png')
}

.female_item_102 {
    background-image: url('../../img/hero/female/items/item102.png')
}

.female_item_103 {
    background-image: url('../../img/hero/male/items/item103.png')
}

.female_item_104 {
    background-image: url('../../img/hero/male/items/item104.png')
}

.female_item_105 {
    background-image: url('../../img/hero/male/items/item105.png')
}

.female_item_106 {
    background-image: url('../../img/hero/male/items/item106.png')
}

.female_item_107 {
    background-image: url('../../img/hero/male/items/item107.png')
}

.female_item_108 {
    background-image: url('../../img/hero/male/items/item108.png')
}

.female_item_109 {
    background-image: url('../../img/hero/male/items/item109.png')
}

.female_item_110 {
    background-image: url('../../img/hero/male/items/item110.png')
}

.female_item_111 {
    background-image: url('../../img/hero/male/items/item111.png')
}

.female_item_112 {
    background-image: url('../../img/hero/male/items/item112.png')
}

.female_item_113 {
    background-image: url('../../img/hero/male/items/item113.png')
}

.female_item_114 {
    background-image: url('../../img/hero/male/items/item114.png')
}

.female_item_115 {
    background-image: url('../../img/hero/female/items/item115.png')
}

.female_item_116 {
    background-image: url('../../img/hero/female/items/item116.png')
}

.female_item_117 {
    background-image: url('../../img/hero/female/items/item117.png')
}

.female_item_118 {
    background-image: url('../../img/hero/female/items/item118.png')
}

.female_item_119 {
    background-image: url('../../img/hero/female/items/item119.png')
}

.female_item_120 {
    background-image: url('../../img/hero/female/items/item120.png')
}

.female_item_121 {
    background-image: url('../../img/hero/female/items/item121.png')
}

.female_item_122 {
    background-image: url('../../img/hero/female/items/item122.png')
}

.female_item_123 {
    background-image: url('../../img/hero/female/items/item123.png')
}

.female_item_124 {
    background-image: url('../../img/hero/female/items/item124.png')
}

.female_item_125 {
    background-image: url('../../img/hero/female/items/item125.png')
}

.female_item_126 {
    background-image: url('../../img/hero/female/items/item126.png')
}

.female_item_127 {
    background-image: url('../../img/hero/female/items/item127.png')
}

.female_item_128 {
    background-image: url('../../img/hero/female/items/item128.png')
}

.female_item_129 {
    background-image: url('../../img/hero/female/items/item129.png')
}

.female_item_130 {
    background-image: url('../../img/hero/female/items/item130.png')
}

.female_item_131 {
    background-image: url('../../img/hero/female/items/item131.png')
}

.female_item_132 {
    background-image: url('../../img/hero/female/items/item132.png')
}

.female_item_133 {
    background-image: url('../../img/hero/female/items/item133.png')
}

.female_item_134 {
    background-image: url('../../img/hero/female/items/item134.png')
}

.female_item_135 {
    background-image: url('../../img/hero/female/items/item135.png')
}

.female_item_136 {
    background-image: url('../../img/hero/female/items/item136.png')
}

.female_item_137 {
    background-image: url('../../img/hero/female/items/item137.png')
}

.female_item_138 {
    background-image: url('../../img/hero/female/items/item138.png')
}

.female_item_139 {
    background-image: url('../../img/hero/female/items/item139.png')
}

.female_item_140 {
    background-image: url('../../img/hero/female/items/item140.png')
}

.female_item_141 {
    background-image: url('../../img/hero/female/items/item141.png')
}

.female_item_142 {
    background-image: url('../../img/hero/female/items/item142.png')
}

.female_item_143 {
    background-image: url('../../img/hero/female/items/item143.png')
}

.female_item_144 {
    background-image: url('../../img/hero/female/items/item144.png')
}

.female_item_145 {
    background-image: url('../../img/hero/female/items/item145.png')
}

.female_item_146 {
    background-image: url('../../img/hero/female/items/item146.png')
}

.female_item_147 {
    background-image: url('../../img/hero/female/items/item147.png')
}

.female_item_148 {
    background-image: url('../../img/hero/female/items/item148.png')
}

.male_item_149 {
    background-image: url('../../img/hero/male/items/item149.png')
}

.male_item_150 {
    background-image: url('../../img/hero/male/items/item150.png')
}

.male_item_151 {
    background-image: url('../../img/hero/male/items/item151.png')
}

.male_item_152 {
    background-image: url('../../img/hero/male/items/item152.png')
}

.male_item_153 {
    background-image: url('../../img/hero/male/items/item153.png')
}

.male_item_154 {
    background-image: url('../../img/hero/male/items/item154.png')
}

.male_item_155 {
    background-image: url('../../img/hero/male/items/item155.png')
}

.male_item_156 {
    background-image: url('../../img/hero/male/items/item156.png')
}

.male_item_157 {
    background-image: url('../../img/hero/male/items/item157.png')
}

.male_item_158 {
    background-image: url('../../img/hero/male/items/item158.png')
}

.male_item_159 {
    background-image: url('../../img/hero/male/items/item159.png')
}

.male_item_160 {
    background-image: url('../../img/hero/male/items/item160.png')
}

.male_item_161 {
    background-image: url('../../img/hero/male/items/item161.png')
}

.male_item_162 {
    background-image: url('../../img/hero/male/items/item162.png')
}

.male_item_163 {
    background-image: url('../../img/hero/male/items/item163.png')
}

.female_item_149 {
    background-image: url('../../img/hero/male/items/item149.png')
}

.female_item_150 {
    background-image: url('../../img/hero/male/items/item150.png')
}

.female_item_151 {
    background-image: url('../../img/hero/male/items/item151.png')
}

.female_item_152 {
    background-image: url('../../img/hero/male/items/item152.png')
}

.female_item_153 {
    background-image: url('../../img/hero/male/items/item153.png')
}

.female_item_154 {
    background-image: url('../../img/hero/male/items/item154.png')
}

.female_item_155 {
    background-image: url('../../img/hero/male/items/item155.png')
}

.female_item_156 {
    background-image: url('../../img/hero/male/items/item156.png')
}

.female_item_157 {
    background-image: url('../../img/hero/male/items/item157.png')
}

.female_item_158 {
    background-image: url('../../img/hero/male/items/item158.png')
}

.female_item_159 {
    background-image: url('../../img/hero/male/items/item159.png')
}

.female_item_160 {
    background-image: url('../../img/hero/male/items/item160.png')
}

.female_item_161 {
    background-image: url('../../img/hero/male/items/item161.png')
}

.female_item_162 {
    background-image: url('../../img/hero/male/items/item162.png')
}

.female_item_163 {
    background-image: url('../../img/hero/male/items/item163.png')
}

table#heroInventoryDataDialog {
    margin-top: 5px
}

table#heroInventoryDataDialog td, table#heroInventoryDataDialog th {
    font-size: 11px;
    padding: 6px 0 3px
}

table#heroInventoryDataDialog td {
    text-align: right
}

table#heroInventoryDataDialog tr.rowAfterUse th, table#heroInventoryDataDialog tr.rowAfterUse td {
    font-weight: bold;
    color: #f88c1f
}

div.hero_auction table#silverAccounting img.openedClosedSwitch {
    width: 18px;
    height: 18px;
    float: left;
    padding: 0;
    margin-right: 5px
}

div.hero_auction table#silverAccounting tbody.blockedSilver tr#showHideBlockedSilverDetails {
    cursor: pointer
}

div.hero_auction table#silverAccounting tbody.blockedSilver tr#showHideBlockedSilverDetails td, div.hero_auction table#silverAccounting tbody.noBlockedSilver td, div.hero_auction table#silverAccounting tbody tr.oldBalance td {
    background-color: #efefef
}

div.hero_auction table#silverAccounting tbody.noBlockedSilver td.cause, div.hero_auction table#silverAccounting tbody.noBookings td {
    color: #777
}

div.hero_auction table#silverAccounting tbody.currentBids td.cause {
    padding-left: 33px
}

div.hero_auction table#silverAccounting tbody.currentBids td.cause img.itemCategory, div.hero_auction table#silverAccounting tbody.latestBookings td.cause img.itemCategory {
    position: relative;
    top: 2px;
    margin-right: 3px
}

div.hero_auction table#silverAccounting .date, div.hero_auction table#silverAccounting .accounting, div.hero_auction table#silverAccounting .balance {
    width: 15%
}

div.hero_auction table#silverAccounting td.accounting, div.hero_auction table#silverAccounting td.balance {
    text-align: right
}

div.hero_auction span.balanceSince {
    font-size: 10px;
    color: #777;
    font-style: italic;
    padding: 3px 0 0 3px
}

#auction .auctionAdventureBar {
    background-color: #fff;
    height: 8px;
    border: 1px solid #c6c6c6;
    padding: 1px;
    margin: 1px
}

#auction .auctionAdventureBar .bar {
    background-color: #006900;
    height: 100%;
    float: left
}

#auction .auctionAdventureBarText {
    position: relative;
    float: left;
    padding-bottom: 5px
}

#auction .auctionAdventureBarNumbers {
    position: relative;
    float: right
}

#auction .auctionDetails a.hidden {
    color: #252525;
    font-weight: normal
}

#horseToggleBox {
    width: 100%
}

#horseToggleBox > div {
    float: left;
    border: solid 1px #e7e7e7;
    position: relative;
    border-radius: 5px;
    transition-duration: 500ms
}

#horseToggleBox > div#horseToggleMounted {
    float: right
}

#horseToggleBox > div.active {
    border: solid 1px #a3c840;
    cursor: default
}

#horseToggleBox > div .background {
    width: 270px;
    height: 313px;
    z-index: 1;
    transition-duration: 500ms
}

#horseToggleBox > div.active .background {
    opacity: 1
}

#horseToggleBox > div#horseToggleUnmounted .background {
    background-image: url(../../img/hero/horseToggle/hero-background-1-ltr.png)
}

#horseToggleBox > div#horseToggleMounted .background {
    background-image: url(../../img/hero/horseToggle/hero-background-2-ltr.png)
}

#horseToggleBox > div .details {
    width: 92%;
    background-color: rgba(255, 255, 255, 0.6);
    height: 64px;
    position: absolute;
    bottom: 8px;
    left: 50%;
    margin-left: -46%;
    border-radius: 4px;
    z-index: 4;
    text-align: center
}

#horseToggleBox > div .details span {
    display: inline-block;
    width: 100%;
    text-align: center
}

#horseToggleBox > div .details .speed {
    padding: 5px;
    font-size: 110%;
    color: #000;
    margin-top: 5px
}

#horseToggleBox > div .details .state {
    padding: 5px;
    width: auto;
    background: rgba(158, 215, 87, 0.5);
    position: relative;
    font-size: 110%;
    font-weight: bold
}

#horseToggleBox > div .details .button button {
    width: 82%;
    text-align: center
}

#horseToggleBox > div .details .button button .button-content {
    font-size: 13px
}

#horseToggleBox > div .details .state:before {
    background: -webkit-linear-gradient(left, transparent, rgba(158, 215, 87, 0.5));
    background: -o-linear-gradient(right, transparent, rgba(158, 215, 87, 0.5));
    background: -moz-linear-gradient(right, transparent, rgba(158, 215, 87, 0.5));
    background: linear-gradient(to right, transparent, rgba(158, 215, 87, 0.5));
    content: '';
    width: 80px;
    height: 26px;
    position: absolute;
    left: -80px;
    top: -0px
}

#horseToggleBox > div .details .state:after {
    background: -webkit-linear-gradient(left, rgba(158, 215, 87, 0.5), transparent);
    background: -o-linear-gradient(right, rgba(158, 215, 87, 0.5), transparent);
    background: -moz-linear-gradient(right, rgba(158, 215, 87, 0.5), transparent);
    background: linear-gradient(to right, rgba(158, 215, 87, 0.5), transparent);
    content: '';
    width: 80px;
    height: 26px;
    position: absolute;
    right: -80px;
    top: -0px
}

#horseToggleBox > div.inactive .details .state, #horseToggleBox > div.active .details .button {
    display: none
}

#horseToggleBox > div .hero {
    width: 100%;
    position: absolute;
    z-index: 2
}

#horseToggleBox > div#horseToggleMounted .hero {
    height: 98%;
    position: absolute;
    text-align: center
}

#horseToggleBox > div#horseToggleUnmounted .hero {
    height: 98%;
    text-align: left
}

#horseToggleBox .hero img {
    max-width: 220px;
    margin-top: 20px
}

#horseToggleBox > div#horseToggleUnavailable {
    height: 90.5%;
    width: 552px;
    border: solid 1px #a3c840;
    cursor: default
}

#horseToggleBox > div .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 3;
    transition-duration: 500ms
}

#horseToggleBox > div.active .overlay {
    opacity: 0
}

#horseToggleBox > div.inactive.hover .background {
    opacity: .4
}

#horseToggleBox > div.inactive.hover .overlay {
    opacity: 0
}

#horseToggleBox > div#horseToggleUnavailable > .overlay {
    opacity: 1;
    border-radius: 5px
}

#horseToggleBox > div#horseToggleUnavailable > .background {
    width: 100%;
    margin-top: 1px;
    background: url(../../img/hero/horseToggle/heroNotInHomeVillageBackground-ltr.png) no-repeat bottom center
}

#horseToggleBox > div#horseToggleUnavailable > .background.state3, #horseToggleBox > div#horseToggleUnavailable > .background.state4, #horseToggleBox > div#horseToggleUnavailable > .background.state5, #horseToggleBox > div#horseToggleUnavailable > .background.state9, #horseToggleBox > div#horseToggleUnavailable > .background.state40, #horseToggleBox > div#horseToggleUnavailable > .background.state50 {
    background-image: url(../../img/hero/horseToggle/heroNotInHomeVillageOnthewayBackground-ltr.png)
}

#horseToggleBox > div#horseToggleUnavailable > .background.state103 {
    background-image: url(../../img/hero/horseToggle/heroNotInHomeVillageDefendingBackground-ltr.png)
}

#horseToggleBox > div#horseToggleUnavailable > .background.state102 {
    background-image: url(../../img/hero/horseToggle/heroNotInHomeVillageCapturedBackground-ltr.png)
}

#horseToggleBox > div#horseToggleUnavailable > .hero {
    width: 270px;
    height: 313px;
    z-index: 1;
    left: 0
}

#horseToggleBox > div#horseToggleUnavailable > .hero.mounted {
    right: 0;
    left: auto
}

#horseToggleBox > div#horseToggleUnavailable > .hero.state3, #horseToggleBox > div#horseToggleUnavailable > .hero.state4, #horseToggleBox > div#horseToggleUnavailable > .hero.state5, #horseToggleBox > div#horseToggleUnavailable > .hero.state9, #horseToggleBox > div#horseToggleUnavailable > .hero.state40, #horseToggleBox > div#horseToggleUnavailable > .hero.state50, #horseToggleBox > div#horseToggleUnavailable > .hero.state103, #horseToggleBox > div#horseToggleUnavailable > .hero.state102 {
    display: none
}

#horseToggleBox > div#horseToggleUnavailable > .hero.dead {
    height: 78.5%;
    background: url(../../img/hero/horseToggle/heroTombstone-ltr.png) no-repeat bottom center;
    margin-left: 25px;
    width: 527px
}

#horseToggleBox > div#horseToggleUnavailable > .details .heroStatus, #horseToggleBox > div#horseToggleUnavailable > .details .message {
    height: 16px;
    line-height: 16px;
    padding: 5px;
    font-size: 14px;
    color: #000;
    margin-top: 5px;
    width: auto;
    display: block
}

#horseToggleBox > div#horseToggleUnavailable > .details .heroStatus {
    font-weight: bold
}

#horseToggleBox > div#horseToggleUnavailable > .details .message {
    font-size: 13px
}

#raidListCreate .boxes-contents, div.build .gid16 #raidListSlot .boxes-contents {
    padding: 10px 20px
}

#raidListCreate .boxes {
    width: 380px;
    margin: 6px 0
}

div.build .gid16 #raidListSlot .boxes {
    width: 95%;
    margin: 6px 0 12px 0
}

#raidListCreate table th {
    width: 40%
}

div.build .gid16 #raidListSlot table th {
    width: 20%
}

div.build .gid16 #raidList table .sortable {
    cursor: pointer
}

#raidListCreate table th, #raidListCreate table td, div.build .gid16 #raidListSlot table th, div.build .gid16 #raidListSlot table td {
    padding-top: 3px
}

div.build .gid16 #raidListSlot table th, div.build .gid16 #raidListSlot table td {
    padding-left: 3px;
    padding-right: 3px
}

div.build .gid16 #raidListSlot label {
    position: relative;
    top: 2px
}

.ie7 div.build .gid16 #raidListSlot .troops label {
    position: static
}

div.build .gid16 #raidListSlot #target_id {
    width: 120px
}

div.build .gid16 #raidListSlot .troop {
    width: 40px;
    margin: 4px 10px
}

div.build .gid16 #raidListSlot .troops {
    margin-bottom: 10px
}

div.build .gid16 #raidListSlot .troopGroup {
    float: left;
    margin-left: 10px
}

div.build .gid16 #raidListSlot .lastTargets {
    font-weight: bold;
    margin-left: 10px;
    margin-right: 5px
}

#raidListCreate input {
    width: 150px
}

#raidListCreate select {
    width: 156px
}

div.build .gid16 #raidList td {
    padding-left: 4px;
    padding-right: 4px
}

div.build .gid16 #raidList .options {
    margin-top: 15px
}

div.build .gid16 #raidList .village {
    text-align: left
}

div.build .gid16 #raidList .village img.attack {
    float: left;
    margin-right: 3px
}

div.build .gid16 #raidList .checkbox {
    width: 3%;
    padding-left: 0;
    padding-right: 0
}

div.build .gid16 #raidList .ew {
    width: 6%
}

div.build .gid16 #raidList .distance {
    width: 7%
}

div.build .gid16 #raidList .troops {
    width: 15%;
    line-height: 20px
}

div.build .gid16 #raidList .troops .troopIcon {
    white-space: nowrap
}

div.build .gid16 #raidList .lastRaid {
    width: 25%;
    white-space: nowrap
}

div.build .gid16 #raidList .action {
    width: 10%
}

div.build .gid16 #raidList .raidListSwitchWrapper {
    width: 18px;
    height: 21px;
    background-image: url(../../img/round/button/buttonSmall-ltr.png);
    padding: 3px 3px;
    float: right;
    overflow: hidden
}

div.build .gid16 #raidList .openedClosedSwitch {
    width: 21px;
    height: 21px
}

div.build .gid16 #raidList div.raidListTitleButtons .raidListSwitchWrapper, div.build .gid16 #raidList div.raidListTitleButtons #updateRaidList, div.build .gid16 #raidList div.raidListTitleButtons #deleteRaidList {
    float: right;
    margin-top: -4px;
    margin-left: 3px
}

div.build .gid16 #raidList div.markAll {
    margin: 10px 0 0 1px;
    float: left
}

div.build .gid16 #raidList div.addSlot {
    margin: 10px 5px 0 0;
    float: right
}

div.build .gid16 #raidList div.addSlot button {
    float: right
}

div.build .gid16 #raidList div.addSlot .raidListSlotCount {
    margin-top: 7px
}

div.build .gid16 #raidList button img.delete {
    width: 12px;
    height: 13px;
    background-image: url(../../img/a/delete.gif);
    left: 9px;
    top: 3px
}

.colorBlind div.build .gid16 #raidList button img.delete {
    width: 12px;
    height: 13px;
    background-image: url(../../img/a/deleteColorblind.gif);
    left: 9px;
    top: 3px
}

div.build .gid16 #raidList button img.update {
    width: 12px;
    height: 13px;
    background-image: url(../../img/a/editPencil-ltr.png);
    left: 6px
}

.gecko div.build .gid16 #raidList button img.update {
    left: 3px
}

.gecko div.build .gid16 #raidList button img.delete {
    left: 5px
}

div.build .gid16 #raidList .listTitle {
    font-weight: bold
}

div.build .gid16 #raidList #spaceUsed {
    padding: 20px 0 10px
}

div.build .gid16 #raidList #spaceUsed .boxes {
    float: left
}

div.build .gid16 #raidList #spaceUsed .boxes-contents {
    padding: 8px 20px
}

div.build .gid16 #raidList td {
    text-align: center
}

div.build .gid16 #raidList td .markAll {
    text-align: left;
    padding-left: 10px
}

div.build .gid16 #raidList .startButton {
    margin: 10px
}

div.build .gid16 #raidList .troopSelection {
    margin: 5px
}

div.build .gid16 #raidList .troopSelectionUnit {
    display: none;
    white-space: nowrap;
    margin-right: 15px;
    line-height: 25px;
    float: left
}

div.build .gid16 #raidList .troopIconAmount {
    margin-right: 5px;
    margin-left: 3px
}

div.build .gid16 #raidList .boxes {
    padding: 5px 10px;
    width: 170px
}

div.build .gid16 #raidList .lastRaid img.iReport {
    float: left
}

div.build .gid16 #raidList .lastRaid img.carry {
    float: right
}

div.build .gid16 #raidListSlot .boxes {
    width: 100%
}

div.build .gid16 #raidListSlot div.coordinatesInput, div.build .gid16 #raidListSlot div.targetSelect {
    height: 22px;
    float: left;
    position: relative
}

div.build .gid16 #raidListSlot div.coordinatesInput div.xCoord, div.build .gid16 #raidListSlot div.coordinatesInput div.yCoord {
    width: 70px
}

div.build .gid16 #raidListSlot div.targetSelect label, div.build .gid16 #raidListSlot div.targetSelect select {
    float: left;
    direction: ltr
}

div.build .gid16 #raidListSlot div.targetSelect {
    width: 258px
}

div.build .gid16 #raidListSlot div.coordinatesInput {
    width: 142px
}

div.build .gid16 #raidListSlot div.coordinatesInput input {
    height: 18px
}

div.build .gid16 #raidListSlot div.targetSelect select {
    height: 22px
}

.ie6 div.build .gid16 #raidListSlot .troops {
    position: relative;
    float: left;
    width: 100%
}

.ie6 div.build .gid16 #raidListSlot .troopGroup {
    width: 90px
}

div.build .gid16 #raidList .raidListSlotCount {
    float: right;
    padding-right: 5px;
    margin-top: 2px
}

div.captchaConfirm {
    min-width: 520px
}

div.captchaConfirmButtonContainer {
    margin-top: 10px;
    text-align: right
}

#recaptcha_audio_download {
    display: none !important
}

.paymentPopupDialogWrapper .feature {
    width: 510px;
    min-height: 56px;
    margin: 0 auto 10px;
    border: 1px solid #ad9251;
    background-color: #f8f1d0;
    position: relative;
    font-size: 12px
}

.ie6 .paymentPopupDialogWrapper .feature {
    min-height: 56px;
    height: auto !important
}

#videoFeature.paymentPopupDialogWrapper .feature {
    width: auto
}

.paymentPopupDialogWrapper .featureImage {
    width: 65px;
    height: 50px;
    float: left;
    margin: 2px 0 2px 2px;
    border: 1px solid #ad9251
}

.paymentPopupDialogWrapper .featureContent {
    float: left;
    width: 427px;
    margin: 0 5px 2px 9px;
    position: relative
}

.paymentPopupDialogWrapper .featureInfo .featureText {
    line-height: 14px
}

.paymentPopupDialogWrapper .furtherFeatures .featureInfo {
    border-color: transparent;
    background: 0;
    margin-bottom: 5px
}

.paymentPopupDialogWrapper .furtherFeatures .featureInfo .featureImage {
    border: 1px solid #afada4
}

.paymentPopupDialogWrapper .featureBooking .featureContent {
    height: 54px
}

.paymentPopupDialogWrapper .featureBooking h3 {
    margin: 9px 0;
    font-size: 14px
}

.paymentPopupDialogWrapper .featureBooking .featureRemainingTime {
    position: absolute;
    left: 0;
    bottom: 5px
}

.paymentPopupDialogWrapper .featureBooking .renewalActive {
    color: #228b22
}

.paymentPopupDialogWrapper .featureBooking .bonusEndsSoon {
    color: #de0000
}

.paymentPopupDialogWrapper .featureBooking .featureButton {
    position: absolute;
    top: 5px;
    right: 5px
}

.ie7 .paymentPopupDialogWrapper .featureBooking .featureButton button {
    text-align: right
}

.paymentPopupDialogWrapper .featureBooking .featureDuration, .paymentPopupDialogWrapper .featureBooking .featureRenewal {
    position: absolute;
    bottom: 5px;
    right: 5px
}

.paymentPopupDialogWrapper {
    width: 525px;
    min-height: 400px;
    margin-top: 5px
}

#videoFeature.paymentPopupDialogWrapper {
    width: 640px
}

#videoFeature .videoWrapper, #videoFeature #videoOverlay {
    background-color: black;
    width: 640px;
    height: 360px;
    margin: 0;
    padding: 0;
    border: 0
}

#videoFeature .videoStartButton {
    display: block;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    top: 50%;
    position: relative
}

#videoFeature .videoStartButton .videoButtonIcon {
    background-image: url(../../img/videoFeature/play_button.png);
    height: 16px;
    width: 32px
}

#videoFeature #videoArea {
    display: none;
    width: 640px;
    height: 360px;
    margin: 0;
    padding: 0;
    border: 0
}

.paymentPopupDialogWrapper h3 {
    margin: 4px 0;
    font-size: 12px
}

.paymentPopupDialogWrapper .headlineText {
    float: left
}

.paymentPopupDialogWrapper .goldWrapper {
    font-size: 14px;
    float: right;
    font-weight: normal;
    margin-top: 2px
}

.paymentPopupDialogWrapper .furtherInfos {
    font-style: italic
}

.paymentPopupDialogWrapper .goldButtonWrapper {
    text-align: center;
    margin-top: 5px
}

.ie7 .paymentPopupDialogWrapper .goldButtonWrapper button {
    text-align: center
}

.paymentPopupDialogWrapper h3.extraFeatures {
    font-style: italic;
    margin-bottom: 3px
}

#smallestPackageDialog {
    width: 200px;
    text-align: center
}

#smallestPackageDialog button {
    display: block;
    margin: 10px auto
}

.ie7 #smallestPackageDialog button {
    float: right
}

#smallestPackageDialog #smallestPackageData .goldProduct {
    cursor: default;
    margin: 10px 31px
}

#smallestPackageDialog #smallestPackageData .goldProduct:active, #smallestPackageDialog #smallestPackageData .goldProduct:hover {
    background-position: left top
}

#smallestPackageDialog .buyGoldQuestion {
    font-weight: bold
}

.premiumFeatureProductionBoost .paymentPopupDialogWrapper .feature .featureImage {
    background-image: url(../../img/payment/productionBoostPopupIcons.png)
}

.premiumFeatureProductionBoost .paymentPopupDialogWrapper .feature .productionBoostWood {
    background-position: 0 0
}

.premiumFeatureProductionBoost .paymentPopupDialogWrapper .feature .productionBoostClay {
    background-position: 0 -60px
}

.premiumFeatureProductionBoost .paymentPopupDialogWrapper .feature .productionBoostIron {
    background-position: 0 -120px
}

.premiumFeatureProductionBoost .paymentPopupDialogWrapper .feature .productionBoostCrop {
    background-position: 0 -180px
}

.premiumFeatureGoldclub .paymentPopupDialogWrapper .feature .featureImage {
    background-image: url(../../img/payment/goldclubPopupIcons.png)
}

.premiumFeatureGoldclub .paymentPopupDialogWrapper .feature .messageArchive {
    background-position: 0 0
}

.premiumFeatureGoldclub .paymentPopupDialogWrapper .feature .cropFinder {
    background-position: 0 -60px
}

.premiumFeatureGoldclub .paymentPopupDialogWrapper .feature .raidList {
    background-position: 0 -120px
}

.premiumFeatureGoldclub .paymentPopupDialogWrapper .feature .tradeThreeTimes {
    background-position: 0 -300px
}

.premiumFeatureGoldclub .paymentPopupDialogWrapper .feature .troopEscape {
    background-position: 0 -240px
}

.premiumFeatureGoldclub .paymentPopupDialogWrapper .feature .tradeRoute {
    background-position: 0 -180px
}

.premiumFeaturePlus .paymentPopupDialogWrapper .feature .featureImage {
    background-image: url(../../img/payment/plusPopupIcons.png)
}

.premiumFeaturePlus .paymentPopupDialogWrapper .feature .attackWarning {
    background-position: 0 0
}

.premiumFeaturePlus .paymentPopupDialogWrapper .feature .buildingQueue {
    background-position: 0 -60px
}

.premiumFeaturePlus .paymentPopupDialogWrapper .feature .directLinks {
    background-position: 0 -120px
}

.premiumFeaturePlus .paymentPopupDialogWrapper .feature .fullScreen {
    background-position: 0 -180px
}

.premiumFeaturePlus .paymentPopupDialogWrapper .feature .linkList {
    background-position: 0 -240px
}

.premiumFeaturePlus .paymentPopupDialogWrapper .feature .tradeMulti {
    background-position: 0 -300px
}

.premiumFeaturePlus .paymentPopupDialogWrapper .feature .villageStatistics {
    background-position: 0 -360px
}

div#paymentWizard {
    width: 874px;
    min-height: 503px
}

div#paymentWizard h4 {
    font-size: 13px
}

div#paymentWizard .header {
    position: absolute;
    top: -32px;
    height: 78px;
    left: 0;
    right: 0;
    margin-right: 100px
}

div#paymentWizard .header ul, div#paymentWizard .header li {
    list-style-type: none;
    margin: 0;
    padding: 0
}

div#paymentWizard .header li {
    float: left;
    display: block;
    height: 32px;
    overflow: hidden;
    position: relative
}

div#paymentWizard .header li.active {
    height: 98px;
    margin-top: -20px
}

div#paymentWizard .header .tabButton {
    position: relative;
    min-width: 146px;
    margin-right: 5px;
    height: 80px;
    text-align: center;
    display: block
}

div#paymentWizard .header li.active .tabButton {
    margin-top: 20px
}

.ie6 div#paymentWizard .header ul {
    float: left;
    direction: ltr !important
}

.ie6 div#paymentWizard .header .tabButton {
    width: 146px;
    background: #aa9a82
}

.ie6 div#paymentWizard .header li.active .tabButton {
    background: #f7edc4
}

div#paymentWizard .header .tabButton .tabBtnBGPart {
    position: absolute;
    background-image: url(../../img/paymentWizard/tabsInactive-ltr.png);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

div#paymentWizard .header .tabButton .tabBtnBGPart.start {
    background-position: left top;
    position: absolute
}

div#paymentWizard .header li.active .tabButton .tabBtnBGPart.start {
    background-position: left top;
    position: absolute
}

div#paymentWizard .header .tabButton .tabBtnBGPart.end {
    background-position: right bottom
}

div#paymentWizard .header .tabButton .tabBtnBGPart.middle {
    margin: 0 10px;
    background-position: left center;
    background-repeat: repeat-x
}

div#paymentWizard .header li.active .tabButton .tabBtnBGPart.middle {
    margin: 0 68px
}

div#paymentWizard .header .tabButton .text {
    position: relative;
    font-weight: bold;
    font-size: 14px;
    line-height: 34px;
    color: #f9f9f9;
    overflow: visible;
    padding-left: 9px;
    padding-right: 9px
}

div#paymentWizard .header .active .tabButton .text {
    background: 0
}

div#paymentWizard .header li .tabBorder {
    background-image: url(../../img/dialogBrown/tc.png);
    position: absolute;
    bottom: 0;
    height: 5px;
    left: 2px;
    right: 5px;
    display: block;
    background-repeat: repeat-x
}

div#paymentWizard .header li.active .tabBorder {
    background: 0
}

div#paymentWizard .header .tabButton .tabBtnImgWrapper {
    position: relative
}

div#paymentWizard .header li.active .tabButton .tabBtnBGPart {
    background-image: url(../../img/paymentWizard/tabsActive-ltr.png)
}

div#paymentWizard .header li.active .tabButton {
    height: 78px
}

div#paymentWizard .header li.active .tabButton .text {
    color: #323232
}

div#paymentWizard .header li.active .tabButton .tabBtnImg {
    position: relative;
    background-image: url(../../img/paymentWizard/tabsButtonImages-ltr-ignore.png);
    margin-top: -33px;
    height: 76px;
    width: 107px
}

.ie6 div#paymentWizard .header li.active .tabButton .tabBtnImg {
    background-image: url(../../img/paymentWizard/tabsButtonImages-ltr-ignore.gif)
}

div#paymentWizard .header .tabButton.buyGold .tabBtnImg {
    background-position: left 20px;
    width: 74px
}

div#paymentWizard .header .tabButton.pros .tabBtnImg {
    background-position: left -52px;
    width: 42px
}

div#paymentWizard .header .tabButton.plusSupport .tabBtnImg {
    background-position: left -122px
}

div#paymentWizard .header .tabButton.earnGold .tabBtnImg, div#paymentWizard .header .tabButton.openOrders .tabBtnImg {
    background-position: left -190px
}

div#paymentWizard .accountBalance {
    position: absolute;
    float: right;
    height: 25px;
    top: 30px;
    right: 0;
    font-size: 14px
}

div#paymentWizard .accountBalance span {
    font-weight: bold
}

div#paymentWizard .accountBalance .gold {
    margin: 0 2px 0 5px
}

div#paymentWizard .contentWrapper {
    position: relative;
    margin-top: 38px;
    width: 100%;
    float: right
}

div#paymentWizard .contentArea {
    position: relative;
    float: right;
    width: 594px;
    min-height: 445px
}

div#paymentWizard .iframeArea {
    width: 100%;
    height: 100%;
    text-align: center
}

iframe#paymentWizardIframe {
    border: solid 0;
    width: 840px;
    height: 580px
}

div#paymentWizard .contentWrapper .contentHead {
    float: left;
    margin-bottom: 10px
}

.ie7 div#paymentWizard .contentWrapper .contentHead {
    margin-top: 8px
}

.ie6 div#paymentWizard {
    min-height: 445px;
    height: auto !important;
    height: 445px
}

div#paymentWizard .infoArea {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 269px
}

div#paymentWizard .infoArea .contentBorder-contents {
    height: 430px;
    position: relative
}

div#paymentWizard .paymentWizardDirectionLTR {
    direction: ltr;
    text-align: left
}

div#paymentWizard .paymentWizardDirectionRTL {
    direction: rtl;
    text-align: right
}

div#paymentWizard .contentBorder-tl, div#paymentWizard .contentBorder-tr, div#paymentWizard .contentBorder-tc, div#paymentWizard .contentBorder-bl, div#paymentWizard .contentBorder-br, div#paymentWizard .contentBorder-bc {
    position: absolute;
    background-image: url(../../img/paymentWizard/contentBorderHorizontalEdge-ltr.png)
}

div#paymentWizard .contentBorder-ml, div#paymentWizard .contentBorder-mr {
    position: absolute;
    background-image: url(../../img/paymentWizard/contentBorderVertical-ltr.png)
}

div#paymentWizard .contentBorder-tl, div#paymentWizard .contentBorder-tr, div#paymentWizard .contentBorder-tc {
    top: 0;
    height: 7px
}

div#paymentWizard .contentBorder-bl, div#paymentWizard .contentBorder-br, div#paymentWizard .contentBorder-bc {
    bottom: 0;
    height: 8px
}

div#paymentWizard .contentBorder-tl, div#paymentWizard .contentBorder-tr, div#paymentWizard .contentBorder-bl, div#paymentWizard .contentBorder-br, div#paymentWizard .contentBorder-ml, div#paymentWizard .contentBorder-mr {
    width: 7px
}

div#paymentWizard .contentBorder-tl {
    left: 0
}

div#paymentWizard .contentBorder-tr {
    right: 0;
    background-position: right top
}

div#paymentWizard .contentBorder-tc {
    margin: 0 7px;
    left: 0;
    right: 0;
    background-repeat: repeat-x;
    background-position: left -19px
}

div#paymentWizard .contentBorder-bl {
    left: 0;
    background-position: left bottom
}

div#paymentWizard .contentBorder-br {
    right: 0;
    background-position: right bottom
}

div#paymentWizard .contentBorder-bc {
    margin: 0 7px;
    left: 0;
    right: 0;
    background-repeat: repeat-x;
    background-position: left -36px
}

div#paymentWizard .contentBorder-ml {
    margin: 7px 0 8px 0;
    top: 0;
    bottom: 0;
    left: 0;
    background-repeat: repeat-y;
    background-position: left top
}

div#paymentWizard .contentBorder-mr {
    margin: 7px 0 8px 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-repeat: repeat-y;
    background-position: right top
}

div#paymentWizard .contentBorder-contents {
    margin: 10px 10px 8px
}

.ie7 div#paymentWizard .contentBorder-contents {
    padding-top: 10px
}

div#paymentWizard .buyGoldInfoStep {
    position: relative;
    width: 241px;
    height: 69px;
    background-image: url(../../img/paymentWizard/infoArrow-ltr.png);
    background-position: left bottom;
    color: #666;
    float: left;
    margin-top: 5px;
    margin-left: 5px
}

div#paymentWizard .buyGoldInfoStep.buyGoldFormStep {
    display: none
}

div#paymentWizard .buyGoldInfoStep.active {
    background-position: left top;
    color: #252525
}

div#paymentWizard .buyGoldInfoStep .buyGoldInfoStepNumber {
    position: absolute;
    font-size: 50px;
    font-weight: bold;
    color: #eae0af;
    line-height: 69px;
    right: 24px
}

div#paymentWizard .buyGoldInfoStep .buyGoldInfoStepLabel {
    margin: 7px 0 0 7px;
    font-size: 15px;
    font-weight: bold
}

div#paymentWizard .buyGoldInfoStep .buyGoldLocation {
    max-width: 160px
}

.ie7 div#paymentWizard .buyGoldInfoStep .buyGoldLocation {
    width: expression(this.scrollWidth>"160" ? "160px":"auto")
}

div#paymentWizard .buyGoldInfoStep .buyGoldInfoStepContent {
    margin: 5px 0 0 19px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden
}

div#paymentWizard .buyGoldInfoStep .buyGoldInfoStepFooter {
    margin: 3px 0 0 19px;
    font-size: 13px
}

div#paymentWizard .buyGoldFooter .footerItem a, div#paymentWizard .buyGoldInfoStep .buyGoldInfoStepFooter a {
    background-image: url(../../img/pager/next-ltr.png);
    background-position: left 4px;
    padding-left: 8px;
    margin-left: 10px
}

div#paymentWizard .infoArea .locationStep {
    margin-top: 3px
}

div#paymentWizard .buyGoldFooter {
    position: absolute;
    bottom: 11px;
    left: 0;
    right: 0;
    font-size: 13px
}

.ie6 div#paymentWizard .buyGoldFooter {
    bottom: auto;
    position: relative
}

div#paymentWizard .buyGoldFooter .footNotes {
    font-style: italic
}

div#paymentWizard .buyGoldFooter .footerItem {
    margin-top: 10px;
    margin-left: 5px
}

div#paymentWizard .header ul, div#paymentWizard .header ul li {
    direction: ltr !important
}

.goldProduct, .paymentWizardDirectionLTR .goldProduct {
    position: relative;
    float: left;
    width: 136px;
    height: 190px;
    background-image: url(../../img/paymentWizard/goldProduct-ltr.png);
    background-position: left top;
    cursor: pointer;
    margin-left: 6px;
    margin-top: 6px
}

.paymentWizardDirectionRTL .goldProduct {
    float: right;
    background-image: url(../../img/paymentWizard/goldProduct-rtl.png);
    background-position: right top
}

.goldProduct:hover, .paymentWizardDirectionLTR .goldProduct:hover {
    background-position: left center
}

.goldProduct:active, .paymentWizardDirectionLTR .goldProduct:active {
    background-position: left bottom
}

.paymentWizardDirectionRTL .goldProduct:hover {
    background-position: right center
}

.paymentWizardDirectionRTL .goldProduct:active {
    background-position: right bottom
}

.goldProduct .goldProductContentWrapper {
    position: relative;
    margin: 11px;
    width: 114px;
    height: 168px;
    overflow: hidden
}

.goldProduct .goldProductContentWrapper .goldProductImageWrapper {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center
}

.goldProduct .goldProductTextWrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #574e39
}

.ie6 .goldProduct .goldProductTextWrapper {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto
}

.goldProduct .goldProductTextWrapper .goldUnitsTypeText {
    font-size: 16px
}

.goldProduct .goldProductTextWrapper .goldUnits {
    font-size: 34px;
    line-height: 30px
}

.goldProduct .goldProductTextWrapper .footerLine {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-top: 1px solid #bbb49c;
    color: #3c3c3c;
    font-size: 13px
}

.goldProduct .goldProductTextWrapper .voucher {
    font-weight: bold
}

div#paymentWizard .providerLink {
    color: #252525;
    font-weight: normal;
    display: block;
    margin: 0 7px
}

div#paymentWizard .providerLink .providerContent {
    font-size: 12px;
    min-height: 125px
}

.ie7 div#paymentWizard .providerLink .providerContent {
    min-height: 145px
}

div#paymentWizard .paymentWizardDirectionLTR .providerLink .providerContent {
    margin-left: 122px;
    margin-bottom: 15px
}

div#paymentWizard .paymentWizardDirectionRTL .providerLink .providerContent {
    margin-right: 122px
}

div#paymentWizard .providerLink .providerContent h3 {
    margin-top: 9px;
    margin-bottom: 7px;
    font-size: 13px
}

div#paymentWizard .providerLink .providerContent p {
    margin: 8px 0
}

div#paymentWizard .providerLink .providerContent .error {
    font-size: 11px
}

div#paymentWizard .providerLink .selectedGoldPacket {
    position: absolute;
    top: 1px;
    bottom: 3px;
    width: 114px;
    text-align: center;
    font-size: 10px;
    background-image: url(../../img/paymentWizard/providerBGGradient.png);
    background-repeat: repeat-y
}

div#paymentWizard .paymentWizardDirectionLTR .providerLink .selectedGoldPacket {
    left: 1px;
    border-right: 1px solid #bbb49c
}

div#paymentWizard .paymentWizardDirectionRTL .providerLink .selectedGoldPacket {
    right: 1px;
    border-left: 1px solid #bbb49c
}

div#paymentWizard .providerLink .selectedGoldPacket img {
    margin-top: 19px
}

div#paymentWizard .providerLink.inactive .selectedGoldPacket {
    background: 0
}

div#paymentWizard .paymentWizardDirectionLTR .providerLink .boxes.paymentProvider .boxes-tl, div#paymentWizard .paymentWizardDirectionLTR .providerLink .boxes.paymentProvider .boxes-tr, div#paymentWizard .paymentWizardDirectionLTR .providerLink .boxes.paymentProvider .boxes-tc, div#paymentWizard .paymentWizardDirectionLTR .providerLink .boxes.paymentProvider .boxes-bl, div#paymentWizard .paymentWizardDirectionLTR .providerLink .boxes.paymentProvider .boxes-br, div#paymentWizard .paymentWizardDirectionLTR .providerLink .boxes.paymentProvider .boxes-bc {
    background-image: url(../../img/paymentWizard/providerBorders-ltr.png)
}

div#paymentWizard .paymentWizardDirectionLTR .providerLink .boxes.paymentProvider .boxes-ml, div#paymentWizard .paymentWizardDirectionLTR .providerLink .boxes.paymentProvider .boxes-mr {
    background-image: url(../../img/paymentWizard/providerBordersVerticalActive-ltr.png)
}

div#paymentWizard .paymentWizardDirectionRTL .providerLink .boxes.paymentProvider .boxes-tl, div#paymentWizard .paymentWizardDirectionRTL .providerLink .boxes.paymentProvider .boxes-tr, div#paymentWizard .paymentWizardDirectionRTL .providerLink .boxes.paymentProvider .boxes-tc, div#paymentWizard .paymentWizardDirectionRTL .providerLink .boxes.paymentProvider .boxes-bl, div#paymentWizard .paymentWizardDirectionRTL .providerLink .boxes.paymentProvider .boxes-br, div#paymentWizard .paymentWizardDirectionRTL .providerLink .boxes.paymentProvider .boxes-bc {
    background-image: url(../../img/paymentWizard/providerBorders-rtl.png)
}

div#paymentWizard .paymentWizardDirectionRTL .providerLink .boxes.paymentProvider .boxes-ml, div#paymentWizard .paymentWizardDirectionRTL .providerLink .boxes.paymentProvider .boxes-mr {
    background-image: url(../../img/paymentWizard/providerBordersVerticalActive-rtl.png)
}

div#paymentWizard .providerLink .boxes.paymentProvider .boxes-tl {
    background-position: left -84px
}

div#paymentWizard .providerLink .boxes.paymentProvider .boxes-tr {
    background-position: right -84px
}

div#paymentWizard .providerLink .boxes.paymentProvider .boxes-tc {
    background-position: left -126px;
    background-repeat: repeat-x
}

div#paymentWizard .providerLink .boxes.paymentProvider .boxes-bl {
    background-position: left -105px
}

div#paymentWizard .providerLink .boxes.paymentProvider .boxes-br {
    background-position: right -105px
}

div#paymentWizard .providerLink .boxes.paymentProvider .boxes-bc {
    background-position: left -147px;
    background-repeat: repeat-x
}

div#paymentWizard .providerLink .boxes.paymentProvider .boxes-ml {
    background-position: left 0
}

div#paymentWizard .providerLink .boxes.paymentProvider .boxes-mr {
    background-position: right 0
}

div#paymentWizard .providerLink .boxes.paymentProvider .boxes-mc {
    background: 0;
    background-color: #fbf8ec
}

div#paymentWizard .paymentWizardDirectionLTR .providerLink:hover .boxes.paymentProvider .boxes-ml, div#paymentWizard .paymentWizardDirectionLTR .providerLink:hover .boxes.paymentProvider .boxes-mr {
    background-image: url(../../img/paymentWizard/providerBordersVerticalHover-ltr.png)
}

div#paymentWizard .paymentWizardDirectionRTL .providerLink:hover .boxes.paymentProvider .boxes-ml, div#paymentWizard .paymentWizardDirectionRTL .providerLink:hover .boxes.paymentProvider .boxes-mr {
    background-image: url(../../img/paymentWizard/providerBordersVerticalHover-rtl.png)
}

div#paymentWizard .providerLink:hover .boxes.paymentProvider .boxes-tl {
    background-position: left 0
}

div#paymentWizard .providerLink:hover .boxes.paymentProvider .boxes-tr {
    background-position: right 0
}

div#paymentWizard .providerLink:hover .boxes.paymentProvider .boxes-tc {
    background-position: left -42px;
    background-repeat: repeat-x
}

div#paymentWizard .providerLink:hover .boxes.paymentProvider .boxes-bl {
    background-position: left -21px
}

div#paymentWizard .providerLink:hover .boxes.paymentProvider .boxes-br {
    background-position: right -21px
}

div#paymentWizard .providerLink:hover .boxes.paymentProvider .boxes-bc {
    background-position: left -63px;
    background-repeat: repeat-x
}

div#paymentWizard .providerLink:hover .boxes.paymentProvider .boxes-mc {
    background: 0;
    background-color: #f8f1d0
}

div#paymentWizard .paymentWizardDirectionLTR .providerLink:active .boxes.paymentProvider .boxes-ml, div#paymentWizard .paymentWizardDirectionLTR .providerLink:active .boxes.paymentProvider .boxes-mr {
    background-image: url(../../img/paymentWizard/providerBordersVerticalDown-ltr.png)
}

div#paymentWizard .paymentWizardDirectionRTL .providerLink:active .boxes.paymentProvider .boxes-ml, div#paymentWizard .paymentWizardDirectionRTL .providerLink:active .boxes.paymentProvider .boxes-mr {
    background-image: url(../../img/paymentWizard/providerBordersVerticalDown-rtl.png)
}

div#paymentWizard .providerLink:active .boxes.paymentProvider .boxes-tl {
    background-position: left -168px
}

div#paymentWizard .providerLink:active .boxes.paymentProvider .boxes-tr {
    background-position: right -168px
}

div#paymentWizard .providerLink:active .boxes.paymentProvider .boxes-tc {
    background-position: left -210px;
    background-repeat: repeat-x
}

div#paymentWizard .providerLink:active .boxes.paymentProvider .boxes-bl {
    background-position: left -189px
}

div#paymentWizard .providerLink:active .boxes.paymentProvider .boxes-br {
    background-position: right -189px
}

div#paymentWizard .providerLink:active .boxes.paymentProvider .boxes-bc {
    background-position: left -231px;
    background-repeat: repeat-x
}

div#paymentWizard .providerLink:active .boxes.paymentProvider .boxes-mc {
    background: 0;
    background-color: #ede5be
}

div#paymentWizard .paymentWizardDirectionLTR .providerLink.inactive .boxes.paymentProvider .boxes-ml, div#paymentWizard .paymentWizardDirectionLTR .providerLink.inactive .boxes.paymentProvider .boxes-mr {
    background-image: url(../../img/paymentWizard/providerBordersVerticalInactive-ltr.png)
}

div#paymentWizard .paymentWizardDirectionRTL .providerLink.inactive .boxes.paymentProvider .boxes-ml, div#paymentWizard .paymentWizardDirectionRTL .providerLink.inactive .boxes.paymentProvider .boxes-mr {
    background-image: url(../../img/paymentWizard/providerBordersVerticalInactive-rtl.png)
}

div#paymentWizard .providerLink.inactive .boxes.paymentProvider .boxes-tl, div#paymentWizard .providerLink.inactive .boxes.paymentProvider .boxes-tl {
    background-position: left -252px
}

div#paymentWizard .providerLink.inactive .boxes.paymentProvider .boxes-tr {
    background-position: right -252px
}

div#paymentWizard .providerLink.inactive .boxes.paymentProvider .boxes-tc {
    background-position: left -294px;
    background-repeat: repeat-x
}

div#paymentWizard .providerLink.inactive .boxes.paymentProvider .boxes-bl {
    background-position: left -273px
}

div#paymentWizard .providerLink.inactive .boxes.paymentProvider .boxes-br {
    background-position: right -273px
}

div#paymentWizard .providerLink.inactive .boxes.paymentProvider .boxes-bc {
    background-position: left -315px;
    background-repeat: repeat-x
}

div#paymentWizard .providerLink.inactive .boxes.paymentProvider .boxes-mc {
    background: 0;
    background-color: #d9d5c1
}

div#paymentWizard.plusSupport, div#paymentWizard.earnGold {
    font-size: 13px
}

div#paymentWizard div.boxes-contents {
    margin-top: 10px
}

div#paymentWizard.earnGold .contentArea .earnGoldPage {
    display: none
}

div#paymentWizard.plusSupport .infoArea img.mentor {
    position: absolute;
    width: 253px;
    height: 430px;
    background-image: url('../../img/paymentWizard/mentorBig-ltr.png');
}

div#paymentWizard.plusSupport .infoArea img.mentor.vid_1 {
    background-position: 0 0;
}

div#paymentWizard.plusSupport .infoArea img.mentor.vid_2 {
    background-position: 0 -430px;
}

div#paymentWizard.plusSupport .infoArea img.mentor.vid_3 {
    background-position: 0 -860px;
}

div#paymentWizard.plusSupport .infoArea img.mentor.vid_6 {
    background-position: 0 -1290px;
}

div#paymentWizard.plusSupport .infoArea img.mentor.vid_7 {
    background-position: 0 -1720px;
}


div#paymentWizard.plusSupport .contentArea .plusSupportFooter, div#paymentWizard.earnGold .infoArea .footer {
    position: absolute;
    bottom: 15px;
    left: 10px;
    right: 10px
}

.ie6 div#paymentWizard.plusSupport .contentArea .plusSupportFooter {
    position: absolute !important;
    bottom: 15px;
    left: 0;
    right: 0;
    top: 300px
}

div#paymentWizard.plusSupport .contentArea .plusSupportFooter .hint {
    margin: 0 17px;
    font-style: italic
}

div#paymentWizard.earnGold .contentArea .receiverBlock {
    margin: 0 12px
}

div#paymentWizard.earnGold .contentArea .receiverLinkLine, div#paymentWizard.earnGold .contentArea .receiverLine {
    margin: 6px 0
}

div#paymentWizard.earnGold .contentArea .receiverLine input {
    margin-left: 5px
}

div#paymentWizard.pros .infoArea .premiumFeatureDescription, div#paymentWizard.earnGold .infoArea .howToDescription {
    margin: 0 12px
}

div#paymentWizard.pros .infoArea .premiumFeatureDescription p {
    font-size: 12px
}

div#paymentWizard.earnGold .infoArea .howToDescription .goldReward {
    white-space: nowrap
}

div#paymentWizard.earnGold .infoArea .howToDescription .amount {
    font-weight: bold
}

div#paymentWizard.plusSupport .contentArea h5, div#paymentWizard.earnGold .contentArea .roundedContentBox h5 {
    color: #666;
    font-weight: bold;
    margin: 6px 7px
}

div#paymentWizard.earnGold .contentArea .roundedContentBox.red h5 {
    color: #de0000
}

div#paymentWizard.earnGold .contentArea .roundedContentBox.red .boxContent {
    color: #de0000
}

div#paymentWizard.earnGold .contentArea .buttonLine, div#paymentWizard.earnGold .contentArea .message, div#paymentWizard.earnGold .contentArea .messageLine {
    margin: 10px 5px
}

div#paymentWizard.earnGold .contentArea .message textarea {
    width: 100%
}

div#paymentWizard.earnGold .contentArea .buttonLine .earnGoldSendMailCancel {
    float: left
}

div#paymentWizard.earnGold .contentArea .buttonLine .earnGoldSendMailSubmit {
    float: right
}

div#paymentWizard.earnGold .contentArea .messageLine {
    font-weight: bold
}

div#paymentWizard.earnGold .contentArea .messageLine .green {
    color: #99c01a
}

div#paymentWizard .contentArea .roundedContentBox {
    margin: 1px 10px;
    width: 559px
}

div#paymentWizard .contentArea .roundedContentBox .boxContent {
    margin: 0 14px
}

div#paymentWizard .contentArea .roundedContentBox .footer {
    margin: 5px 14px 10px 14px
}

div#paymentWizard .contentArea .roundedContentBox .footer a, div#paymentWizard.earnGold .infoArea .footer a, div#paymentWizard.earnGold .contentArea a {
    background-image: url(../../img/pager/next-ltr.png);
    background-position: left 4px;
    padding-left: 8px
}

div#paymentWizard.plusSupport .roundedContentBox .boxes-tl, div#paymentWizard.plusSupport .roundedContentBox .boxes-tr, div#paymentWizard.plusSupport .roundedContentBox .boxes-tc, div#paymentWizard.plusSupport .roundedContentBox .boxes-bl, div#paymentWizard.plusSupport .roundedContentBox .boxes-br, div#paymentWizard.plusSupport .roundedContentBox .boxes-bc, div#paymentWizard.earnGold .roundedContentBox .boxes-tl, div#paymentWizard.earnGold .roundedContentBox .boxes-tr, div#paymentWizard.earnGold .roundedContentBox .boxes-tc, div#paymentWizard.earnGold .roundedContentBox .boxes-bl, div#paymentWizard.earnGold .roundedContentBox .boxes-br, div#paymentWizard.earnGold .roundedContentBox .boxes-bc {
    background-image: url(../../img/paymentWizard/providerBorders-ltr.png)
}

div#paymentWizard.plusSupport .roundedContentBox .boxes-ml, div#paymentWizard.plusSupport .roundedContentBox .boxes-mr, div#paymentWizard.earnGold .roundedContentBox .boxes-ml, div#paymentWizard.earnGold .roundedContentBox .boxes-mr {
    background-image: url(../../img/paymentWizard/providerBordersVerticalHover-ltr.png)
}

div#paymentWizard.plusSupport .roundedContentBox .boxes-tl, div#paymentWizard.earnGold .roundedContentBox .boxes-tl {
    background-position: left 0
}

div#paymentWizard.plusSupport .roundedContentBox .boxes-tr, div#paymentWizard.earnGold .roundedContentBox .boxes-tr {
    background-position: right 0
}

div#paymentWizard.plusSupport .roundedContentBox .boxes-tc, div#paymentWizard.earnGold .roundedContentBox .boxes-tc {
    background-position: left -42px;
    background-repeat: repeat-x
}

div#paymentWizard.plusSupport .roundedContentBox .boxes-bl, div#paymentWizard.earnGold .roundedContentBox .boxes-bl {
    background-position: left -21px
}

div#paymentWizard.plusSupport .roundedContentBox .boxes-br, div#paymentWizard.earnGold .roundedContentBox .boxes-br {
    background-position: right -21px
}

div#paymentWizard.plusSupport .roundedContentBox .boxes-bc, div#paymentWizard.earnGold .roundedContentBox .boxes-bc {
    background-position: left -63px;
    background-repeat: repeat-x
}

div#paymentWizard.plusSupport .roundedContentBox .boxes-mc, div#paymentWizard.earnGold .roundedContentBox .boxes-mc {
    background: 0;
    background-color: #f8f1d0
}

div#paymentWizard.plusSupport .roundedContentBox .boxes-mr, div#paymentWizard.earnGold .roundedContentBox .boxes-mr {
    background-position: right 0
}

div#paymentWizard table, div#paymentWizard tr, div#paymentWizard td {
    border-collapse: collapse;
    background-color: #f8f1d0;
    border: 1px solid #ad9251;
    text-align: center
}

div#paymentWizard table thead, div#paymentWizard table thead tr, div#paymentWizard table thead td, div#paymentWizard table thead th {
    background-color: #99c01a;
    border: 1px solid #646464;
    color: #fff;
    font-weight: bold
}

div#paymentWizard.earnGold .earnGoldAdvertisedPersonsList .paginator {
    margin: 10px 2px;
    float: right
}

div#paymentWizard.earnGold .earnGoldAdvertisedPersonsList .paginator a {
    background-image: none;
    padding-left: 0
}

div#paymentWizard.pros .infoArea img {
    width: 124px;
    height: 120px;
    position: no-repeat center;
    bottom: 17px;
    left: 12px
}

.ie6 div#paymentWizard.pros .infoArea img {
    position: no-repeat center;
    margin: 10px 0
}

div#paymentWizard.pros .infoArea img.prosProductionboostWoodImage {
    background-image: url(../../img/paymentWizard/prosProductionboostWoodImage.png)
}

div#paymentWizard.pros .infoArea img.prosProductionboostClayImage {
    background-image: url(../../img/paymentWizard/prosProductionboostClayImage.png)
}

div#paymentWizard.pros .infoArea img.prosProductionboostIronImage {
    background-image: url(../../img/paymentWizard/prosProductionboostIronImage.png)
}

div#paymentWizard.pros .infoArea img.prosProductionboostCropImage {
    background-image: url(../../img/paymentWizard/prosProductionboostCropImage.png)
}

div#paymentWizard.pros .infoArea img.prosPlusImage {
    background-image: url(../../img/paymentWizard/prosPlusImage.png)
}

div#paymentWizard.pros .infoArea img.prosGoldclubImage {
    background-image: url(../../img/paymentWizard/prosGoldclubimage.png)
}

div#paymentWizard .paymentPopupDialogWrapper {
    width: 100%;
    margin: 0 auto
}

div#paymentWizard .paymentPopupDialogWrapper #featureCollection {
    margin-top: 25px
}

div#paymentWizard .feature {
    width: 560px
}

div#paymentWizard .feature .featureContent {
    width: 547px
}

div#paymentWizard .featureCollection .premiumFeatureProductionBoost {
    margin-bottom: -1px
}

div#paymentWizard .feature .dynamicContent {
    position: absolute;
    top: 2px;
    left: -20px
}

div#paymentWizard .feature .dynamicContent .highlightArrow {
    width: 30px;
    height: 52px;
    background: url("../../img/paymentWizard/prosArrow-ltr.png");
    margin-left: -10px
}

#paymentWizardContainer #paymentWizard {
    width: 884px
}

#paymentWizardContainer #paymentWizard .infoArea {
    width: 245px;
    padding: 10px;
    border: solid 1px #ccbb8f;
    border-radius: 5px
}

#paymentWizardContainer #paymentWizard .contentArea {
    width: 578px;
    padding: 10px;
    border: solid 1px #ccbb8f;
    border-radius: 5px
}

#paymentWizardContainer #paymentWizard .feature {
    width: 576px
}

#paymentWizardContainer #paymentWizard .feature .featureContent {
    width: 559px
}

#paymentWizardContainer #paymentWizard .contentArea .roundedContentBox {
    width: 561px
}

#paymentWizardContainer #paymentWizard h1 {
    font-size: 15px
}

.headerPlayerInfo {
    position: absolute;
    right: 0;
    top: 30px
}

.headerPlayerInfo div {
    float: left
}

.headerPlayerInfo #locationSelector {
    font-size: 14px;
    font-weight: bold
}

.headerPlayerInfo .accountBalance, div#paymentWizard .accountBalance.v2 {
    position: relative;
    top: 0;
    margin-left: 10px
}

#paymentWizardContainer #paymentWizard #packageSlider {
    width: 100%;
    min-height: 250px;
    box-sizing: border-box;
    border-top: solid 3px #ddd9ce;
    border-bottom: solid 3px #ddd9ce;
    padding: 6px 10px 0;
    margin-bottom: 10px
}

.slideArea {
    width: 26px;
    height: 215px;
    position: absolute;
    cursor: pointer
}

.slideArea.inactive {
    cursor: default
}

.slideArea div {
    width: 26px;
    height: 44px;
    position: absolute;
    top: 50%;
    margin-top: -22px
}

.slideArea .arrowL {
    background: url(../../img/layout/arrowL-ltr.png) no-repeat 0 -44px
}

.slideArea .arrowR {
    background: url(../../img/layout/arrowR-ltr.png) no-repeat 0 -44px
}

.slideArea:hover div {
    opacity: .8
}

.slideArea.inactive:hover div {
    opacity: 1;
    cursor: default
}

.slideArea:active div {
    opacity: 1
}

.slideArea.inactive div {
    background-position: 0 0
}

#packageSlider .slideArea.area2 {
    position: absolute;
    right: 0
}

#paymentWizardContainer #paymentWizard #packageSlider .slidingContentOuter {
    width: 90%;
    overflow: hidden;
    margin-left: 5%;
    height: 231px
}

#paymentWizardContainer #paymentWizard #packageSlider .slidingContentInner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 250px;
    width: 99999%
}

#paymentWizardContainer #paymentWizard #packageSlider .slidingContent {
    position: relative;
    margin-left: auto;
    margin-right: auto
}

#paymentWizardContainer #paymentWizard #packageSlider .productsPage {
    width: 780px;
    transition-duration: 500ms;
    position: relative;
    float: left;
    display: table;
    text-align: center
}

#paymentWizardContainer #paymentWizard #packageSlider .productsPage.visible {
    opacity: 1
}

#paymentWizardContainer #paymentWizard #packageSlider .productsPage.hidden {
    opacity: 0;
    cursor: default;
    pointer-events: none
}

#paymentWizardContainer #paymentWizard #packageSlider .package, #smallestPackageData .package {
    border: solid 3px #ddd9ce;
    margin-left: 10px;
    background-color: #faf5e1;
    position: relative;
    transition-duration: 500ms;
    cursor: pointer;
    opacity: 1;
    display: inline-block;
    vertical-align: bottom
}

#paymentWizardContainer #paymentWizard #packageSlider .package:hover {
    box-shadow: 0 0 5px #b3b3b3
}

#paymentWizardContainer #paymentWizard #packageSlider .fakeProductHelper {
    height: 210px;
    display: inline-block;
    vertical-align: bottom
}

#paymentWizardContainer #paymentWizard #packageSlider .package.size1, #smallestPackageData .package.size1 {
    width: 148px;
    height: 210px
}

#smallestPackageData .package.size1 {
    margin-left: 0;
    cursor: default
}

#paymentWizardContainer #paymentWizard #packageSlider .package.size2 {
    width: 139px;
    height: 197px
}

#paymentWizardContainer #paymentWizard #packageSlider .package.size3 {
    width: 131px;
    height: 187px
}

#paymentWizardContainer #paymentWizard #packageSlider .package.size4 {
    width: 122px;
    height: 177px
}

#paymentWizardContainer #paymentWizard #packageSlider .package.size5 {
    width: 118px;
    height: 172px
}

#paymentWizardContainer #paymentWizard #packageSlider .package.placeholder {
    width: 118px;
    height: 172px;
    border: 0;
    background-color: transparent;
    pointer-events: none
}

#paymentWizardContainer #paymentWizard #packageSlider .productsPage .package:nth-child(2) {
    margin-left: 0 !important
}

#paymentWizardContainer #paymentWizard #packageSlider .package.visible {
    opacity: 1
}

#paymentWizardContainer #paymentWizard #packageSlider .package.selected {
    box-shadow: 0 0 5px #0ab507;
    border-color: rgba(10, 181, 7, 0.38);
    cursor: default
}

#paymentWizardContainer #paymentWizard #packageSlider .package.hideForLoading {
    opacity: 0
}

#paymentWizardContainer #paymentWizard #packageSlider .goldProductImageWrapper, #smallestPackageData .package .goldProductImageWrapper {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 25px;
    z-index: 1
}

#paymentWizardContainer #paymentWizard #packageSlider .goldProductImageWrapper img, #smallestPackageData .package .goldProductImageWrapper img {
    max-width: 100%
}

#paymentWizardContainer #paymentWizard #packageSlider .goldProductTextWrapper, #smallestPackageData .package .goldProductTextWrapper {
    text-align: center;
    color: #574e39;
    position: relative;
    z-index: 2;
    height: 100%
}

#paymentWizardContainer #paymentWizard #packageSlider .goldProductTextWrapper .goldUnits, #smallestPackageData .package .goldProductTextWrapper .goldUnits {
    padding-top: 15px;
    font-size: 38px;
    line-height: 30px
}

#paymentWizardContainer #paymentWizard #packageSlider .package.size1 .goldProductTextWrapper .goldUnits, #smallestPackageData .package.size1 .goldProductTextWrapper .goldUnits {
    font-size: 38px
}

#paymentWizardContainer #paymentWizard #packageSlider .package.size2 .goldProductTextWrapper .goldUnits {
    font-size: 36px
}

#paymentWizardContainer #paymentWizard #packageSlider .package.size3 .goldProductTextWrapper .goldUnits {
    font-size: 34px
}

#paymentWizardContainer #paymentWizard #packageSlider .package.size4 .goldProductTextWrapper .goldUnits {
    font-size: 32px
}

#paymentWizardContainer #paymentWizard #packageSlider .package.size5 .goldProductTextWrapper .goldUnits {
    font-size: 30px
}

#paymentWizardContainer #paymentWizard #packageSlider .package.size6 .goldProductTextWrapper .goldUnits {
    font-size: 28px
}

#paymentWizardContainer #paymentWizard #packageSlider .goldProductTextWrapper .goldUnitsTypeText, #smallestPackageData .package .goldProductTextWrapper .goldUnitsTypeText {
    font-size: 22px;
    padding-top: 15px
}

#paymentWizardContainer #paymentWizard #packageSlider .package.size1 .goldProductTextWrapper .goldUnitsTypeText {
    font-size: 22px
}

#paymentWizardContainer #paymentWizard #packageSlider .package.size2 .goldProductTextWrapper .goldUnitsTypeText {
    font-size: 20px;
    padding-top: 14px
}

#paymentWizardContainer #paymentWizard #packageSlider .package.size3 .goldProductTextWrapper .goldUnitsTypeText {
    font-size: 18px;
    padding-top: 11px
}

#paymentWizardContainer #paymentWizard #packageSlider .package.size4 .goldProductTextWrapper .goldUnitsTypeText {
    font-size: 16px;
    padding-top: 9px
}

#paymentWizardContainer #paymentWizard #packageSlider .package.size5 .goldProductTextWrapper .goldUnitsTypeText {
    font-size: 14px;
    padding-top: 7px
}

#paymentWizardContainer #paymentWizard #packageSlider .package.size6 .goldProductTextWrapper .goldUnitsTypeText {
    font-size: 12px;
    padding-top: 4px
}

#paymentWizardContainer #paymentWizard #packageSlider .goldProductTextWrapper .footerLine, #smallestPackageData .package .goldProductTextWrapper .footerLine {
    width: 100%;
    position: absolute;
    bottom: 5px;
    font-size: 16px
}

#paymentWizardContainer #paymentWizard #packageSlider .package.size1 .goldProductTextWrapper .footerLine {
    font-size: 16px
}

#paymentWizardContainer #paymentWizard #packageSlider .package.size2 .goldProductTextWrapper .footerLine {
    font-size: 15px
}

#paymentWizardContainer #paymentWizard #packageSlider .package.size3 .goldProductTextWrapper .footerLine {
    font-size: 14px
}

#paymentWizardContainer #paymentWizard #packageSlider .package.size4 .goldProductTextWrapper .footerLine {
    font-size: 13px
}

#paymentWizardContainer #paymentWizard #packageSlider .package.size5 .goldProductTextWrapper .footerLine {
    font-size: 12px
}

#paymentWizardContainer #paymentWizard #packageSlider .package.size6 .goldProductTextWrapper .footerLine {
    font-size: 11px
}

#paymentWizardContainer #paymentWizard .priceNotificationBox {
    float: right;
    padding-top: 5px
}

#paymentWizardContainer #paymentWizard #paymentMethodsSlider {
    width: 550px;
    box-sizing: border-box;
    padding: 0 10px 0;
    min-height: 190px;
    float: left
}

#paymentMethodsSlider .loading {
    position: absolute;
    width: 526px;
    height: 169px;
    background: url(../../img/misc/loading.gif) no-repeat center;
    z-index: 2
}

#paymentWizardContainer #paymentWizard #paymentMethodsSlider .slidingContentOuter {
    margin-left: 40px;
    width: 454px;
    height: 170px;
    overflow: hidden;
    padding-top: 4px;
    padding-bottom: 4px
}

#paymentWizardContainer #paymentWizard #paymentMethodsSlider .slidingContentInner {
    width: 99999%
}

#paymentWizardContainer #paymentWizard #paymentMethodsSlider .methodsPage {
    width: 444px;
    transition-duration: 500ms;
    position: relative;
    float: left
}

#paymentWizardContainer #paymentWizard #paymentMethodsSlider .methodsPage.visible {
    opacity: 1
}

#paymentWizardContainer #paymentWizard #paymentMethodsSlider .methodsPage.hidden {
    opacity: 0;
    cursor: default;
    pointer-events: none
}

#paymentWizardContainer #paymentWizard #paymentMethodsSlider .methodItem {
    width: 100px;
    height: 67px;
    float: left;
    margin-bottom: 23px;
    margin-left: 5px;
    border: solid 3px #ddd9ce;
    background-color: #faf5e1;
    transition-duration: 500ms;
    text-align: center;
    cursor: pointer
}

#paymentWizardContainer #paymentWizard #paymentMethodsSlider .methodItem img {
    width: 85px;
    height: 34px;
    margin-top: 16px
}

#paymentWizardContainer #paymentWizard #paymentMethodsSlider .methodItem:hover {
    box-shadow: 0 0 5px #b3b3b3
}

#paymentWizardContainer #paymentWizard #paymentMethodsSlider .methodItem.selected {
    box-shadow: 0 0 5px #0ab507;
    border-color: rgba(10, 181, 7, 0.38);
    cursor: default
}

#paymentWizardContainer #paymentWizard #paymentMethodsSlider .methodItem.inactive {
    opacity: .5;
    cursor: not-allowed
}

#paymentWizardContainer #paymentWizard #paymentMethodsSlider .methodItem.defect {
    opacity: .5;
    box-shadow: 0 0 50px #b52828 inset;
    cursor: not-allowed
}

#paymentWizardContainer #paymentWizard #paymentMethodsSlider .slideArea {
    width: 47px;
    height: 168px;
    position: absolute;
    cursor: pointer
}

#paymentWizardContainer #paymentWizard #paymentMethodsSlider .slideArea.inactive {
    cursor: default
}

#paymentWizardContainer #paymentWizard #paymentMethodsSlider .slideArea div {
    width: 26px;
    height: 44px;
    position: absolute;
    top: 50%;
    margin-top: -22px
}

#paymentWizardContainer #paymentWizard #paymentMethodsSlider .slideArea .arrowL {
    background: url(../../img/layout/arrowL-ltr.png) no-repeat 0 -44px
}

#paymentWizardContainer #paymentWizard #paymentMethodsSlider .slideArea .arrowR {
    background: url(../../img/layout/arrowR-ltr.png) no-repeat 0 -44px
}

#paymentWizardContainer #paymentWizard #paymentMethodsSlider .slideArea:hover div {
    opacity: .8
}

#paymentWizardContainer #paymentWizard #paymentMethodsSlider .slideArea.inactive:hover div {
    opacity: 1
}

#paymentWizardContainer #paymentWizard #paymentMethodsSlider .slideArea:active div {
    opacity: 1
}

#paymentWizardContainer #paymentWizard #paymentMethodsSlider .slideArea.inactive div {
    background-position: 0 0
}

#paymentWizardContainer #paymentWizard #paymentMethodsSlider .slideArea.area2 {
    position: absolute;
    margin-left: 500px
}

#paymentWizardContainer #paymentWizard #overview {
    float: left;
    width: 334px;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 9px;
    position: relative;
    border-left: solid 3px #ddd9ce
}

#paymentWizardContainer #paymentWizard #overview .resultBox {
    width: 100%;
    min-height: 173px;
    padding: 10px;
    border: solid 3px #ddd9ce;
    background-color: #faf5e1;
    margin: 0 auto;
    box-sizing: border-box
}

#paymentWizardContainer #paymentWizard #overview .resultBox tr {
    background-color: transparent;
    border: 0
}

#paymentWizardContainer #paymentWizard #overview .resultBox td {
    background-color: transparent;
    border: 0;
    text-align: left;
    font-weight: bold;
    font-size: 130%;
    padding: 10px 10px 5px
}

#paymentWizardContainer #paymentWizard #overview .resultBox td:nth-child(2) {
    text-align: right
}

#paymentWizardContainer #paymentWizard #overview .resultBox tr:first-child td {
    padding-bottom: 30px
}

#paymentWizardContainer #paymentWizard #overview .resultBox tr:nth-last-of-type(2) {
    border-top: solid 2px #ddd9ce;
    border-bottom: solid 2px #ddd9ce
}

#paymentWizardContainer #paymentWizard #overview .resultBox tr:last-of-type td {
    text-align: right
}

#paymentWizardContainer #paymentWizard #overview button {
    text-align: left
}

#paymentWizardContainer #paymentWizard #phonePackages {
    width: 550px;
    min-height: 90px;
    float: left;
    position: relative;
    padding: 0 10px 0;
    box-sizing: border-box;
    border-right: solid 3px #ddd0ce
}

#paymentWizardContainer #paymentWizard #phonePackages .package, #paymentWizardContainer #paymentWizard #vouchers .package {
    border: solid 3px #ddd9ce;
    float: left;
    background-color: #faf5e1;
    position: relative;
    transition-duration: 500ms;
    cursor: pointer;
    opacity: 1;
    width: 110px;
    height: 67px;
    margin-left: 5px
}

#paymentWizardContainer #paymentWizard #phonePackages .package:first-of-type {
    margin-left: 45px
}

#paymentWizardContainer #paymentWizard #phonePackages .package:hover, #paymentWizardContainer #paymentWizard #vouchers .package:hover {
    box-shadow: 0 0 5px #b3b3b3
}

#paymentWizardContainer #paymentWizard #phonePackages .package.selected, #paymentWizardContainer #paymentWizard #vouchers .package.selected {
    box-shadow: 0 0 5px #0ab507;
    border-color: rgba(10, 181, 7, 0.38);
    cursor: default
}

#paymentWizardContainer #paymentWizard #phonePackages .goldProductImageWrapper, #paymentWizardContainer #paymentWizard #vouchers .goldProductImageWrapper {
    text-align: left;
    width: 100%;
    position: absolute
}

#paymentWizardContainer #paymentWizard #phonePackages .goldProductImageWrapper img {
    max-width: 51px;
    max-height: 51px;
    margin-top: 8px
}

#paymentWizardContainer #paymentWizard #vouchers .goldProductImageWrapper img {
    max-width: 53%;
    max-height: 67px
}

#paymentWizardContainer #paymentWizard #phonePackages .goldProductTextWrapper, #paymentWizardContainer #paymentWizard #vouchers .goldProductTextWrapper {
    text-align: center;
    color: #574e39;
    width: 60%;
    float: right;
    padding-top: 2px;
    margin-right: 1px;
    position: relative;
    z-index: 2
}

#paymentWizardContainer #paymentWizard #phonePackages .goldProductTextWrapper .goldUnits {
    padding-top: 0;
    font-size: 25px;
    line-height: 25px
}

#paymentWizardContainer #paymentWizard #phonePackages .goldProductTextWrapper .goldUnitsTypeText {
    font-size: 15px;
    padding-top: 0
}

#paymentWizardContainer #paymentWizard #phonePackages .goldProductTextWrapper .footerLine {
    font-size: 10px;
    word-break: break-all;
    font-weight: bold
}

#paymentWizardContainer #paymentWizard #vouchers {
    width: 334px;
    min-height: 102px;
    box-sizing: border-box;
    float: left;
    position: relative;
    padding: 0 10px 0
}

#paymentWizardContainer #paymentWizard #vouchers .package:first-of-type {
    margin-left: 5px
}

#paymentWizardContainer #paymentWizard #vouchers .goldProductTextWrapper .goldUnits, #paymentWizardContainer #paymentWizard #vouchers .goldProductTextWrapper .goldUnitsTypeText, #paymentWizardContainer #paymentWizard #vouchers .goldProductTextWrapper .footerLine {
    display: none
}

#paymentWizardContainer #paymentWizard #vouchers .goldProductTextWrapper {
    max-width: 45%;
    font-weight: bold;
    padding-top: 15px;
    overflow: hidden
}

#openOrders {
    width: 100%;
    min-height: 467px;
    padding: 10px;
    border: solid 1px #ccbb8f;
    border-radius: 5px;
    box-sizing: border-box
}

#paymentWizardContainer #paymentWizard .spaceBorder {
    width: 100%;
    height: 1px;
    border-top: solid 3px #ddd9ce;
    margin-top: 10px;
    margin-bottom: 6px
}

#finishNowDialog ul {
    list-style: none;
    padding: 0;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 10px
}

#finishNowDialog ul li.notPossibleToFinishNow {
    color: #888
}

#finishNowDialog p {
    margin: 0 0 10px
}

#finishNowDialog span.lvl {
    font-size: 12px;
    color: #f88c1f;
    font-weight: bold
}

.ie7 #finishNowDialog .buttonWrapper button.gold, #finishNowDialog .buttonWrapper {
    text-align: center
}

#tileDetails {
    width: 552px
}

.dialog #tileDetails {
    overflow: hidden;
    position: relative
}

#tileDetails .detailImage {
    background-position: 0 0;
    width: 319px;
    min-height: 0;
    padding-top: 218px
}

#tileDetails.landscape .detailImage {
    width: 552px;
    padding-top: 336px
}

#tileDetails.village-1 .detailImage {
    background-image: url(../../img/g/detail/village/f1-ltr.png)
}

#tileDetails.village-2 .detailImage {
    background-image: url(../../img/g/detail/village/f2-ltr.png)
}

#tileDetails.village-3 .detailImage {
    background-image: url(../../img/g/detail/village/f3-ltr.png)
}

#tileDetails.village-4 .detailImage {
    background-image: url(../../img/g/detail/village/f4-ltr.png)
}

#tileDetails.village-5 .detailImage {
    background-image: url(../../img/g/detail/village/f5-ltr.png)
}

#tileDetails.village-6 .detailImage {
    background-image: url(../../img/g/detail/village/f6-ltr.png)
}

#tileDetails.village-7 .detailImage {
    background-image: url(../../img/g/detail/village/f7-ltr.png)
}

#tileDetails.village-8 .detailImage {
    background-image: url(../../img/g/detail/village/f8-ltr.png)
}

#tileDetails.village-9 .detailImage {
    background-image: url(../../img/g/detail/village/f9-ltr.png)
}

#tileDetails.village-10 .detailImage {
    background-image: url(../../img/g/detail/village/f10-ltr.png)
}

#tileDetails.village-11 .detailImage {
    background-image: url(../../img/g/detail/village/f11-ltr.png)
}

#tileDetails.village-12 .detailImage {
    background-image: url(../../img/g/detail/village/f12-ltr.png)
}

#tileDetails.village-13 .detailImage {
    background-image: url(../../img/g/detail/village/f13-ltr.png)
}

#tileDetails.village-99 .detailImage {
    background-image: url(../../img/g/detail/village/f3-ltr.png)
}

#tileDetails.village-1 .detailImage.desert {
    background-image: url(../../img/g/detail/village/d1-ltr.png)
}

#tileDetails.village-2 .detailImage.desert {
    background-image: url(../../img/g/detail/village/d2-ltr.png)
}

#tileDetails.village-3 .detailImage.desert {
    background-image: url(../../img/g/detail/village/d3-ltr.png)
}

#tileDetails.village-4 .detailImage.desert {
    background-image: url(../../img/g/detail/village/d4-ltr.png)
}

#tileDetails.village-5 .detailImage.desert {
    background-image: url(../../img/g/detail/village/d5-ltr.png)
}

#tileDetails.village-6 .detailImage.desert {
    background-image: url(../../img/g/detail/village/d6-ltr.png)
}

#tileDetails.village-7 .detailImage.desert {
    background-image: url(../../img/g/detail/village/d7-ltr.png)
}

#tileDetails.village-8 .detailImage.desert {
    background-image: url(../../img/g/detail/village/d8-ltr.png)
}

#tileDetails.village-9 .detailImage.desert {
    background-image: url(../../img/g/detail/village/d9-ltr.png)
}

#tileDetails.village-10 .detailImage.desert {
    background-image: url(../../img/g/detail/village/d10-ltr.png)
}

#tileDetails.village-11 .detailImage.desert {
    background-image: url(../../img/g/detail/village/d11-ltr.png)
}

#tileDetails.village-12 .detailImage.desert {
    background-image: url(../../img/g/detail/village/d12-ltr.png)
}

#tileDetails.village-99 .detailImage.desert {
    background-image: url(../../img/g/detail/village/d3-ltr.png)
}

#tileDetails.village-1 .detailImage.natars {
    background-image: url(../../img/g/detail/village/natars/f1-ltr.png)
}

#tileDetails.village-2 .detailImage.natars {
    background-image: url(../../img/g/detail/village/natars/f2-ltr.png)
}

#tileDetails.village-3 .detailImage.natars {
    background-image: url(../../img/g/detail/village/natars/f3-ltr.png)
}

#tileDetails.village-4 .detailImage.natars {
    background-image: url(../../img/g/detail/village/natars/f4-ltr.png)
}

#tileDetails.village-5 .detailImage.natars {
    background-image: url(../../img/g/detail/village/natars/f5-ltr.png)
}

#tileDetails.village-6 .detailImage.natars {
    background-image: url(../../img/g/detail/village/natars/f6-ltr.png)
}

#tileDetails.village-7 .detailImage.natars {
    background-image: url(../../img/g/detail/village/natars/f7-ltr.png)
}

#tileDetails.village-8 .detailImage.natars {
    background-image: url(../../img/g/detail/village/natars/f8-ltr.png)
}

#tileDetails.village-9 .detailImage.natars {
    background-image: url(../../img/g/detail/village/natars/f9-ltr.png)
}

#tileDetails.village-10 .detailImage.natars {
    background-image: url(../../img/g/detail/village/natars/f10-ltr.png)
}

#tileDetails.village-11 .detailImage.natars {
    background-image: url(../../img/g/detail/village/natars/f11-ltr.png)
}

#tileDetails.village-12 .detailImage.natars {
    background-image: url(../../img/g/detail/village/natars/f12-ltr.png)
}

#tileDetails.village-13 .detailImage.natars {
    background-image: url(../../img/g/detail/village/natars/f13-ltr.png)
}

#tileDetails.village-99 .detailImage.natars {
    background-image: url(../../img/g/detail/village/natars/f3-ltr.png)
}

#tileDetails.oasis-2 .detailImage {
    background-image: url(../../img/g/detail/oasis/w2-ltr.jpg)
}

#tileDetails.oasis-3 .detailImage {
    background-image: url(../../img/g/detail/oasis/w3-ltr.jpg)
}

#tileDetails.oasis-4 .detailImage {
    background-image: url(../../img/g/detail/oasis/w4-ltr.jpg)
}

#tileDetails.oasis-6 .detailImage {
    background-image: url(../../img/g/detail/oasis/w6-ltr.jpg)
}

#tileDetails.oasis-7 .detailImage {
    background-image: url(../../img/g/detail/oasis/w7-ltr.jpg)
}

#tileDetails.oasis-8 .detailImage {
    background-image: url(../../img/g/detail/oasis/w8-ltr.jpg)
}

#tileDetails.oasis-10 .detailImage {
    background-image: url(../../img/g/detail/oasis/w10-ltr.jpg)
}

#tileDetails.oasis-11 .detailImage {
    background-image: url(../../img/g/detail/oasis/w11-ltr.jpg)
}

#tileDetails.oasis-12 .detailImage {
    background-image: url(../../img/g/detail/oasis/w12-ltr.jpg)
}

#tileDetails.oasis-14 .detailImage {
    background-image: url(../../img/g/detail/oasis/w14-ltr.jpg)
}

#tileDetails.oasis-15 .detailImage {
    background-image: url(../../img/g/detail/oasis/w15-ltr.jpg)
}

#tileDetails.landscape-village-normal .detailImage {
    background-image: url(../../img/g/detail.popup/landscape/village-normal-ltr.jpg)
}

#tileDetails.landscape-village-natars .detailImage {
    background-image: url(../../img/g/detail.popup/landscape/village-natars-ltr.jpg)
}

#tileDetails.landscape-grassland .detailImage {
    background-image: url(../../img/g/detail.popup/landscape/grassland-ltr.jpg)
}

#tileDetails.landscape-clay .detailImage {
    background-image: url(../../img/g/detail/landscape/clay-ltr.jpg)
}

#tileDetails.landscape-forest .detailImage {
    background-image: url(../../img/g/detail/landscape/forest-ltr.jpg)
}

#tileDetails.landscape-hill .detailImage {
    background-image: url(../../img/g/detail/landscape/hill-ltr.jpg)
}

#tileDetails.landscape-lake .detailImage {
    background-image: url(../../img/g/detail/landscape/lake-ltr.jpg)
}

#tileDetails.landscape-vulcano .detailImage {
    background-image: url(../../img/g/detail/landscape/vulcano-ltr.jpg)
}

#tileDetails.landscape-desert_w .detailImage, #tileDetails.landscape-desert .detailImage {
    background-image: url(../../img/g/detail/landscape/desert_w-ltr.jpg)
}

#tileDetails.landscape-sea .detailImage {
    background-image: url(../../img/g/detail/landscape/sea-ltr.jpg)
}

.adventureTimers {
    padding-top: 10px;
    padding-bottom: 10px
}

.adventureTimers table {
    background: 0;
    margin-top: 5px;
    margin-bottom: 5px
}

.adventureTimers table td {
    padding-top: 0;
    padding-bottom: 0
}

.adventureTimers .adventureArrival {
    width: 100%
}

.adventureTimers .adventureReturn {
    width: 100%
}

.adventureTimers .adventureText {
    width: 30%;
    vertical-align: top
}

.adventureTimers .adventureDuration {
    width: 15%;
    vertical-align: top
}

.adventureTimers .adventureTimeAt {
    width: 54%;
    vertical-align: top
}

.adventureInfo {
    margin-top: 18px;
    margin-bottom: 18px
}

.ie8 .adventureInfo {
    padding-top: 18px
}

.adventureSend {
    width: 100%;
    position: relative;
    text-align: center
}

.adventureBackButton {
    position: absolute;
    right: 0;
    top: 5px
}

.dialog #tileDetails.village-1 .detailImage {
    background-image: url(../../img/g/detail/village/f1-ltr.png)
}

.dialog #tileDetails.village-2 .detailImage {
    background-image: url(../../img/g/detail/village/f2-ltr.png)
}

.dialog #tileDetails.village-3 .detailImage {
    background-image: url(../../img/g/detail/village/f3-ltr.png)
}

.dialog #tileDetails.village-4 .detailImage {
    background-image: url(../../img/g/detail/village/f4-ltr.png)
}

.dialog #tileDetails.village-5 .detailImage {
    background-image: url(../../img/g/detail/village/f5-ltr.png)
}

.dialog #tileDetails.village-6 .detailImage {
    background-image: url(../../img/g/detail/village/f6-ltr.png)
}

.dialog #tileDetails.village-7 .detailImage {
    background-image: url(../../img/g/detail/village/f7-ltr.png)
}

.dialog #tileDetails.village-8 .detailImage {
    background-image: url(../../img/g/detail/village/f8-ltr.png)
}

.dialog #tileDetails.village-9 .detailImage {
    background-image: url(../../img/g/detail/village/f9-ltr.png)
}

.dialog #tileDetails.village-10 .detailImage {
    background-image: url(../../img/g/detail/village/f10-ltr.png)
}

.dialog #tileDetails.village-11 .detailImage {
    background-image: url(../../img/g/detail/village/f11-ltr.png)
}

.dialog #tileDetails.village-12 .detailImage {
    background-image: url(../../img/g/detail/village/f12-ltr.png)
}

.dialog #tileDetails.village-13 .detailImage {
    background-image: url(../../img/g/detail/village/f13-ltr.png)
}

.dialog #tileDetails.village-99 .detailImage {
    background-image: url(../../img/g/detail/village/f3-ltr.png)
}

.dialog #tileDetails.village-1 .detailImage.desert {
    background-image: url(../../img/g/detail/village/d1-ltr.png)
}

.dialog #tileDetails.village-2 .detailImage.desert {
    background-image: url(../../img/g/detail/village/d2-ltr.png)
}

.dialog #tileDetails.village-3 .detailImage.desert {
    background-image: url(../../img/g/detail/village/d3-ltr.png)
}

.dialog #tileDetails.village-4 .detailImage.desert {
    background-image: url(../../img/g/detail/village/d4-ltr.png)
}

.dialog #tileDetails.village-5 .detailImage.desert {
    background-image: url(../../img/g/detail/village/d5-ltr.png)
}

.dialog #tileDetails.village-6 .detailImage.desert {
    background-image: url(../../img/g/detail/village/d6-ltr.png)
}

.dialog #tileDetails.village-7 .detailImage.desert {
    background-image: url(../../img/g/detail/village/d7-ltr.png)
}

.dialog #tileDetails.village-8 .detailImage.desert {
    background-image: url(../../img/g/detail/village/d8-ltr.png)
}

.dialog #tileDetails.village-9 .detailImage.desert {
    background-image: url(../../img/g/detail/village/d9-ltr.png)
}

.dialog #tileDetails.village-10 .detailImage.desert {
    background-image: url(../../img/g/detail/village/d10-ltr.png)
}

.dialog #tileDetails.village-11 .detailImage.desert {
    background-image: url(../../img/g/detail/village/d11-ltr.png)
}

.dialog #tileDetails.village-12 .detailImage.desert {
    background-image: url(../../img/g/detail/village/d12-ltr.png)
}

.dialog #tileDetails.village-99 .detailImage.desert {
    background-image: url(../../img/g/detail/village/d3-ltr.png)
}

.dialog #tileDetails.village-1 .detailImage.natars {
    background-image: url(../../img/g/detail/village/natars/f1-ltr.png)
}

.dialog #tileDetails.village-2 .detailImage.natars {
    background-image: url(../../img/g/detail/village/natars/f2-ltr.png)
}

.dialog #tileDetails.village-3 .detailImage.natars {
    background-image: url(../../img/g/detail/village/natars/f3-ltr.png)
}

.dialog #tileDetails.village-4 .detailImage.natars {
    background-image: url(../../img/g/detail/village/natars/f4-ltr.png)
}

.dialog #tileDetails.village-5 .detailImage.natars {
    background-image: url(../../img/g/detail/village/natars/f5-ltr.png)
}

.dialog #tileDetails.village-6 .detailImage.natars {
    background-image: url(../../img/g/detail/village/natars/f6-ltr.png)
}

.dialog #tileDetails.village-7 .detailImage.natars {
    background-image: url(../../img/g/detail/village/natars/f7-ltr.png)
}

.dialog #tileDetails.village-8 .detailImage.natars {
    background-image: url(../../img/g/detail/village/natars/f8-ltr.png)
}

.dialog #tileDetails.village-9 .detailImage.natars {
    background-image: url(../../img/g/detail/village/natars/f9-ltr.png)
}

.dialog #tileDetails.village-10 .detailImage.natars {
    background-image: url(../../img/g/detail/village/natars/f10-ltr.png)
}

.dialog #tileDetails.village-11 .detailImage.natars {
    background-image: url(../../img/g/detail/village/natars/f11-ltr.png)
}

.dialog #tileDetails.village-12 .detailImage.natars {
    background-image: url(../../img/g/detail/village/natars/f12-ltr.png)
}

.dialog #tileDetails.village-13 .detailImage.natars {
    background-image: url(../../img/g/detail/village/natars/f13-ltr.png)
}

.dialog #tileDetails.village-99 .detailImage.natars {
    background-image: url(../../img/g/detail/village/natars/f3-ltr.png)
}

.dialog #tileDetails.oasis-2 .detailImage {
    background-image: url(../../img/g/detail/oasis/w2-ltr.jpg)
}

.dialog #tileDetails.oasis-3 .detailImage {
    background-image: url(../../img/g/detail/oasis/w4-ltr.jpg)
}

.dialog #tileDetails.oasis-4 .detailImage {
    background-image: url(../../img/g/detail/oasis/w3-ltr.jpg)
}

.dialog #tileDetails.oasis-6 .detailImage {
    background-image: url(../../img/g/detail/oasis/w6-ltr.jpg)
}

.dialog #tileDetails.oasis-7 .detailImage {
    background-image: url(../../img/g/detail/oasis/w7-ltr.jpg)
}

.dialog #tileDetails.oasis-8 .detailImage {
    background-image: url(../../img/g/detail/oasis/w8-ltr.jpg)
}

.dialog #tileDetails.oasis-10 .detailImage {
    background-image: url(../../img/g/detail/oasis/w10-ltr.jpg)
}

.dialog #tileDetails.oasis-11 .detailImage {
    background-image: url(../../img/g/detail/oasis/w11-ltr.jpg)
}

.dialog #tileDetails.oasis-12 .detailImage {
    background-image: url(../../img/g/detail/oasis/w12-ltr.jpg)
}

.dialog #tileDetails.oasis-14 .detailImage {
    background-image: url(../../img/g/detail/oasis/w14-ltr.jpg)
}

.dialog #tileDetails.oasis-15 .detailImage {
    background-image: url(../../img/g/detail/oasis/w15-ltr.jpg)
}

.dialog #tileDetails.landscape-clay .detailImage {
    background-image: url(../../img/g/detail/landscape/clay-ltr.jpg)
}

.dialog #tileDetails.landscape-forest .detailImage {
    background-image: url(../../img/g/detail/landscape/forest-ltr.jpg)
}

.dialog #tileDetails.landscape-hill .detailImage {
    background-image: url(../../img/g/detail/landscape/hill-ltr.jpg)
}

.dialog #tileDetails.landscape-lake .detailImage {
    background-image: url(../../img/g/detail/landscape/lake-ltr.jpg)
}

.dialog #tileDetails.landscape-vulcano .detailImage {
    background-image: url(../../img/g/detail/landscape/vulcano-ltr.jpg)
}

.dialog #tileDetails.landscape-desert_w .detailImage {
    background-image: url(../../img/g/detail/landscape/desert_w-ltr.jpg)
}

.dialog #tileDetails.landscape-sea .detailImage {
    background-image: url(../../img/g/detail/landscape/sea-ltr.jpg)
}

#tileDetails th, #tileDetails td {
    padding-left: 0;
    padding-right: 0
}

#tileDetails h1 {
    font-size: 13px;
    margin-bottom: 8px
}

#tileDetails h1 table.coordinates td {
    font-size: 13px
}

#tileDetails h4 {
    font-size: 13px;
    margin-bottom: 5px
}

#tileDetails h1 span.mainVillage, .positionDetails h1 span.mainVillage {
    font-size: 11px;
    font-weight: normal;
    margin-left: 3px
}

.dialog #tileDetails h1 span.mainVillage {
    color: silver
}

#tileDetails .detailImage {
    float: left;
    margin-right: 16px
}

.ie6 #tileDetails .detailImage {
    margin-right: 0
}

#tileDetails .detailImage .options {
    margin-top: 16px
}

.ie6 #tileDetails .detailImage .options {
    padding-top: 16px
}

#tileDetails .detailImage .option {
    margin-top: 2px;
    padding-left: 10px;
    padding-top: 4px;
    height: 19px
}

#tileDetails .detailImage .a.arrow {
    display: block;
    font-size: 13px
}

#tileDetails div#map_details {
    float: right;
    width: 217px
}

#tileDetails table#village_info, #tileDetails table#distribution, #tileDetails table#troop_info, #tileDetails table#surrounding_info {
    margin-bottom: 20px
}

#tileDetails table tr.first th, #tileDetails table tr.first td {
    padding-top: 0
}

#tileDetails table#village_info tbody th {
    width: 35%
}

#tileDetails table#village_info tbody td {
    font-weight: bold
}

#tileDetails table#village_info tbody th, #tileDetails table#village_info tbody td {
    padding-top: 3px
}

#tileDetails table#village_info tbody tr.first th, #tileDetails table#village_info tbody tr.first td {
    padding-top: 0
}

#tileDetails table#troop_info .ico {
    width: 10%
}

#tileDetails table#troop_info .val {
    width: 10%;
    text-align: right;
    padding-right: 5px
}

#tileDetails table#troop_info .val {
    font-weight: bold
}

#tileDetails table#troop_info ul {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 2px;
    padding-left: 12px
}

#tileDetails table#troop_info.rep tbody {
    line-height: 16px
}

#tileDetails table#troop_info.rep img {
    float: left;
    margin-right: 5px
}

#tileDetails table#troop_info.rep img.carry {
    float: right;
    margin-right: 55px
}

#tileDetails table#distribution {
    width: 100%
}

#tileDetails table#distribution .ico {
    width: 10%
}

#tileDetails table#distribution .val {
    width: 19%;
    text-align: right;
    padding-right: 5px
}

#tileDetails table#distribution .val {
    font-weight: bold
}

#tileDetails .options #crud-raidlist-button {
    overflow: hidden;
    text-overflow: ellipsis
}

img.g35 {
    background-image: url(../../img/g/g35_brewery-ltr.png)
}

img.g35b {
    background-image: url(../../img/g/construction/g35b_brewery-ltr.png)
}

img.g35Icon {
    background-image: url(../../img/g/icon/g35Icon_brewery.gif)
}

img.g35.big.white {
    background-image: url(../../img/g/big/white/g35_brewery-ltr.png)
}

img.g35.big.black {
    background-image: url(../../img/g/big/black/g35_brewery-ltr.png)
}

body.qualificationServerLoader, body.qualificationServerLogin, body.qualificationServerLogout, body.qualificationServerSignup, body.qualificationServerSupport, body.qualificationServerActivate, body.qualificationServerError_site, body.qualificationServerFatal_error, body.qualificationServerBanned_cn {
    background-image: url(../../img/layout/bgQ.jpg)
}

body.qualificationServerLoader #background, body.qualificationServerLogin #background, body.qualificationServerLogout #background, body.qualificationServerSignup #background, body.qualificationServerSupport #background, body.qualificationServerActivate #background, body.qualificationServerError_site #background, body.qualificationServerFatal_error #background, body.qualificationServerBanned_cn #background {
    background-image: url(../../img/layout/bgQualification-ltr.jpg)
}

body.qualificationServerLoader div#header a#logo, body.qualificationServerLogin div#header a#logo, body.qualificationServerLogout div#header a#logo, body.qualificationServerSignup div#header a#logo, body.qualificationServerSupport div#header a#logo, body.qualificationServerActivate div#header a#logo, body.qualificationServerError_site div#header a#logo, body.qualificationServerFatal_error div#header a#logo, body.qualificationServerBanned_cn div#header a#logo {
    position: absolute;
    left: 195px;
    top: 30px;
    margin: 0;
    width: 241px;
    height: 83px;
    background-image: url(../../img/layout/travianLogoQualification.png)
}

body.ie6.qualificationServerLoader div#header a#logo, body.ie6.qualificationServerLogin div#header a#logo, body.ie6.qualificationServerLogout div#header a#logo, body.ie6.qualificationServerSignup div#header a#logo, body.ie6.qualificationServerSupport div#header a#logo, body.ie6.qualificationServerActivate div#header a#logo, body.ie6.qualificationServerError_site div#header a#logo, body.ie6.qualificationServerFatal_error div#header a#logo, body.ie6.qualificationServerBanned_cn div#header a#logo {
    background-image: url(../../img/layout/travianLogoQualification.jpg)
}

body.qualificationServerLoader #tournamentLogo, body.qualificationServerLogin #tournamentLogo, body.qualificationServerLogout #tournamentLogo, body.qualificationServerSignup #tournamentLogo, body.qualificationServerSupport #tournamentLogo, body.qualificationServerActivate #tournamentLogo, body.qualificationServerError_site #tournamentLogo, body.qualificationServerFatal_error #tournamentLogo, body.qualificationServerBanned_cn #tournamentLogo {
    position: absolute;
    right: 200px;
    top: 0;
    margin: 0;
    width: 237px;
    height: 116px;
    background-image: url(../../img/layout/tournamentLogoQualification.png)
}

body.ie6.qualificationServerLoader #tournamentLogo, body.ie6.qualificationServerLogin #tournamentLogo, body.ie6.qualificationServerLogout #tournamentLogo, body.ie6.qualificationServerSignup #tournamentLogo, body.ie6.qualificationServerSupport #tournamentLogo, body.ie6.qualificationServerActivate #tournamentLogo, body.ie6.qualificationServerError_site #tournamentLogo, body.ie6.qualificationServerFatal_error #tournamentLogo, body.ie6.qualificationServerBanned_cn #tournamentLogo {
    background-image: url(../../img/layout/tournamentLogoQualification.gif)
}

.gecko div.activate div.ffBug {
    height: 1px;
    display: block
}

.highlighted.background {
    box-shadow: none;
    border: 0
}

.highlighted.rectangle {
    background-color: red
}

.colorBlind .highlighted.rectangle {
    background-color: #0024d8
}

.highlighted.rectangle.left, .highlighted.rectangle.right {
    width: 3px
}

.highlighted.rectangle.top, .highlighted.rectangle.bottom {
    height: 3px
}

.highlighted.rectangle.top.left {
    border-top-left-radius: 4px
}

.highlighted.rectangle.top.right {
    border-top-right-radius: 4px
}

.highlighted.rectangle.bottom.right {
    border-bottom-right-radius: 4px
}

.highlighted.rectangle.bottom.left {
    border-bottom-left-radius: 4px
}

.ie .highlighted.rectangle.top.left {
    border-top-left-radius: 4px;
    border-top-right-radius: 0
}

.ie .highlighted.rectangle.top.right {
    border-top-right-radius: 4px;
    border-top-left-radius: 0
}

.ie .highlighted.rectangle.bottom.right {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0
}

.ie .highlighted.rectangle.bottom.left {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0
}

img.building.g8.highlighted.background {
    background-image: url("../../img/g/outline/g8-ltr.png")
}

.colorBlind img.building.g8.highlighted.background {
    background-image: url("../../img/g/outline/g8Colorblind-ltr.png")
}

img.building.g25.highlighted.background {
    background-image: url("../../img/g/outline/g25-ltr.png")
}

.colorBlind img.building.g25.highlighted.background {
    background-image: url("../../img/g/outline/g25Colorblind-ltr.png")
}

.headerAdventures {
    line-height: 20px;
    height: 25px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: bold
}

div.durationCalculationsContainer img.openedClosedSwitch {
    width: 18px;
    height: 18px;
    float: left;
    padding: 0;
    margin-right: 5px
}

.adventureStatusMessage {
    padding: 5px 10px;
    margin-bottom: 10px
}

.adventureStatusMessage .subMessage, .attribute .subMessage {
    padding-left: 20px;
    font-style: italic
}

.durationCalculationsContainer {
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px
}

.walkingDurationToImage {
    padding-left: 5px
}

#chooseOtherVillageLink {
    color: #252525
}

.durationCalculations {
    margin: 10px 30px 0 30px
}

.durationCalculationsContainer .close {
    margin-top: -4px
}

#infoMoveHero {
    padding: 10px 5px 0 5px;
    text-align: justify
}

.durationCalculations select {
    min-width: 150px
}

.slower {
    color: #fc9511
}

.faster {
    color: #498843
}

#adventureListForm a.disabled {
    color: #d2d2d2;
    cursor: default
}

div#rallyPointNeeded {
    padding-top: 10px;
    padding-left: 5px;
    padding-bottom: 10px
}

#heroInVillageInfo {
    padding: 5px;
    pading-top: 10px
}

.moveHeroLink {
    float: right
}

#build.gid17 .whereAreMyMerchants {
    line-height: 20px;
    float: left;
    width: 48%
}

#build.gid17 .npcMerchant {
    float: right;
    width: 48%
}

#build.gid17 .npcMerchant button {
    margin-top: 3px
}

table#send_select hr {
    margin: 0
}

#enabledButton.sendRessources {
    padding-right: 0
}

div#build.gid17 div.carry {
    padding-bottom: 15px
}

.merchantCapacityVisualization.LTR {
    float: right
}

.merchantCapacityVisualization.RTL {
    float: left
}

.merchantCapacity.LTR {
    float: left
}

.merchantCapacity.RTL {
    float: right
}

.invisibleButton {
    display: none
}

div#build.gid17 button.confirm {
    float: right
}

form#marketSend div#button {
    height: 35px
}

#button button.goBack {
    padding-left: 3px;
    float: left
}

#button button.sendRessources, #button button.prepare {
    float: right
}

div#build.gid17 span.pleaseConfirm {
    color: #a2a2a2;
    font-weight: normal;
    padding-left: 0
}

#notEnoughMerchantsError {
    padding-bottom: 10px
}

#prepareError {
    padding-left: 3px;
    float: left;
    width: 385px;
    position: relative
}

a.notClickable {
    cursor: default;
    color: #d2d2d2
}

div.options td.sel {
    width: 3%;
    text-align: center;
    padding-right: 0;
    padding-left: 15px
}

div.options table.set input.radio {
    position: relative;
    top: 1px
}

body.presto div.options table.set input.radio {
    top: 0
}

body.ie6 div.options table.set input.radio, body.ie7 div.options table.set input.radio {
    top: -2px
}

div.options table#links td.nr input.text {
    width: 20px
}

div.options table#links td.nam input.text {
    width: 175px
}

div.options table#links td.link input.text {
    width: 240px
}

div.options table#timeSettings tbody th, div.options table#languageSettings tbody th {
    width: 20%
}

div.options table#timeSettings tbody th.timeFormat {
    vertical-align: top;
    padding-top: 11px
}

div.options table#entriesPerPage input.messageReport, div.options table#entriesPerPage input.troopMovementsPerPage {
    width: 20px
}

div.options table#timeSettings select, div.options table#languageSettings select {
    width: 185px
}

div.options table#advertisement tbody th {
    width: 25%
}

div.options table#advertisement span.note {
    margin-left: 10px;
    font-size: 10px
}

div.options #timeSettings label, div.options #advertisement label {
    margin: 6px 0;
    display: block
}

div.options div.text {
    padding: 6px 9px 3px
}

div.options table.account tbody th {
    width: 20%;
    white-space: nowrap
}

div.options table#change_pass input.text, div.options table#change_account_name input.text {
    width: 150px
}

div.options table#change_account_name tbody td {
    width: 40%
}

div.options table#change_mail tbody th {
    width: 20%;
    white-space: nowrap
}

div.options table#change_mail th.process {
    color: red
}

div.options div.text p.maxSitters {
    font-size: 12px;
    margin-top: 0
}

div.options .sitters div.boxes-contents, div.options .sitters2 div.boxes-contents {
    text-align: center;
    padding: 2px 0
}

div.options .sitters th {
    padding: 0 6px
}

div.options .sitters div.boxes-contents, div.options .sitters2 div.boxes-contents {
    padding: 4px 25px
}

div.options .sitters div.boxes-contents span, div.options .sitters2 div.boxes-contents span {
    white-space: nowrap;
    color: #fff
}

div.options table.sitters2 {
    margin-top: 5px
}

div.options table.sitters2 td {
    text-align: center
}

div.options .sitters td {
    width: 5%;
    padding: 0
}

div.options .sitters td {
    width: 95%;
    padding: 1px 5px
}

div.options tr.sitterHead td {
    padding: 2px 4px
}

div.options table.sitters2 td.name {
    white-space: nowrap;
    width: 20%
}

div.options table#sharedUsage th {
    width: 20%;
    white-space: nowrap
}

div.options table#del_acc td.del_selection {
    text-align: left
}

div.options table#del_acc td.del_selection label {
    margin-right: 20px
}

div.options div.submitButtonContainer {
    text-align: center;
    margin-top: 15px
}

div.options table#del_acc td.count {
    font-weight: bold
}

div.options table#del_acc td.count span {
    color: #ff8000
}

div.options table#del_acc input.radio {
    position: relative;
    top: 1px
}

body.presto div.options table#del_acc input.radio {
    top: 0
}

body.ie6 div.options table#del_acc input.radio, body.ie7 div.options table#del_acc input.radio {
    top: -2px
}

div.options table#gpack td {
    text-align: left;
    height: 24px
}

div.options table#gpack td span.alert {
    color: red;
    font-weight: bold
}

div.options table#gpack td input.radio {
    position: relative;
    top: 1px;
    margin-left: 2px;
    margin-right: 2px
}

body.presto div.options table#gpack td input.radio {
    top: 0
}

body.ie6 div.options table#gpack td input.radio, body.ie7 div.options table#gpack td input.radio {
    top: -2px
}

div.options table#gpack td input.text {
    margin-left: 15px;
    width: 220px
}

div.options table#gpack td div.example {
    margin-left: 22px;
    font-size: 11px
}

div.options table#gpack td div.example span.path {
    color: #ff8000
}

div.options table#download thead td {
    white-space: nowrap
}

div.options table#gpack td.info {
    text-align: center;
    font-size: 11px
}

div.options table#download td.nam {
    text-align: left
}

div.options table#download td.size {
    width: 22%
}

div.options table#download td.act {
    width: 22%
}

div.options table#download td.down {
    width: 22%
}

div.options table#other td.noOptions {
    font-style: italic;
    color: #858585
}

a#emBanner {
    width: 163px;
    height: 117px;
    background-image: url(../../img/misc/emBanner.png);
    display: block;
    z-index: 30
}

.ie6 a#emBanner {
    background-image: url(../../img/misc/emBanner.gif)
}

a.emBannerUnderVillageList {
    position: relative;
    left: 21px
}

a.emBannerUnderVillageName {
    position: absolute;
    left: -805px;
    top: 200px
}

div.emSpecial div.voteInfos {
    padding: 0 10px
}

div.emSpecial span.emManualHeader {
    font-weight: bold;
    text-decoration: underline
}

div.emSpecial ul.emManual {
    padding-left: 14px;
    margin: 5px 0
}

div.emSpecial p.emManualDescription {
    font-style: italic
}

div.emSpecial table.currentValues {
    margin-bottom: 10px
}

div.emSpecial table.currentValues td, div.emSpecial table.currentValues th {
    font-weight: bold;
    vertical-align: top;
    padding: 5px 0 0
}

div.emSpecial table.currentValues th {
    width: 50%
}

div.emSpecial table.currentValues td.showInfo {
    color: #f88c1f
}

div.emSpecial table.currentValues td.prizeHint {
    font-style: italic;
    font-size: 10px;
    padding: 0;
    line-height: 11px
}

div.emSpecial div.buttonWrapper {
    text-align: right
}

div.emSpecial ul#emPossibleWinners {
    list-style: none;
    padding-left: 10px
}

div.emSpecial ul#emPossibleWinners li {
    float: left;
    width: 260px;
    margin-bottom: 2px
}

div.emSpecial ul#emPossibleWinners img.flags {
    margin-top: 5px;
    height: 11px;
    width: 16px;
    background-image: url(../../img/misc/flags/country_sprite.png);
    border-top: 1px solid #aaa
}

.ie6 div.emSpecial ul#emPossibleWinners img.flags {
    background-image: url(../../img/misc/flags/country_sprite.gif)
}

div.emSpecial ul#emPossibleWinners img.flag_de {
    background-position: -880px 0
}

div.emSpecial ul#emPossibleWinners img.flag_ru {
    background-position: -3008px 0
}

div.emSpecial ul#emPossibleWinners img.flag_gr {
    background-position: -1424px 0
}

div.emSpecial ul#emPossibleWinners img.flag_pl {
    background-position: -2816px 0
}

div.emSpecial ul#emPossibleWinners img.flag_cz {
    background-position: -864px 0
}

div.emSpecial ul#emPossibleWinners img.flag_dk {
    background-position: -912px 0
}

div.emSpecial ul#emPossibleWinners img.flag_nl {
    background-position: -2608px 0
}

div.emSpecial ul#emPossibleWinners img.flag_pt {
    background-position: -2896px 0
}

div.emSpecial ul#emPossibleWinners img.flag_ie {
    background-position: -1632px 0
}

div.emSpecial ul#emPossibleWinners img.flag_it {
    background-position: -1744px 0
}

div.emSpecial ul#emPossibleWinners img.flag_hr {
    background-position: -1568px 0
}

div.emSpecial ul#emPossibleWinners img.flag_es {
    background-position: -1072px 0
}

div.emSpecial ul#emPossibleWinners img.flag_uk, div.emSpecial ul#emPossibleWinners img.flag_gb {
    background-position: -1040px 0
}

div.emSpecial ul#emPossibleWinners img.flag_fr {
    background-position: -1216px 0
}

div.emSpecial ul#emPossibleWinners img.flag_se {
    background-position: -3120px 0
}

div.emSpecial ul#emPossibleWinners img.flag_ua {
    background-position: -3616px 0
}

a#goldSpecialBanner {
    width: 159px;
    height: 122px;
    background-image: url(../../img/misc/goldSpecial/speed/banner.png);
    display: block;
    z-index: 30
}

.ie6 a#goldSpecialBanner {
    background-image: url(../../img/misc/goldSpecial/speed/banner.gif)
}

a.goldSpecialBannerUnderVillageList {
    position: relative;
    left: 21px
}

a.goldSpecialBannerUnderVillageName {
    position: absolute;
    left: -805px;
    top: 200px
}

div.goldSpecialSpeed h5 {
    font-size: 18pt;
    font-weight: bold;
    margin: 20px 0
}

div.goldSpecialSpeed img.goldSpecialSpeed5, div.goldSpecialSpeed img.goldSpecialSpeed10 {
    height: 99px;
    width: 99px
}

div.goldSpecialSpeed img.goldSpecialSpeed5 {
    background-image: url(../../img/misc/goldSpecial/speed/speed_payment_5.jpg)
}

div.goldSpecialSpeed img.goldSpecialSpeed10 {
    background-image: url(../../img/misc/goldSpecial/speed/speed_payment_10.jpg)
}

div.goldSpecialSpeed table td {
    padding-left: 0
}

.a.needGoldClub {
    color: #dac065
}

div#linkRecommendations {
    padding: 0 10px 10px 10px
}

div#hiddenRecommendedLinks {
    display: none
}

div.linklist td.sel {
    width: 3%;
    text-align: center;
    padding-right: 0;
    padding-left: 15px
}

div.linklist table#links thead td {
    font-weight: bold
}

div.linklist table#links td.nr input.text, table#recommendedLinks td.nr input.text {
    width: 20px
}

div.linklist table#links td.nam input.text, table#recommendedLinks td.nam input.text {
    width: 175px
}

div.linklist table#links td.link input.text, table#recommendedLinks td.link input.text {
    width: 240px
}

div.linklist table#links button, table#recommendedLinks button {
    height: 18px;
    width: 18px
}

div.linklist table#links button.addElement, table#recommendedLinks button.addElement {
    background-image: url(../../img/a/btnPlus-small.png)
}

div.linklist table#links button.removeElement {
    background-image: url(../../img/a/btnMinus-small.png)
}

div.linklist table#links button.hover, table#recommendedLinks button.hover {
    background-position: 0 -28px
}

div.linklist table#links button.click, table#recommendedLinks button.click {
    background-position: 0 -56px
}

div.linklist div.submitButtonContainer {
    text-align: right;
    margin-top: 15px
}

body.manual {
    background-color: transparent;
    background-image: none;
    color: #252525;
    min-width: 0;
    width: 474px;
    float: left
}

body.manual table {
    background-color: transparent;
    border: 0;
    color: #252525;
    vertical-align: top
}

body.manual table tr {
    background-color: transparent;
    border: 0;
    color: #252525;
    vertical-align: top
}

body.manual table td {
    background-color: transparent;
    border: 0;
    color: #252525;
    vertical-align: top
}

body.manual table th {
    background-color: transparent;
    border: 0;
    color: #252525;
    vertical-align: top
}

body.manual .mainMenu {
    width: 40%;
    float: left;
    color: black
}

body.manual .mainMenu ul {
    margin-top: 0;
    list-style: none
}

body.manual .mainMenu ul span {
    color: #99c01a;
    font-weight: bold
}

body.manual a.manualBack {
    font-weight: normal
}

body.manual h1 {
    color: #252525;
    font-size: 13px
}

body.manual h1 img {
    margin-right: 5px;
    vertical-align: middle
}

body.manual h3 {
    color: #252525;
    margin: 10px 0 5px 0
}

body.manual .subMenu {
    width: 40%;
    float: left;
    padding-top: 31px
}

body.manual .subMenu ul {
    margin-top: 0;
    list-style: none
}

body.manual #buildings {
    width: 474px;
    float: left;
    margin-top: 30px
}

body.manual #buildings H3 {
    margin: 0 0 10px 0
}

body.manual #buildings H3 img {
    vertical-align: middle
}

body.manual #troops {
    width: 474px;
    float: left
}

body.manual #troops H3 {
    margin: 0 0 10px 0
}

body.manual #troops H3 img {
    vertical-align: middle
}

body.manual .boxes {
    float: left;
    margin-top: 6px
}

body.manual p {
    margin-top: 0
}

body.manual ul {
    margin: 0;
    padding: 0;
    padding-left: 12px;
    float: left
}

body.manual ul li {
    list-style-type: none;
    line-height: 23px;
    width: 221px;
    float: left;
    margin-right: 10px
}

body.manual ul li img {
    vertical-align: middle
}

body.manual ul li a {
    margin-left: 13px
}

body.manual p.description {
    float: left;
    width: 278px
}

body.manual img.building {
    float: right;
    margin-top: -10px
}

body.manual p.costsHeader {
    float: left;
    width: 278px
}

body.manual div.showCosts {
    float: left;
    width: 278px
}

body.manual div.bigUnitSection {
    float: right;
    margin-top: 6px
}

body.manual div.bigUnitSection img {
    height: 205px;
    background-repeat: no-repeat;
    background-position: 0 center
}

body.manual table#troop_info {
    float: left;
    margin: 10px 7px 10px 25px;
    width: 288px
}

body.manual table#troop_info td {
    width: 25%;
    text-align: left;
    padding-right: 3px;
    padding-left: 0;
    white-space: nowrap
}

body.manual table#troop_info td img {
    width: 18px;
    margin-right: 5px;
    vertical-align: middle
}

body.manual table#troop_details {
    width: 60%;
    background-color: #fff
}

body.manual table.troopData {
    float: left;
    margin: 10px 7px 10px 25px;
    width: 288px
}

body.manual table.troopData th {
    width: 50%;
    text-align: left;
    padding-right: 18px;
    padding-left: 0
}

body.manual table.troopData td {
    width: 50%;
    text-align: left;
    padding-right: 18px;
    padding-left: 0
}

body.manual table.troopData td img {
    width: 18px;
    margin-right: 5px;
    vertical-align: middle
}

body.manual div#t_desc {
    margin-top: 15px;
    float: left;
    width: 100%
}

body.manual img#big_unit {
    float: right;
    width: 150px;
    height: 120px;
    margin: -30px 0 0 2px
}

body.manual div#prereqs {
    margin-top: 35px;
    float: left;
    width: 100%;
    line-height: 20px
}

body.manual .answers {
    margin-top: 15px
}

* html body.manual .boxes {
    width: 320px
}

* html body.manual ul {
    width: 462px
}

* html body.manual ul li {
    height: 23px
}

* html body.manual table#troop_info {
    display: inline
}

* html body.manual table.troopData {
    display: inline
}

+ html body.manual .boxes {
    width: 320px
}

div.balanceCropBalancePart, div.productionPerHourTotal, div.productionPerHour {
    width: 304px;
    float: left
}

div.cropBalanceContainer, div.productionContainer {
    position: relative;
    float: left;
    width: 100%
}

div.productionContainer h4 {
    margin-bottom: 10px
}

div.total.productionContainer {
    margin-top: 20px;
    clear: all
}

div.productionBoostSpeechBubble, div.fluidSpeechBubble {
    float: right;
    width: 230px;
    margin-top: 2px
}

div.cropBalanceContainer div.productionBoostSpeechBubble {
    position: relative;
    height: 160px
}

div.fluidSpeechBubble {
    min-height: 55px
}

div.productionBoostSpeechBubble .speechArrowBack {
    bottom: auto;
    top: 26px
}

div.productionBoostSpeechBubble h5 {
    margin-bottom: 3px
}

div.productionBoostSpeechBubble td {
    padding: 3px 5px
}

div.productionContainer .productionBoostResourceSpeechBubble, div.cropBalanceContainer .productionBoostResourceSpeechBubble {
    position: absolute;
    bottom: 0;
    right: 0
}

.ie6 div.productionContainer .productionBoostResourceSpeechBubble, .ie6 div.cropBalanceContainer .productionBoostResourceSpeechBubble {
    right: -20px
}

div.productionBoostResourceSpeechBubble .speechArrowBack {
    top: auto;
    bottom: 23px
}

div.cropBalanceContainer div.productionBoostResourceSpeechBubble .speechArrowBack {
    bottom: 10px
}

div.productionBoostResourceSpeechBubble .productionBoostSpeechBubbleFurtherInfo {
    font-style: italic;
    font-size: 11px
}

div.productionBoostResourceSpeechBubble p {
    margin: 5px
}

div.cropBalanceContainer .balanceCropBalancePart .subtotal td, div.productionContainer .productionPerHourTotal .subtotal td {
    border-bottom: 1px solid black
}

div.cropBalanceContainer .balanceCropBalancePart .total td, div.productionContainer .productionPerHourTotal .total td {
    white-space: nowrap;
    border-bottom: 3px double black
}

div.productionContainer .productionPerHour table, div.productionContainer .productionPerHour tr, div.productionContainer .productionPerHour td {
    border-collapse: collapse;
    border: 1px solid #d6d6d6
}

div.productionPerHour table thead td {
    text-align: left;
    padding: 6px 9px 3px
}

div.productionPerHourTotal .row_table_data tr {
    line-height: 13px
}

div.productionPerHour table .productionSum td {
    font-weight: bold
}

div.cropBalanceContainer table .numberCell, div.productionContainer table .numberCell {
    text-align: right;
    vertical-align: bottom;
    width: 5%
}

div.cropBalanceContainer .balanceCropBalancePart {
    margin-bottom: 10px
}

div.cropBalanceContainer .balanceTroops table, div.cropBalanceContainer .balanceTroops tr, div.cropBalanceContainer .balanceTroops td {
    border-collapse: collapse;
    background-color: #e4e4e4;
    padding: 4px 0 3px
}

div.cropBalanceContainer .balanceTroops .troopLabel {
    padding-left: 32px
}

div.cropBalanceContainer .emptyStorageSpeechBubble {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 205px
}

div.cropBalanceContainer .emptyStorageSpeechBubble p {
    margin: 2px
}

div.cropBalanceContainer .emptyStorageSpeechBubble .fluidSpeechBubble .speechArrowBack {
    top: auto;
    bottom: 12px
}

.questWrapper {
    font-size: 12px;
    width: 566px;
    padding-top: 10px;
    min-height: 375px
}

.questWrapper.achievements {
    width: 566px;
    display: block;
    padding-top: 0
}

div.dialog div.content hr.achievementLine {
    border-style: none none solid;
    border-color: #dcd6ca;
    margin-bottom: 10px;
    margin-top: 10px
}

.questWrapper .questImage {
    float: right;
    width: 130px;
    margin-left: 10px;
    margin-bottom: 10px
}

.questWrapper .questImage img {
    margin-bottom: 10px;
    width: 130px;
    height: 130px
}

.questWrapper .questImage .tipsWrapper {
    position: relative
}

.questWrapper .questImage .tipsWrapper .questTipsToggleDescription {
    position: absolute;
    top: 9px;
    left: 45px
}

.questWrapper .questText {
    float: left;
    width: 400px;
    margin-bottom: -10px
}

.questWrapper .questDescription, .questWrapper .questTasks, .questWrapper .questRewards {
    margin: 15px 0 25px 10px
}

.questWrapper.achievements .questDescription, .questWrapper.achievements .questTasks, .questWrapper.achievements .questRewards, .questWrapper.achievements .questTextHighlight, .questWrapper.achievements .questAchievementPoints, .questWrapper.achievements .questDifficulty {
    margin: 0 0 10px 10px
}

.questWrapper .questTasks ul#questTodolist {
    padding: 0;
    list-style: none;
    margin: 0
}

.questWrapper .questTasks ul#questTodolist li {
    margin-bottom: 5px;
    padding-left: 15px;
    position: relative
}

.questWrapper .questTasks ul#questTodolist li img {
    position: absolute;
    width: 4px;
    height: 4px;
    left: 4px;
    top: 6px;
    background-image: url(../../img/activate/dot.png)
}

.questWrapper .questTasks ul#questTodolist li.finished, .questWrapper .questTasks ul#questTodolist li.reward {
    color: #777
}

.questWrapper .questTasks ul#questTodolist li.finished img, .questWrapper .questTasks ul#questTodolist li.reward img {
    left: 0;
    top: 0;
    width: 12px;
    height: 12px;
    background-image: url(../../img/a/check.png)
}

.questWrapper h4 {
    margin-bottom: 0
}

.questWrapper .questRewards {
    margin-top: 10px
}

.questWrapper .questRewards ul.questRewardsList {
    width: 470px
}

.questWrapper .questRewards ul.questRewardsList li {
    float: left;
    margin-right: 20px
}

.questWrapper .questRewards img {
    height: 16px;
    width: 16px
}

.questWrapper .questRewards img.questRewardTypeResource {
    background: url(../../img/a/res2Big-ltr.gif)
}

.questWrapper .questRewards img.questRewardTypeGold {
    background: url(../../img/round/button/content/goldInner-ltr.png);
    height: 14px;
    width: 14px
}

.questWrapper .questRewards img.questRewardTypeSilver {
    background: url(../../img/a/silver-ltr.gif);
    height: 10px;
    width: 10px
}

.questWrapper .questRewards img.questRewardTypeItem {
    background: url(../../img/hero/item.gif)
}

.questWrapper .questRewards img.questRewardTypeItem.item112 {
    background-position: 0 224px
}

.questWrapper .questRewards img.questRewardTypeItem.item106 {
    background-position: 0 120px
}

.questWrapper .questRewards img.questRewardTypeItem.item114 {
    background-position: 0 172px
}

.questWrapper .questRewards img.questRewardTypeWood {
    background-position: left 0
}

.questWrapper .questRewards img.questRewardTypeClay {
    background-position: left -26px
}

.questWrapper .questRewards img.questRewardTypeIron {
    background-position: left -52px
}

.questWrapper .questRewards img.questRewardTypeCrop {
    background-position: left -78px
}

.questWrapper .questRewards span.questRewardValue.stockFull {
    color: #c00
}

.questWrapper .questRewards.colorBlind span.questRewardValue.stockFull {
    color: #0022af
}

.questWrapper .questButtons {
    position: relative;
    margin-top: 10px;
    height: 25px
}

.questWrapper .questButtons button {
    position: absolute
}

.questWrapper button.questButtonNext, .questWrapper button.questButtonSkipTutorial, .questWrapper button.questButtonClose {
    right: 0
}

.questWrapper button.questButtonOverview {
    left: 0
}

.questWrapper button.questButtonGainReward {
    right: 0
}

.questWrapper button.questButtonSkipTutorial {
    top: 50px
}

.questWrapper .questTodoList {
    padding: 0
}

.questWrapper .questTodoList li {
    list-style: none
}

.questWrapper .questTodoList .questCategoryHeadline {
    background: lime;
    font-weight: bold
}

.questWrapper .questTodoList .questCategoryHeadline .questCategoryName {
    float: left
}

.questWrapper .questTodoList .questCategoryHeadline .questCategoryStats {
    float: right
}

.questWrapper .questTodoList .questName {
    margin-left: 20px
}

.questWrapper .categoryProgress {
    float: right
}

.questWrapper .questImage img.tutorial_01_task_image_vid1 {
    background-image: url(../../img/quests/descriptionImage/tutorial_01_task_image_vid1-ltr.png)
}

.questWrapper .questImage img.tutorial_01_task_image_vid2 {
    background-image: url(../../img/quests/descriptionImage/tutorial_01_task_image_vid2-ltr.png)
}

.questWrapper .questImage img.tutorial_01_task_image_vid3 {
    background-image: url(../../img/quests/descriptionImage/tutorial_01_task_image_vid3-ltr.png)
}

.questWrapper .questImage img.tutorial_01_task_image_vid6 {
    background-image: url(../../img/quests/descriptionImage/tutorial_01_task_image_vid6-ltr.png)
}

.questWrapper .questImage img.tutorial_01_task_image_vid7 {
    background-image: url(../../img/quests/descriptionImage/tutorial_01_task_image_vid7-ltr.png)
}

.questWrapper .questImage img.tutorial_02_reward_image {
    background-image: url(../../img/quests/descriptionImage/tutorial_02_reward_image-ltr-ignore.png)
}

.questWrapper .questImage img.tutorial_02_task_image_vid1 {
    background-image: url(../../img/quests/descriptionImage/tutorial_02_task_image_vid1-ltr.png)
}

.questWrapper .questImage img.tutorial_02_task_image_vid2 {
    background-image: url(../../img/quests/descriptionImage/tutorial_02_task_image_vid2-ltr.png)
}

.questWrapper .questImage img.tutorial_02_task_image_vid3 {
    background-image: url(../../img/quests/descriptionImage/tutorial_02_task_image_vid3-ltr.png)
}

.questWrapper .questImage img.tutorial_02_task_image_vid6 {
    background-image: url(../../img/quests/descriptionImage/tutorial_02_task_image_vid6-ltr.png)
}

.questWrapper .questImage img.tutorial_02_task_image_vid7 {
    background-image: url(../../img/quests/descriptionImage/tutorial_02_task_image_vid7-ltr.png)
}

.questWrapper .questImage img.tutorial_03_reward_image {
    background-image: url(../../img/quests/descriptionImage/tutorial_03_reward_image-ltr-ignore.png)
}

.questWrapper .questImage img.tutorial_03_task_image {
    background-image: url(../../img/quests/descriptionImage/tutorial_03_task_image-ltr.png)
}

.questWrapper .questImage img.tutorial_04_reward_image {
    background-image: url(../../img/quests/descriptionImage/tutorial_04_reward_image-ltr-ignore.png)
}

.questWrapper .questImage img.tutorial_04_task_image {
    background-image: url(../../img/quests/descriptionImage/tutorial_04_task_image-ltr-ignore.png)
}

.questWrapper .questImage img.tutorial_05_reward_image {
    background-image: url(../../img/quests/descriptionImage/tutorial_05_reward_image-ltr-ignore.png)
}

.questWrapper .questImage img.tutorial_05_task_image {
    background-image: url(../../img/quests/descriptionImage/tutorial_05_task_image-ltr.png)
}

.questWrapper .questImage img.tutorial_06_reward_image {
    background-image: url(../../img/quests/descriptionImage/tutorial_06_reward_image-ltr-ignore.png)
}

.questWrapper .questImage img.tutorial_06_task_image {
    background-image: url(../../img/quests/descriptionImage/tutorial_06_task_image-ltr.png)
}

.questWrapper .questImage img.tutorial_07_task_image {
    background-image: url(../../img/quests/descriptionImage/tutorial_07_task_image-ltr.png)
}

.questWrapper .questImage img.tutorial_08_reward_image {
    background-image: url(../../img/quests/descriptionImage/tutorial_08_reward_image-ltr-ignore.png)
}

.questWrapper .questImage img.tutorial_08_task_image {
    background-image: url(../../img/quests/descriptionImage/tutorial_08_task_image-ltr.png)
}

.questWrapper .questImage img.tutorial_09_reward_image {
    background-image: url(../../img/quests/descriptionImage/tutorial_09_reward_image-ltr-ignore.png)
}

.questWrapper .questImage img.tutorial_09_task_image {
    background-image: url(../../img/quests/descriptionImage/tutorial_09_task_image-ltr.png)
}

.questWrapper .questImage img.tutorial_10_reward_image {
    background-image: url(../../img/quests/descriptionImage/tutorial_10_reward_image-ltr-ignore.png)
}

.questWrapper .questImage img.tutorial_10_task_image {
    background-image: url(../../img/quests/descriptionImage/tutorial_10_task_image-ltr-ignore.png)
}

.questWrapper .questImage img.tutorial_11_reward_image {
    background-image: url(../../img/quests/descriptionImage/tutorial_11_reward_image-ltr-ignore.png)
}

.questWrapper .questImage img.tutorial_11_task_image {
    background-image: url(../../img/quests/descriptionImage/tutorial_11_task_image-ltr-ignore.png)
}

.questWrapper .questImage img.tutorial_12_reward_image {
    background-image: url(../../img/quests/descriptionImage/tutorial_12_reward_image-ltr-ignore.png)
}

.questWrapper .questImage img.tutorial_12_task_image {
    background-image: url(../../img/quests/descriptionImage/tutorial_12_task_image-ltr-ignore.png)
}

.questWrapper .questImage img.tutorial_13_reward_image {
    background-image: url(../../img/quests/descriptionImage/tutorial_13_reward_image-ltr.png)
}

.questWrapper .questImage img.tutorial_13_task_image {
    background-image: url(../../img/quests/descriptionImage/tutorial_13_task_image-ltr-ignore.png)
}

.questWrapper .questImage img.tutorial_14_reward_image {
    background-image: url(../../img/quests/descriptionImage/tutorial_14_reward_image-ltr-ignore.png)
}

.questWrapper .questImage img.tutorial_14_task_image_vid1 {
    background-image: url(../../img/quests/descriptionImage/tutorial_14_task_image_vid1-ltr.png)
}

.questWrapper .questImage img.tutorial_14_task_image_vid2 {
    background-image: url(../../img/quests/descriptionImage/tutorial_14_task_image_vid2-ltr.png)
}

.questWrapper .questImage img.tutorial_14_task_image_vid3 {
    background-image: url(../../img/quests/descriptionImage/tutorial_14_task_image_vid3-ltr.png)
}

.questWrapper .questImage img.tutorial_14_task_image_vid6 {
    background-image: url(../../img/quests/descriptionImage/tutorial_14_task_image_vid6-ltr.png)
}

.questWrapper .questImage img.tutorial_14_task_image_vid7 {
    background-image: url(../../img/quests/descriptionImage/tutorial_14_task_image_vid7-ltr.png)
}

.questWrapper .questImage img.tutorial_15_reward_image_vid1 {
    background-image: url(../../img/quests/descriptionImage/tutorial_15_reward_image_vid1-ltr.png)
}

.questWrapper .questImage img.tutorial_15_reward_image_vid2 {
    background-image: url(../../img/quests/descriptionImage/tutorial_15_reward_image_vid2-ltr.png)
}

.questWrapper .questImage img.tutorial_15_reward_image_vid3 {
    background-image: url(../../img/quests/descriptionImage/tutorial_15_reward_image_vid3-ltr.png)
}

.questWrapper .questImage img.tutorial_15_reward_image_vid6 {
    background-image: url(../../img/quests/descriptionImage/tutorial_15_reward_image_vid6-ltr.png)
}

.questWrapper .questImage img.tutorial_15_reward_image_vid7 {
    background-image: url(../../img/quests/descriptionImage/tutorial_15_reward_image_vid7-ltr.png)
}

.questWrapper .questImage img.tutorial_15_task_image {
    background-image: url(../../img/quests/descriptionImage/tutorial_15_task_image-ltr.png)
}

.questWrapper .questImage img.economy_01 {
    background-image: url(../../img/quests/descriptionImage/economy_01-ltr-ignore.png)
}

.questWrapper .questImage img.economy_02 {
    background-image: url(../../img/quests/descriptionImage/economy_02-ltr-ignore.png)
}

.questWrapper .questImage img.economy_03 {
    background-image: url(../../img/quests/descriptionImage/economy_03-ltr-ignore.png)
}

.questWrapper .questImage img.economy_04 {
    background-image: url(../../img/quests/descriptionImage/economy_04-ltr.png)
}

.questWrapper .questImage img.economy_05 {
    background-image: url(../../img/quests/descriptionImage/economy_05-ltr-ignore.png)
}

.questWrapper .questImage img.economy_06 {
    background-image: url(../../img/quests/descriptionImage/economy_06-ltr-ignore.png)
}

.questWrapper .questImage img.economy_07 {
    background-image: url(../../img/quests/descriptionImage/economy_07-ltr.png)
}

.questWrapper .questImage img.economy_08 {
    background-image: url(../../img/quests/descriptionImage/economy_08-ltr.png)
}

.questWrapper .questImage img.economy_09 {
    background-image: url(../../img/quests/descriptionImage/economy_09-ltr-ignore.png)
}

.questWrapper .questImage img.economy_10 {
    background-image: url(../../img/quests/descriptionImage/economy_10-ltr-ignore.png)
}

.questWrapper .questImage img.economy_11 {
    background-image: url(../../img/quests/descriptionImage/economy_11-ltr-ignore.png)
}

.questWrapper .questImage img.economy_12 {
    background-image: url(../../img/quests/descriptionImage/economy_12-ltr.png)
}

.questWrapper .questImage img.battle_01 {
    background-image: url(../../img/quests/descriptionImage/battle_01-ltr-ignore.png)
}

.questWrapper .questImage img.battle_02 {
    background-image: url(../../img/quests/descriptionImage/battle_02-ltr-ignore.png)
}

.questWrapper .questImage img.battle_03 {
    background-image: url(../../img/quests/descriptionImage/battle_03-ltr-ignore.png)
}

.questWrapper .questImage img.battle_04 {
    background-image: url(../../img/quests/descriptionImage/battle_04-ltr.png)
}

.questWrapper .questImage img.battle_05_vid1 {
    background-image: url(../../img/quests/descriptionImage/battle_05_vid1-ltr.png)
}

.questWrapper .questImage img.battle_05_vid2 {
    background-image: url(../../img/quests/descriptionImage/battle_05_vid2-ltr.png)
}

.questWrapper .questImage img.battle_05_vid3 {
    background-image: url(../../img/quests/descriptionImage/battle_05_vid3-ltr.png)
}

.questWrapper .questImage img.battle_05_vid6 {
    background-image: url(../../img/quests/descriptionImage/battle_05_vid6-ltr.png)
}

.questWrapper .questImage img.battle_05_vid7 {
    background-image: url(../../img/quests/descriptionImage/battle_05_vid7-ltr.png)
}

.questWrapper .questImage img.battle_06_vid1 {
    background-image: url(../../img/quests/descriptionImage/battle_06_vid1-ltr.png)
}

.questWrapper .questImage img.battle_06_vid2 {
    background-image: url(../../img/quests/descriptionImage/battle_06_vid2-ltr.png)
}

.questWrapper .questImage img.battle_06_vid3 {
    background-image: url(../../img/quests/descriptionImage/battle_06_vid3-ltr.png)
}

.questWrapper .questImage img.battle_06_vid6 {
    background-image: url(../../img/quests/descriptionImage/battle_06_vid6-ltr.png)
}

.questWrapper .questImage img.battle_06_vid7 {
    background-image: url(../../img/quests/descriptionImage/battle_06_vid7-ltr.png)
}

.questWrapper .questImage img.battle_07 {
    background-image: url(../../img/quests/descriptionImage/battle_07-ltr.png)
}

.questWrapper .questImage img.battle_08 {
    background-image: url(../../img/quests/descriptionImage/battle_08-ltr.png)
}

.questWrapper .questImage img.battle_09 {
    background-image: url(../../img/quests/descriptionImage/battle_09-ltr.png)
}

.questWrapper .questImage img.battle_10 {
    background-image: url(../../img/quests/descriptionImage/battle_10-ltr-ignore.png)
}

.questWrapper .questImage img.battle_11 {
    background-image: url(../../img/quests/descriptionImage/battle_11-ltr-ignore.png)
}

.questWrapper .questImage img.battle_12_vid1 {
    background-image: url(../../img/quests/descriptionImage/battle_12_vid1-ltr.png)
}

.questWrapper .questImage img.battle_12_vid2 {
    background-image: url(../../img/quests/descriptionImage/battle_12_vid2-ltr.png)
}

.questWrapper .questImage img.battle_12_vid3 {
    background-image: url(../../img/quests/descriptionImage/battle_12_vid3-ltr.png)
}

.questWrapper .questImage img.battle_12_vid6 {
    background-image: url(../../img/quests/descriptionImage/battle_12_vid6-ltr.png)
}

.questWrapper .questImage img.battle_12_vid7 {
    background-image: url(../../img/quests/descriptionImage/battle_12_vid7-ltr.png)
}

.questWrapper .questImage img.battle_13 {
    background-image: url(../../img/quests/descriptionImage/battle_13-ltr-ignore.png)
}

.questWrapper .questImage img.battle_14 {
    background-image: url(../../img/quests/descriptionImage/battle_14-ltr.png)
}

.questWrapper .questImage img.battle_15 {
    background-image: url(../../img/quests/descriptionImage/battle_01-ltr-ignore.png)
}

.questWrapper .questImage img.world_01 {
    background-image: url(../../img/quests/descriptionImage/world_01-ltr.png)
}

.questWrapper .questImage img.world_02 {
    background-image: url(../../img/quests/descriptionImage/world_02-ltr.png)
}

.questWrapper .questImage img.world_03 {
    background-image: url(../../img/quests/descriptionImage/world_03-ltr-ignore.png)
}

.questWrapper .questImage img.world_04 {
    background-image: url(../../img/quests/descriptionImage/world_04-ltr-ignore.png)
}

.questWrapper .questImage img.world_05 {
    background-image: url(../../img/quests/descriptionImage/world_05-ltr.png)
}

.questWrapper .questImage img.world_06 {
    background-image: url(../../img/quests/descriptionImage/world_06-ltr-ignore.png)
}

.questWrapper .questImage img.world_07 {
    background-image: url(../../img/quests/descriptionImage/world_07-ltr-ignore.png)
}

.questWrapper .questImage img.world_08 {
    background-image: url(../../img/quests/descriptionImage/world_08-ltr.png)
}

.questWrapper .questImage img.world_09 {
    background-image: url(../../img/quests/descriptionImage/world_09-ltr-ignore.png)
}

.questWrapper .questImage img.world_10 {
    background-image: url(../../img/quests/descriptionImage/world_10-ltr-ignore.png)
}

.questWrapper .questImage img.world_11 {
    background-image: url(../../img/quests/descriptionImage/world_11-ltr.png)
}

.questWrapper .questImage img.world_12 {
    background-image: url(../../img/quests/descriptionImage/world_12-ltr-ignore.png)
}

.questWrapper .questImage img.world_13 {
    background-image: url(../../img/quests/descriptionImage/world_13-ltr.png)
}

.questWrapper .questImage img.world_14 {
    background-image: url(../../img/quests/descriptionImage/world_14-ltr-ignore.png)
}

.questWrapper .questImage img.world_15_vid1 {
    background-image: url(../../img/quests/descriptionImage/world_15_vid1-ltr.png)
}

.questWrapper .questImage img.world_15_vid2 {
    background-image: url(../../img/quests/descriptionImage/world_15_vid2-ltr.png)
}

.questWrapper .questImage img.world_15_vid3 {
    background-image: url(../../img/quests/descriptionImage/world_15_vid3-ltr.png)
}

.questWrapper .questImage img.world_15_vid6 {
    background-image: url(../../img/quests/descriptionImage/world_15_vid6-ltr.png)
}

.questWrapper .questImage img.world_15_vid7 {
    background-image: url(../../img/quests/descriptionImage/world_15_vid7-ltr.png)
}

.questWrapper .questImage img.world_16 {
    background-image: url(../../img/quests/descriptionImage/world_16-ltr.png)
}

.questWrapper .questImage img.achievementQuest_01, .questWrapper .questImage img.DailyQuest_01 {
    background-image: url(../../img/quests/descriptionImage/achievementQuest_01-ltr-ignore.png)
}

.questWrapper .questImage img.achievementQuest_02, .questWrapper .questImage img.DailyQuest_02 {
    background-image: url(../../img/quests/descriptionImage/achievementQuest_02-ltr.png)
}

.questWrapper .questImage img.achievementQuest_03, .questWrapper .questImage img.DailyQuest_03 {
    background-image: url(../../img/quests/descriptionImage/achievementQuest_03-ltr.png)
}

.questWrapper .questImage img.achievementQuest_04, .questWrapper .questImage img.DailyQuest_04 {
    background-image: url(../../img/quests/descriptionImage/achievementQuest_04-ltr.png)
}

.questWrapper .questImage img.achievementQuest_05, .questWrapper .questImage img.DailyQuest_05 {
    background-image: url(../../img/quests/descriptionImage/achievementQuest_05-ltr-ignore.png)
}

.questWrapper .questImage img.achievementQuest_06, .questWrapper .questImage img.DailyQuest_06 {
    background-image: url(../../img/quests/descriptionImage/achievementQuest_06-ltr.png)
}

.questWrapper .questImage img.achievementQuest_07, .questWrapper .questImage img.DailyQuest_07 {
    background-image: url(../../img/quests/descriptionImage/achievementQuest_07-ltr.png)
}

.questWrapper .questImage img.achievementQuest_08, .questWrapper .questImage img.DailyQuest_08 {
    background-image: url(../../img/g/big/black/g19-ltr.png)
}

.questWrapper .questImage img.achievementQuest_09, .questWrapper .questImage img.DailyQuest_09 {
    background-image: url(../../img/g/big/black/g20-ltr.png)
}

.questWrapper .questImage img.achievementQuest_10, .questWrapper .questImage img.DailyQuest_10 {
    background-image: url(../../img/quests/descriptionImage/achievementQuest_10-ltr.png)
}

.questWrapper .questImage img.achievementQuest_11, .questWrapper .questImage img.DailyQuest_11 {
    background-image: url(../../img/quests/descriptionImage/achievementQuest_11-ltr.png)
}

.questWrapper .questImage img.AchievementQuestReward_01, .questWrapper .questImage img.DailyQuestsReward_01 {
    background-image: url(../../img/quests/descriptionImage/achievementReward_01-ltr-ignore.png)
}

.questWrapper .questImage img.AchievementQuestReward_02, .questWrapper .questImage img.DailyQuestsReward_02 {
    background-image: url(../../img/quests/descriptionImage/achievementReward_02-ltr-ignore.png)
}

.questWrapper .questImage img.AchievementQuestReward_03, .questWrapper .questImage img.DailyQuestsReward_03 {
    background-image: url(../../img/quests/descriptionImage/achievementReward_03-ltr-ignore.png)
}

.questWrapper .questImage img.AchievementQuestReward_04, .questWrapper .questImage img.DailyQuestsReward_04 {
    background-image: url(../../img/quests/descriptionImage/achievementReward_04-ltr-ignore.png)
}

.sidebarBox .layoutButton.highlighted.background {
    background-image: url(../../img/quests/highlight/layoutButtonHighlight.png);
    background-position: left top;
    margin-top: 2px;
    margin-left: 2px;
    box-shadow: none;
    border: 0
}

.rtl .sidebarBox .layoutButton.highlighted.background {
    margin-left: -1px
}

.gecko .sidebarBox .layoutButton.highlighted.background {
    margin-left: -3px
}

.colorBlind .sidebarBox .layoutButton.highlighted.background {
    background-image: url(../../img/quests/highlight/layoutButtonHighlightColorblind.png)
}

div#center #closeContentButton.highlighted.background {
    background-image: url(../../img/quests/highlight/contentTitleButtonHighlight.png);
    background-position: left top;
    margin-top: 0;
    box-shadow: none
}

.rtl div#center #closeContentButton.highlighted.background {
    margin-left: 0
}

.colorBlind div#center #closeContentButton.highlighted.background {
    background-image: url(../../img/quests/highlight/contentTitleButtonHighlightColorblind.png)
}

div#center #closeContentButton.highlighted.background:hover {
    background-position: left top
}

#navigation .inactive.highlighted.background {
    background-image: url(../../img/quests/highlight/navigationButtonHighlight.png);
    background-position: left top;
    background-repeat: no-repeat;
    margin-top: 0;
    margin-left: 0
}

.colorBlind #navigation .inactive.highlighted.background {
    background-image: url(../../img/quests/highlight/navigationButtonHighlightColorblind.png)
}

#navigation .inactive.highlighted.background:hover, #navigation .inactive.highlighted.background:active, #navigation .inactive.highlighted.background.active {
    background-position: left top
}

#navigation li a.highlighted.background {
    background-image: url(../../img/quests/highlight/navigationButtonHighlight.png);
    background-position: left top;
    background-repeat: no-repeat;
    margin-top: 0;
    margin-left: 0;
    box-shadow: none;
    border: 0
}

.colorBlind #navigation li a.highlighted.background {
    background-image: url(../../img/quests/highlight/navigationButtonHighlightColorblind.png)
}

.perspectiveResources #village_map .level.highlighted.background {
    background-image: url(../../img/quests/highlight/resourceFieldHighlight.png);
    background-position: left top;
    margin-left: 1px
}

.perspectiveResources #village_map .level.highlighted.background:not(.colorLayer) {
    transform: scale(0.86);
    width: 36px !important;
    height: 36px !important;
    margin-left: -1px;
    margin-top: -2px
}

.colorBlind.perspectiveResources #village_map .level.highlighted.background {
    background-image: url(../../img/quests/highlight/resourceFieldHighlightColorblind.png)
}

.perspectiveBuildings #village_map .iso.highlighted.background {
    background-image: url(../../img/quests/highlight/buildingPlaceHighlight-ltr.png);
    background-position: left top
}

.colorBlind.perspectiveBuildings #village_map .iso.highlighted.background {
    background-image: url(../../img/quests/highlight/buildingPlaceHighlightColorblind-ltr.png)
}

.perspectiveBuildings #village_map .g16e.highlighted.background {
    background-image: url(../../img/quests/highlight/rallyPointBuildingPlaceHighlight-ltr.png);
    background-position: left top
}

.colorBlind.perspectiveBuildings #village_map .g16e.highlighted.background {
    background-image: url(../../img/quests/highlight/rallyPointBuildingPlaceHighlightColorblind-ltr.png)
}

div.sidebar div#sidebarBoxHero .heroImageButton.highlighted.background {
    background-image: url(../../img/quests/highlight/heroButtonHighlight.png);
    background-position: left top;
    margin-left: 4px;
    margin-top: 3px
}

.rtl div.sidebar div#sidebarBoxHero .heroImageButton.highlighted.background {
    margin-left: -6px
}

.colorBlind div.sidebar div#sidebarBoxHero .heroImageButton.highlighted.background {
    background-image: url(../../img/quests/highlight/heroButtonHighlightColorblind.png)
}

#questTodoListDialog ul li.questName img.reward {
    background-image: url(../../img/a/check.png);
    width: 12px;
    height: 12px
}

#questTodoListDialog ul {
    list-style: none
}

div.dialog div.content h1.questList {
    color: #7b624c;
    text-align: center
}

div.dialog div.questWrapper div.achievement div.nextReset {
    color: #7b624c;
    text-align: center;
    margin-bottom: 3px;
    font-size: 10px
}

div.dialog div.content div.birthdayRibbonContainer div.headline {
    color: #911d1d;
    font-family: "Arial Black", "Arial", "Helvetica", "Verdana", "sans-serif";
    text-shadow: 1px 1px 1px rgba(251, 236, 201, 0.4), -1px 1px 1px rgba(251, 236, 201, 0.4), 1px -1px 1px rgba(251, 236, 201, 0.4), -1px -1px 1px rgba(251, 236, 201, 0.4);
    font-size: 22px;
    line-height: 3em;
    letter-spacing: .2em;
    display: none
}

div.dialog div.content div.pointsAndAchievements {
    margin-top: 10px
}

div.dialog div.content div.achievementPoints {
    background-image: url("../../img/quests/achievement/kranz.png");
    height: 109px;
    padding: 1px;
    text-align: center;
    width: 122px;
    float: left
}

div.dialog div.content div.achievementPoints div.points {
    font-size: 25px;
    margin-top: 42px;
    padding-right: 5px
}

div.dialog div.content div.achievementPoints div.pointstext {
    font-size: 14px;
    padding-right: 5px;
    padding-top: 16px
}

div.dialog div.content #achievementRewardList div.achievement {
    float: left;
    position: relative
}

div.dialog div.content #achievementRewardList div.achievement div.hook img {
    height: 30px;
    width: 30px;
    background-image: url("../../img/quests/achievement/haken_gruen.png");
    position: absolute
}

div.dialog div.content #achievementRewardList div.achievement div.hook.points_25 img {
    left: 57px;
    top: -2px
}

div.dialog div.content #achievementRewardList div.achievement div.hook.points_50 img {
    left: 49px;
    top: -2px
}

div.dialog div.content #achievementRewardList div.achievement div.hook.points_75 img {
    left: 45px;
    top: -2px
}

div.dialog div.content #achievementRewardList div.achievement div.hook.points_100 img {
    left: 45px;
    top: -2px
}

div#achievementRewardList div.achievement div.pointAmount {
    color: black;
    font-weight: normal
}

div#achievementRewardList div.achievement div.pointAmount.points_25 {
    font-size: 21px;
    left: 42px;
    position: absolute;
    top: 20px
}

div#achievementRewardList div.achievement div.pointAmount.points_50 {
    font-size: 21px;
    left: 32px;
    position: absolute;
    top: 20px
}

div#achievementRewardList div.achievement div.pointAmount.points_75 {
    font-size: 21px;
    left: 30px;
    position: absolute;
    top: 20px
}

div#achievementRewardList div.achievement div.pointAmount.points_100 {
    font-size: 21px;
    left: 24px;
    position: absolute;
    top: 20px
}

div.dialog div.content #achievementRewardList div.achievement .bigSpeechBubble.rewardReady img {
    background-image: url("../../img/layout/icons/exclamationMark-ltr.png")
}

div.dialog div.content #achievementRewardList div.achievement .bigSpeechBubble {
    position: absolute;
    left: -12px;
    top: 76px
}

div.dialog div.content #achievementRewardList div.achievementArrow {
    background: url("../../img_rtl/quests/achievement/pfeil-rtl.png") no-repeat center center;
    float: left;
    width: 9px;
    height: 112px;
    margin-left: 5px;
    margin-right: 3px
}

div.dialog div.content #achievementRewardList div.verticalLine {
    background-color: #dcd6ca;
    float: left;
    width: 1px;
    height: 112px;
    margin-left: 10px;
    margin-right: 3px
}

div.dialog div.content #achievementRewardList img.points_25 {
    width: 89px;
    height: 112px;
    background: url("../../img/quests/achievement/btn_brown_25.png") -18px center
}

div.dialog div.content #achievementRewardList img.points_50 {
    width: 89px;
    height: 112px;
    background: url("../../img/quests/achievement/btn_brown_50.png") -25px center
}

div.dialog div.content #achievementRewardList img.points_75 {
    width: 89px;
    height: 112px;
    background: url("../../img/quests/achievement/btn_brown_75.png") -28px center
}

div.dialog div.content #achievementRewardList img.points_100 {
    width: 89px;
    height: 112px;
    background: url("../../img/quests/achievement/btn_brown_100.png") -28px center
}

div.dialog div.content #achievementRewardList img.points_25.active {
    background: url("../../img/quests/achievement/btn_green_25.png") -4px center
}

div.dialog div.content #achievementRewardList img.points_50.active {
    background: url("../../img/quests/achievement/btn_green_50.png") -25px center
}

div.dialog div.content #achievementRewardList img.points_75.active {
    background: url("../../img/quests/achievement/btn_green_75.png") -28px center
}

div.dialog div.content #achievementRewardList img.points_100.active {
    background: url("../../img/quests/achievement/btn_green_100.png") -28px center
}

div.dialog div.content #achievementQuestList {
    border-top: 2px solid #dcd6ca;
    background-color: #f6f2e6;
    border-collapse: collapse
}

div.dialog div.content #achievementQuestList tr {
    height: 32px
}

div.dialog div.content #achievementQuestList td {
    background-color: transparent;
    border-bottom: 2px solid #fff
}

div.dialog div.content #achievementQuestList tr.zebra td {
    background-color: #efecdb
}

div.dialog div.content #achievementQuestList img.hook {
    height: 30px;
    width: 30px
}

div.dialog div.content #achievementQuestList img.hook.working {
    background-image: url("../../img/quests/achievement/haken_weiss.png")
}

div.dialog div.content #achievementQuestList img.hook.done {
    background-image: url("../../img/quests/achievement/haken_gruen.png")
}

div.dialog div.content #achievementQuestList tr {
    height: 41px
}

div.dialog div.content #achievementQuestList tr:nth-child(even) {
    background-color: #efecdb
}

div.dialog div.content #achievementQuestList tr:nth-child(odd) {
    background-color: #f6f2e6
}

div.dialog div.content #achievementQuestList td.hook {
    width: 35px
}

div.dialog div.content #achievementQuestList td.steps {
    width: 35px
}

div.dialog div.content #achievementQuestList td.points {
    width: 70px;
    color: #99c01a;
    font-weight: bold
}

.questWrapper.achievements h2.questTitle {
    text-align: center;
    margin-top: 10px
}

.questWrapper.achievements .difficulty.moderate {
    color: #006400
}

.questWrapper.achievements .difficulty.challenging {
    color: #ff8c00
}

.questWrapper.achievements .difficulty.hard {
    color: #8b0000
}

.gecko #questTutorialLightBulb.layoutButton div.button-container {
    left: 0
}

div.bigSpeechBubble {
    background: url(../../img/round/speechBubble/speechBalloonLarge-ltr.png);
    width: 55px;
    height: 44px
}

.bigSpeechBubble img {
    width: 30px;
    height: 30px;
    position: relative;
    left: 6px;
    top: 6px
}

button.layoutButton:not(background) {
    position: relative;
    width: 36px;
    height: 36px;
    box-sizing: border-box;
    padding: 0;
    overflow: visible;
    background-image: linear-gradient(to bottom, rgba(72, 99, 116, 0.95), rgba(31, 51, 73, 0.95) 35%, rgba(22, 46, 59, 0.95));
    border: 1px solid #283308;
    border-radius: 50%;
    box-shadow: 1px 1px 3px rgba(37, 37, 37, 0.7)
}

button.layoutButton:not(background):hover:not(.disabled) {
    cursor: pointer
}

button.layoutButton:not(background) div.button-container {
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    width: auto;
    height: auto;
    border: 1px solid #2b333c;
    border-radius: 50%;
    padding: 0
}

button.layoutButton:not(background) div.button-container i {
    background-image: url(../../img/layout/icons/buttonIcons-ltr.png);
    position: absolute;
    top: -1px;
    left: -1px;
    width: 32px;
    height: 32px;
    overflow: hidden
}

button.layoutButton:not(background).disabled {
    background-image: linear-gradient(to bottom, rgba(72, 99, 116, 0.6), rgba(31, 51, 73, 0.6) 35%, rgba(22, 46, 59, 0.6));
    border: 1px solid rgba(40, 51, 8, 0.6);
    opacity: .95;
    filter: alpha(opacity=95)
}

button.layoutButton:not(background).disabled div.button-container {
    border: 1px solid rgba(43, 51, 60, 0.6)
}

button.layoutButton:not(background):active:not(.disabled) img {
    top: 0
}

button.layoutButton:not(background).green:not(.disabled) div.button-container {
    background-image: linear-gradient(to bottom, #587c1e, #7cb029);
    box-shadow: inset 0 0 1px 1px rgba(40, 51, 8, 0.5), inset 0 2px 2px 1px #b1dd4f, inset 0px -2px 2px 0px #2c4a0c
}

button.layoutButton:not(background).green:not(.disabled):hover:not(.disabled):not(:active) .button-container {
    box-shadow: inset 0 20px 25px -10px rgba(255, 255, 255, 0.7);
    box-shadow: inset 0 0 1px 1px rgba(40, 51, 8, 0.5), inset 0 2px 2px 1px #e8f4cd, inset 0px -2px 2px 0px #395a13
}

button.layoutButton:not(background).green:not(.disabled):active:not(.disabled) .button-container {
    box-shadow: inset 0 0 1px 1px rgba(40, 51, 8, 0.5), inset 0 1px 2px 1px #2c4a0c, inset 0px -2px 2px 0px #b1dd4f
}

button.layoutButton:not(background).green.disabled .button-container {
    background-image: linear-gradient(to bottom, #8d957f, #8fa172)
}

button.layoutButton:not(background).green.disabled img {
    filter: alpha(opacity=70);
    opacity: .6
}

button.layoutButton:not(background).gold:not(.disabled) div.button-container {
    background-image: linear-gradient(to bottom, #fdf5cb, #f8eeb0 40%, #f0dc7c 45%, #e6ce64 85%, #caac50);
    box-shadow: inset 0 0 1px 1px rgba(82, 67, 32, 0.5), inset 0 2px 2px 1px #faf8ec, inset 0px -2px 2px 0px #524320
}

button.layoutButton:not(background).gold:not(.disabled):hover:not(.disabled):not(:active) .button-container {
    background-image: linear-gradient(to bottom, #fff7cd, #fbe786);
    box-shadow: inset 0 0 1px 1px rgba(82, 67, 32, 0.5), inset 0 2px 2px 1px #fff, inset 0px -2px 2px 0px #b89745
}

button.layoutButton:not(background).gold:not(.disabled):active:not(.disabled) .button-container {
    box-shadow: inset 0 0 1px 1px rgba(82, 67, 32, 0.5), inset 0 1px 2px 1px #524320, inset 0px -2px 2px 0px #f8eeb0
}

button.layoutButton:not(background).gold.disabled .button-container {
    background-image: linear-gradient(to bottom, #e1d9b1, #aa9f79)
}

button.layoutButton:not(background).gold.disabled img {
    filter: alpha(opacity=70);
    opacity: .6
}

button.layoutButton.overviewWhite div.button-container i {
    background-position: left top
}

button.layoutButton.allianceForumWhite div.button-container i {
    background-position: left -42px
}

button.layoutButton.embassyOverviewWhite div.button-container i, button.layoutButton.editWhite div.button-container i {
    background-position: left -84px
}

button.layoutButton.editBlack div.button-container i {
    background-position: left -126px
}

button.layoutButton.marketWhite div.button-container i {
    background-position: left -168px
}

button.layoutButton.marketBlack div.button-container i {
    background-position: left -210px
}

button.layoutButton.barracksWhite div.button-container i {
    background-position: left -252px
}

button.layoutButton.barracksBlack div.button-container i {
    background-position: left -294px
}

button.layoutButton.stableWhite div.button-container i {
    background-position: left -336px
}

button.layoutButton.stableBlack div.button-container i {
    background-position: left -378px
}

button.layoutButton.workshopWhite div.button-container i {
    background-position: left -420px
}

button.layoutButton.workshopBlack div.button-container i {
    background-position: left -462px
}

button.layoutButton.toggleCoordsWhite div.button-container i {
    background-position: left -504px
}

button.layoutButton.embassyWhite div.button-container i {
    background-position: left -546px
}

button.layoutButton.bulbWhite div.button-container i {
    background-position: left -588px;
    position: relative;
    z-index: 1
}

button.layoutButton.bulbWhite div.button-container i {
    animation: none
}

button.layoutButton.bulbWhite div.button-container:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 5px;
    left: 8px;
    width: 12px;
    height: 11px;
    border-radius: 50px;
    animation-fill-mode: forwards;
    border: dotted 1px transparent;
    animation: none
}

button.layoutButton.bulbWhite div.button-container:hover img {
    animation: bulbHang 4000ms forwards;
    animation-delay: 10000ms
}

button.layoutButton.bulbWhite div.button-container:hover:after {
    animation: bulbExplode 4000ms forwards;
    animation-delay: 10000ms
}

button.layoutButton.adventureWhite div.button-container i {
    background-position: left -630px
}

button.layoutButton.auctionWhite div.button-container i {
    background-position: left -672px
}

button.layoutButton.bulbActive div.button-container i {
    background-position: left -714px
}

@keyframes bulbExplode {
    5% {
        background-color: rgba(255, 255, 0, 0.5)
    }
    10% {
        background-color: rgba(255, 255, 0, 0.9)
    }
    11% {
        background-color: rgba(255, 255, 0, 0.2)
    }
    12% {
        background-color: rgba(255, 255, 0, 0.9)
    }
    13% {
        background-color: rgba(255, 255, 0, 0.2)
    }
    14% {
        background-color: rgba(255, 255, 0, 0.9)
    }
    15% {
        background-color: rgba(255, 255, 0, 0.2)
    }
    16% {
        background-color: rgba(255, 255, 0, 0.9)
    }
    17% {
        background-color: rgba(255, 255, 0, 0.2)
    }
    18% {
        background-color: rgba(255, 255, 0, 0.9)
    }
    20% {
        background-color: rgba(255, 199, 0, 0.9);
        border-color: darkred;
        box-shadow: 0 0 5px darkred
    }
    21% {
        background-color: rgba(255, 199, 0, 0.2)
    }
    22% {
        background-color: rgba(255, 199, 0, 0.9)
    }
    23% {
        background-color: rgba(255, 199, 0, 0.2)
    }
    24% {
        background-color: rgba(255, 199, 0, 0.9)
    }
    24% {
        background-color: rgba(255, 199, 0, 0.2)
    }
    26% {
        background-color: rgba(255, 199, 0, 0.9)
    }
    27% {
        background-color: rgba(255, 199, 0, 0.2)
    }
    28% {
        background-color: rgba(255, 199, 0, 0.9)
    }
    29% {
        background-color: rgba(255, 199, 0, 0.2)
    }
    30% {
        background-color: rgba(255, 104, 3, 0.9);
        box-shadow: 0 0 20px darkred;
        transform: scale(1)
    }
    40% {
        transform: scale(7);
        border-color: transparent;
        background-color: rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 20px white;
        opacity: 1
    }
    80% {
        opacity: 0;
        transform: scale(4)
    }
}

@keyframes bulbHang {
    40% {
        transform: rotate(0)
    }
    50% {
        transform: rotate(190deg)
    }
    60% {
        transform: rotate(170deg)
    }
    70% {
        transform: rotate(180deg)
    }
    100% {
        transform: rotate(180deg)
    }
}

#expansionCulturePoints table {
    width: 58%;
    margin-bottom: 20px;
    position: relative;
    z-index: 15
}

#expansionCulturePoints table th, #expansionCulturePoints table td {
    vertical-align: top
}

#expansionCulturePoints td {
    text-align: right
}

#expansionCulturePoints th {
    text-align: left
}

#expansionCulturePoints .fluidSpeechBubble-container {
    width: 41%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 8
}

.ie6 #expansionCulturePoints .fluidSpeechBubble-container {
    position: relative
}

.ie7 #expansionCulturePoints .fluidSpeechBubble-container {
    margin-bottom: 10px
}

#expansionCulturePoints #villageSlotInformation, #expansionCulturePoints #festivalsHint, #expansionCulturePoints #culturePointsProductionHint {
    position: relative
}

.ie7 #expansionCulturePoints > div {
    display: inline-block
}

#expansionCulturePoints .fluidSpeechBubble {
    margin: 0 auto;
    margin-bottom: -8px;
    width: auto
}

.ie7 #expansionCulturePoints .fluidSpeechBubble {
    width: 100%;
    margin-bottom: 8px
}

#expansionCulturePoints .totalRow td, .totalRow th {
    font-weight: bold
}

#expansionCulturePoints .culturePointsSummary, #expansionCulturePoints .culturePointsProduction, #expansionCulturePoints .currentFestivals {
    border-bottom: 3px double black
}

#expansionCulturePoints .totalRow td div {
    float: right
}

#expansionCulturePoints .totalRow td .speechArrowWrapper {
    position: absolute;
    right: -8px
}

#expansionCulturePoints .totalRow td div.speechArrowBack {
    margin: 0 auto
}

#expansionCulturePoints td div.speechArrowBack {
    background-image: url("../../img/round/speechBubble/arrowBack-ltr.png")
}

.ie6 #expansionCulturePoints td div.speechArrowBack {
    background-image: url("../../img/round/speechBubble/arrowBack-ltr.gif")
}

#expansionCulturePoints td div.speechArrowBack {
    height: 23px;
    top: -3px;
    width: 12px;
    z-index: 10
}

#expansionCulturePoints td div.speechArrowBack {
    position: relative
}

#expansionCulturePoints .fluidSpeechBubble .speechArrowBack {
    display: none
}

div#loyaltyTab td, div#loyaltyTab th {
    vertical-align: top;
    padding: 2px 7px
}

div#loyaltyTab table thead td, div#loyaltyTab table thead th {
    text-align: center
}

div#loyaltyTab table th {
    width: 50%
}

div#loyaltyTab table td {
    width: 25%
}

div#loyaltyTab table tbody td {
    text-align: right
}

div#loyaltyTab table tbody th {
    text-align: left
}

div#loyaltyTab table tbody td.low {
    color: #de0000
}

div#loyaltyTab table tbody td.medium {
    color: #666
}

div#loyaltyTab table tbody td.high {
    color: #228b22
}

div#loyaltyTab .currentLoyalty {
    font-weight: bold
}

#regionContainer #regionDetailContent {
    position: relative;
    float: left
}

#regionContainer #regionDetailContent.inTreasury {
    width: 348px
}

#regionContainer #regionDetailContent .lTop {
    float: left;
    clear: left;
    padding-top: 10px;
    max-width: 50%
}

#regionContainer #regionDetailContent .rTop {
    float: right;
    clear: right;
    padding-top: 10px
}

#regionContainer #regionDetailContent .lTop.withIcon, #regionContainer #regionDetailContent .rTop.withIcon {
    line-height: 22px
}

#regionContainer #regionDetailContent .lTop a.regionSettleIcon {
    width: 22px;
    height: 22px;
    background-image: url(../../img/region/icons/region_info_icon.png);
    position: relative;
    display: inline-block
}

#regionContainer #regionDetailContent .lBottom {
    float: left;
    clear: left;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 50%
}

#regionContainer #regionDetailContent .rBottom {
    float: right;
    clear: right;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 50%
}

#regionContainer #regionDetailContent table {
    width: 348px;
    margin-top: 10px
}

#regionContainer #regionDetailContent:not(.embassyRegion) table td {
    text-align: center
}

#regionContainer #regionDetailContent table td.allianceTag {
    white-space: nowrap
}

#regionContainer #regionDetailContent table tr.none td {
    background-color: #efefef
}

#regionContainer #regionDetailContent table tr.sixth td, #regionContainer #regionDetailContent table tr.sixth td a, #regionContainer #regionDetailContent table tr.allyNotInTop td, #regionContainer #regionDetailContent table tr.allyNotInTop td a {
    color: silver
}

#regionContainer #regionMinimap {
    position: absolute;
    right: 24px;
    top: 168px;
    z-index: 300
}

#regionContainer #regionHighlight {
    position: absolute;
    right: 24px;
    top: 168px;
    z-index: 301
}

.victoryArtefactGatherBlock {
    height: 200px;
    display: table
}

.victoryArtefactGatherBlock #ancientPowerStatus {
    display: table-cell;
    vertical-align: middle
}

.victoryArtefactGatherBlock #embassyRegionPieChart {
    text-align: center;
    display: table-cell;
    vertical-align: middle
}

.victoryArtefactGatherBlock #embassyRegionPieChartAgenda {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    background-color: #fff;
    padding: 0
}

.victoryArtefactGatherBlock #embassyRegionPieChartAgenda table {
    background-color: #fff
}

.victoryArtefactGatherBlock #embassyRegionPieChartAgenda table tbody td {
    line-height: 16px;
    padding: 0 7px 0 7px
}

#regionContainer #regionDetailContent.embassyRegion table {
    width: 100%;
    text-align: center
}

#regionDetailContent.embassyRegion .populationInRegion, #regionDetailContent.embassyRegion .allianceTagHeader, #regionDetailContent.embassyRegion .allianceNameHeader, #regionDetailContent.embassyRegion .territorialControl {
    text-align: center
}

.progressBarContainer .progressBar {
    background-color: #fff;
    height: 8px;
    border: 1px solid #c6c6c6;
    padding: 1px;
    margin: 1px
}

.progressBarContainer .bar {
    height: 100%;
    float: left
}

.progressBarContainer .bar.green {
    background-color: #006900
}

.progressBarContainer .progressBarText {
    position: relative;
    float: left;
    padding-bottom: 5px
}

.progressBarContainer .progressBarNumbers {
    position: relative;
    float: right
}

div.wheelOfFortune.inventoryTab {
    transition-duration: 250ms
}

div #wheelPrizes {
    width: 170px;
    height: 502px;
    clear: left;
    float: left;
    border: 1px solid black;
    overflow-x: hidden;
    overflow-y: scroll
}

div #wheel {
    width: 380px;
    float: right;
    clear: right;
    height: 400px;
    border: 1px solid black
}

div #wheelInventory {
    width: 380px;
    float: right;
    clear: right;
    height: 100px;
    border: 1px solid black;
    overflow-x: hidden;
    overflow-y: scroll
}

div.wheelOfFortune#wheelContainer {
    width: 598px;
    height: 464px;
    background-image: url("../../img/wheelOfFortune/background.png");
    margin-left: -23px;
    margin-top: -42px;
    position: relative
}

div.wheelOfFortune.prizeImage {
    width: 124px;
    height: 120px
}

body.wheelOfFortune .contentFooter {
    display: none
}

body.wheelOfFortune .contentContainer {
    height: 300px
}

div.wheelOfFortune#paginator {
    position: relative;
    clear: both;
    float: right;
    margin-right: 5px
}

div.wheelOfFortune#wheelDescription {
    width: 90%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    z-index: 10
}

div.wheelOfFortune#wheelDescription p:first-child {
    padding-top: 20px
}

#wheelDescription button.disabled {
    pointer-events: none
}

div.wheelOfFortune#preloadWheelAnimationMove {
    background: url('../../img/wheelOfFortune/pot_move.png') no-repeat -9999px -9999px;
    visibility: hidden
}

div.wheelOfFortune#preloadWheelAnimationIdle {
    background: url('../../img/wheelOfFortune/pot_idle.png') no-repeat -9999px -9999px;
    visibility: hidden
}

div.wheelOfFortune#wheelAnimation {
    width: 515px;
    height: 305px;
    margin-left: 70px;
    position: absolute;
    z-index: 2;
    bottom: 47px
}

div.wheelOfFortune#wheelAnimation.pot_move {
    background-image: url('../../img/wheelOfFortune/pot_move.png')
}

div.wheelOfFortune#wheelAnimation.pot_idle {
    background-image: url('../../img/wheelOfFortune/pot_idle.png')
}

.rtl div.wheelOfFortune#wheelAnimation {
    margin-right: 13px
}

div.wheelOfFortune#wheelAnimation.pot_1 {
    background-position: 0 0
}

div.wheelOfFortune#wheelAnimation.pot_2 {
    background-position: 0 -310px
}

div.wheelOfFortune#wheelAnimation.pot_3 {
    background-position: 0 -620px
}

div.wheelOfFortune#wheelAnimation.pot_4 {
    background-position: 0 -930px
}

div.wheelOfFortune#wheelAnimation.pot_5 {
    background-position: 0 -1240px
}

div.wheelOfFortune#wheelAnimation.pot_6 {
    background-position: 0 -1550px
}

div.wheelOfFortune#wheelAnimation.pot_7 {
    background-position: 0 -1860px
}

div.wheelOfFortune#wheelAnimation.pot_8 {
    background-position: 0 -2170px
}

div.wheelOfFortune#wheelAnimation.pot_9 {
    background-position: 0 -2480px
}

div.wheelOfFortune#wheelAnimation.pot_10 {
    background-position: 0 -2790px
}

div.wheelOfFortune#wheelAnimation.pot_11 {
    background-position: 0 -3100px
}

div.wheelOfFortune#wheelAnimation.pot_12 {
    background-position: 0 -3410px
}

div.wheelOfFortune#wheelAnimation.pot_13 {
    background-position: 0 -3720px
}

div.wheelOfFortune#wheelAnimation.pot_14 {
    background-position: 0 -4030px
}

div.wheelOfFortune#wheelAnimation.pot_15 {
    background-position: 0 -4340px
}

div.wheelOfFortune#wheelAnimation.pot_16 {
    background-position: 0 -4650px
}

div.wheelOfFortune#wheelAnimation.pot_17 {
    background-position: 0 -4960px
}

div.wheelOfFortune#wheelClickAnimation {
    width: 345px;
    height: 233px;
    position: absolute;
    z-index: 3;
    bottom: 140px;
    margin-left: -22px;
    background-image: url('../../img/wheelOfFortune/lightning.png')
}

.rtl div.wheelOfFortune#wheelClickAnimation {
    margin-right: 279px
}

div.wheelOfFortune#wheelClickAnimation.lightning_1 {
    background-position: 0 0
}

div.wheelOfFortune#wheelClickAnimation.lightning_2 {
    background-position: 0 -233px
}

div.wheelOfFortune#wheelClickAnimation.lightning_3 {
    background-position: 0 -466px
}

div.wheelOfFortune#wheelClickAnimation.lightning_4 {
    background-position: 0 -699px
}

div.wheelOfFortune#wheelClickAnimation.lightning_5 {
    background-position: 0 -932px
}

div.wheelOfFortune#wheelClickAnimation.lightning_6 {
    background-position: 0 -1165px
}

div.wheelOfFortune#wheelClickAnimation.lightning_7 {
    background-position: 0 -1398px
}

div.wheelOfFortune#wheelClickAnimation.lightning_8 {
    background-position: 0 -1631px
}

div.wheelOfFortune#wheelClickAnimation.lightning_9 {
    background-position: 0 -1864px
}

div.wheelOfFortune#wheelClickAnimation.lightning_10 {
    background-position: 0 -2097px
}

div.wheelOfFortune#wheelClickAnimation.lightning_11 {
    background-position: 0 -2330px
}

div.wheelOfFortune#wheelClickAnimation.lightning_12 {
    background-position: 0 -2563px
}

div.wheelOfFortune#wheelClickAnimation.lightning_13 {
    display: none
}

div.wheelOfFortune#wheelBase {
    width: 528px;
    height: 238px;
    background-image: url('../../img/wheelOfFortune/potBase.png');
    position: absolute;
    z-index: 1;
    bottom: 0;
    margin-left: 35px
}

div.wheelOfFortune#wheelPrizeBox {
    width: 152px;
    height: 192px;
    left: 50%;
    margin-left: -76px;
    bottom: 130px;
    background-image: url('../../img/wheelOfFortune/prizeBubble.png');
    position: absolute;
    z-index: 5;
    transition-duration: 550ms
}

div.wheelOfFortune#wheelPrizeBox.prize_1 {
    opacity: 0;
    bottom: 160px;
    transition-duration: 250ms
}

div.wheelOfFortune#wheelPrizeBox.prize_2 {
    opacity: 1.0
}

@-moz-keyframes wheelOfFortuneRaySpin {
    from {
        -moz-transform: rotate(0)
    }
    to {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes wheelOfFortuneRaySpin {
    from {
        -webkit-transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes wheelOfFortuneRaySpin {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@-moz-keyframes wheelOfFortuneRaySpinRTL {
    from {
        -moz-transform: rotate(0)
    }
    to {
        -moz-transform: rotate(-360deg)
    }
}

@-webkit-keyframes wheelOfFortuneRaySpinRTL {
    from {
        -webkit-transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes wheelOfFortuneRaySpinRTL {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(-360deg)
    }
}

div.wheelOfFortune#wheelPrizeBoxRays {
    width: 352px;
    height: 352px;
    left: 50%;
    margin-left: -176px;
    bottom: 50px;
    background-image: url('../../img/wheelOfFortune/rays.png');
    position: absolute;
    z-index: 6;
    transition-duration: 1550ms;
    -webkit-animation-name: wheelOfFortuneRaySpin;
    -webkit-animation-duration: 15000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: wheelOfFortuneRaySpin;
    -moz-animation-duration: 15000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: wheelOfFortuneRaySpin;
    -ms-animation-duration: 15000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-transition: rotate(3600deg);
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -ms-transition-property: all;
    -o-transition-property: all;
    transition-property: all
}

div.wheelOfFortune#wheelPrizeBoxRays.rays_1 {
    opacity: 0;
    transition-duration: 50ms
}

div.wheelOfFortune#wheelPrizeBoxRays.rays_2 {
    opacity: 1.0
}

.rtl div.wheelOfFortune#wheelPrizeBoxRays {
    -webkit-animation-name: wheelOfFortuneRaySpinRTL;
    -webkit-animation-duration: 15000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: wheelOfFortuneRaySpinRTL;
    -moz-animation-duration: 15000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: wheelOfFortuneRaySpinRTL;
    -ms-animation-duration: 15000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-transition: rotate(-3600deg);
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -ms-transition-property: all;
    -o-transition-property: all;
    transition-property: all
}

div.wheelOfFortune#wheelPrize {
    width: 124px;
    height: 142px;
    background-repeat: no-repeat;
    position: relative
}

div.wheelOfFortune.winningPage#wheelPrize {
    position: absolute;
    left: 50%;
    margin-left: -61px;
    bottom: 160px;
    z-index: 50;
    transition-duration: 650ms
}

div.wheelOfFortune.inventoryPage.prize_empty_slot {
    background-image: url('../../img/wheelOfFortune/inventoryEmptyItemSlotBackground.png');
    background-position: center center
}

div.wheelOfFortune#wheelPrize.no_image {
    background-color: transparent;
    opacity: .0
}

div.wheelOfFortune#wheelPrize.fly {
    width: 80px;
    height: 80px;
    bottom: 470px;
    transition-duration: 1000ms;
    background-position: center
}

div.wheelOfFortune#wheelPrize.fall {
    height: 0;
    border: 0;
    bottom: 464px
}

div.wheelOfFortune.bonuses_plus_long {
    background-image: url('../../img/wheelOfFortune/prizes/bonuses_plus_long.png')
}

div.wheelOfFortune.bonuses_plus_short {
    background-image: url('../../img/wheelOfFortune/prizes/bonuses_plus_short.png')
}

div.wheelOfFortune.bonuses_production_clay_long {
    background-image: url('../../img/wheelOfFortune/prizes/bonuses_production_clay.png')
}

div.wheelOfFortune.bonuses_production_clay_short {
    background-image: url('../../img/wheelOfFortune/prizes/bonuses_production_clay.png')
}

div.wheelOfFortune.bonuses_production_crop_long {
    background-image: url('../../img/wheelOfFortune/prizes/bonuses_production_crop.png')
}

div.wheelOfFortune.bonuses_production_crop_short {
    background-image: url('../../img/wheelOfFortune/prizes/bonuses_production_crop.png')
}

div.wheelOfFortune.bonuses_production_iron_long {
    background-image: url('../../img/wheelOfFortune/prizes/bonuses_production_iron.png')
}

div.wheelOfFortune.bonuses_production_iron_short {
    background-image: url('../../img/wheelOfFortune/prizes/bonuses_production_iron.png')
}

div.wheelOfFortune.bonuses_production_lumber_long {
    background-image: url('../../img/wheelOfFortune/prizes/bonuses_production_lumber.png')
}

div.wheelOfFortune.bonuses_production_lumber_short {
    background-image: url('../../img/wheelOfFortune/prizes/bonuses_production_lumber.png')
}

div.wheelOfFortune.gold_large {
    background-image: url('../../img/wheelOfFortune/prizes/gold_large.png')
}

div.wheelOfFortune.gold_small {
    background-image: url('../../img/wheelOfFortune/prizes/gold_small.png')
}

div.wheelOfFortune.npc_merchant_voucher {
    background-image: url('../../img/wheelOfFortune/prizes/npc_merchant_voucher.png')
}

div.wheelOfFortune.npc_merchant_voucher_x5 {
    background-image: url('../../img/wheelOfFortune/prizes/npc_merchant_voucher_x5.png')
}

div.wheelOfFortune.resource_clay {
    background-image: url('../../img/wheelOfFortune/prizes/resource_clay.png')
}

div.wheelOfFortune.resource_crop {
    background-image: url('../../img/wheelOfFortune/prizes/resource_crop.png')
}

div.wheelOfFortune.resource_iron {
    background-image: url('../../img/wheelOfFortune/prizes/resource_iron.png')
}

div.wheelOfFortune.resource_lumber {
    background-image: url('../../img/wheelOfFortune/prizes/resource_lumber.png')
}

div.wheelOfFortune.hero_speedup {
    background-image: url('../../img/wheelOfFortune/prizes/hero_speedup.png')
}

div.wheelOfFortune.smithy_upgrade {
    background-image: url('../../img/wheelOfFortune/prizes/smithy_upgrade.png')
}

div.wheelOfFortune.hero_adventure {
    background-image: url('../../img/wheelOfFortune/prizes/hero_adventure.png')
}

div.wheelOfFortune.troop_training_voucher_barracks {
    background-image: url('../../img/wheelOfFortune/prizes/troop_training_voucher_barracks.png')
}

div.wheelOfFortune.troop_training_voucher_stable {
    background-image: url('../../img/wheelOfFortune/prizes/troop_training_voucher_stable.png')
}

.tribe1 div.wheelOfFortune.troops_t1 {
    background-image: url('../../img/wheelOfFortune/prizes/troop_1_tribe_1.png')
}

.tribe1 div.wheelOfFortune.troops_t2 {
    background-image: url('../../img/wheelOfFortune/prizes/troop_2_tribe_1.png')
}

.tribe1 div.wheelOfFortune.troops_t3 {
    background-image: url('../../img/wheelOfFortune/prizes/troop_3_tribe_1.png')
}

.tribe1 div.wheelOfFortune.troops_t4 {
    background-image: url('../../img/wheelOfFortune/prizes/troop_4_tribe_1.png')
}

.tribe1 div.wheelOfFortune.troops_t5 {
    background-image: url('../../img/wheelOfFortune/prizes/troop_5_tribe_1.png')
}

.tribe1 div.wheelOfFortune.troops_t6 {
    background-image: url('../../img/wheelOfFortune/prizes/troop_6_tribe_1.png')
}

.tribe2 div.wheelOfFortune.troops_t1 {
    background-image: url('../../img/wheelOfFortune/prizes/troop_1_tribe_2.png')
}

.tribe2 div.wheelOfFortune.troops_t2 {
    background-image: url('../../img/wheelOfFortune/prizes/troop_2_tribe_2.png')
}

.tribe2 div.wheelOfFortune.troops_t3 {
    background-image: url('../../img/wheelOfFortune/prizes/troop_3_tribe_2.png')
}

.tribe2 div.wheelOfFortune.troops_t4 {
    background-image: url('../../img/wheelOfFortune/prizes/troop_4_tribe_2.png')
}

.tribe2 div.wheelOfFortune.troops_t5 {
    background-image: url('../../img/wheelOfFortune/prizes/troop_5_tribe_2.png')
}

.tribe2 div.wheelOfFortune.troops_t6 {
    background-image: url('../../img/wheelOfFortune/prizes/troop_6_tribe_2.png')
}

.tribe3 div.wheelOfFortune.troops_t1 {
    background-image: url('../../img/wheelOfFortune/prizes/troop_1_tribe_3.png')
}

.tribe3 div.wheelOfFortune.troops_t2 {
    background-image: url('../../img/wheelOfFortune/prizes/troop_2_tribe_3.png')
}

.tribe3 div.wheelOfFortune.troops_t3 {
    background-image: url('../../img/wheelOfFortune/prizes/troop_3_tribe_3.png')
}

.tribe3 div.wheelOfFortune.troops_t4 {
    background-image: url('../../img/wheelOfFortune/prizes/troop_4_tribe_3.png')
}

.tribe3 div.wheelOfFortune.troops_t5 {
    background-image: url('../../img/wheelOfFortune/prizes/troop_5_tribe_3.png')
}

.tribe3 div.wheelOfFortune.troops_t6 {
    background-image: url('../../img/wheelOfFortune/prizes/troop_6_tribe_3.png')
}

div.wheelOfFortune.npc_merchant_voucher_x5 span.npc_merchant_voucher_x5_text {
    color: #FFF;
    position: relative;
    left: 78px;
    top: 82px;
    font-weight: bold;
    font-size: 16px
}

div.wheelOfFortune.prize_empty_slot {
    background-color: rgba(255, 255, 255, 0.7)
}

div.wheelOfFortune#wheelPrizeDescription {
    width: 100%;
    padding: 3px;
    text-align: center;
    background-color: #bcbcb9;
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    color: #fff
}

div.wheelOfFortune.fly #wheelPrizeDescription {
    display: none
}

div.wheelOfFortune.wheelPrizeDescription {
    width: 100%;
    padding: 3px;
    text-align: center;
    background-color: #bcbcb9;
    bottom: 0;
    box-sizing: border-box;
    color: #fff
}

div.wheelOfFortune.wheelPrizeDescription.hidden {
    background-color: transparent;
    opacity: .0
}

div.wheelOfFortune#wheelPrizeStacks {
    height: 20px;
    text-align: center;
    background-color: #bcbcb9;
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 5px 3px 6px;
    box-sizing: border-box;
    color: #fff
}

div#sidebarBoxWheelOfFortune.sidebarBox div.wheelOfFortuneRibbon {
    background-image: url("../../img/quests/achievement/band_rot_klein.png");
    width: 160px;
    height: 35px;
    text-align: center;
    position: absolute;
    top: -17px;
    left: 12px
}

div#sidebarBoxWheelOfFortune.sidebarBox div.wheelOfFortuneRibbon div.headline {
    color: #fff;
    font-size: 13px;
    padding-right: 3px;
    padding-top: 8px
}

div#sidebarBoxWheelOfFortune.sidebarBox div.boxTitle {
    color: #7b5940;
    font-size: 13px;
    font-weight: normal;
    padding-top: 17px;
    text-align: center
}

div#sidebarBoxWheelOfFortune.sidebarBox div.wheelOfFortuneContainer {
    text-align: center
}

div.wheelOfFortune#inventoryFolder {
    width: 536px;
    background: rgba(245, 245, 245, 0.9) no-repeat center;
    position: absolute;
    left: 25px;
    top: 50px;
    z-index: 5;
    border-radius: 10px;
    padding: 5px 5px 5px 5px
}

button.wheelOfFortune {
    width: 124px;
    height: 142px;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0
}

button.wheelOfFortune.defaultCursor {
    cursor: default
}

div.wheelOfFortune.prizeTooltipContainer {
    padding-top: 1px
}

div.wheelOfFortune.prizeTooltipContainer div.wheelOfFortune.prizeTooltipTitle {
    font-weight: bold;
    line-height: 16px;
    height: 16px
}

div.wheelOfFortune.prizeTooltipContainer div.wheelOfFortune.prizeTooltipTitle img {
    margin-right: 2px
}

div.wheelOfFortune.prizeTooltipContainer div.wheelOfFortune.prizeTooltipDescription {
    margin-top: 5px
}

div.wheelOfFortune.inventoryPage {
    background-position: top;
    float: left;
    z-index: 50;
    margin: 5px 5px 5px 5px;
    width: 124px;
    height: 142px;
    position: relative
}

.welcomeScreen {
    width: 779px;
    max-width: 100%;
    height: auto;
    text-align: center;
    margin-top: -10px
}

.welcomeScreen .welcomeScreenHeader {
    width: 100%;
    height: 372px;
    background-image: url(../../img/welcomeScreen/riseOfAlliances/headerBackground-ltr.png);
    margin-bottom: 60px;
    box-sizing: border-box;
    transition-duration: 1000ms;
    border: solid 1px transparent;
    position: relative
}

.welcomeScreen .welcomeScreenHeader .previewVideoContainer {
    width: 568px;
    max-width: 100%;
    height: 320px;
    margin: 10px auto;
    border: solid 1px rgba(255, 255, 255, 0.5);
    cursor: pointer;
    background: rgba(0, 0, 0, 0.2);
    transition: background-color 250ms, opacity 500ms, height 1000ms, width 1000ms;
    position: relative;
    overflow: hidden
}

.welcomeScreen .welcomeScreenHeader .previewVideoContainer:hover {
    background-color: rgba(0, 0, 0, 0.3)
}

.welcomeScreen .welcomeScreenHeader .previewVideoContainer:active {
    background-color: rgba(0, 0, 0, 0.4)
}

.welcomeScreen .welcomeScreenHeader .previewVideoContainer .play {
    width: 136px;
    height: 136px;
    background: url(../../img/welcomeScreen/riseOfAlliances/videoPlay-ltr.png) 0 0;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -68px;
    margin-top: -68px
}

.welcomeScreen .welcomeScreenHeader .previewVideoContainer .play:after {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../../img/welcomeScreen/riseOfAlliances/videoPlay-ltr.png) 137px;
    display: block;
    opacity: 0;
    transition: opacity 250ms
}

.welcomeScreen .welcomeScreenHeader .previewVideoContainer:active .play:after {
    background-position: bottom left
}

.welcomeScreen .welcomeScreenHeader .previewVideoContainer:hover .play:after {
    opacity: 1
}

.welcomeScreen .welcomeScreenHeader .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.0);
    position: absolute;
    transition-duration: 2000ms;
    transition-delay: 1000ms;
    border-radius: 4px
}

.welcomeScreen .welcomeScreenHeader .overlay.active {
    background-color: rgba(0, 0, 0, 0.6)
}

.welcomeScreen .headlineDescription {
    width: 100%;
    left: 50%;
    margin-left: -49%;
    margin-top: -100px;
    position: absolute;
    text-align: center;
    font-style: italic;
    z-index: 2;
    padding: 15px 70px 0 10px
}

.welcomeScreen .headlineDescription:before {
    display: block;
    content: '';
    width: 82%;
    height: 100%;
    position: absolute;
    border: solid 1px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    background: #fff;
    background: linear-gradient(#fff, #efeeee);
    z-index: -1;
    top: 0
}

.welcomeScreen .headlineDescription p {
    width: 73%;
    margin-left: 5%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px
}

.headlineDescription h1 {
    font-style: normal;
    margin-right: 5%
}

.welcomeScreen .headlineDescription:after {
    content: '';
    position: absolute;
    width: 120px;
    height: 119px;
    background-image: url(../../img/welcomeScreen/riseOfAlliances/senator-ltr.png);
    right: 11%;
    top: -20px
}

button.orangeBig {
    box-sizing: border-box;
    background: url(../../img/round/button/background/orangeBig-ltr.png) repeat-x 0 -54px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 250%;
    height: 41px;
    position: relative;
    z-index: 2;
    padding: 13px 115px 25px;
    border-radius: 50px;
    outline: 0
}

button.orangeBig, button.orangeBig:hover, .button.orangeBig:focus {
    font-size: 250% !important
}

button.orangeBig:before {
    content: '';
    position: absolute;
    width: 115px;
    height: 41px;
    background: url(../../img/round/button/background/orangeBig-ltr.png) repeat-x 0 0;
    left: -115px;
    top: 0;
    margin-left: 115px;
    z-index: 1;
    display: block
}

button.orangeBig:after {
    content: '';
    position: absolute;
    width: 115px;
    height: 41px;
    background: url(../../img/round/button/background/orangeBig-ltr.png) repeat-x 0 -109px;
    right: -0px;
    top: 0;
    z-index: 1
}

button.orangeBig:hover {
    background-position: 0 -217px
}

button.orangeBig:hover:before {
    background-position: 0 -163px
}

button.orangeBig:hover:after {
    background-position: 0 -272px
}

button.orangeBig:active {
    background-position: 0 -381px
}

button.orangeBig:active:before {
    background-position: 0 -327px
}

button.orangeBig:active:after {
    background-position: 0 -436px
}

button.startPlaying {
    min-width: 460px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative
}

.welcomeScreen .doubleBorder {
    border: solid 1px #e3ede2;
    position: relative;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 1px
}

.welcomeScreen .featureContainer {
    width: 100%;
    margin-top: 15px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    padding-bottom: 40px;
    transition: 1000ms
}

.welcomeScreen .featureContainerInner {
    border: solid 1px #e3ede2;
    border-radius: 4px;
    box-sizing: border-box;
    width: 100%
}

.welcomeScreen .featureBox {
    background: -moz-linear-gradient(bottom, rgba(224, 235, 223, 1) 0%, rgba(224, 235, 223, 0.52) 32%, rgba(224, 235, 223, 0.26) 83%, rgba(224, 235, 223, 0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(224, 235, 223, 1) 0%, rgba(224, 235, 223, 0.52) 32%, rgba(224, 235, 223, 0.26) 83%, rgba(224, 235, 223, 0) 100%);
    background: linear-gradient(to top, rgba(224, 235, 223, 1) 0%, rgba(224, 235, 223, 0.52) 32%, rgba(224, 235, 223, 0.26) 83%, rgba(224, 235, 223, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e0ebdf', endColorstr='#e0ebdf', GradientType=0);
    position: relative
}

.welcomeScreen .featureBox:after {
    background-image: linear-gradient(to bottom, #fff, transparent 10%, transparent), linear-gradient(to bottom, transparent 0, transparent 1px, #ccc 1px, #ccc 2px);
    background-repeat: no-repeat, repeat;
    background-size: 100%, 1px 2px;
    content: '';
    display: block;
    position: absolute;
    left: 33%;
    top: 0;
    bottom: 0;
    width: 1px;
    height: calc(100% - 31px)
}

.welcomeScreen .featureBox:before {
    background-image: linear-gradient(to bottom, #fff, transparent 10%, transparent), linear-gradient(to bottom, transparent 0, transparent 1px, #ccc 1px, #ccc 2px);
    background-repeat: no-repeat, repeat;
    background-size: 100%, 1px 2px;
    content: '';
    display: block;
    position: absolute;
    right: 33%;
    top: 0;
    bottom: 0;
    width: 1px;
    height: calc(100% - 31px)
}

.welcomeScreen .featureContainer .feature {
    width: 33.333%;
    height: 170px;
    float: left;
    box-sizing: border-box;
    position: relative;
    cursor: pointer
}

.welcomeScreen .featureContainer .feature .description {
    background: no-repeat center bottom;
    width: 100%;
    height: 120px
}

.welcomeScreen .featureContainer .feature .description span {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    width: 90%;
    padding: 10px;
    border-top: dotted 1px #d0d0d0;
    box-sizing: border-box;
    border-bottom: dotted 1px #d0d0d0;
    margin-top: 119px;
    background-image: -moz-linear-gradient(-1deg, rgba(224, 235, 223, 0) 0%, rgba(224, 235, 223, 0.48) 5%, rgba(224, 235, 223, 0.50196) 5%, rgba(240, 245, 239, 0.62) 16%, #fff 50%, rgba(224, 235, 223, 0.50196) 95%, rgba(224, 235, 223, 0) 100%);
    background-image: -webkit-linear-gradient(-1deg, rgba(224, 235, 223, 0) 0%, rgba(224, 235, 223, 0.48) 5%, rgba(224, 235, 223, 0.50196) 5%, rgba(240, 245, 239, 0.62) 16%, #fff 50%, rgba(224, 235, 223, 0.50196) 95%, rgba(224, 235, 223, 0) 100%);
    background-image: -ms-linear-gradient(-1deg, rgba(224, 235, 223, 0) 0%, rgba(224, 235, 223, 0.48) 5%, rgba(224, 235, 223, 0.50196) 5%, rgba(240, 245, 239, 0.62) 16%, #fff 50%, rgba(224, 235, 223, 0.50196) 95%, rgba(224, 235, 223, 0) 100%)
}

.welcomeScreen .featureContainer .feature.boostedStart .description {
    background-image: url(../../img/welcomeScreen/riseOfAlliances/boost-ltr.png)
}

.welcomeScreen .featureContainer .feature.changedHeroes .description {
    background-image: url(../../img/welcomeScreen/riseOfAlliances/hero-ltr.png)
}

.welcomeScreen .featureContainer .feature.allianceBonuses .description {
    background-image: url(../../img/welcomeScreen/riseOfAlliances/bonus-ltr.png)
}

.welcomeScreen .victoryConditions {
    width: 100%;
    min-height: 30px;
    padding-bottom: 5px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    padding-top: 5px;
    box-shadow: 0 3px 1px -1px rgba(0, 0, 0, 0.15)
}

.welcomeScreen .victoryConditions:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 30px;
    background: linear-gradient(rgba(0, 0, 0, 0), #e6efe5);
    position: relative;
    margin-top: -30px
}

.welcomeScreen .victoryConditions span {
    min-height: 22px;
    display: inline-block;
    line-height: 22px;
    background: url(../../img/welcomeScreen/riseOfAlliances/victory-points-ltr.png) no-repeat left center;
    padding-left: 25px;
    font-size: 14px
}

.welcomeScreen .borderGreen {
    border: solid 1px #a3c840;
    padding: 1px;
    border-radius: 4px;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    margin-top: -42px;
    display: table;
    z-index: 2
}

.welcomeScreen .readMore, .welcomeScreen .readLess {
    width: 100%;
    padding: 10px;
    color: rgba(0, 0, 0, 0.6);
    background: linear-gradient(#dce7b9, #fff);
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    display: table-cell
}

.welcomeScreen .readMore:hover, .welcomeScreen .readLess:hover {
    background: linear-gradient(#d8f08d, #fff)
}

.welcomeScreen .readMore:active, .welcomeScreen .readLess:active {
    background: linear-gradient(#cddd9c, #fff)
}

.welcomeScreen .readLess {
    display: none
}

.welcomeScreen .otherAdditions {
    max-height: 0;
    overflow: hidden;
    transition-duration: 1000ms;
    text-align: left;
    box-sizing: border-box;
    font-size: 14px;
    background: linear-gradient(#fff 70%, #efeeee)
}

.welcomeScreen .otherAdditions ul, .welcomeScreen .extendedFeatureDescriptions ul {
    list-style-image: url(../../img/layout/icons/bulletPointGreen-ltr.png);
    margin-top: 5px;
    width: 100%
}

.welcomeScreen .otherAdditions ul li, .welcomeScreen .extendedFeatureDescriptions ul li {
    padding: 4px;
    max-width: 95%
}

.welcomeScreen .extendedFeatureDescriptions {
    text-align: left;
    font-size: 14px;
    min-height: 0;
    transition-duration: 1000ms;
    display: inline-table;
    overflow: hidden
}

.welcomeScreen .extendedFeatureDescriptions > div {
    width: 33.33%;
    box-sizing: border-box;
    float: left;
    transition-duration: 1000ms;
    z-index: 1;
    text-align: center;
    display: table-cell;
    max-height: 0;
    padding: 0;
    margin: 0
}

.welcomeScreen .extendedFeatureDescriptions > div ul {
    max-width: 100%;
    display: table-cell;
    list-style-position: inside;
    margin: 0;
    text-align: left;
    padding-left: 25px
}

.welcomeScreen .extendedFeatureDescriptions > div ul li {
    margin-bottom: 15px;
    text-indent: -1em;
    padding-left: 1em
}

.welcomeScreen.extended .welcomeScreenHeader {
    height: 110px;
    border-radius: 4px;
    border: solid 1px white;
    margin-bottom: 10px;
    box-shadow: 0 0 0 1px #a3c840
}

.welcomeScreen.extended .headlineDescription {
    margin-top: -108px
}

.welcomeScreen.extended .previewVideoContainer {
    opacity: 0;
    height: 0;
    width: 0
}

.welcomeScreen.extended .victoryConditions:before {
    display: none
}

.welcomeScreen.extended .readMore {
    display: none
}

.welcomeScreen.extended .readLess {
    display: table-cell
}

.welcomeScreen.extended .otherAdditions {
    max-height: 500px;
    padding: 20px;
    color: rgba(0, 0, 0, 0.6)
}

.welcomeScreen.extended .extendedFeatureDescriptions {
    min-height: 150px;
    margin-top: -59px;
    padding-top: 60px;
    box-sizing: border-box
}

.welcomeScreen.extended .extendedFeatureDescriptions > div {
    max-height: 500px;
    margin-bottom: 20px;
    padding-top: 10px
}

.welcomeScreen.extended .featureContainer .feature {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    cursor: default
}

.welcomeScreen.extended .featureContainer .feature:before {
    border: 0
}

.welcomeScreen.introduction .startPlaying {
    display: none
}

.welcomeScreen.introduction .featureContainer {
    margin-top: 72px
}

.welcomeScreen.extended.introduction .featureContainer {
    margin-top: 15px
}

.introductionScreen #dialogCancelButton.iconButton.small.cancel {
    width: 28px;
    height: 28px;
    background: url(../../img/layout/contentTitleButtons.png) 0 0;
    right: -25px;
    top: -15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
    border-radius: 99px;
    z-index: 2
}

.introductionScreen #dialogCancelButton.iconButton.small.cancel:hover {
    background-position: 0 -38px
}

.welcomeScreen.heroItemsEnabled .featureContainer .feature.changedHeroes, .welcomeScreen.heroItemsEnabled .extendedFeatureDescriptions .changedHeroes {
    display: none
}

.welcomeScreen.heroItemsEnabled .featureBox:before {
    display: none
}

.welcomeScreen.heroItemsEnabled .featureBox:after {
    left: 50%
}

.welcomeScreen.heroItemsEnabled .extendedFeatureDescriptions > div, .welcomeScreen.heroItemsEnabled .featureContainer .feature {
    width: 50%
}

.welcomeScreen.heroItemsEnabled .extendedFeatureDescriptions {
    width: 100%
}

.welcomeScreen.heroItemsEnabled .extendedFeatureDescriptions > div ul {
    padding-left: 40px
}

/********** IMAGES ********* */
/********** GRID ********* */
/********** INLINE ICONS ********* */
/********** FONT ********* */
/********** DIRECTIONS ********* */
/********** TEXT ********* */
/*** MEASUREMENT ** */
/*** COLOR CODES ** */
/*** COLOR USAGE ** */
/*** DEFAULT STYLES ** */
/*** TRIBES ** */
/*** BUILDINGS ** */
/*** RESOURCES ** */
/* kleines loading icon */
img.loading {
    background-image: url('../../img_rtl/map/loading.gif');
    background-position: right center;
    width: 16px;
    height: 16px;
}

/* delete x */
img.del {
    width: 12px;
    height: 12px;
    background-image: url('../../img_rtl/a/delete.gif');
    right: 8px;
    top: 1px;
}

.colorBlind img.del {
    width: 7px;
    height: 7px;
    background-image: url('../../img_rtl/a/deleteColorblind.gif');
    right: 8px;
    top: 1px;
}

a.infoboxDeleteButton img.del {
    float: left;
}

img.del.inactive {
    background-position: right -17px;
}

img.accept {
    width: 12px;
    height: 12px;
    background-image: url('../../img_rtl/a/check.png');
    right: 6px;
}

.disabled img.accept {
    background-image: url('../../img_rtl/a/check_grey.png');
}

/* clock */
img.clock,
i.clock {
    width: 13px;
    height: 12px;
    background-image: url('../../img_rtl/a/clock.gif');
}

img.clock.inlineblock {
    display: inline-block;
}

img.clock.inactive {
    background-position: 0 -22px;
}

/* carry capacity */
img.carry {
    height: 12px;
    width: 13px;
    background-image: url('../../img_rtl/a/carry.gif');
}

img.carry.half {
    background-position: 0 -15px;
}

img.carry.empty {
    background-position: 0 -30px;
}

img.carry.impossible {
    background-position: 0 -45px;
}

/* npc trade */
img.npc {
    width: 18px;
    height: 12px;
    background-image: url('../../img_rtl/a/npc.gif');
    background-position: top;
}

img.npc_inactive {
    width: 18px;
    height: 12px;
    background-image: url('../../img_rtl/a/npc.gif');
    background-position: bottom;
}

/* money */
img.gold,
img.gold_g {
    width: 12px;
    height: 12px;
    background-image: url('../../img_rtl/a/gold-rtl.gif');
}

img.gold {
    background-position: 0 0;
}

img.gold_g {
    background-position: 0 -15px;
}

img.silver,
img.silver_g {
    width: 10px;
    height: 9px;
    background-image: url('../../img_rtl/a/silver-rtl.gif');
}

img.silver {
    background-position: 0 0;
}

img.silver_g {
    background-position: 0 -19px;
}

/* bids - hero auctions */
img.bids {
    width: 16px;
    height: 16px;
    background-image: url('../../img_rtl/hero/bids.png');
}

/* adventure danger */
img.adventureDifficulty0 {
    width: 16px;
    height: 16px;
    background-image: url('../../img_rtl/hero/dangerGreat.gif');
    background-position: top;
}

img.adventureDifficulty1,
img.adventureDifficulty2,
img.adventureDifficulty3 {
    width: 16px;
    height: 16px;
    background-image: url('../../img_rtl/hero/danger.gif');
    background-position: top;
}

/* message status */
.messageStatus {
    width: 16px;
    height: 16px;
    background-image: url('../../img_rtl/msg/messageStatus.gif');
}

.messageStatusUnread {
    background-position: right 0;
}

.messageStatusRead {
    background-position: right -26px;
}

.messageStatusReplied {
    background-position: right -52px;
}

img.play_video,
i.play_video {
    width: 13px;
    height: 12px;
    background-image: url('../../img_rtl/videoFeature/play_video_button.png');
}

img.iMiniHouse,
i.iMiniHouse {
    background-image: url('../../img_rtl/report/mini_house-rtl.png');
    width: 16px;
    height: 16px;
}

img.iMiniHouseFailed,
i.iMiniHouseFailed {
    background-image: url('../../img_rtl/report/mini_houseFailed-rtl.gif');
    width: 16px;
    height: 16px;
}

/* new icons */
i {
    display: inline-block;
    /* general */
}

i.population_medium {
    background-image: url('../../img_rtl/general/units/population_medium.png');
    width: 22px;
    height: 26px;
}

i.culturePoints_small {
    background-image: url('../../img_rtl/general/units/culturePoints_small.png');
    width: 18px;
    height: 16px;
}

i.culturePoints_medium {
    background-image: url('../../img_rtl/general/units/culturePoints_medium.png');
    width: 26px;
    height: 24px;
}

i.clock_medium {
    background-image: url('../../img_rtl/general/units/clock_medium.png');
    width: 22px;
    height: 22px;
}

i.clock_mediums {
    background-image: url('../../img_rtl/general/units/cancel-icon-2025x2048-afz53im3.png');
    width: 18px;
    height: 18px;
}

i.healTime_medium {
    background-image: url('../../img_rtl/general/units/healTime_medium.png');
    width: 23px;
    height: 22px;
}

i.offense_medium {
    background-image: url('../../img_rtl/general/combat/offense_medium.png');
    width: 26px;
    height: 22px;
}

i.defense_medium {
    background-image: url('../../img_rtl/general/combat/defense_medium.png');
    width: 22px;
    height: 24px;
}

i.resources_small {
    background-image: url('../../img_rtl/general/resources/resources_small.png');
    width: 19px;
    height: 16px;
}

i.resources_medium {
    background-image: url('../../img_rtl/general/resources/resources_medium.png');
    width: 28px;
    height: 24px;
}

i.tribe1_small {
    background-image: url('../../img_rtl/general/tribes/roman_small.png');
    width: 16px;
    height: 16px;
}

i.tribe1_medium {
    background-image: url('../../img_rtl/general/tribes/roman_medium.png');
    width: 22px;
    height: 21px;
}

i.tribe2_small {
    background-image: url('../../img_rtl/general/tribes/teuton_small.png');
    width: 16px;
    height: 16px;
}

i.tribe2_medium {
    background-image: url('../../img_rtl/general/tribes/teuton_medium.png');
    width: 22px;
    height: 23px;
}

i.tribe3_small {
    background-image: url('../../img_rtl/general/tribes/gaul_small.png');
    width: 16px;
    height: 16px;
}

i.tribe3_medium {
    background-image: url('../../img_rtl/general/tribes/gaul_medium.png');
    width: 22px;
    height: 22px;
}

i.tribe5_small {
    background-image: url('../../img_rtl/general/tribes/natar_small.png');
    width: 16px;
    height: 16px;
}

i.tribe5_medium {
    background-image: url('../../img_rtl/general/tribes/natar_medium.png');
    width: 22px;
    height: 22px;
}

i.tribe6_small {
    background-image: url('../../img_rtl/general/tribes/egyptian_small.png');
    width: 16px;
    height: 16px;
}

i.tribe6_medium {
    background-image: url('../../img_rtl/general/tribes/egyptian_medium.png');
    width: 22px;
    height: 23px;
}

i.tribe7_small {
    background-image: url('../../img_rtl/general/tribes/hun_small.png');
    width: 16px;
    height: 16px;
}

i.tribe7_medium {
    background-image: url('../../img_rtl/general/tribes/hun_medium.png');
    width: 22px;
    height: 24px;
}

i.tribe8_medium {
    background-image: url('../../img_rtl/general/tribes/spartan_medium.png');
    width: 22px;
    height: 24px;
}
