
#sidebar {float:left;width:250px;min-height:300px;}
#allfiles {float:right;width:420px;}
/*h2 {font-size:20px;font-weight:normal;margin:10px 0 30px 0;}*/
#loader {display:none;padding:0 0 0 20px;}

#allfiles ul {
	margin:0;
	padding:0;
	list-style:none;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #eee;
}
#allfiles ul li {padding:8px 5px;border-top:1px solid #eee;}
.odd {background:#f9f9f9;}

.uploadifyQueue {
	margin-top:30px;
}
.uploadifyQueueItem {
	font-size: 11px;
	color:#333;
	padding:20px 5px;
	width:240px;
	background:#ECF3F6;
}
.uploadifyError {
	color: #cc0000 !important;
}
.uploadifyError .uploadifyProgressBar {
	background-color: #cc0000 !important;
}
#sidebar .cancel {float:right;}
#sidebar .cancel a:link,
#sidebar .cancel a:visited,
#sidebar .cancel a:hover {
	padding:0 !important;
	margin:0 4px 0 0 !important;
	width:11px !important;
	background: transaparent !important;
}
.uploadifyProgress {
	background-color: #FFF;
	margin-top: 8px;
	width: 97%;
}
.uploadifyProgressBar {
	background-color: #A3C7D8;
	width: 1px;
	height: 5px;
}
