/*
 * title: 	Header Stylesheet
 * --------------------------------------------------------- */

/* General
 * --------------------------------------------------------- */

html,body {
	height: 100%;
	background: #fff;
	color: #404040;
	/*font-family: Helvetica, Arial, Verdana, sans-serif;*/
	font-family:'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
}
a {
    color: #3987cc;
    outline: none;
    text-decoration: none;
}
a:hover {color: #333;}
a:active {color: #000;}
.infinity {
    font-size: 120%;
    font-family: Tahoma;
}

	}
.clear {clear: both;}
.hide {display: none;}
a {text-decoration: none;outline: none;}
button:hover {cursor: pointer;}

/* Main Structure
 * --------------------------------------------------------- */

#page-wrap {
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -193px;
	}
#page-wrap-bottom {
	height: 193px;
	}
#wrap {
	position: relative;
	width: 960px;
	margin: 0 auto;
	}

/* Header & Navigation
 * --------------------------------------------------------- */

/* Top Navigation */

#top_nav {
	position: relative;
	z-index: 100;
	background: url(http://z.tusfiles.net/img/background-header.png) repeat-x left top;
	height: 46px;
	}
#top_nav .inner {
	position: relative;
	width: 960px;
	height: 45px;
	margin: 0 auto;
	}
#top_nav #logo {
	display: block;
	float: left;
	width: 165px;
	height: 40px;
	line-height: 41px;
	margin: 0 8px 0 -10px;
	background: url(http://lopez.ru/x0r/logo.png);
	text-indent: -9999px;
	}
#top_nav #logo:hover {background-position: 0px -38px;}
#top_nav #logo:active {margin-top: 1px;}
#top_nav #nav-main,
#top_nav #nav-main li {
	float: left;
	}
#top_nav #nav-main li a {
	display: block;
	float: left;
	width: 79px;
	height: 45px;
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9999px;
	}
#top_nav #nav-main li a.link-channels {
	width: 118px;
	height: 44px;
	}
#top_nav #nav-main li a.link-channels:hover {
	background-position: left center;
	}
#top_nav #nav-main li a.link-channels.highlight {
	background-position: left bottom;
	}
/* Including new css for jp text for channel in username*/
#top_nav #nav-main li a.jp_link-channels {
	width: 118px;
	height: 44px;
	}
#top_nav #nav-main li a.jp_link-channels:hover {
	background-position: left center;
	}
#top_nav #nav-main li a.jp_link-channels.highlight {
	background-position: left bottom;
	}
/* End new css*/
/* User Navigation */

#top_nav #nav-user {
    float: right;
    margin: 0 10px 0 0;
	}
#top_nav #nav-user li {
    float: left;
    line-height: 42px;
    color: #999;
    text-shadow: #000 0px 1px 0px;
	}
#header-top #top_nav #nav-user li a {
    display: block;
    float: left;
    height: 12px;
    line-height: 11px;
    margin: 10px 0 0 -1px;
    padding: 5px 10px;
    color: #e7e7e7;
    text-shadow: #000 0px 1px 0px;
    text-align: center;
    font-size: 11px;
    background-position: left top;
    background-color: #6a6a6a;
	background-image: -moz-linear-gradient(top, #808080 0%,#6a6a6a 3%, #212121 98%, #292929 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #808080),color-stop(0.03, #6a6a6a),color-stop(0.98, #212121),color-stop(1, #292929));
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#6a6a6a', EndColorStr='#212121');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#6a6a6a', EndColorStr='#212121')";
    border: 1px solid #000;
    -moz-box-shadow: 0px 1px 0px #444444;
	-webkit-box-shadow: 0px 1px 0px #444444;
	box-shadow: 0px 1px 0px #444444;
	}
#header-top #top_nav #nav-user li a.login, #header-top #top_nav #nav-user li a.my_account {
	-khtml-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	}

