﻿@charset "utf-8";
@import url('/CSS/guide_sub.css');
/* CSS Document */

h5 {
    color: #198DC3;
    font-size: 14px;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    margin-bottom: -5px;
}

p {
    color: #198DC3;
    font-size: 12px;
    font-weight: normal;
}

.tablestats {
    border-collapse: collapse;
}

.tablestatsth {
    color: #198DC3;
    font-weight: bold;
}

.tablestatsth {
    border: 1px solid #198DC3;
    padding: 5px;
    font-size: 12px;
}

.tablestatstd {
    border: 1px solid #198DC3;
    padding: 5px;
    font-size: 12px;
}

.tablestatstd {
    color: #198DC3;
}

div.stat {
    float: right;
    padding-left: 5px;
}

section.guide_content {
    margin: auto;
    width: 510px;
    height: auto;
    padding: 10px 5px 5px 40px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    float: left;
}

/* submenu style */
aside.submenu {
    float: right;
    width: 200px;
    margin: 40px 70px 0 0;
}

    aside.submenu > .accordion {
        width: 200px;
        overflow: hidden;
        color: #ffffff;
        background-image: url(/Images/Theme/sub_middle.png);
        background-repeat: repeat-y;
        float: right;
    }

        aside.submenu > .accordion a:hover, aside.submenu > .accordion a.on {
            color: #ffffff;
        }

    aside.submenu > div.submenu {
        width: 200px;
    }

    aside.submenu > div.top {
        width: 200px;
        height: 24px;
    }

    aside.submenu > .accordion section p {
        display: block;
        margin-top: -30px;
        margin-left: 15px;
    }

        aside.submenu > .accordion section p a {
            font-size: 12px;
            color: #9a9a9a;
            line-height: 22px;
            text-decoration: none;
            margin-left: 19px;
        }

    aside.submenu > .accordion section h2 {
        padding: 10px 0px 5px 0px;
        _padding: 20px 0px 0px 0px;
        display: block;
        font-size: 14px;
        font-weight: normal;
        color: #198DC3;
        text-decoration: none;
    }

    *:first-child + html aside.submenu > .accordion section h2 {
        padding: 25px 0px 0px 0px;
    }

        aside.submenu > .accordion section h2 a {
            padding: 5px 0px 10px 30px;
            display: block;
            font-size: 14px;
            font-weight: normal;
            color: #198DC3;
            text-decoration: none;
        }

    /*set style of closed slide*/
    aside.submenu > .accordion section {
        /*float:left;	*/
        overflow: hidden;
    }

#one {
    margin-top: 15px;
}

hr.bar {
    color: #333333;
    background-color: #333333;
    height: 1px;
    width: 162px;
    border: 0;
    margin: 5px 19px 0 19px;
}

aside.submenu > .vertical section {
    width: 200px;
    height: 40px;
    -webkit-transition: height 0.2s ease-out;
    -moz-transition: height 0.2s ease-out;
    -o-transition: height 0.2s ease-out;
    -ms-transition: height 0.2s ease-out;
    transition: height 0.2s ease-out;
}
/*Set height of the slide*/
aside.submenu > .vertical :target {
    height: 340px;
    width: 200px;
}

aside.submenu > .vertical section h2 {
    position: relative;
    left: 0;
    top: -18px;
}

/*Set position of the number on the slide*/
aside.submenu > .vertical section:after {
    top: -60px;
    left: 810px;
}

aside.submenu > .vertical section:target:after {
    left: -9999px;
}

/*Guide Header Figure container*/
section.guide_content > figure.gguide_h {
    height: auto;
    position: relative;
    margin: 0px 0px 32px 0px;
    padding: 0px;
    top: 0px;
    left: 0px;
}

figure.gguide_h h1 {
    font-family: "Times New Roman", Times, serif;
    position: absolute;
    top: 40px;
    left: 76px;
    font-size: 21px;
    margin: 0px;
    padding: 0px;
    color: #9d9d9d;
}

/*Guide Body Figure Container*/
section.guide_content > figure.gguide {
    width: 474px;
    height: auto;
    position: relative;
    margin: 14px 0px 0px 14px;
    padding: 0px;
    top: 0px;
    left: 0px;
}

figure.gguide div.thumbnail {
    display: normal;
    float: none;
    margin: 15px 0px 0px 0px;
    padding: 0px;
    width: 474px;
}

    figure.gguide div.thumbnail > img {
        margin: 0px 15px 0px 0px;
        padding: 0px;
        display: inline;
        float: left;
    }

