﻿img {
    border: none;
}

#editor_chocoboard {
    position: relative;
    margin: 0 auto;
    width: 680px;
    height: 640px;
    color: #fff;
    font-family: "Lucida Sans Unicode";
    border-radius: 5px;
    background: #ece7e6 url('//chocoboard.pimmcadeaushop.nl/editors/images/bg_chocoboard.png') left top repeat-x;
    line-height: normal !important;
}

    #editor_chocoboard input[type=checkbox] {
        margin: 3px 3px 3px 4px;
    }

    #editor_chocoboard h2 {
        clear: both;
        margin: 0 0 5px 0;
        padding: 0;
        color: #fff;
        font-size: 13px;
        font-weight: normal;
        text-transform: none;
    }

#wrap {
    padding: 5px;
}

#formats {
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    list-style: none;
}

    #formats li {
        vertical-align: middle;
        display: inline-block;
        padding: 0 0 0 0;
        width: 54px;
        height: 35px;
        text-align: center;
        font-size: 10px;
        line-height: 10px;
        border-radius: 4px;
        border: solid 1px #bab7b6;
        background: #fff;
    }

        #formats li a {
            color: #000;
            text-decoration: none;
        }

            #formats li a span {
                /*vertical-align: middle;*/
                display: block;
                display: table-cell;
                width: 56px;
                height: 25px;
            }

#packages {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}

    #packages li {
        display: inline-block;
        text-align: center;
        font-size: 12px;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

        #packages li.active {
            filter: alpha(opacity=100);
            opacity: 1.0;
        }

        #packages li a {
            color: #fff;
            text-decoration: none;
        }

    #packages img {
        height: 48px;
    }

#telegramarea {
    position: relative;
    float: left;
    width: 500px;
}

#telegramtextfake {
    opacity: 0.8;
    cursor: none;
    background: transparent;
    background: #fff;
}

#telegram {
    margin-bottom: 20px;
}

    #telegram ul {
        overflow: hidden;
        margin: 10px;
        padding: 0;
        list-style: none;
        border-right: solid 1px #3f0a01;
        border-bottom: solid 1px #3f0a01;
        box-shadow: 0 0 0 1px #ded3b5, 0 0 0 2px #e6dcbf, 0 0 0 3px #e0cfa9, 0 0 0 4px #ddd4b2, 0 0 0 5px #e6dcc0, 0 0 0 6px #e0d0aa, 0 0 0 7px #e6dcba, 0 0 0 8px #eae0c6, 0 0 0 9px #ded3b5, 0 0 0 10px #88703c;
    }

        #telegram ul li {
            float: left;
            display: block;
            padding: 2px 0 0 2px;
            width: 36px;
            height: 36px;
            border-top: solid 1px #3f0a01;
            border-left: solid 1px #3f0a01;
            background-color: #ddd4c1;
        }

        #telegram ul, #telegram ul li {
            box-sizing: content-box;
        }

            #telegram ul li.active {
                background-color: #c9b47d;
            }

.droppable {
    width: 38px;
    height: 38px;
}

#telegram ul li.activate {
    background-color: #d8ccb0;
}

#telegram ul li.hover {
    background-color: #c9b47d;
}

#keyboard {
    margin: 0 0 20px 0;
    padding: 0;
    width: 470px;
    list-style: none;
}

    #keyboard li {
        float: left;
        overflow: hidden;
        margin: 0 2px 2px 0;
        padding: 0;
        width: 34px;
        height: 34px;
        text-align: center;
    }

#item {
    float: right;
    padding: 10px;
    width: 140px;
    border-radius: 5px;
    border: solid 1px #fff;
}

    #item h2 {
        font-weight: bold;
    }

    #item img {
        display: block;
        margin: 0 auto;
        height: 70px;
    }

    #item input[type=button] {
        width: 140px;
        height: 23px;
        border-radius: 4px;
        border: 1px solid #98a6b1;
    }

    #item input[type=checkbox] {
        vertical-align: top;
    }

    #item label {
        display: inline-block;
        padding-top: 3px;
        width: 110px;
        color: #000;
        font-family: Arial, Sans-Serif;
        font-size: 11px;
    }

    #item label {
        color: #000;
        font-family: Arial, Sans-Serif;
        font-size: 11px;
    }
