/* PRODUCT NAME SECTION */
.product-title {
    font-size: 14px;
    font-weight: 700;
    padding: 10px 10px 10px 0;
    text-transform: uppercase;
}


.productBox {
    margin: 10px 0 50px 0;
    padding-top: 30px
}

#uploadBox {
    margin-top: 10px;
    padding: 10px;
    clear: both;
    height: 78px;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
}

.FileProgressContainer {
    float: left;
    margin-top: -17px;
    width: 430px !important;
    min-height: 20px;
}

.saveinfo {
    font-size: 12px;
    color: gray;
    margin-left: 800px;
    margin-bottom: 20px;
    margin-top: -17px;
}

.thumbnails {
    height: 55px;
}

.thumbnails img {
    margin: -30px 0 0 20px; /*height:49px; */
    width: 94px;
    float: left;
}

/*
#spanButtonBox{height:42px; float:left; display: inline; border: solid 1px #7FAAFF; background-color: #C5D9FF; padding: 2px;}
*/
#spanButtonBox {
    height: 40px;
    width: 212px;
    float: left;
    display: inline;
    /* preloader - animiertes GIF wird anschließend vom swf-button überdeckt: */
    background: url(../images/fileupload/button_upload_preloader.gif) no-repeat 0 0;
}

.spanButtonPlaceholder {
}

#productName {
}

.uploadInnerBox #fileName {
    position: absolute;
    color: grey;
    font-size: 12px;
    margin: 45px 0 0 5px
}

#productInfos {
    font-size: 11px;
    color: grey;
    margin-bottom: 10px;
    min-height: 100px
}

/*
#productAttributes1{float:left; width: 200px}
#productAttributes2{float:left; margin-left:80px}
#productOptions1{float:left; margin-left:80px}
#productOptions2{float:left; margin-left:80px}
*/
#uploadName {
    width: 212px
}

.green {
    float: left;
    margin-left: 20px;
    padding: 10px; /*height:26px;*/
}

/* height disabled for progress in percent !!*/
.green a {
    cursor: pointer
}

.uploadtext li {
    list-style-type: disc;
    margin-left: 1.1em
}

.flashFailedDiv {
    font-size: 14px;
    line-height: 1.5em;
    color: red;
    font-weight: bold;
    border: 5px solid red;
    padding: 10px;
    margin-top: 20px;
}

/* NEW: */
.FileProgressContainer .textarea.textfield {
    margin: -5px 0 0 20px;
    height: 70px;
    width: 350px;
    font-size: 12px;
    color: gray;
    background: none repeat scroll 0 0 rgb(235, 255, 235);
    padding: 4px;
    border: 1px solid rgb(221, 240, 221);
    border-radius: 10px;
}

/************************************
 * BUTTONS
 ************************************/
/* confirm Button */
#confirmBtn {
    margin: 30px 10px 60px 30px !important;
    float: right !important;
    height: 41px;
    width: 234px;
    text-indent: -9999px;
    cursor: pointer;
    border: none;
}

.confirmBtn_de {
    background: url(../images/fileupload/button_confirm_upload_de.png) no-repeat 0 0;
}

.confirmBtn {
    background: url(../images/fileupload/button_confirm_upload.png) no-repeat 0 0;
}

#confirmBtn:link {
}

#confirmBtn:visited {
}

#confirmBtn:hover {
    background-position: 0 -41px;
}

#confirmBtn:active {
    background-position: 0 -82px;
}

.btnTxt {
    float: right;
    height: 42px;
    margin: 30px 0 20px 10px;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 2.2em;
}

.smallBtnTxt {
    font-size: 0.7em;
    font-weight: normal;
}

/* delete Button */
#deleteBtn {
    text-indent: -9999px;
    width: 100px;
    margin: -15px 0 0 40px;
    height: 40px;
    float: left;
    cursor: pointer;
}

.deleteBtn_de {
    background: url(../images/fileupload/btn_delete_de.png) no-repeat 0 0;
}

.deleteBtn {
    background: url(../images/fileupload/btn_delete.png) no-repeat 0 0;
}

#deleteBtn:link {
}

#deleteBtn:visited {
}

#deleteBtn:hover {
    background-position: 0 -40px;
}

#deleteBtn:active {
    background-position: 0 -80px;
}

/* retry Button */
#retryBtn {
    text-indent: -9999px;
    width: 150px;
    margin-right: 8px;
    height: 40px;
    float: right;
    cursor: pointer;
}

.retryBtn_de {
    background: url(../images/fileupload/btn_retry_de.png) no-repeat 0 0;
}

.retryBtn {
    background: url(../images/fileupload/btn_retry.png) no-repeat 0 0;
}

