@charset "utf-8";

/* CSS Document */

#fetchbar{
	width:100%;
	height:0px;
	overflow:hidden;
	display:none;
	border:1px solid #BFBFBF;
	border-left:none;
	border-right:none;
	background:url(/i/fetchbar.png) left -60px repeat-x;
	position:fixed;
	bottom:0;
	left:0;
	z-index:10000;
}

#fetchbar-progress{
	margin:4px 200px 0 200px;
	height:23px;
	position:relative;
}

#fetchbar-pbar{
	width:208px;
	height:22px;
	margin:0;
	background:url(/images/barpass1_27.png) top left no-repeat;
	padding:1px 0 0 0;
	font-size:11px;
	color:#666666;
	float:left;
}

#fetchbar-pbarcontainer{
	width:500px;
	height:22px;
	margin:0 auto;
	display:none;
}

#fetchbar-meter{
	margin:0 0 0 1px;
	padding:2px;
	width:197px;
	height:13px;
	background:url(/images/fillgauge_30.gif) no-repeat -201px;
	text-align:center;
}
	
#fetchbar-advertisement{
	width:265px;
	height:14px;
	float: left;
	font-size:11px;
	margin:auto 0 auto 5px;
}

#fetchbar-advertisement a, #fetchbar-advertisement a:hover, #fetchbar-advertisement a:visited {
	color:#666;
	font-weight: bold;
}

#toggleconv, #togglefav, #toggleconvdown, #togglefavdown{cursor:pointer;}

#downloadnext{
	color:#666666;
	font-weight:bold;
}

#twitterout{
	color:#666666;
	font-weight:bold;
}

/* Conversion Box */
#conversionwrapper{
	position:fixed;
	bottom:-169px;
	left:0;
	width:168px;
	height:169px;
	background:transparent;
	display:none;
	z-index:9999;
	color:#000;
}

#conversioninner{
	background:url(/i/fetchbar-win.png) top right no-repeat;
	padding-top:10px;
	height:301px;
	_height:311px;
	width:168px;
}

#conversionqueue{
	text-align:center;
	position:relative;
	font-size:11px;
}

#conversionqueuewrap{
	display:none;
}

#conversionqueueinner{
	background-image:url(/images/gradientqueue_05.png);
	background-attachment:scroll;
	background-position:bottom left;
	background-repeat:repeat-x;
	background-color:white;
	width:153px;
	min-height:39px;
	margin:0 auto;
}

#conversionqueuetop{
	background:url(/images/convqueueback_03.png) top left no-repeat;
	width:153px;
	height:5px;
	margin:0 auto;
}

#conversionqueuebottom{
	background:url(/images/convqueueback_06.png) top left no-repeat;
	width:153px;
	height:6px;
	margin:0 auto;
}

#currentitem{
	background:url(/images/currentconvertqueue_25.png) top left no-repeat;
	height:128px;
	width:141px;
	margin:7px auto 0 auto;
	position:relative;
}

#currentitem img{
	margin:14px 0 0 4px;
	border:1px solid #C1C1C1;
	outline:none;
}

#queueorder

	{

	list-style:none;

	padding:0;

	margin:0;

	background:transparent;

	}

.queuerow

	{

	width:151px;

	height:37px;

	border:1px solid #F1F1F1;

	background:transparent;

	}

.removequeue

	{

	margin:5px 0 0 4px;

	padding:0;

	outline:none;

	border:none;

	cursor:pointer;

	}

.cancelcurrent

	{
	width:20px;
	height:20px
	cursor:pointer;
	float: left;
	margin:auto 0 auto 0;

	}

/* Favourites Box */

#favouriteswrapper

	{

	position:fixed;

	bottom:-240px;

	right:0;

	width:175px;

	height:186px;

	background:transparent;

	display:none;

	z-index:9999;

	color:#000;

	}

#favouritesinner{
	background:url(/i/fetchbar-win.png) top left no-repeat;
	height:187px;
	_height:194px;
	width:175px;
	padding-top:7px;
}

#favouritesqueue{position:relative;font-size:11px;text-align:center}

#favouritesqueuewrap{display:none;}

#favouritesqueueinner{
	background-image:url(/images/gradientqueue_05.png);
	background-attachment:scroll;
	background-position:bottom left;
	background-repeat:repeat-x;
	background-color:white;
	width:153px;
	min-height:39px;
	margin:0 auto;
}

