/** Uploader Style File **/

#uploader-wrapper
{
	width:		100%;
}

/** Uploader Status: Shifted for data flow **/
#uploader-status
{
	background:				#fefefc;
	padding:				0 0 5px 5px;
	/*direction:				rtl;*/
	border:					0px solid #E5DEBC;
}

#uploader-status a, #uploader-status a:link, #uploader-status a:visited
{
	color:#34251b;
}

#uploader-status a:hover
{
	color:#0b5eb0;
}

#uploader-status .progress
{
	background:				white url(images/progress.gif) no-repeat;
	background-position:	+50% 0;
	margin-left:			0.5em;
}

#uploader-status .progress-text
{
	font-size:				0.9em;
	font-weight:			bold;
	direction:rtl;
	color:#4d4844;
	
}

#uploader-list
{
	list-style:				none;
	margin:					0px;
	direction:				rtl;
	padding:				0px;
}

#uploader-list li.file
{
	border-bottom:	1px solid #e5e5e5;
	background:		#F7F6F7 url(images/files.png) bottom left no-repeat;
}

#uploader-list li.file.file-uploading
{
	background:	#dde3e6 url(images/spinner.gif) center bottom no-repeat;

}
#uploader-list li.file.file-success
{
	background:	#f4f3f0 url(images/successs.png) bottom left no-repeat;
	margin-bottom:3px;
}
#uploader-list li.file.file-failed
{
	background:	#ffc4c4 url(images/failed.png) bottom left no-repeat;
}

#uploader-list li.file .file-name
{
	font-size:				1.2em;
	font-family:			Arial;
	margin-right:			5px;
	display:				block;
	clear:					right;
	line-height:			40px;
	height:					40px;
	font-weight:			bold;
}
#uploader-list li.file .file-size
{
	font-size:				0.9em;
	line-height:			18px;
	float:					left;
	margin-top:				2px;
	margin-left:			6px;
}
#uploader-list li.file .file-info
{
	display:				block;
	margin-right:			5px;
	font-size:				0.9em;
	line-height:			20px;
	
}
#uploader-list li.file .file-remove
{
	clear:					left;
	float:					left;
	line-height:			18px;
	margin-left:			6px;
	font:bold 9px Tahoma;
}

#uploader-clear
{  
	position:absolute; 
	right:570px; 
	font-size:10px;
}

#uploader-upload span,#uploader-upload span a, #uploader-upload span a:link, #uploader-upload span a:visited
 {
  background:#FAFAF1;
  padding:1px 5px 7px 5px;
  border:1px solid #E5DEBC;
  border-bottom:0px;
  font:normal 14pt Tahoma;
 }


#uploader-upload span a:hover
 {
  font-weight:bold;
  color:#006699;
 }

.current-title, .overall-title
{
	color:#4d4844;
	font:bold 11px Tahoma;
}

.current-text
{
	color:#68852e;
	font:bold 10px Tahoma;
	direction:ltr;
	float:left;
}