@charset "utf-8";
/**
 * @author		Angelo Dini
 * @copyright	CORESHOCK - coreshock.ch
 */

/*##################################################|*/
/* #UPLOADER# */
a.hover {
	text-decoration:underline;
	color:red;
}

#attachbar {
	padding: 0;
	list-style: none;
	margin: 0;
}

#attachbar .file-invalid {
	cursor: pointer;
	color: #514721;
	padding-left: 48px;
	line-height: 24px;
	background: url('../gfx/icon_error.gif') no-repeat 24px 5px;
	margin-bottom: 1px;
}
#attachbar .file-invalid span {
	background-color: #fff6bf;
	padding: 1px;
}

#attachbar .file {
	line-height: 2em;
	padding-left: 22px;
	background: url('../_gfx/icon_attach.gif') no-repeat 1px 50%;
}

#attachbar .file span,
#attachbar .file a {
	padding: 0 4px;
}

#attachbar .file .file-size {
	color: #666;
}

#attachbar .file .file-error {
	color: #8a1f11;
}

#attachbar .file .file-progress {
	width: 125px;
	height: 12px;
	vertical-align: middle;
	background-image: url('../gfx/progress.gif');
}