figure.gguide img {
    margin: 10px 0px;
}


figure.gguide em {
    margin: 0px;
    padding: 0px;
    line-height: 18px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #198DC3;
}

    figure.gguide em.small {
        font-size: 10px;
    }

figure.gguide h5 {
    margin: 0px;
    padding: 0px;
    /*line-height:px;*/
}

figure.gguide p {
    margin: 0px;
    padding: 0px;
    line-height: 18px;
    width: 474px;
}

    figure.gguide p.intable {
        margin-top: 8px;
        padding: 0px;
        width: auto;
    }

    figure.gguide p.key {
        width: auto;
        display: inline-box;
        float: left;
    }

    figure.gguide p.small {
        font-size: 10px;
        line-height: 12px;
    }

    figure.gguide p.clan {
        width: auto;
        height: 21px;
    }

figure.gguide div.level {
    width: 100px;
    height: 36px;
    margin: 8px 0px 0px 0px;
    padding: 0px;
    display: inline;
    float: left;
}

figure.gguide div.gemname {
    width: 90px;
    height: 36px;
    margin: 8px 0px 0px 10px;
    padding: 0px;
    display: inline;
    float: left;
}

figure.gguide table.char {
    padding: 10px 5px;
    font-size: 12px;
    color: #198DC3;
    vertical-align: top;
    border-collapse: collapse;
    border: 0px solid #198DC3;
}

figure.gguide table.fig {
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    color: #198DC3;
    border-collapse: collapse;
    border: 0px solid #198DC3;
}

figure.gguide > table.fig > td {
    border: 0px;
    padding: 0px;
}

figure.gguide ol {
    margin: 0px;
    padding: 0px 0px 0px 1.3em;
    text-indent: -1.3em;
    width: auto;
    color: #198DC3;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    list-style-position: inside;
}

    figure.gguide ol.lower-alpha {
        list-style-type: lower-alpha;
    }

    figure.gguide ol.number {
        list-style-type: decimal;
    }