#retryBtn:link {
}

#retryBtn:visited {
}

#retryBtn:hover {
    background-position: 0 -40px;
}

#retryBtn:active {
    background-position: 0 -80px;
}


.disableUploadCheckbx {
    margin-top: -10px
}

.disableUploadCheckbx input {
    float: left;
}

.disableUploadCheckbx #disableUploadText {
    float: left;
    margin-left: 10px
}

/* -- Form Styles ------------------------------- */
form {
    margin: 0 !important;
    padding: 0 !important;
}


/* nat div.fieldset {border:  1px solid #afe14c;margin: 10px 0;padding: 20px 10px;} */
div.fieldset {
    border: 1px solid #64a0c8;
    margin: 10px 0;
    padding: 30px 50px;
}

div.fieldset span.legend {
    position: relative;
    background-color: #FFF;
    padding: 3px;
    top: -30px;
    font: 700 14px Arial, Helvetica, sans-serif;
    color: #73b304;
}

div.flash {
    width: 375px;
    margin: 10px 5px;
    border-color: #D9E4FF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

}


input[disabled] {
    border: 1px solid #ccc
}

/* FF 2 Fix */


#btnSubmit {
    margin: 0 0 0 155px !important;
}

/* -- Table Styles ------------------------------- */
td {
    vertical-align: top;
}

.progressWrapper {
    width: 400px;
    margin-left: 20px;
    /* overflow: hidden; */
}

.progressContainer {
    margin: -3px 0 0 0;
    width: 400px;
    padding: 4px;
    border: solid 1px #E8E8E8;
    background-color: #F7F7F7;
    overflow: auto;
}

.progressContainerCancelled {
    padding: 4px;
    background-color: #FFEBEB;
    overflow: hidden;
    margin: -5px !important;
    height: 70px;
    width: 400px;

    border: 1px solid #B50000;
    border-radius: 10px;
}

/* Message */
.message {
    margin: 1em 0;
    padding: 10px 20px;
    border: solid 1px #FFDD99;
    background-color: #FFFFCC;
    overflow: hidden;
}

/* Error */
.red {
    border: solid 1px #B50000;
    border-radius: 10px;
    background-color: #FFEBEB;
    padding: 4px;
    margin: -5px !important;
    height: 70px;
    width: 400px;
}

/* Current */
.green {
    border: solid 1px #DDF0DD;
    border-radius: 10px;
    background-color: #EBFFEB;
    padding: 4px;
    margin: -5px !important;
    height: 70px;
}

/* Complete */
.blue {
    border: solid 1px #CEE2F2;
    border-radius: 10px;
    background-color: #F0F5FF;
    height: 70px;
    width: 400px;
    padding: 4px;
    margin: -5px !important;
}

.progressName {
    font-size: 8pt;
    font-weight: 700;
    color: #555;
    width: 323px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
    font-size: 0;
    height: 5px;
    background-color: #5689aa;
    margin-top: 2px;
    width: 400px;
}

.progressBarComplete {
    width: 100%;
    background-color: green;
    visibility: hidden;
}

.progressBarError {
    width: 100%;
    background-color: red;
    visibility: hidden;
}

.progressBarStatus {
    margin-top: 15px;
    width: 400px;
    font-size: 7pt;
    font-family: Arial, serif;
    text-align: left;
    line-height: 1.5em;
}

a.progressCancel {
    font-size: 0;
    display: block;
    height: 14px;
    width: 14px;
    background-image: url(../images/fileupload/cancelbutton.gif);
    background-repeat: no-repeat;
    background-position: -14px 0;
    float: right;
}

a.progressCancel:hover {
    background-position: 0 0;
}


/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
    vertical-align: bottom;
}

@media only screen and (max-width: 766px) {

    #uploadWrapper .FileProgressContainer .thumbnails img {
        width: 90%;
        height: auto;
    }

    #uploadWrapper .FileProgressContainer .side-h h4 {
        display: block;
        width: 100%;
    }

    #uploadWrapper .FileProgressContainer .side-r {
        display: block;
        width: 50%;
    }

    #uploadWrapper .FileProgressContainer .side-l {
        display: block;
        width: 100%;
    }

    #uploadWrapper .FileProgressContainer .thumbnails {
        width: 100%;
    }

    #uploadWrapper .FileProgressContainer.exists .comment {
        margin: 10px;
        width: 90%;
        height: 70px;
    }

    .col-main #productName,
    .col-main .page-head,
    .col-main .page-head-text,
    .col-main .uploadtext {
        margin: 0 5px;
    }

    #productInfos {
        margin: 0 5px;
    }
}
