/*
    background-image: url("../img/tick_circle.png");
    background-image: url("../img/cross_circle.png");
    background-image: url("../img/exclamation.png");
    background-image: url("../img/arrow.png");
    background-image: url("../img/tick_small.png");
    background-image: url("../img/cross_small.png");
*/

table#item_edit {
    width: 70%;
    float: left;
}
table#item_edit th { vertical-align: top; }

table#item_edit th,
table#item_edit td,
table#item_edit input,
table#item_edit textarea {
    font-size: 10pt;
}

table#item_edit input.text { width: 100%; }
table#item_edit input.price { text-align: right !important; }
table#item_edit textarea {
    width: 100%;
    height: 500px;
}

div#item_edit_right {
    width: 25%;
    float: right;
    border-left: 1px solid #CACACA;
    padding-left: 2.5%;
}

div#item_edit_right select { width: 100%; }

dl.imagelist {
    width: 100%;
    overflow: hidden;
    font-size: 8pt;
    margin-bottom: 1em;
}

dl.imagelist dt {
    padding-left: 15%;
    width: 40%;
    height: 2em;
    line-height: 2em;
    overflow: hidden;
    float: left;
    clear: left;
    background-repeat: no-repeat;
    background-position: left center;
}

dl.imagelist dt.ok {
    background-image: url("../img/tick_circle.png");
}

dl.imagelist dt.error {
    background-image: url("../img/exclamation.png");
}

dl.imagelist dd {
    width: 45%;
    height: 2em;
    line-height: 2em;
    overflow: hidden;
    float: left;
    clear: right;
}

dl.imagelist dd input {
    font-size: 8pt;
    width: 100%;
}

/* management popup */
.popup {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    background-color: #000;
    opacity: 0.5;
    filter:alpha(opacity=50);
    z-index: 10;

/*
    background-image: url("../img/darkbg.png");
    z-index: 10;
*/
}
.popupbox {
    width: 478px;
    margin: 100px auto;
    z-index: 100;
    display: none;
    position: absolute;
}
.popupboxtop {
    width: 478px;
    height: 15px;
    display: block;
    background-image: url("../img/popuptop.png");
    text-align: right;
}
.popupboxtop_large {
    width: 478px;
    height: 48px;
    display: block;
    background-image: url("../img/popuptop_large.png");
    text-align: right;
}
#popup_close {
    position: absolute;
    display: none;
    width: 0;
    height: 0;
    /*
    top: 2px;
    right: 3px;
    z-index: 30;
    display: block;
    width: 15px;
    height: 15px;
    zoom: 1;
    background-image: url("../img/cross.png");
    */
}
.popupboxcenter {
    width: 478px;
    text-align: center;
    background-color: #fff;
    z-index: 30;
}
.popuppadding {
    padding-left: 20px;
    padding-right: 20px;
}
.popupboxcenter h2,.popupboxcenter h3,.popupboxcenter h4,.popupboxcenter h5,.popupboxcenter p{
    margin: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.popupboxbottom {
    width: 478px;
    height: 15px;
    display: block;
    background-image: url("../img/popupbottom.png");
}

#popup_page { text-align: left; }