#top_nav #broadcast_now {
   float: right;
    height: 12px;
    line-height: 11px;
    margin: 10px 0 0 -1px;
    padding: 5px 15px;
    color: #ffffff;
    text-shadow: #720100 0px 1px 0px;
    text-align: center;
    font-size: 12px;
    background-position: left top;
    background-color: #f10709;
	background-image: -moz-linear-gradient(top, #ffcaca 0%,#f87b7c 3%, #f10709 98%, #ff484a 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffcaca),color-stop(0.03, #f87b7c),color-stop(0.98, #f10709),color-stop(1, #ff484a));
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#f87b7c', EndColorStr='#f10709');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f87b7c', EndColorStr='#f10709')";
    border: 1px solid #000;
    -moz-box-shadow: 0px 1px 0px #444444;
	-webkit-box-shadow: 0px 1px 0px #444444;
	box-shadow: 0px 1px 0px #444444;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    }
#top_nav #broadcast_now:hover {
	background-color: #ff1316;
	background-image: -moz-linear-gradient(top, #ffcaca 0%,#ff8b8d 3%, #ff1316 98%, #ff484a 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffcaca),color-stop(0.03, #ff8b8d),color-stop(0.98, #ff1316),color-stop(1, #ff484a));
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff8b8d', EndColorStr='#ff1316');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff8b8d', EndColorStr='#ff1316')";
	}
#top_nav #broadcast_now:active {
	background-color: #f10709;
	background-image: -moz-linear-gradient(top, #ffcaca 0%,#f10709 3%, #f65455 98%, #ff484a 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffcaca),color-stop(0.03, #f10709),color-stop(0.98, #f65455),color-stop(1, #ff484a));
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#f10709', EndColorStr='#f65455');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f10709', EndColorStr='#f65455')";
    -moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 11px;
	}

/* new css for jp broadcast now*/
#top_nav #jp_broadcast_now {
   float: right;
    height: 12px;
    line-height: 11px;
    margin: 10px 0 0 -1px;
     padding: 5px 15px;
    color: #ffffff;
    text-shadow: #720100 0px 1px 0px;
    text-align: center;
    font-size: 12px;
    background-position: left top;
    background-color: #f10709;
	background-image: -moz-linear-gradient(top, #ffcaca 0%,#f87b7c 3%, #f10709 98%, #ff484a 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffcaca),color-stop(0.03, #f87b7c),color-stop(0.98, #f10709),color-stop(1, #ff484a));
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#f87b7c', EndColorStr='#f10709');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f87b7c', EndColorStr='#f10709')";
    border: 1px solid #000;
    -moz-box-shadow: 0px 1px 0px #444444;
	-webkit-box-shadow: 0px 1px 0px #444444;
	box-shadow: 0px 1px 0px #444444;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    }
#top_nav #jp_broadcast_now:hover {
	background-color: #ff1316;
	background-image: -moz-linear-gradient(top, #ffcaca 0%,#ff8b8d 3%, #ff1316 98%, #ff484a 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffcaca),color-stop(0.03, #ff8b8d),color-stop(0.98, #ff1316),color-stop(1, #ff484a));
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff8b8d', EndColorStr='#ff1316');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff8b8d', EndColorStr='#ff1316')";
	}
#top_nav #jp_broadcast_now:active {
	background-color: #f10709;
	background-image: -moz-linear-gradient(top, #ffcaca 0%,#f10709 3%, #f65455 98%, #ff484a 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffcaca),color-stop(0.03, #f10709),color-stop(0.98, #f65455),color-stop(1, #ff484a));
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#f10709', EndColorStr='#f65455');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f10709', EndColorStr='#f65455')";
    -moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 11px;
	}
/* end */

/* Header */

#header {
	position: relative;
	width: 960px;
	height: 90px;
	margin: 0 auto;
	}
#header #old_logo {
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	}
#header #logo,
#header #affiliate-branding-logo,
#guide.channel_page #header #logo {
	display:block;
	float:left;
	width: 200px;
	height:90px;
	background-image:url(http://lopez.ru/x0r/logo.png);
	background-position:0 22px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	}




/* Sub Navigation */

#sub_nav {
	position: center;
	width: 500px;
	height: 32px;
	margin: 50 auto;
	background: url(http://z.tusfiles.net/img/bgsubp.png) no-repeat right  bottom;
	}


#sub_nav ul li {
	float: center;
	}
#sub_nav ul li a {
	display: block;
	float: left;
	position: relative;
	height: 32px;
	padding: 0 10px;
	background: url(http://z.tusfiles.net/img/tab-white.gif) no-repeat 0px -30px;
	color: #777;
	font: bold 13px/36px Arial, Helvetica, sans-serif;
	text-shadow: #fff 0px 1px 1px;
	}
#sub_nav ul li a span {
	display: none;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 4px;
	height: 32px;
	background: url(http://z.tusfiles.net/img/tab-white-tail.gif) no-repeat left top;
	}


div.wrapper {
margin-left : 10px;
margin-right :10px;
margin-top : -10%;
}

