/* 
   Plupload
------------------------------------------------------------------- */
#nscroluploadfiles {
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
}
#nscroluploadfiles .content {
	background:#f9f9f9;
	bottom: 0;
	left: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	position: absolute;
	right: -17px!important;
	top: 0;
}
#nscroluploadfiles .pane {
	background: rgba(0, 0, 0, 0.08);
	bottom: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.2s ease 0s;
	width: 10px;
}
#nscroluploadfiles .pane .slider {
	
	background: #b61c21 url('/v4_imgs/icons/slider_bg.png') no-repeat center center;
	margin: 0;
	position: relative;
}
#nscroluploadfiles:hover .pane {
	opacity: 0.99;	
}
#uploader_filelist {
	background:#f9f9f9;
}
.plupload_content .editor_description {
	
	text-align: center;
	padding: 15px 10px;
	font-size: 13px;
	background: #FEEFB3;
	color: #AC7318;
	font-family: BPGArial;
}
.plupload_content .saveMusicInfo {
	width: 230px;
	padding: 15px 10px 10px 15px;
	float: left;
	font-family: 'BPGNinoMtavruli-Bold', Arial;
	font-size: 13px;
	cursor:pointer;
}
.plupload_button {
	display: -moz-inline-box; /* FF < 3*/
	display: inline-block;
	font-family:'BPGNinoMtavruli-Bold', Arial;
	text-decoration: none;
    color: #42454a;
    border: 1px solid #d3d3d3;
	margin-right: 4px;
    background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #f8f8f8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f8f8f8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#f8f8f8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfcfc 0%,#f8f8f8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#f8f8f8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcfcfc 0%,#f8f8f8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-9 */
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    font-size:13px;
}
.plupload_button span {
	display:block;
	padding:6px 9px 2px 40px;	
}
.plupload_add span {
	background: url('/v4_imgs/icons/plupload_icon_plus.png') no-repeat 0 0;	
}
.plupload_start span {
	background: url('/v4_imgs/icons/plupload_icon_arrowup.png') no-repeat 0 0;	
}
.plupload_button:hover {
	color: #000;
	text-decoration: none;
}
.plupload_disabled span {
    color: #737373;
    border-color: #c5c5c5;
    background: url('/v4_imgs/icons/plupload_icon_start_disabled.png') no-repeat 0 center;
	cursor: default;
}

.plupload_add {
	background-position: -181px center;
}

.plupload_wrapper {
	font: normal 11px Verdana,sans-serif;
	width: 100%;
}

.plupload_container {
	padding: 8px;
	background: url('../img/transp50.png');
	/*-moz-border-radius: 5px;*/
}
.plupload_container .plupload {
	border-radius:5px;
	overflow:hidden;
}
.plupload_container input {
	border: 1px solid #DDD;
	font: normal 11px Verdana,sans-serif;
	width: 98%;
}
.plupload_container input.title_editor,
.plupload_container input.artist_editor { 
	width: 200px;
	padding: 8px;
	margin-right: 10px;
	margin-top: 3px;
	line-height: 17px;
}
.plupload_header {
	background: #f8f8f8;
	border-bottom: 1px solid #FFF;
	box-shadow: inset 0px -1px 0px #ebebeb;
}
.plupload_header_content {
	background: url('/v4_imgs/icons/plupload_upload_icon.png') no-repeat 15px 13px;
	min-height: 58px;
	padding-left: 70px;
	color: #FFF;
}
.plupload_header_title {
	font-family:'BPGNinoMtavruli-Bold',Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#232323;
	padding:14px 0 0 0;
}
.plupload_header_text {
	font-size:12px;
	font-family:BPGArial, Arial;
	color:#232323;
}

.plupload_filelist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.plupload_scroll .plupload_filelist {
	/*height:333px;
	background: #F5F5F5;
	overflow-y: scroll;
	box-shadow:inset 0px 1px 0px #FFF;*/
}

.plupload_filelist li {
	padding: 10px 8px;
	border-bottom: 1px solid #e6e6e6;
	box-shadow: inset 0px 1px 0px #FFF;
	background: #f8f8f8;
	padding-right:15px;
}

