.hh { display: none; }

html {
	height: 100%;
}
body {
	background-color: #000;
	color: #6f6f6f;
	font-family: Helvetica, arial, sans-serif;
	font-size: 80%;
	height: 100%;
	line-height: 1.4em;
}

.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}


a {
	color: #dd4091;
	text-decoration: none;
}
a:hover,
a:visited:hover {
	color: #696969;
}
a:visited,
a:active {
	color: #bc578b;
}

a.selected,
a.selected:hover,
a.selected:visited:hover {
	color: #6f6f6f;
	text-decoration: none;
	cursor: default;
}

h1 {
	font-weight: normal;
	font-family: Helvetica, arial, sans-serif;
	font-size: 1.4em;
	color: #f10d83;
	padding-bottom: 5px;
	padding-top: 10px;
	margin-bottom: 15px;
	border-bottom: solid 2px #c2c2c2;
}

h2 {
	font-weight: normal;
	font-family: Helvetica, arial, sans-serif;
	color: #f10d83;
	margin-top: 25px;
	font-size: 1em;
	text-transform: uppercase;
	padding-bottom: 3px;
	margin-bottom: 12px;
	border-bottom: solid 2px #e6dceb;
	text-shadow: #fff 1px 1px 0;
}
h2.load {
	padding-left: 20px;
	background: transparent url(data:image/png;base64,R0lGODlhEAALAPQAAP////ENg/zb7PvS5/zr9PEShfENg/M4mfeIwfVosfq93fItk/RTpviPxfZrs/rB3/IxlfEQhPRXqPzn8vzZ6/30+fNCnvzd7f3y+Pq52/mk0PvM5P3u9gAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA) left center no-repeat;
}


h3 {
	font-weight: normal;
	font-family: Helvetica, arial, sans-serif;
	color: #f10d83;
	margin-bottom: 6px;
	font-size: 0.9em;
	text-transform: uppercase;
}

ol {
	list-style-type: decimal;
	list-style-position: inside;
}

p {
	margin-bottom: 10px;
}


.main_wrapper {
	width: 100%;
	overflow: hidden;
	zoom: 1;
}
#content_wrapper {
	padding-top: 40px;
	background: #222 url(/static/images/bg_fade.png) top left repeat-x;
}

#header,
#content,
#footer {
	width: 1000px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 48px;
	background-color: #fff;
	zoom: 1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: solid 1px #222;
}

#cart {
	width: 200px;
	padding: 17px 10px 0 0;
	float: right;
}
#cart p {
	text-align: right;
}
#cart p a {
	padding-left: 22px;
	background: transparent url(/static/images/cart.png) center left no-repeat;
}

#logo {
	position: absolute;
	top: -11px;
	left: -5px;
	margin-top: 15px;
	width: 200px;
	margin: 0;
	height: 75px;
	background: transparent url(/static/images/logo_header.png) center center no-repeat;
}
#logo a {
	display: block;
	width: 175px;
	height: 75px;
	text-indent: -9999px;
	font-size: 0.1em;
	text-decoration: none;
}

.header_login {
	float: right;
	padding-top: 15px;

}

#nav_main {
	padding-top: 9px;
	overflow: hidden;
	width: 50%;
	float: left;
	margin-left: 220px;
}

#nav_main ul {
	list-style-type: none;
	display: block;
}
#nav_main ul li {
	float: left;
	padding: 0;
}
#nav_main ul li:first-child a {
	padding-left: 0;
}

#nav_main ul li a {
	display: block;
	padding: 8px 14px;
	font-size: 1.1em;
	font-family: Helvetica, arial, sans-serif;
	color: #696969;
}
#nav_main ul li a:hover {
	color: #be598d;
	text-decoration: none;
}

#content {
	padding: 25px 0;
	overflow: hidden;
	zoom: 1;
}


#footer_wrapper {
	background: transparent url(/static/images/bg_pink.png) top left repeat-x;
}
#footer {
	height: 165px;
	clear: both;
	padding: 15px 0;
	overflow: hidden;
	zoom: 1;
}