.main_header i {
    display: block;
    width: 500px;
    height: 56px;
    background: url(http://z.tusfiles.net/img/mainpageicons.png) 0 0; background-position: 0px 0px;
    margin: 10 auto;
}
.main_header h1 {
    text-transform: uppercase;
    font-size: 25px;
	color: #d3dce4;
    font-family: 'ExoBold';
margin-left : 10%;
margin-right : 10%;
}

.main_header h3 {
    text-transform: uppercase;
    font-size: 20px;
	color: #d0d0d0;
    font-family: 'Open Sans';
height: 30px;
position: center;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/EInbV5DfGHOiMmvb1Xr-hnhCUOGz7vYGh680lGh-uXM.woff) format('woff');

}

@font-face {
    font-family: 'ExoBold';
    src: url('../fonts/Exo-Bold.eot');
    src: url('../fonts/Exo-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Exo-Bold.woff') format('woff'), url('../fonts/Exo-Bold.ttf') format('truetype'), url('../fonts/Exo-Bold.svg#ExoBold') format('svg');
    font-weight: normal;
    font-style: normal;
}



.button{display:inline-block;font-family:"Helvetica Neue", Arial, Verdana, sans-serif;background-color:#efefef;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255,255,255,0.85)), color-stop(100%, rgba(239,239,239,0)));background-image:-webkit-linear-gradient(top, rgba(255,255,255,0.85) 0%, rgba(239,239,239,0) 100%);background-image:-moz-linear-gradient(top, rgba(255,255,255,0.85) 0%, rgba(239,239,239,0) 100%);background-image:-o-linear-gradient(top, rgba(255,255,255,0.85) 0%, rgba(239,239,239,0) 100%);background-image:-ms-linear-gradient(top, rgba(255,255,255,0.85) 0%, rgba(239,239,239,0) 100%);background-image:linear-gradient(top, rgba(255,255,255,0.85) 0%,rgba(239,239,239,0) 100%);padding:2px 10px 3px;text-shadow:0 1px white;text-align:center;color:#3987cc;font-size:12px;line-height:18px;border:1px solid #d5d5d5;font-weight:bold;border-bottom-color:#bcbcbc;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 0px rgba(0,0,0,0.03);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 0px rgba(0,0,0,0.03);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 0px rgba(0,0,0,0.03);vertical-align:middle}.button:hover{background-color:#e2e2e2;color:#3987cc;text-decoration:none}.button:disabled,.button.disabled{text-shadow:none;background-color:white;border-color:white;color:rgba(57,135,204,0.5);background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255,255,255,0.5)), color-stop(100%, rgba(239,239,239,0.5)));background-image:-webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(239,239,239,0.5) 100%);background-image:-moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(239,239,239,0.5) 100%);background-image:-o-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(239,239,239,0.5) 100%);background-image:-ms-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(239,239,239,0.5) 100%);background-image:linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(239,239,239,0.5) 100%)}.button.display_more{width:100%;padding-left:0;padding-right:0;text-align:center;margin:15px auto}.button.blue{display:inline-block;font-family:"Helvetica Neue", Arial, Verdana, sans-serif;background-color:#3987cc;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(98,160,214,0.85)), color-stop(100%, rgba(57,135,204,0)));background-image:-webkit-linear-gradient(top, rgba(98,160,214,0.85) 0%, rgba(57,135,204,0) 100%);background-image:-moz-linear-gradient(top, rgba(98,160,214,0.85) 0%, rgba(57,135,204,0) 100%);background-image:-o-linear-gradient(top, rgba(98,160,214,0.85) 0%, rgba(57,135,204,0) 100%);background-image:-ms-linear-gradient(top, rgba(98,160,214,0.85) 0%, rgba(57,135,204,0) 100%);background-image:linear-gradient(top, rgba(98,160,214,0.85) 0%,rgba(57,135,204,0) 100%);padding:2px 10px 3px;text-shadow:0 -1px #2b6da7;text-align:center;color:white;font-size:12px;line-height:18px;border:1px solid #307abb;font-weight:bold;border-bottom-color:#266093;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 0px rgba(0,0,0,0.15);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 0px rgba(0,0,0,0.15);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 0px rgba(0,0,0,0.15);vertical-align:middle}.button.blue:hover{background-color:#307abb;color:white;text-decoration:none}.button.blue:disabled,.button.blue.disabled{text-shadow:none;background-color:#d3dce4;border-color:#8babc6;color:rgba(255,255,255,0.5);background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(98,160,214,0.5)), color-stop(100%, rgba(57,135,204,0.5)));background-image:-webkit-linear-gradient(top, rgba(98,160,214,0.5) 0%, rgba(57,135,204,0.5) 100%);background-image:-moz-linear-gradient(top, rgba(98,160,214,0.5) 0%, rgba(57,135,204,0.5) 100%);background-image:-o-linear-gradient(top, rgba(98,160,214,0.5) 0%, rgba(57,135,204,0.5) 100%);background-image:-ms-linear-gradient(top, rgba(98,160,214,0.5) 0%, rgba(57,135,204,0.5) 100%);background-image:linear-gradient(top, rgba(98,160,214,0.5) 0%,rgba(57,135,204,0.5) 100%)}


}

