/*ΧάΜεΡωΚ½*/
window, body {
    padding: 0;
    margin: 0;
}


.table {
    width: 100%;
    background-color: #e4e4e4;
    border: 2px solid #ddd;
}

table.table > tbody > tr > td {
    border: 2px solid #ddd;
}

table.table > tr > td {
    border: 2px solid #ddd;
}

table.table > tbody > tr.err > td {
    /*border: 2px solid red;*/
    color: red;
}

.err {
    color: red;
}

table.table > tr.err > td {
    /*border: 2px solid red;*/
    color: red;
}
.table .title {
    width: 180px;
    text-align: center;
    background-color: #f2f2f2;
    vertical-align: middle;
}

.table .content {
    background-color: #ffffff;
    border: 2px solid #ddd;
}

/*imglist*/
.table .imglist {
    list-style: none;
    display: block;
    height: 100%;
    padding-top: 20px;
}

  .table   .imglist li {
        width: 66px;
        height: 86px;
        float: left;
        margin-left:10px;
    }

.table  .imgbox {
    width: 66px;
    height: 66px;
    border: solid 3px #e4e4e4;
}
.table  .addImg {
    padding-top: 13px;
    padding-left: 3px;
}

  .table   .imgbox img {
        cursor: pointer;
        width: 60px;
        height: 60px;
    }

.table  .imgdel {
    cursor: pointer;
    position: relative;
    top: -70px;
    left: 52px;
    display: none;
    width: 15px;
    height: 15px;
    background: url(../images/u685.png) no-repeat center;
    z-index: 1;
}


.table  .imgOrder {
    width: 48px;
    height: 20px;
    text-align: center;
    font-size: 10px;
    background-color: #ffffff;
    line-height: 20px;
}

.table .progress {
    width: 100%;
    height: 10px;
    display: block;
    position: absolute;
    top: 68px;
    left: 0px;
    z-index: 2;
    border: 1px solid #000000;
}

   .table  .progress div {
        background-color: #4cff00;
        height: 10px;
    }

/*webuploader*/
.webuploader-container {
}

.webuploader-element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
}

.webuploader-pick {
    width: 40px;
    height: 40px;
    overflow: hidden;
    background: url('../images/cross.png') center no-repeat;
    cursor: pointer;
}



.webuploader-pick-disable {
    opacity: 0.6;
    pointer-events: none;
}

/*showbox*/
.showbox {
    top: 0;
    left: 0;
    /*display: none;*/
     width:30%;
     height:100%;
}

.showbox_close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    background-image: url(../images/u787.png);
}

.showbox_inner {
    position: absolute;
}

    .showbox_inner img {
        border: 5px solid #fff;
    }

.showbox_left {
    position: absolute;
    width: 29px;
    height: 50px;
    background-image: url(../images/u775.png);
}

.showbox_right {
    position: absolute;
    width: 29px;
    height: 50px;
    background-image: url(../images/u777.png);
}

.showbox_ctl {
    position: absolute;
    background-color: rgba(81,81,81,1);
    width: 280px;
    height: 50px;
}

.showbox_ctl_zoomIn {
    width: 30px;
    height: 30px;
    background-image: url(../images/u781.png);
    margin: 10px 15px 10px 35px;
    float: left;
}

.showbox_ctl_zoomOut {
    width: 30px;
    height: 30px;
    background-image: url(../images/u783.png);
    margin: 10px 15px;
    float: left;
}

.showbox_ctl_del {
    width: 30px;
    height: 30px;
    background-image: url(../images/u785.png);
    margin: 10px 15px;
    float: left;
}

.showbox_ctl_fullScreen {
    width: 30px;
    height: 30px;
    background-image: url(../images/u789.png);
    margin: 10px 15px;
    float: left;
}