#footer #copyright {
	border-bottom: solid 1px #c03e81;
	color: #fff;
	text-align: right;
	font-size: 0.8em;
	padding-top: 2px;
	font-family: Helvetica, arial, sans-serif;
}

#footer #footer_links {
	float: left;
}
#footer #footer_links h6 {
	font-family: Helvetica, arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	font-size: 0.9em;
	padding-bottom: 6px;
	text-shadow: #c03e81 1px 1px 0;
}
#footer #footer_links .links {
	float: left;
	width: 125px;
	display: block;
}
#footer #footer_links #clipvia_links.links {
	width: 270px;
}
#footer #footer_links .links li {
	display: block;
	width: 125px;
	float: left;
	font-size: 0.8em;
}
#footer #footer_links .links li a {
	color: #fff;
	font-family: Helvetica, arial, sans-serif;
}
#footer #footer_links .links li a:hover {
	color: #ccc;
	text-decoration: underline;
}





/* Subnav */

.subnav {
	height: 37px;
	position: relative;
	background: #fff url(/static/images/bg_nav.png) top left repeat-x;
	border: solid 1px #222;
	border-bottom: solid 1px #c2c2c2;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

a.button {
	float: right;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #aaa;
	color: #fff;
	margin: 7px 7px 0 0;
	padding: 4px 8px 1px 8px;
	font-size: 0.8em;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	text-shadow: #888 1px 1px 0;
}
a.button:hover {
	color: #fff;
	text-decoration: none;
	background-color: #bbb;
	text-shadow: #777 1px 1px 0;
}

.subnav ul {
	position: absolute;
	z-index: 2;
	height: 38px;
}

.subnav ul li {
	background-color: transparent;
	float: left;
	display: block;
	height: 38px;
	border-right: solid 1px #c2c2c2;
}
.subnav ul li.first,
.subnav ul li.first a {
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
}

.subnav ul li a {
	padding: 12px 15px 0 15px;
	height: 26px;
	font-size: 0.9em;
	color: #696969;
	display: block;
}
.subnav ul li a:hover {
	text-decoration: none;
	background-color: #fff;
}

.subnav ul li.selected {
	background-color: #fff;
}


/* Box layout */
.box {
	border: solid 1px #222;
	border-bottom: solid 1px #c2c2c2;
	background: #fff url(/static/images/bg_silver.png) top left repeat-x;
	padding: 19px;
	zoom: 1;
	overflow: hidden;
}
.box.main {
	background-image: none;
}
.box.sub {
	border-top: none;
}
.box.last {
	border-bottom-width: 2px;
}
.box.first {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}




/* Grid */
.grid {
	display: block;
	float: left;
	margin-right: 15px;
	zoom: 1;
	overflow: hidden;
}
.grid.first {
	clear: both;
}
.grid.last {
	margin-right: 0;
}
.grid.half {
	width: 148px;
}
.grid.one {
	width: 310px;
}
.grid.two {
	width: 635px;
}
.grid.three {
	width: 960px;
}



/* Cliplist */
.cliplist li.grid.one {
	width: 294px;
}

.cliplist li {
	padding: 8px;
	zoom: 1;
	overflow: hidden;
}
.cliplist.textlist li {
	padding: 3px 0 1px 3px;
	font-size: 0.9em;
}
.cliplist .even {
	background-color: #fae9f1;
}
.cliplist li .col_thumb {
	float: left;
}
.cliplist .col_info {
	float: left;
	width: 210px;
	margin-left: 10px;
}
.cliplist .col_studio {
	width: 260px;
}
.cliplist .col_download {
	width: 160px;
}
.cliplist a.download {
	display: block;
	width: 100%;
	text-align: center;
}

.cliplist a.thumb {
	display: block;
	width: 74px;
	height: 44px;
	margin: 0 5px 0 0;
}
.cliplist a.thumb img {
	border: solid 1px #c2c2c2;
	background-color: #fff;
	padding: 1px;
}
.cliplist h4 {
	font-weight: normal;
	font-family: Helvetica, arial, sans-serif;
	color: #f10d83;
	font-size: 1em;
	text-transform: capitalize;
	padding-bottom: 3px;
	margin-bottom: 4px;
	border-bottom: solid 1px #e6dceb;
	text-shadow: #fff 1px 1px 0;
	display: block;
}
.cliplist .col_info p {
	font-size: 0.8em;
	margin-bottom: 0;
}
.cliplist .col_thumb a {
	font-size: 0.9em;
}

.cliplist li div.vid_img {
	width: 79px;
	height: 44px;
	float: left;
}
.cliplist li div.vid_info {
	float: left;
	width: 215px;
}
.cliplist li div.vid_info p {
	margin-bottom: 0;
}

.cliplist tr.titlewrap {
	height: 28px;
}
.cliplist tr.titlewrap .title {
	padding-top: 5px;
}
.cliplist tr.titlewrap .title h4 {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 3px;
	margin-right: 5px;
}

.cliplist tr.genwrap {
	height: 26px;
}
.cliplist tr.genwrap td {
	padding-top: 3px;
}
.cliplist tr .col_thumb {
	width: 75px;
	height: 62px;
}
.cliplist tr .col_thumb div {
	position: relative;
	padding: 5px;
	top: -10px;
}
.cliplist.dataloss tr .col_thumb div {
	top: -5px;
}
.cliplist tr .col_thumb div a {
	position: absolute;
	z-index: 2;
}
.cliplist tr .col_thumb div a img {
	border: solid 1px #be598d;
}

.cliplist tr th {
	text-align: left;
	font-size: 0.8em;
	color: #f10d83;
}
.cliplist tr th.col_image {		width: 125px; }
.cliplist tr th.col_status {	width: 130px; }	/* 215 */
.cliplist tr th.col_views {		width: 50px; }	/* 265 */
.cliplist tr th.col_downloads {		text-align: center; }	/* 265 */
.cliplist tr th.col_sales {		width: 50px; }	/* 315 */
.cliplist tr th.col_price {		width: 70px; }	/* 385 */
.cliplist tr th.col_rate {		width: 50px; }	/* 435 */
.cliplist tr th.col_size {		width: 70px; }	/* 505 */
.cliplist tr th.col_created {	width: 60px; }	/* 565 */
.cliplist tr th.col_income {	width: 70px; }	/* 635 */
.cliplist tr th.col_finish {	width: 130px; }
.cliplist tr th.col_delete {	width: 130px; }

.cliplist tr td.col_downloads,
.cliplist tr td.col_size {		text-align: center; }




.cliplist .vidact,
.coupact {
	display: block;
	width: 15px;
	height: 12px;
	float: right;
	font-size: 0.1em;
	text-indent: -9999px;
	text-decoration: none;
	margin-right: 5px;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.cliplist .vidact:hover,
.coupact:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.cliplist .vid_edit,
.coup_edit { background: transparent url(/static/images/sm_edit.png) center center no-repeat; }
.cliplist .vid_del,
.coup_del  { background: transparent url(/static/images/sm_del.png) center center no-repeat; }

/* Infolist */
.infolist li {
	padding: 8px;
	zoom: 1;
	overflow: hidden;
	text-align: right;
	font-weight: bold;
}
.infolist li.even {
	background-color: #fae9f1;
}
.infolist li.cash {
	color: #509535;
}
.infolist li span,
.infolist li.cash span {
	float: left;
	color: #6f6f6f;
	font-weight: normal;
}

.infolist li.hr {
	border-top: solid 1px #E6DCEB;
	margin-top: 8px;
	padding-top: 16px;
}


/* RolloList */
.rollolist li.grid {
	margin-right: 14px;
}
.rollolist li.grid.last {
	margin-right: 0;
}
.rollolist h4 {
	font-weight: normal;
	font-family: Helvetica, arial, sans-serif;
	color: #f10d83;
	font-size: 1em;
	text-transform: capitalize;
	padding-bottom: 3px;
	margin-bottom: 20px;
	text-shadow: #fff 1px 1px 0;
	display: block;
}
.rollolist h6 {
	font-weight: normal;
	font-family: Helvetica, arial, sans-serif;
	color: #8f8f89;
	font-size: 0.8em;
	text-align: right;
}
.rollolist h6 .price {
	float: left;
	color: #108f1f;
}

.rollolist .vid_img,
.rollolist .vid_img a {
	display: block;
	width: 148px;
	height: 112px;
}
.rollolist .rollo,
.rollolist .rolloanim {
	width: 146px;
	height: 110px;
	border: solid 1px #be598d;
}


/* Step Counter */
.counter {
	height: 50px;
	zoom: 1;
	overflow: hidden;
	margin-bottom: 20px;
}
.counter li {
	display: block;
	float: left;
	width: 30px;
	height: 23px;
	margin: 0 10px 10px 0;
	padding: 7px 0 0 0;
	border: solid #eaeae2 6px;
	text-align: center;
	font-size: 1.2em;
	color: #f10d83;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

.counter li.past {
	background-color: #fae9f1;
	border-color: #fae9f1;
	color: #aa99b3;
}
.counter li.current {
	border-color: #f10d83
}


.outsider li {
	padding: 0 0 5px 15px;
	list-style-position: inside;
}


.studio_photoid {
	float: left;
	margin-right: 12px;
}
.studio_photoid_msg {
	float: left;
	width: 188px;
}
.studio_photoid img {
	background-color: #FFFFFF;
	border: 1px solid #C2C2C2;
	padding: 2px;
}
.studio_photoid:hover img {
	background-color: #f10d83;
	border-color: #999;
}



/* Uploadify CSS */
.uploadifyQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	border: 2px solid #E5E5E5;
	background-color: #F5F5F5;
	margin-top: 5px;
	padding: 10px;
	width: 286px;
}
.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	width: 1px;
	height: 3px;
}


.free {
	display: none;
}
a.functionlink {
	font-size: 0.9em;
	text-decoration: underline;
}


a#deletevideo.button {
	margin: 0 0 0 0;
	background-color: #EF2C2C;
	text-shadow: #000 1px 1px 0;
}
a#deletevideo.button:hover {
	background-color: #cf0000;
	text-shadow: #000 1px 1px 0;
}

