/*
Uploadify
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
Released under the MIT License <http://www.opensource.org/licenses/mit-license.php> 
*/

.uploadify {
	position: relative;
	margin-bottom: 1em;
	float:left;
}


.swfupload {
	left:0px;
}

.uploadify .uploadify-button {
    background: none repeat scroll 0 0 #49b6d6;
    border-color: #348fe2;
    color: #fff;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
	font-size: 12px;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	width: 100%;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.uploadify:hover .uploadify-button {
	background: none repeat scroll 0 0 #3a92ab;
    border-color: #348fe2;
    color: #fff;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	width: 100%;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

#gallery_upload .uploadify-button {
    background: none repeat scroll 0 0 #49b6d6;
    border-color: #49b6d6;
    color: #fff;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
	
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	width: 100%;
	border-radius: 0px;
	/*border-bottom-right-radius: 3px;*/
}
#gallery_upload:hover .uploadify-button {
    background: none repeat scroll 0 0 #3a92ab;
    border-color: #3a92ab;
    color: #fff;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
	
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	width: 100%;
	border-radius: 0px;
	/*border-bottom-right-radius: 3px;*/
}

#news_pic_upload .uploadify-button, #banner_upload  .uploadify-button, #slide_upload  .uploadify-button, #product_category_upload  .uploadify-button {
    background: none repeat scroll 0 0 #348fe2;
    border-color: #348fe2;
    color: #fff;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
	font-size: 12px;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	width: 100%;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
#news_pic_upload:hover .uploadify-button, #banner_upload:hover .uploadify-button, #slide_upload:hover .uploadify-button, #product_category_upload:hover .uploadify-button {
	background: none repeat scroll 0 0 #2a72b5;
    border-color: #348fe2;
    color: #fff;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	width: 100%;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.uploadify-button.disabled {
	background-color: #D0D0D0;
	color: #808080;
}
.uploadify-queue {
	margin-bottom: 1em;
}
.uploadify-queue-item {
	margin-top: 5px;
	padding: 10px;
}
.uploadify-error {
	background-color: #FDE5DD !important;
}
.uploadify-queue-item .cancel a {
	background: url('../../img/uploadify-cancel.png') 0 0 no-repeat;
	float: right;
	height:	16px;
	text-indent: -9999px;
	width: 16px;
}
.uploadify-queue-item.completed {
	background-color: #E5E5E5;
}
.uploadify-progress {
	background-color: #E5E5E5;
	margin-top: 10px;
	width: 100%;
}
.uploadify-progress-bar {
	background-color: #0099FF;
	height: 3px;
	width: 1px;
}