/* modul1.css fuer ego-3d.de */
/* Dateipfade relativ zu dieser CSS-Datei! */

/* Feld mit AJAX-Uploader */
.uploader-ajax {
 padding: 8px 8px; width: 80%; border-style:none;
}

.uploader-ajax .progress {
 background: white url(assets/progress-bar/progress.gif) no-repeat;
 background-position: +50% 0; margin-right: 0.5em;
}
.uploader-ajax .progress-text {
 font-size: 0.9em;  font-weight: bold;
}


/* Upload-Buttons AJAX-Uploader */
.upload-button-durchsuchen {background: white url(button-blanko.gif) no-repeat; border-style: none; background-position: 0 3px; width:157px; height:36px; color:#6e1517; margin-bottom:5px; cursor: hand; }
.upload-button-hochladen   {background: white url(button-blanko.gif) no-repeat; border-style: none; background-position: 0 3px; width:157px; height:36px; color:#6e1517; margin-bottom:5px; cursor: hand; }
.upload-button-abbrechen   {background: white url(button-blanko.gif) no-repeat; border-style: none; background-position: 0 3px; width:157px; height:36px; color:#6e1517; cursor: hand; }

/* Buttons nach Upload */
/* in den Warenkorb legen und weiter einkaufen */
.uploader-link-weiter-kaufen {background: white url(button-blanko.gif) no-repeat; border-style: none; background-position: 0 3px; width:168px; height:36px; color:#6e1517;}
/* in den Warenkorb legen */
.uploader-link-in-korb       {background: white url(button-blanko.gif) no-repeat; border-style: none;  background-position: 0 3px; width:157px; height:36px; color:#6e1517;}



/* Link zu klassischem Uploader hat Klassen bodylink und upload-link-klassisch */
.upload-link-klassisch {}

/* Klassischer Uploader */
.uploader-klassisch {}
.upload-zeile-klassisch {}
.upload-button-klassisch {background: white url(button-blanko.gif) no-repeat; border-style: none; width:168px; height:36px;}
/* Beschriftung vor jedem Durchsuchen-Feld */
.upload-label-klassisch {float:left;width:200px;min-width:200px;}

/* Button zur Auswahl eines bestehenden Motivs */
.uploader-button-bestehende {background: white url(button-blanko.gif) no-repeat ; border-style: none; background-position: 4px 3px; width:168px; height:36px; padding-left:0; color:#6e1517; }

/* Vorschaubild bei bestehendem Motiv */
.uploader-bildvorschau-bestehende {}

/* weitere Styles fuer AJAX-Uploader */
.uploader-list li.file {
 list-style-type: none;
}
.uploader-list li.file {
 background: url(assets/file.png) no-repeat 4px 4px; border-bottom: 1px solid #eee;
 height: 32px;
 padding: 0;
}
.uploader-list li.file.file-uploading {
 background-image: url(assets/uploading.png); background-color: #D9DDE9;
}
.uploader-list li.file.file-success {
 background-image: url(assets/success.png);
}
.uploader-list li.file.file-failed {
 background-image: url(assets/failed.png);
}
.uploader-list li.file .file-name {
 font-size: 1.2em; margin-left: 44px; display: block; clear: left; line-height: 20px; height: 20px; font-weight: bold;
}
.uploader-list li.file .file-size {
 font-size: 0.9em; line-height: 18px; float: right; margin-top: 2px; margin-right: 6px;
}
.uploader-list li.file .file-info {
 display: block; margin-left: 44px; font-size:0.9em; clear: right; color: #B5282E; font-weight: bold; padding: 0 0 5px 0;
}
.uploader-list li.file .file-remove {
 float: right; line-height: 18px; margin-right: 6px;
 /* clear: right; */
}


/* Progress-Titel */
.overall-title {}
.current-title {}

/* Progressbar allgemein */
.progress {}

/* Progressbar jeweils gesamt / pro Datei */
.overall-progress {}
.current-progress {}

/* Text darunter */
.current-text {}

.file {
 padding: 10px 15px; width: 420px; border-style:none;
}





/* Bildvorschau nach Upload */

/* umgebendes DIV float left */
.uploader-bildvorschau-div {display:inline;width:100px;height:100px;vertical-align:bottom;}

/* Vorschaubilder */
.uploader-bildvorschau-korrekt {border-style:solid;border-width:2px;border-color:green;margin-bottom:4px;margin-right:10px;}
.uploader-bildvorschau-fehler  {border-style:solid;border-width:2px;border-color:red;margin-bottom:4px;margin-right:10px;}