#favouritesqueuetop{
	background:url(/images/convqueueback_03.png) top left no-repeat;
	width:153px;
	height:5px;
	margin:0 auto;
}

#favouritesqueuebottom

	{

	background:url(/images/convqueueback_06.png) top left no-repeat;

	width:153px;

	height:6px;

	margin:0 auto;

	}

#favcurrentitem{
	background:url(/images/favorites_12.png) top left no-repeat;
	height:154px;
	width:146px;
	margin:7px auto 0 auto;
	position:relative;
}

#favcurrentitem img{
	margin:6px 0 0 3px;
	border:1px solid #C1C1C1;
	outline:none;
	cursor:pointer;
}

#favqueueorder

	{

	list-style:none;

	padding:0;

	margin:0;

	background:transparent;

	}

.favqueuerow

	{

	width:151px;

	height:37px;

	border:1px solid #F1F1F1;

	background:transparent;

	}

.favremovequeue

	{

	margin:5px 0 0 4px;

	padding:0;

	outline:none;

	border:none;

	cursor:pointer;

	}

.favcancelcurrent

	{

	cursor:pointer;

	}
#favouritesbrowser
{
    width:100%;
    height:13px;
    background-color:#e0e0e0;
    font-size:11px;
    margin-top:9px;
    }
#favouritesbrowser img
{
    border: none;
    padding: 0;
    cursor:pointer;
}
#favouritesbrowser div
{
    width:119px;
    height:13px;
    overflow:hidden;
    float:left;
    text-align:center;
    }
#favouritesbrowser a
{
    margin:0;
    padding:0;
}
#favouritessearch
{
    height:15px;
    border:1px solid #9F9F9F;
    background-color:white;
    margin-top:6px;
}
#favouritessearch img
{
    margin:0;
    padding:0;
    border:none;
    cursor:pointer;
}
.favsearch
{
    height:14px;
    border:none;
    margin:0;
    padding:1px 0 0 0;
    width:129px;
    float:left;
    font-size:11px;
    color:#7F7F7F;
}
#favsearchresults
{
    padding:6px 9px 0;
    display:none;
}
#favsearchresults div
{
    height:34px;
    line-height:15px;
    overflow:hidden;
}
#favsearchresults img
{
    margin:0 14px 0 0;
    padding:0;
    height:34px;
    border:none;
}
#favsearchresults hr
{
    background: url(/images/favourites_15.png) top left no-repeat;
    margin:1px 0 1px 49px;
    padding:0;
    height:2px;
    width:86px;
    border:none;


}



#fetchbar-adverts {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 100%;
	height:23px;
}
#fetchbar-adverts a, #fetchbar-adverts a:link, #fetchbar-adverts a:hover, #fetchbar-adverts a:visited
{
    color:#000;

}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
#fetchbar-adverts div.items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;

}

/* single scrollable item */
#fetchbar-adverts div.items div {
	float:left;

	/* custom decoration */
	text-align:center;
	width:300px;
	padding:3px 0px;
	font-size:12px;
	margin-right: 10px;
}

/* active item */
#fetchbar-adverts div.items div.active {

}

#fetchbar-preconv
	{
	width:100%;
	height:23px;
	font-size:12px;
	color:#000;
	text-align:center;
	cursor:pointer;
	display:none;
	padding:3px 0;
	font-weight:bold;
	}

#fetchbar-preconv a, #fetchbar-preconv a:link, #fetchbar-preconv a:hover, #fetchbar-preconv a:visited {color:#000}

#fetchbar #togglefav{float:right;background: url('/i/fetchbar.png') 0 -29px;}
#fetchbar #toggleconv{float:left;background: url('/i/fetchbar.png') top left;}

#currentitem #currentvidimg {background: url('/i/fetchbar-placeholders.png') top left;}
#favcurrentitem #favcurrentvidimg {background: url('/i/fetchbar-placeholders.png') top right;}

img#favpreviouspage {background: url('/i/fetchbar-icos.png') -25px 0; margin: 1px 7px 0 0}
img#favnextpage {background: url('/i/fetchbar-icos.png') 0 0; margin: 1px 0 0 7px}
#queuenotice img#dwnarr {background: url('/i/fetchbar-icos.png') -50px 0}
img#abortbutton {background:  url('/i/fetchbar-icos.png') -100px 0;cursor:pointer}

#favouritessearch #srchbutton {background: url('/i/fetchbar-icos.png') -75px 0}