.td_shape{
		background:url('http://www.tusfiles.net/images/td_shape.png');
		height:52px;
		border:1px solid #d3e0ea;
}
.td_shape3{
		background:#eaf0f6;
		height:52px;
		border:1px solid #d3e0ea;
}
	.td_shapeda{
		background:url('http://www.tusfiles.net/images/bg52.gif');
		height:52px;
		border:1px solid #d3e0ea;
}
	.dl_button_shape{
		width:362px;
		height:51px;
		border:none;
		cursor:pointer;
		margin-top:-1px;
		font-size:15px;
		text-align:center;
	}
.th_shape{
		color:#566773;
		border:1px solid #d3e0ea;
		padding:5px;
		font-weight:bold;
	}
.td_last2{
		-webkit-border-top-right-radius:5px;
		-moz-border-radius-topright:5px;
		width:600px;
}
.td_first{
		-webkit-border-top-left-radius:15px;
		-moz-border-radius-topleft:15px;
		width:250px;
	}
.td_last{
		-webkit-border-top-right-radius:5px;
		-moz-border-radius-topright:5px;
		width:382px;
	}
.dl_button_shape{
		width:362px;
		height:51px;
		border:none;
		cursor:pointer;
		margin-top:-1px;
		font-size:15px;
		text-align:center;
	}
.slowbutton{
		background:url('http://www.tusfiles.net/images/slowbutton.gif');
		color:#a2bfd4;
		padding-left:40px;
        margin-top:-15px;
	}
.fastbutton{
		background:url('http://www.tusfiles.net/images/fastbutton.gif');
		color:#2c6d9e;
		padding-left:30px;
 margin-top:0px;
	}
	.slowbutton{
		background:url('http://www.tusfiles.net/images/slowbutton.gif');
		color:#a2bfd4;
		padding-left:40px;
	}
.td_shape2{
		background:url('http://www.tusfiles.net/images/td_shape2.png');
		height:25px;
		border:1px solid #d3e0ea;
	}
.td_shape{
		background:url('http://www.tusfiles.net/images/td_shape.png');
		height:52px;
		border:1px solid #d3e0ea;
	}
.th_first_shape_format{
		text-align:left;
		padding-left:35px;
	}
.th_awesome{
		color:#6dc147;
		font-style:italic;
		font-weight:bold;
	}
.th_italic{
		font-style:italic;
	}
.payment_methods{
		width:695px;
		float:center;
	}
.payment_methods2{
		width:650px;
		float:center;
	}
	.payment_methods_head{
		width:695px;
		background:url('http://www.tusfiles.net/images/payments_head.png');
		height:33px;
 text-align:center;
text-valign:center;
	}
	.payment_methods_head2{
		width:695px;
		background:url('http://www.tusfiles.net/images/payments_head.png');
		height:33px;
	}
	.payment_methods_head > span{
		float:right;
		margin-top:4px;
		width:96px;
		text-align:center;
		display:block;
		font-size:10px;
		font-weight:bold;
	}
	.payment_methods_head > div{
		float:right;
		margin:4.5px 0px;
		background:url('http://www.tusfiles.net/images/border.png');
		height:24px;
		width:1px;
	}
	.payment_methods_head > span:first-child{
		padding-right:8px;
	}
	
	.payment_methods_payment{
		border:1px solid #d3e0ea;
		border-top:none;
		width:679px;
		margin-top:-6px;
		margin-left:1px;
		padding:20px 6px;
	}
	.payment_methods_table{
		width:679px;
	}
	.payment_methods_table th{
		width:97px;
		text-align:center;
	}
	.payment_benefits{
		width:316px;
		float:right;
		/*height:395px;*/
	}
	.payment_benefits_head{
		width:301px;
		height:15px;
		padding:9px 0px 9px 15px;
		font-weight:bold;
		background:url('http://www.tusfiles.net/images/benefits_head.png');
	}
	.payment_benefits_body{
		width:300px;
		border:1px solid #d3e0ea;
		border-top:none;
		margin-top:-6px;
		margin-left:1px;
		padding:20px 6px 5px;
	}
