/**
 * FancyUpload Showcase
 *
 * @license		MIT License
 * @author		Harald Kirschner <mail [at] digitarald [dot] de>
 * @copyright	Authors
 */

/* CSS vs. Adblock tabs */
.swiff-uploader-box a {
	display: none !important;
}

body {
	text-align: left;
}

div.ident {
	padding: 10px 15px 0px 15px;
	font-size: 1.2em;
	vertical-align: middle;
}

/* .hover simulates the flash interactions */
a:hover, a.hover {
	color: #000000;
	text-decoration: none;
}

#status {
	padding: 10px 15px;
	width: 465px;
	border: 1px solid #eee;
	margin: 0px 0px 0px 0px;
}

#status .progress {
	background: url(assets/progress.gif) no-repeat;
	background-position: +50% 0;
	margin-right: 0.5em;
	vertical-align: middle;
}

#status .progress-text {
	font-size: 0.9em;
	font-weight: bold;
}

#list {
	list-style: none;
	width: 495px;
	margin: 0px 0px 0px 0px;
	padding: 0;
}

#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(assets/failed.gif) no-repeat 4px 4px;
}

#list li.file-options {
	height: 14px;
	font-size: 11px;
	padding: 5px 0px 5px 1px;
	border-bottom: 1px solid #eee;
	background-color: #daf3ff;
/*	padding: 0px 45px 0px 0px;*/
	clear: both;
}

#list li.file-options .qty-select {
	float: right;
	margin-top: -2px;
	font-size: 10px;
	margin-right: 5px;
}

#list li.file-options .product-select {
	float: right;
	margin-top: -2px;
	font-size: 10px;
	margin-right: 5px;
}

#list li.file-options .qty-select-label {
	height: 10px;
	line-height: 10px;
	float:right;
	padding: 0px;
	margin: 0px 2px;
	width: 18px;
}
#list li.file-options .product-select-label {
	height: 10px;
	line-height: 10px;
	float:right;
	padding: 0px;
	margin: 0px 2px;
	width: 40px;
}

#list li.file-options .batch-label {
	height: 10px;
	line-height: 10px;
	padding: 0px;
	margin: 0px 2px;
	width: 150px;
	font-weight: bold;
}
#list li.file-options .dummy1 {
	height: 10px;
	line-height: 10px;
	float:right;
	padding: 0px;
	margin: 0px 10px;
	width: 30px;
}
#list li.file-options .dummy2 {
	height: 10px;
	line-height: 10px;
	float:right;
	padding: 0px;
	margin: 0px 2px;
	width: 45px;
}
#list li.file {
	/* height: 14px; */
	font-size: 11px;
	padding: 1px 0px 2px 0px;
	margin: 5px 0px 5px 0px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	clear: both;
/*	background: url(assets/file.gif) no-repeat 2px 2px;*/
}
#list li.file.file-uploading {
/*	background-image: url(assets/uploading.gif);*/
	background-color: #D9DDE9;
}
#list li.file.file-success {
/*	background-image: url(assets/success.gif);*/
}
#list li.file.file-failed {
/*	background-image: url(assets/failed.gif);*/
}

#list li.file .file-name {
	height: 10px;
	line-height: 10px;
	padding: 0px;
	margin: 0px 2px;
	width: 100px;
}
#list li.file .file-size {
	height: 10px;
	line-height: 10px;
	float:right;
	padding: 0px;
	margin: 0px 2px;
	width: 45px;
}
#list li.file .file-info {
/*	display: block;
	margin: 0, -25px, 0, 200px;
	width: 150px;
	clear;*/
	float:right;
	height: 10px;
	line-height: 10px;
}
#list li.file .file-remove {
	height: 10px;
	line-height: 10px;
	float:right;
	padding: 0px;
	margin: 0px 10px;
	width: 30px;
}
#list li.file .qty-select {
	float: right;
	margin-top: -2px;
	font-size: 10px;
	margin-right: 5px;
}
#list li.file .product-select {
	float: right;
	margin-top: -2px;
	font-size: 10px;
	margin-right: 5px;
}
#list li.file .qty-select-label {
	height: 10px;
	line-height: 10px;
	float:right;
	padding: 0px;
	margin: 0px 2px;
	width: 18px;
}
#list li.file .product-select-label {
	height: 10px;
	line-height: 10px;
	float:right;
	padding: 0px;
	margin: 0px 2px;
	width: 40px;
}

.upload-browse {
	font-size: 16px;
	font-weight: bold;
	display: block;
	float: left;
	width: 110px;
	padding: 5px;
	margin: 0px 5px 5px 5px;
	background-color: #686868;
	border: 1px solid #000000;
	text-align: center;
	color: #ffffff;
}

.upload-clear {
	font-size: 16px;
	font-weight: bold;
	display: block;
	float: left;
	width: 110px;
	padding: 5px;
	margin: 0px 5px 5px 5px;
	background-color: #686868;
	border: 1px solid #000000;
	text-align: center;
	color: #ffffff;
}

.upload-start {
	font-size: 16px;
	font-weight: bold;
	display: block;
	float: left;
	width: 110px;
	padding: 5px;
	margin: 0px 5px 5px 5px;
	background-color: #686868;
	border: 1px solid #000000;
	text-align: center;
	color: #ffffff;
}


/* ie 7 fixes */


/*bits */
#generalProgress {
	clear: both;
	display: none;
	width: 220px;
	margin: 0 auto;
}

.custom-product {
	clear: both;
	float: right;
	/* margin-right: 70px; */
	display: none;
	width: 100px;
	padding: 0px;
	margin: 0px;
}

.custom-label {
	float: right;
	padding: 0px 5px;
	display: none;
}