/* admin */
span.warning {
	color: #800;
	font-weight: bold;
}
table.adminlist {
	width: 960px;
	border: 0;
	border-collapse: collapse;
}
.adminlist .studios_name {
	width: 300px;
}
.adminlist th {
	border-bottom: solid 1px #E6DCEB;
	text-align: left;
	padding: 0 4px 4px;
}
.adminlist td {
	padding: 4px 4px;
}
.adminlist tr.even {
	background-color: #fae9f1;
}
.pagination_links .pages {
	text-align: right;
	float: right;
}
.pagination_links .per_page {
	float: left;
}
.bottom_pagination {
	border-top: solid 1px #E6DCEB;
	padding-top: 8px;
}

.activate_future {
	display: hidden;
}


#html_codes textarea {
	width: 600px;
}


.picker {
	position: relative;
}
.color_picker {
	position: absolute;
	z-index: 99;
	background-color: #fff;
	padding: 10px;
	border: solid 1px #c2c2c2;
	bottom: 28px;
}

.buttons {
	background-color: #f7f7f7;
	padding: 20px;
	height: 46px;
	clear: both;
}


.buttons p {
	margin-bottom: 0;
	float: left;
	width: 121px;
}
.buttons p.buyitnow {
	margin-right: 18px;
}
.buttons p.checkout {
	margin-right: 16px;
}