.button_shape{
		background:url('http://www.tusfiles.net/images/button_shape.png');
		height:28px;
		width:83px;
		border:none;
		color:#6e6f71;
		font-size:11px;
		font-family:Arial;
	}
	.button_shape2{
		background:url('http://www.tusfiles.net/images/more.png');
		height:29px;
		width:668px;
		border:none;
		color:#6e6f71;
		font-size:11px;
		font-family:Arial;
	}
	.button_pay1{
		border:1px solid #98b8d1;
		-moz-box-shadow:0 0 10px #98b8d1;
		-webkit-box-shadow:0 0 10px #98b8d1;
		box-shadow:0 0 10px #98b8d1;
	}
	.button_pay1:hover{
		border:1px solid #ff904d;
		-moz-box-shadow:0 0 10px #ff904d;
		-webkit-box-shadow:0 0 10px #ff904d;
		box-shadow:0 0 10px #ff904d;
	}
	.button_pay2{
		border:1px solid #98b8d1;
	}
	.button_pay2:hover{
		border:1px solid #ff904d;
		-moz-box-shadow:0 0 10px #ff904d;
		-webkit-box-shadow:0 0 10px #ff904d;
		box-shadow:0 0 10px #ff904d;
	}
	.premium_spacer{
		height:3px;
		line-height:3px;
		text-align:center;
	}
	.premium_spacer > img{
		margin:0;
		padding:1px;
		border:0;

	}
.tabberlive .tabbertabhide {display:none;}
.tabber {}
.tabberlive {margin-top:1px;}
ul.tabbernav{margin:0;padding: 3px 0;border-bottom: 1px solid #778;font: bold 12px Verdana, sans-serif;}
ul.tabbernav li{list-style: none;margin: 0;display: inline;}
ul.tabbernav li a {background: #F3F6FB; border: 1px solid #778; padding: 3px 3px;margin-left: 3px;border-bottom: none;text-decoration: none;}
ul.tabbernav li a:link { color: #66A; }
ul.tabbernav li a:visited { color: #667; }
ul.tabbernav li a:hover{color: #000;background: #AAE;border-color: #227;}
ul.tabbernav li.tabberactive a{background-color: #fff;border-bottom: 1px solid #fff;color: #448;}
ul.tabbernav li.tabberactive a:hover{color: #000;background: white;border-bottom: 1px solid white;}
.tabberlive .tabbertab {padding:5px;border:1px solid #aaa;border-top:0;background-color:#FFF;text-align:center;}
.tabberlive .tabbertab h2 {display:none;}

.trackStat {float: center; margin: -33px 0 0 0;}
.trackStat span {display: block; float: left; font: 12px Tahoma; color: #222222; padding: 5px 0 0 19px; margin: 2px 0 10px 10px;}
.trackStat span.tsPlays {background: url(http://z.tusfiles.net/img/iconsgreen.png) no-repeat -10px -244px;}
.trackStat span.tsComments {background: url(http://z.tusfiles.net/img/iconsgreen.png) no-repeat -9px -392px;}
.trackStat span.tsFavs {background: url(http://z.tusfiles.net/img/iconsgreen.png) no-repeat -8px -273px;}
.trackStat span.tsSize {background: url(http://z.tusfiles.net/img/iconsgreen.png) no-repeat -1px -1399px;}
.trackStat span.tsBitrate {background: url(http://z.tusfiles.net/img/iconsgreen.png) no-repeat scroll 0 -1432px transparent;}
.trackStat span.tsDowns {background: url(http://z.tusfiles.net/img/iconsgreen.png) no-repeat 0px -1126px;}
.trackStat span.tsdate {background: url(http://z.tusfiles.net/img/iconsgreen.png) no-repeat 0px -1126px;}



.supl1 {background: url(http://z.tusfiles.net/img/mx_userprofiles.png) no-repeat -40px 0;}
.supl1:hover {background: url(http://z.tusfiles.net/img/mx_userprofiles.png) no-repeat -40px -50px;}


.bigGrBtn {display: block; height: 32px; border: solid 1px #6DBA15; background: #57A503 url(http://z.tusfiles.net/img/pages_gradient.png) repeat-x 0 -520px; padding: 8px 15px 0 15px; color: 
.bigGrBtn:hover {background: #5EB204 url(http://z.tusfiles.net/img/pages_gradient.png) repeat-x 0 -560px;}