._PropertyEditor {
    border: 1px solid #CDCABB;
    overflow: auto;
}

._PropertyEditor table {
    width: 10px;
    border-collapse: collapse;
}

._PropertyEditor td {
    border-bottom: 1px solid #DDDDDD;
    padding: 0px;
    margin: 0px;
    white-space: nowrap;
}

._PropertyEditor td.left {
    width: 10px;
    border-right: 1px solid #CCCCCC;
    padding-left: 14px;
    padding-right: 2px;
    margin-left: 2px;
    background: #FDFBEA;
    vertical-align: middle;
}

._PropertyEditor td.right {
    /*width: 99%;*/
    background: #FFFFFF;
}

._PropertyEditor td.right > *:first-child {
    border: 0px !important;
    outline: none; /* remove Safari outer focus glow effect */
    /*width: 100% !important;*/  /* htc se spusti, ale nefunguje spravne*/
    margin: 0px;
    padding: 0px;
    width: 100%;
    /*background: #FF0000;*/
    /* min-height: 16px; is buggy in FF */
    height: 16px;
}

._PropertyEditor td, ._PropertyEditor td * {
    font-size: 11px !important;
}

._PropertyEditor td.expandable {
    background-image: url('img/plus.png');
    background-repeat: no-repeat;
    background-position: 2px center;
}

._PropertyEditor td.expanded {
    background-image: url('img/minus.png');
    background-repeat: no-repeat;
    background-position: 2px center;
}

._PropertyEditor td.group {
    padding-left: 2px;
    background: #EDEBDA;
    font-weight: bold;
    color: #0C4B79;
}