.buttons p a {
	display: block;
	height: 46px;
	font-size: 0.1em;
	text-indent: -9999px;
	text-decoration: none;
}

.buttons p.buyitnow a {
	background: transparent url(/static/images/btn_buyItNow.png) center center no-repeat;
}
.buttons p.addtocart a {
	background: transparent url(/static/images/btn_addToCart.png) center center no-repeat;
}
.buttons p.checkout a {
	background: transparent url(/static/images/btn_checkOut.png) center center no-repeat;
}
.buttons p.coupon a {
	background: transparent url(/static/images/btn_applyCoupon.png) center center no-repeat;
}

ul#actions {
	list-style-type: none;
}
ul#actions li {
	display: block;
	width: 150px;
	float: left;
	margin-top: 15px;
}
ul#actions li a {
	display: block;
	padding-left: 22px;
	background-position: left center;
	background-repeat: no-repeat;
	background-color: transparent;
}
ul#actions li#reportVideoLink a {
	background-image: url(/static/images/ico_report.png);
}
ul#actions li#backLink a {
	background-image: url(/static/images/ico_back.png);
}

.alert {
	background: #990000;
	color: #fff;
	font-weight: bold;
	padding: 15px;
}
.alert p {
	margin-bottom: 0;
}


.sparklines dt {
	float: left;
	display: block;
	width: 80px;
	font-weight: normal;
}
.sparklines dd {
	float: left;
	width: 180px;
	text-align: left;
	margin-left: 15px;
}



