
/* dla wersji rozszerzonej */
.upload_extended_container { overflow:hidden; }
.upload_extended_container .sort_info { display:none; clear:both; font-style:italic; font-size:11px; text-align:center; margin:3px; }
.upload_extended_container .upload_button { 
	display:block; float:left; background:url(/imgs/forum-attach.png) no-repeat left; 
	font-size:12px; color:#2696D8; font-weight:bold;
	padding:8px 5px 7px 23px; margin-top:3px; border-radius:0; text-align:left; border:none; text-shadow:none;
}
.upload_extended_container .upload_button span { font-size:10px!important; font-weight:normal!important; }
.upload_extended_container .upload_button .max_size_info { font-size:10px!important; font-weight:normal!important; }
.upload_extended_container .is_max_info {  
	display:none; font-size:11px; color:#2696D8; font-weight:normal; text-align:center; font-style:italic; 
}
.upload_extended_container .file_list { 
	display:none; clear:both; padding:6px; border:none; overflow:hidden; background:#BCBCBC; margin-bottom:5px; 
	-webkit-border-radius:5px; -moz-border-radius:5px; -khtml-border-radius:5px; border-radius:5px; 
	behaviour:url(border-radius.htc);
}
.upload_extended_container  .upload_progress { clear:both; padding:5px; font-size:11px; font-weight:bold; }
.upload_extended_container  .upload_image_thumb {
    border:none; float:left; width:100px; height:100px; margin:2px; overflow:hidden; position:relative; text-align:center;
}
/* dla forum inne odstępy bo jest więcej miejsca */
.post_area .upload_extended_container  .upload_image_thumb { margin:5px; }
.upload_extended_container .upload_image_thumb .links_container { 
	width:18px; height:94px; padding:3px; position:absolute; top:0; right:-24px;
	background:#000; opacity:0.80; filter:alpha(opacity=80); -moz-opacity:0.8; 
}
.upload_extended_container .upload_image_thumb .links_container a { 
	display:block; height:15px; width:15px; padding:0; margin:3px 0 10px 2px; position:static; border:none;
}
.upload_extended_container .upload_image_thumb .links_container .remove_file { background:url(/imgs/remove-white.png) no-repeat; }
.upload_extended_container .upload_image_thumb .links_container .add_desc { background:url(/imgs/edit-white.png) no-repeat; margin-left:1px; }
.upload_extended_container .upload_image_thumb .links_container .crop { background:url(/imgs/crop-white.png) no-repeat }

.upload_description_dialog { display:none; text-align:center; }
.upload_description_dialog textarea { width:380px; height:240px; }
.upload_crop_dialog { display:none; text-align:center; }
.upload_crop_dialog img { margin-bottom:10px; }
.upload_crop_dialog .crop_info { font-size:11px; color:#00ff00; text-align:center; margin-bottom:5px; }
.upload_crop_dialog .crop_error { font-size:11px; color:#ff0000; text-align:center; margin-bottom:5px; }
.upload_link { color:#0000ff; font-weight:bold; }
.uploadify-queue { margin-bottom:0 !important; }

.upload_file { overflow:hidden; margin:5px 0; }
.upload_file .remove_file { float:left; margin-left:10px; color:#000; font-size:11px; text-decoration:underline; }
.upload_file img { float:left; margin-right:7px; }
.upload_file a { float:left; font-weight:normal!important; font-size:11px; text-decoration:none; color:#000; }

.upload_error { clear:both; overflow:hidden; font-size:10px; color:#ff0000; }


/* dla wersji podstawowej */
.upload-container { overflow:hidden; }
.upload-container .uploader { width:400px; float:left; }
.upload-container .plupload_wrapper { min-width:400px!important; width:400px!important; float:right; }
.upload-container .upload-wide { width:420px; }
.upload-container .upload-wide .plupload_wrapper { min-width:420px!important; width:420px!important; }
.upload-container .plupload_container { min-height:200px!important; height:200px!important; }
.upload-container .plupload_dropbox { height:125px; top:35px!important; }
.upload-container .plupload_droptext { line-height:125px; }
.upload-container .plupload_file { /*margin:7px!important;*/ margin-right:7px!important; }

.upload-container .upload-main-photo-container { float:left; width:295px; overflow:hidden; margin-right:15px; }
.upload-container .upload-main-photo { width:290px; height:200px; overflow:hidden; border:1px solid #AAAAAA; text-align:center; }
.upload-container .red_frame { border:1px solid #ff0000!important; }
.upload-container .upload-main-photo img { margin:auto; }
.upload-container .upload-main-photo-text {
	font-size:23px; color:#cccccc; font-weight:bold; text-align:center; line-height:160px; border:20px solid #E8E8E8;
}
.upload-container .upload-main-photo-comment { width:290px; margin-top:2px; font-size:10px; color:#888; text-align:center; }

.upload-container .plupload_start { display:none; }
.upload-container .plupload_header_text { display:none; }
.upload-container .plupload_header_content { height:35px; }
.upload-container .plupload_view_switch { bottom:2px; }
.upload-container .plupload_view_switch label { display:inline-block!important; }


.ui-icon-circle-check { background-position: -32px -192px!important; background-color:#e6e6e6; }
.plupload_file { cursor:pointer; }

.plupload_stop { display:none!important; }
