.editable{
    position: relative;
}

.editable .crud{
    float: right;
    position: absolute;
    top: 7px;
    right: 0;
    cursor: pointer;
    z-index: 2000;
    background-color: white;
}

.editable .crud,
.addable .crud{
    cursor: pointer;
    font-size: 15px;
}

.editable .crud .edit{
    float: left;
    height: 14px;
    width: 14px;
    margin-left: 3px;
    text-indent: -9999px;
    background: url('img/edit-edit.png');
}

.editable .crud .remove{
    float: left;
    height: 13px;
    width: 11px;
    margin-left: 3px;
    text-indent: -9999px;
    background: url('img/edit-delete.png');
}

.editable .crud .move{
    float: left;
    height: 14px;
    width: 14px;
    margin-left: 3px;
    text-indent: -9999px;
    background: url('img/edit-move.png') no-repeat;
}

.addable .crud .add{
    line-height: 13px;
    padding: 2px 10px 0 0;
    padding-left: 20px;
    background: url('img/edit-add.png') no-repeat;
    background-position-y: 2px;
}
.addable .crud .list{
    line-height: 13px;
    padding: 10px 0 10px 20px;
    background: url(img/edit-list.png) no-repeat 0 6px;
    background-size: 14px;
    background-position-y: 9px;
}

body.cms .button, body.cms .button a {
    background-color: #bb141a;
    color: #ffffff;
    display: inline;
    font-family: Cocon-Regular;
    font-size: 12px;
    margin: 0;
}

body.cms .button{
    float: right;
    margin-right: 40px;
    min-width: 20px;
    padding: 5px;
    margin-top: 20px;
}

body.cms .button a {
    color: #ffffff;
    text-transform: uppercase;
}

.editorNav{
    display: none;
}

body.editor .editorNav{
    display: block;
}

body.cms input[type="text"], body.cms input[type="password"]{
    float: left;
    width: 100%;
}

.ui-icon {
    background-repeat: no-repeat;
    display: block;
    float: left;
    margin-top: 1px;
    overflow: hidden;
    text-indent: -99999px;
}

.error {
    border: 1px solid #bb141a;
    color: #bb141a;
    margin: 5px 5px 25px;
    padding: 5px;
    text-align: center;
}


.files li{
    list-style: none;
    display: block;
    float: left;
    width: 170px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.files .remove,.files  .move, .field .remove{
    float: left;
    margin-left: 10px;
}

.files .remove, .field .remove{
    background: url("img/trashbin.x1.png") repeat scroll 0 0 #FFFFFF;
    height: 20px;
    width: 20px;
    cursor: pointer;
    clear: both;
}

.files .imageThumb .remove {
    clear: none;
}

.files .move {
    background: url("img/move.x1.png") repeat scroll 0 0 #FFFFFF;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.files .imageThumb > .remove {
    margin-left: 170px;
    margin-top: -115px;
}

.files .imageThumb > .move {
    margin-left: 170px;
    margin-top: -90px;
}
