/* 1.1 API */
/* CSS vs. Adblock tabs */
.swiff-uploader-box a {
	display: none !important;
}

#weaverbox-list li.validation-error {
	padding-left: 44px;
	display: block;
	clear: left;
	line-height: 40px;
	color: #8a1f11;
	cursor: pointer;
	border-bottom: 1px solid #fbc2c4;
	background: #fbe3e4 url(failed.png) no-repeat 4px 4px;
}

/* 1.0 API */
fieldset.weaverbox-file-restrictions
{

}

#weaverbox-status
{
	//background-color:		#F9F7ED;
	padding:				10px 15px;
	//width:					450px;
}

.hide
{
	display:none;
}

#weaverbox-status .progress
{
	background:				white url(progress.png) no-repeat;
	background-position:	+50% 0;
	margin-right:			0.5em;
	//width:					450px;
	height:					12px;
}

#weaverbox-status .progress-text
{
	font-size:				0.9em;
	font-weight:			bold;
}

#weaverbox-status .current-text
{
	font-size:				0.8em;
	font-style:				italic;
}

#weaverbox-list
{
	list-style:				none;
	margin:					0;
	//width:					450px;
	padding:				10px 15px;
}

#weaverbox-list li.file
{
	border-bottom:			1px solid #eee;
	background:				url(file.png) no-repeat 4px 4px;
}
#weaverbox-list li.file.file-uploading
{
	background-image:		url(uploading.png);
	background-color:		#D9DDE9;
}
#weaverbox-list li.file.file-success
{
	background-image:		url(success.png);
}
#weaverbox-list li.file.file-failed
{
	background-image:		url(failed.png);
}

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

#weaverbox-list li.file label .file-comment
{
	margin-left:			44px;
	padding-right:			15px;
	clear:					left;
}

#weaverbox-list li.file label .file-char-counter
{
	padding-left:			7px;
}