.plupload_filelist_header, .plupload_filelist_footer {
	background:#f2f2f2;
	padding:8px 8px;
	color: #42454A;
}
.plupload_filelist_header {	
	border-top: 1px solid #EEE;
	box-shadow: inset 0px -1px 0px #ededed;
}
.plupload_filelist_header div {
	font-family: BPGArial, Arial;
	font-size: 11px;	
}	
.plupload_filelist_header .plupload_file_size {
	padding-right:7px;
}
.plupload_filelist_footer {
	border-top: 1px solid #FFF; 
	line-height: 20px; 
	vertical-align: middle;
}
.plupload_filelist_footer .plupload_file_size,
.plupload_filelist_footer .plupload_file_status {
	padding-top:8px;
	font-weight:bold;
}
.plupload_file_size {
	font-family: BPGArial, Arial;
	font-size: 11px;
}
.plupload_file_name {
	float: left;
	overflow: hidden;
}
.plupload_file_status {
	color: #777;
	font-family: BPGArial, Arial;
	font-size: 11px;
}
.plupload_file_status span {
	color: #42454A;
}
.plupload_progress {
	float:right;
}
.plupload_file_size, .plupload_file_status {
	float: right;
	width: 80px;
}
.plupload_file_size, .plupload_file_status, .plupload_file_action {text-align: right;}

.plupload_filelist .plupload_file_name {
	width: 650px
}
.plupload_file_action {
	float: right;
	width: 16px;
	height: 16px;
	margin-left: 15px;
}

.plupload_file_action * {
	display: none;
	width: 16px;
	height: 16px;
}

li.plupload_uploading {
	background: #ECF3DC url('../img/backgrounds.gif') repeat-x 0 -238px;
}
li.plupload_done {
	color:#AAA
}
li.plupload_done.plu_editable span {
	color:#b80000;
}
li.plupload_delete a {
	background: url('/v4_imgs/icons/plupload_icon_delete.png') no-repeat 2px 2px;
}
li.plupload_failed a {
	background: url('../img/error.gif');
	cursor: default;
}
li.plupload_done a {
	background: url('/v4_imgs/icons/plupload_icon_uploaded.png') no-repeat 2px 2px;
	cursor: default;
}
.plupload_progress, .plupload_upload_status {
	display: none;
}
.plupload_progress_container {
	background: #d2d2d2;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	width: 150px;
	height: 7px;
	overflow: hidden;
	margin-top: 13px;
	margin-right: 10px;
	box-shadow: inset 0px -1px 2px #b0b0b0;
	-webkit-box-shadow: inset 0px -1px 2px #b0b0b0;
	-moz-box-shadow: inset 0px -1px 2px #b0b0b0;
	border: 0;
}
.plupload_progress_bar {
	width: 0px;
	height: 7px;
	background: #a41a1f;
	background: -moz-linear-gradient(top, #a41a1f 0%, #bb1c21 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a41a1f), color-stop(100%,#bb1c21));
	background: -webkit-linear-gradient(top, #a41a1f 0%,#bb1c21 100%);
	background: -o-linear-gradient(top, #a41a1f 0%,#bb1c21 100%);
	background: -ms-linear-gradient(top, #a41a1f 0%,#bb1c21 100%);
	background: linear-gradient(to bottom, #a41a1f 0%,#bb1c21 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a41a1f', endColorstr='#bb1c21',GradientType=0 );
	height: 7px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.plupload_scroll .plupload_filelist_header .plupload_file_action, .plupload_scroll .plupload_filelist_footer .plupload_file_action {
	/*margin-right: 17px;*/
}

/* Floats */

.plupload_clear,.plupload_clearer {clear: both;}
.plupload_clearer, .plupload_progress_bar {
	display: block;
	font-size: 0;
	line-height: 0;	
}

li.plupload_droptext {
	background: transparent;
	text-align: center;
	vertical-align: middle;
	border: 0;
	line-height: 280px;
}