figure.gguide ul {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

    figure.gguide ul.disc {
        margin-left: 18px;
        padding: 0px 0px 0px 1.3em;
        text-indent: -1.2em;
        overflow: auto;
        width: auto;
        color: #198DC3;
        font-size: 12px;
        font-weight: normal;
        line-height: 18px;
        list-style-type: disc;
        list-style-position: inside;
    }

    figure.gguide ul li.content {
        list-style: none;
        display: inline;
        float: left;
    }

figure.gguide > ul.disc > li {
    list-style-type: disc;
    list-style-position: inside;
    display: list-item;
    float: none;
}

figure.gguide ul li.key1 {
    margin-bottom: 15px;
    width: 240px;
    line-height: 20px;
    display: block;
    float: left;
}

figure.gguide ul li.key2 {
    margin-bottom: 15px;
    width: 240px;
    line-height: 32px;
    display: block;
    float: left;
}

figure.gguide ul li.key3 {
    margin-bottom: 15px;
    width: 240px;
    line-height: 45px;
    display: block;
    float: left;
}

div.itfc_01 {
    background-repeat: no-repeat;
    width: 76px;
    height: 30px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 3px;
    background-image: url(/Images/Theme/interface_btn01_off.png);
}

div.itfc_02 {
    background-repeat: no-repeat;
    width: 76px;
    height: 30px;
    margin-left: 1px;
    margin-right: 2px;
    margin-bottom: 3px;
    background-image: url(/Images/Theme/interface_btn02_off.png);
}

div.itfc_03 {
    background-repeat: no-repeat;
    width: 76px;
    height: 30px;
    margin-left: 1px;
    margin-right: 2px;
    margin-bottom: 3px;
    background-image: url(/Images/Theme/interface_btn03_off.png);
}

div.itfc_04 {
    background-repeat: no-repeat;
    width: 76px;
    height: 30px;
    margin-left: 1px;
    margin-right: 2px;
    margin-bottom: 3px;
    background-image: url(/Images/Theme/interface_btn04_off.png);
}

div.itfc_05 {
    background-repeat: no-repeat;
    width: 76px;
    height: 30px;
    margin-left: 1px;
    margin-right: 2px;
    margin-bottom: 3px;
    background-image: url(/Images/Theme/interface_btn05_off.png);
}

div.itfc_06 {
    background-repeat: no-repeat;
    width: 76px;
    height: 30px;
    margin-left: 1px;
    margin-bottom: 3px;
    background-image: url(/Images/Theme/interface_btn06_off.png);
}

div.itfc_07 {
    background-repeat: no-repeat;
    width: 76px;
    height: 30px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 3px;
    background-image: url(/Images/Theme/interface_btn07_off.png);
}

div.itfc_08 {
    background-repeat: no-repeat;
    width: 76px;
    height: 30px;
    margin-left: 1px;
    margin-right: 2px;
    margin-bottom: 3px;
    background-image: url(/Images/Theme/interface_btn08_off.png);
}

div.itfc_09 {
    background-repeat: no-repeat;
    width: 76px;
    height: 30px;
    margin-left: 1px;
    margin-right: 2px;
    margin-bottom: 3px;
    background-image: url(/Images/Theme/interface_btn09_off.png);
}

div.itfc_10 {
    background-repeat: no-repeat;
    width: 76px;
    height: 30px;
    margin-left: 1px;
    margin-right: 2px;
    margin-bottom: 3px;
    background-image: url(/Images/Theme/interface_btn10_off.png);
}

div.itfc_11 {
    background-repeat: no-repeat;
    width: 76px;
    height: 30px;
    margin-left: 1px;
    margin-right: 2px;
    margin-bottom: 3px;
    background-image: url(/Images/Theme/interface_btn11_off.png);
}

div.itfc_12 {
    background-repeat: no-repeat;
    width: 76px;
    height: 30px;
    margin-left: 1px;
    margin-bottom: 3px;
    background-image: url(/Images/Theme/interface_btn12_off.png);
}

div.itfc_13 {
    background-repeat: no-repeat;
    width: 76px;
    height: 30px;
    margin-left: 2px;
    margin-right: 2px;
    background-image: url(/Images/Theme/interface_btn13_off.png);
}

div.itfc_14 {
    background-repeat: no-repeat;
    width: 76px;
    height: 30px;
    margin-left: 1px;
    margin-right: 2px;
    background-image: url(/Images/Theme/interface_btn14_off.png);
}

div.itfc_15 {
    background-repeat: no-repeat;
    width: 76px;
    height: 30px;
    margin-left: 1px;
    margin-right: 2px;
    background-image: url(/Images/Theme/interface_btn15_off.png);
}

div.itfc_16 {
    background-repeat: no-repeat;
    width: 76px;
    height: 30px;
    margin-left: 1px;
    margin-right: 2px;
    background-image: url(/Images/Theme/interface_btn16_off.png);
}

div.itfc_17 {
    background-repeat: no-repeat;
    width: 76px;
    height: 30px;
    margin-left: 1px;
    margin-right: 2px;
    background-image: url(/Images/Theme/interface_btn17_off.png);
}

div.itfc_18 {
    background-repeat: no-repeat;
    width: 76px;
    height: 30px;
    margin-left: 1px;
    background-image: url(/Images/Theme/interface_btn18_off.png);
}

div.key_f1 {
    background-repeat: no-repeat;
    width: 35px;
    height: 20px;
    background-image: url(/Images/Theme/key_f1.png);
    display: inline;
    float: left;
}

div.key_f8 {
    background-repeat: no-repeat;
    width: 35px;
    height: 20px;
    background-image: url(/Images/Theme/key_f8.png);
    display: inline;
    float: left;
}

div.key_f9 {
    background-repeat: no-repeat;
    width: 35px;
    height: 20px;
    background-image: url(/Images/Theme/key_f9.png);
    display: inline;
    float: left;
}

div.key_f10 {
    background-repeat: no-repeat;
    width: 35px;
    height: 20px;
    background-image: url(/Images/Theme/key_f10.png);
    display: inline;
    float: left;
}

div.key_0 {
    background-repeat: no-repeat;
    width: 33px;
    height: 31px;
    background-image: url(/Images/Theme/key_0.png);
    display: inline;
    float: left;
}

div.key_1 {
    background-repeat: no-repeat;
    width: 33px;
    height: 31px;
    background-image: url(/Images/Theme/key_1.png);
    display: inline;
    float: left;
}

div.key_8 {
    background-repeat: no-repeat;
    width: 33px;
    height: 31px;
    background-image: url(/Images/Theme/key_8.png);
    display: inline;
    float: left;
}

div.key_9 {
    background-repeat: no-repeat;
    width: 33px;
    height: 31px;
    background-image: url(/Images/Theme/key_9.png);
    display: inline;
    float: left;
}

div.key_a {
    background-repeat: no-repeat;
    width: 33px;
    height: 31px;
    background-image: url(/Images/Theme/key_a.png);
    display: inline;
    float: left;
}

div.key_c {
    background-repeat: no-repeat;
    width: 33px;
    height: 31px;
    background-image: url(/Images/Theme/key_c.png);
    display: inline;
    float: left;
}

div.key_d {
    background-repeat: no-repeat;
    width: 33px;
    height: 31px;
    background-image: url(/Images/Theme/key_d.png);
    display: inline;
    float: left;
}

div.key_e {
    background-repeat: no-repeat;
    width: 33px;
    height: 31px;
    background-image: url(/Images/Theme/key_e.png);
    display: inline;
    float: left;
}

div.key_h {
    background-repeat: no-repeat;
    width: 33px;
    height: 31px;
    background-image: url(/Images/Theme/key_h.png);
    display: inline;
    float: left;
}

div.key_i {
    background-repeat: no-repeat;
    width: 33px;
    height: 31px;
    background-image: url(/Images/Theme/key_i.png);
    display: inline;
    float: left;
}

div.key_k {
    background-repeat: no-repeat;
    width: 33px;
    height: 31px;
    background-image: url(/Images/Theme/key_k.png);
    display: inline;
    float: left;
}

div.key_l {
    background-repeat: no-repeat;
    width: 33px;
    height: 31px;
    background-image: url(/Images/Theme/key_l.png);
    display: inline;
    float: left;
}

div.key_m {
    background-repeat: no-repeat;
    width: 33px;
    height: 31px;
    background-image: url(/Images/Theme/key_m.png);
    display: inline;
    float: left;
}

div.key_n {
    background-repeat: no-repeat;
    width: 33px;
    height: 31px;
    background-image: url(/Images/Theme/key_n.png);
    display: inline;
    float: left;
}

div.key_o {
    background-repeat: no-repeat;
    width: 33px;
    height: 31px;
    background-image: url(/Images/Theme/key_o.png);
    display: inline;
    float: left;
}

div.key_p {
    background-repeat: no-repeat;
    width: 33px;
    height: 31px;
    background-image: url(/Images/Theme/key_p.png);
    display: inline;
    float: left;
}

div.key_r {
    background-repeat: no-repeat;
    width: 33px;
    height: 31px;
    background-image: url(/Images/Theme/key_r.png);
    display: inline;
    float: left;
}

div.key_s {
    background-repeat: no-repeat;
    width: 33px;
    height: 31px;
    background-image: url(/Images/Theme/key_s.png);
    display: inline;
    float: left;
}

div.key_u {
    background-repeat: no-repeat;
    width: 33px;
    height: 31px;
    background-image: url(/Images/Theme/key_u.png);
    display: inline;
    float: left;
}

div.key_w {
    background-repeat: no-repeat;
    width: 33px;
    height: 31px;
    background-image: url(/Images/Theme/key_w.png);
    display: inline;
    float: left;
}

div.key_x {
    background-repeat: no-repeat;
    width: 33px;
    height: 31px;
    background-image: url(/Images/Theme/key_x.png);
    display: inline;
    float: left;
}

div.key_y {
    background-repeat: no-repeat;
    width: 33px;
    height: 31px;
    background-image: url(/Images/Theme/key_y.png);
    display: inline;
    float: left;
}

div.key_z {
    background-repeat: no-repeat;
    width: 33px;
    height: 31px;
    background-image: url(/Images/Theme/key_z.png);
    display: inline;
    float: left;
}

div.key_minus {
    background-repeat: no-repeat;
    width: 35px;
    height: 31px;
    background-image: url(/Images/Theme/key_minus.png);
    display: inline;
    float: left;
}

div.key_alt {
    background-repeat: no-repeat;
    width: 49px;
    height: 32px;
    background-image: url(/Images/Theme/key_alt.png);
    display: inline;
    float: left;
}

div.key_arrows {
    background-repeat: no-repeat;
    width: 112px;
    height: 45px;
    background-image: url(/Images/Theme/key_arrows.png);
    display: inline;
    float: left;
}

div.key_ctrl {
    background-repeat: no-repeat;
    width: 49px;
    height: 32px;
    background-image: url(/Images/Theme/key_ctrl.png);
    display: inline;
    float: left;
}

div.key_enter {
    background-repeat: no-repeat;
    width: 61px;
    height: 31px;
    background-image: url(/Images/Theme/key_enter.png);
    display: inline;
    float: left;
}

div.key_esc {
    background-repeat: no-repeat;
    width: 35px;
    height: 20px;
    background-image: url(/Images/Theme/key_esc.png);
    display: inline;
    float: left;
}

div.key_shift {
    background-repeat: no-repeat;
    width: 79px;
    height: 31px;
    background-image: url(/Images/Theme/key_shift.png);
    display: inline;
    float: left;
}

div.key_tab {
    background-repeat: no-repeat;
    width: 51px;
    height: 31px;
    background-image: url(/Images/Theme/key_tab.png);
    display: inline;
    float: left;
}

div.clan_1 {
    background-repeat: no-repeat;
    width: 41px;
    height: 40px;
    background-image: url(/Images/Theme/clan_grade_1.png);
}

div.clan_2 {
    background-repeat: no-repeat;
    width: 41px;
    height: 40px;
    background-image: url(/Images/Theme/clan_grade_2.png);
}

div.clan_3 {
    background-repeat: no-repeat;
    width: 41px;
    height: 40px;
    background-image: url(/Images/Theme/clan_grade_3.png);
}

div.clan_4 {
    background-repeat: no-repeat;
    width: 41px;
    height: 40px;
    background-image: url(/Images/Theme/clan_grade_4.png);
}

div.clan_5 {
    background-repeat: no-repeat;
    width: 41px;
    height: 40px;
    background-image: url(/Images/Theme/clan_grade_5.png);
}

div.akclan_1 {
    background-repeat: no-repeat;
    width: 41px;
    height: 40px;
    background-image: url(/Images/Theme/clan_akgrade_1.png);
}

div.akclan_2 {
    background-repeat: no-repeat;
    width: 41px;
    height: 40px;
    background-image: url(/Images/Theme/clan_akgrade_2.png);
}

div.akclan_3 {
    background-repeat: no-repeat;
    width: 41px;
    height: 40px;
    background-image: url(/Images/Theme/clan_akgrade_3.png);
}

div.akclan_4 {
    background-repeat: no-repeat;
    width: 41px;
    height: 40px;
    background-image: url(/Images/Theme/clan_akgrade_4.png);
}

div.akclan_5 {
    background-repeat: no-repeat;
    width: 41px;
    height: 40px;
    background-image: url(/Images/Theme/clan_akgrade_5.png);
}

div.rkclan_1 {
    background-repeat: no-repeat;
    width: 41px;
    height: 40px;
    background-image: url(/Images/Theme/clan_rkgrade_1.png);
}

div.rkclan_2 {
    background-repeat: no-repeat;
    width: 41px;
    height: 40px;
    background-image: url(/Images/Theme/clan_rkgrade_2.png);
}

div.rkclan_3 {
    background-repeat: no-repeat;
    width: 41px;
    height: 40px;
    background-image: url(/Images/Theme/clan_rkgrade_3.png);
}

div.rkclan_4 {
    background-repeat: no-repeat;
    width: 41px;
    height: 40px;
    background-image: url(/Images/Theme/clan_rkgrade_4.png);
}

div.rkclan_5 {
    background-repeat: no-repeat;
    width: 41px;
    height: 40px;
    background-image: url(/Images/Theme/clan_rkgrade_5.png);
}

div.clanS_1 {
    background-repeat: no-repeat;
    width: 31px;
    height: 21px;
    background-image: url(/Images/Theme/clan_gradesmall_1.png);
    display: inline;
    float: left;
}

div.clanS_2 {
    background-repeat: no-repeat;
    width: 31px;
    height: 21px;
    background-image: url(/Images/Theme/clan_gradesmall_2.png);
    display: inline;
    float: left;
}

div.clanS_3 {
    background-repeat: no-repeat;
    width: 31px;
    height: 21px;
    background-image: url(/Images/Theme/clan_gradesmall_3.png);
    display: inline;
    float: left;
}

div.clanS_4 {
    background-repeat: no-repeat;
    width: 31px;
    height: 21px;
    background-image: url(/Images/Theme/clan_gradesmall_4.png);
    display: inline;
    float: left;
}

div.clanS_5 {
    background-repeat: no-repeat;
    width: 31px;
    height: 21px;
    background-image: url(/Images/Theme/clan_gradesmall_5.png);
    display: inline;
    float: left;
}

div.akclanS_1 {
    background-repeat: no-repeat;
    width: 31px;
    height: 21px;
    background-image: url(/Images/Theme/clan_akgradesmall_1.png);
    display: inline;
    float: left;
}

div.akclanS_2 {
    background-repeat: no-repeat;
    width: 31px;
    height: 21px;
    background-image: url(/Images/Theme/clan_akgradesmall_2.png);
    display: inline;
    float: left;
}

div.akclanS_3 {
    background-repeat: no-repeat;
    width: 31px;
    height: 21px;
    background-image: url(/Images/Theme/clan_akgradesmall_3.png);
    display: inline;
    float: left;
}

div.akclanS_4 {
    background-repeat: no-repeat;
    width: 31px;
    height: 21px;
    background-image: url(/Images/Theme/clan_akgradesmall_4.png);
    display: inline;
    float: left;
}

div.akclanS_5 {
    background-repeat: no-repeat;
    width: 31px;
    height: 21px;
    background-image: url(/Images/Theme/clan_akgradesmall_5.png);
    display: inline;
    float: left;
}

div.rkclanS_1 {
    background-repeat: no-repeat;
    width: 31px;
    height: 21px;
    background-image: url(/Images/Theme/clan_rkgradesmall_1.png);
    display: inline;
    float: left;
}

div.rkclanS_2 {
    background-repeat: no-repeat;
    width: 31px;
    height: 21px;
    background-image: url(/Images/Theme/clan_rkgradesmall_2.png);
    display: inline;
    float: left;
}

div.rkclanS_3 {
    background-repeat: no-repeat;
    width: 31px;
    height: 21px;
    background-image: url(/Images/Theme/clan_rkgradesmall_3.png);
    display: inline;
    float: left;
}

div.rkclanS_4 {
    background-repeat: no-repeat;
    width: 31px;
    height: 21px;
    background-image: url(/Images/Theme/clan_rkgradesmall_4.png);
    display: inline;
    float: left;
}

div.rkclanS_5 {
    background-repeat: no-repeat;
    width: 31px;
    height: 21px;
    background-image: url(/Images/Theme/clan_rkgradesmall_5.png);
    display: inline;
    float: left;
}

div.gem_green {
    background-repeat: no-repeat;
    width: 35px;
    height: 36px;
    background-image: url(/Images/Theme/guide_dungeon_juraidmountain_02.png);
    display: inline;
    float: left;
}

div.gem_blue {
    background-repeat: no-repeat;
    width: 35px;
    height: 36px;
    background-image: url(/Images/Theme/guide_dungeon_juraidmountain_03.png);
    display: inline;
    float: left;
}

div.gem_yellow {
    background-repeat: no-repeat;
    width: 35px;
    height: 36px;
    background-image: url(/Images/Theme/guide_dungeon_juraidmountain_04.png);
    display: inline;
    float: left;
}

div.gem_red {
    background-repeat: no-repeat;
    width: 35px;
    height: 36px;
    background-image: url(/Images/Theme/guide_dungeon_juraidmountain_05.png);
    display: inline;
    float: left;
}

div.gem_silver {
    background-repeat: no-repeat;
    width: 35px;
    height: 36px;
    background-image: url(/Images/Theme/guide_dungeon_juraidmountain_06.png);
    display: inline;
    float: left;
}

div.chest_green {
    background-repeat: no-repeat;
    width: 34px;
    height: 35px;
    background-image: url(/Images/Theme/guide_dungeon_forgottentemple_01.png);
    display: inline;
    float: left;
}

div.chest_blue {
    background-repeat: no-repeat;
    width: 34px;
    height: 35px;
    background-image: url(/Images/Theme/guide_dungeon_forgottentemple_02.png);
    display: inline;
    float: left;
}

div.csiege_item01 {
    background-repeat: no-repeat;
    width: 45px;
    height: 41px;
    background-image: url(/Images/Theme/guide_castleseige_weaponicon_01.png);
    display: inline;
    float: left;
    margin-right: 8px;
}

div.csiege_item02 {
    background-repeat: no-repeat;
    width: 45px;
    height: 41px;
    background-image: url(/Images/Theme/guide_castleseige_weaponicon_02.png);
    display: inline;
    float: left;
    margin-right: 8px;
}

div.csiege_item03 {
    background-repeat: no-repeat;
    width: 45px;
    height: 41px;
    background-image: url(/Images/Theme/guide_castleseige_weaponicon_03.png);
    display: inline;
    float: left;
    margin-right: 8px;
}

div.csiege_item04 {
    background-repeat: no-repeat;
    width: 45px;
    height: 41px;
    background-image: url(/Images/Theme/guide_castleseige_weaponicon_04.png);
    display: inline;
    float: left;
    margin-right: 8px;
}

div.csiege_item05 {
    background-repeat: no-repeat;
    width: 45px;
    height: 41px;
    background-image: url(/Images/Theme/guide_castleseige_weaponicon_05.png);
    display: inline;
    float: left;
    margin-right: 8px;
}

div.csiege_item06 {
    background-repeat: no-repeat;
    width: 45px;
    height: 41px;
    background-image: url(/Images/Theme/guide_castleseige_weaponicon_06.png);
    display: inline;
    float: left;
    margin-right: 8px;
}

div.csiege_item07 {
    background-repeat: no-repeat;
    width: 45px;
    height: 41px;
    background-image: url(/Images/Theme/guide_castleseige_weaponicon_07.png);
    display: inline;
    float: left;
    margin-right: 8px;
}

div.csiege_item08 {
    background-repeat: no-repeat;
    width: 45px;
    height: 41px;
    background-image: url(/Images/Theme/guide_castleseige_weaponicon_08.png);
    display: inline;
    float: left;
    margin-right: 8px;
}

div.csiege_item09 {
    background-repeat: no-repeat;
    width: 45px;
    height: 41px;
    background-image: url(/Images/Theme/guide_castleseige_weaponicon_09.png);
    display: inline;
    float: left;
    margin-right: 8px;
}

div.csiege_item10 {
    background-repeat: no-repeat;
    width: 45px;
    height: 41px;
    background-image: url(/Images/Theme/guide_castleseige_weaponicon_10.png);
    display: inline;
    float: left;
    margin-right: 8px;
}

div.csiege_item11 {
    background-repeat: no-repeat;
    width: 45px;
    height: 41px;
    background-image: url(/Images/Theme/guide_castleseige_weaponicon_11.png);
    display: inline;
    float: left;
    margin-right: 8px;
}

div.csiege_item12 {
    background-repeat: no-repeat;
    width: 45px;
    height: 41px;
    background-image: url(/Images/Theme/guide_castleseige_weaponicon_12.png);
    display: inline;
    float: left;
    margin-right: 8px;
}

div.csiege_item13 {
    background-repeat: no-repeat;
    width: 45px;
    height: 41px;
    background-image: url(/Images/Theme/guide_castleseige_weaponicon_13.png);
    display: inline;
    float: left;
    margin-right: 8px;
}

div.csiege_item14 {
    background-repeat: no-repeat;
    width: 45px;
    height: 41px;
    background-image: url(/Images/Theme/guide_castleseige_weaponicon_14.png);
    display: inline;
    float: left;
    margin-right: 8px;
}

div.csiege_item15 {
    background-repeat: no-repeat;
    width: 45px;
    height: 41px;
    background-image: url(/Images/Theme/guide_castleseige_weaponicon_15.png);
    display: inline;
    float: left;
    margin-right: 8px;
}

div.csiege_item16 {
    background-repeat: no-repeat;
    width: 45px;
    height: 41px;
    background-image: url(/Images/Theme/guide_castleseige_weaponicon_16.png);
    display: inline;
    float: left;
    margin-right: 8px;
}

div.csiege_item17 {
    background-repeat: no-repeat;
    width: 45px;
    height: 41px;
    background-image: url(/Images/Theme/guide_castleseige_weaponicon_17.png);
    display: inline;
    float: left;
    margin-right: 8px;
}

div.csiege_item18 {
    background-repeat: no-repeat;
    width: 45px;
    height: 41px;
    background-image: url(/Images/Theme/guide_castleseige_weaponicon_18.png);
    display: inline;
    float: left;
    margin-right: 8px;
}

div.csiege_item19 {
    background-repeat: no-repeat;
    width: 45px;
    height: 41px;
    background-image: url(/Images/Theme/guide_castleseige_weaponicon_19.png);
    display: inline;
    float: left;
    margin-right: 8px;
}