.infotable {
	width: 100%;
}
.infotable thead tr {
	background-color: #fae9f1;
}
.infotable th {
	text-align: left;
	color: #8b2b5c;
	font-size: 0.8em;
	text-transform: uppercase;
	padding: 2px 1px 1px 1px;
}
.infotable th.subheading {
	text-transform: none;
}
.infotable td {
	font-size: 0.9em;
	padding: 2px 1px 1px 1px;
}
.infotable .num {
	text-align: right;
}



#unfinished th,
#unfinished td {
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
}





/* PANDA UPLOADER */
#panda_wrap #panda_dropzone {
	border: solid 1px #c5b6cc;
	background-color: #e6dceb;
	width: 308px;
	height: 120px;
}
#panda_wrap #panda_dropzone h5 {
	width: 308px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	font-size: 2em;
	color: #fff;
	cursor: default;
}

#panda_wrap .button_wrap span {
	display: block;
	text-align: center;
	font-size: 0.9em;
	padding-top: 5px;
}
#panda_wrap .button_wrap #choose_files {
	background: transparent url(/static/images/bg_inputgrad.png) repeat-x scroll 0 -6px;
	border: 1px solid #c2c2c2;
	margin: 5px auto 0;
	color: #0f0f0f;
	display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 6px 15px;
  width: 80px;
	text-align: center;
}

#panda_wrap #queue_wrap {
  margin: 20px 0;
  padding: 0;
}
#panda_wrap #queue_wrap #progress_container #progress_bar_wrap {
  list-style: none;
  margin: 0;
  padding: 0;
}
#panda_wrap #queue_wrap #progress_container #progress_bar_wrap ul {
  display: block;
}
#panda_wrap #queue_wrap #progress_container #progress_bar_wrap li {
  border-bottom: solid 1px #eeeeee;
  overflow: hidden;
}
#panda_wrap #queue_wrap #progress_container #progress_bar_wrap li.complete {
  border-bottom: none;
}
#panda_wrap #queue_wrap #progress_container #progress_bar_wrap li .bar_progress {
  background: #eeeeee;
  border-bottom: solid 1px #ff0072;
  overflow: visible;
  width: 0%;
  font-size: 1.5rem;
  background-color: #dedede;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
  -webkit-transition: width 100ms linear;
  -moz-transition: width 100ms linear;
  -o-transition: width 100ms linear;
  -ms-transition: width 100ms linear;
  transition: width 100ms linear;
}
#panda_wrap #queue_wrap #progress_container #progress_bar_wrap li .bar_progress.complete {
  background: #c7eac2;
  border-bottom: solid 1px #c7eac2;
}
#panda_wrap #queue_wrap #progress_container #progress_bar_wrap li .bar_progress.complete .dismiss {
}
#panda_wrap #queue_wrap #progress_container #progress_bar_wrap li .bar_progress .dismiss {
	width: 12px;
	height: 12px;
	float: right;
  display: block;
  cursor: pointer;
	background: transparent url(/static/images/sm_del.png) center center no-repeat;
	margin: 2px 6px 0 6px;
}

#panda_wrap #queue_wrap #progress_container #progress_bar_wrap li .bar_progress .percent {
	float: right;
	display: block;
}
#panda_wrap #queue_wrap #progress_container #progress_bar_wrap li .bar_progress.complete .percent {
	display: none;
}

#panda_wrap #queue_wrap #progress_container #progress_bar_wrap li .bar_progress .label {
	padding: 5px 0 2px 10px;
	font-size: 0.8rem;
  color: #555;
	width: 300px;
}
