@CHARSET "UTF-8";

* { padding: 0; margin: 0; }
body {
 	font-family: "Trebuchet MS", verdana, tahoma, arial;
	font-size: 90%;
	color: #000;
	background: #fff url(images/pagebackground_nomenu.jpg) top center no-repeat;
	padding: 0;
	margin: 0;
	text-align: center;
}

#promobody { background: none; }

.clearer { clear: both; }

a {
    background: none;
}
a:hover {
    color: #3596cd;
}

#overall {
    width: 995px;
    margin: 0 auto;
    text-align: left;
}

#header h1 {
    margin: 0 0 0 -2000px;
    float: left;
}

#menu {
    float: right;
    height: 205px;
    width: 200px;
    margin: 70px 10px 0 0;
}
#genres {
    float: left;
    margin: 120px 0 10px 100px;
    width: 500px;
    height: 100px;
}
html>body #genres { margin: 120px 0 10px 210px; height: auto;min-height: 100px; }
#genres ul,
#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
#menu a {
    display: block;
    height: 31px;
    margin: 0;
}
html>body #menu a { margin: 0 0 4px 0; margin: 0 !ie; }

#menu a.home {             background: url(images/menu_normal.gif) 0px 0px no-repeat; }
#menu li.active a.home,
#menu a.home:hover {       background: url(images/menu_over.gif) 0px 0px no-repeat; }

#menu a.register {         background: url(images/menu_normal.gif) 0px -34px no-repeat; }
#menu li.active a.register,
#menu a.register:hover {   background: url(images/menu_over.gif) 0px -34px no-repeat; }

#menu a.podcast {          background: url(images/menu_normal.gif) 0px -69px no-repeat; }
#menu li.active a.podcast,
#menu a.podcast:hover {    background: url(images/menu_over.gif) 0px -69px no-repeat; }

#menu a.review {           background: url(images/menu_normal.gif) 0px -104px no-repeat; }
#menu li.active a.review,
#menu a.review:hover {     background: url(images/menu_over.gif) 0px -104px no-repeat; }

#menu a.demobattle {       background: url(images/menu_normal.gif) 0px -140px no-repeat; }
#menu li.active a.demobattle,
#menu a.demobattle:hover { background: url(images/menu_over.gif) 0px -140px no-repeat; }

#menu a.artistinfo {       background: url(images/menu_normal.gif) 0px -172px no-repeat; }
#menu li.active a.artistinfo,
#menu a.artistinfo:hover { background: url(images/menu_over.gif) 0px -172px no-repeat; }

#menu a.newsletter {       background: url(images/menu_normal.gif) 0px -210px no-repeat; }
#menu li.active a.newsletter,
#menu a.newsletter:hover { background: url(images/menu_over.gif) 0px -210px no-repeat; }

#menu a.forfans {       background: url(images/menu_normal.gif) 0px -246px no-repeat; }
#menu li.active a.forfans,
#menu a.forfans:hover { background: url(images/menu_over.gif) 0px -246px no-repeat; }

#menu a span { display: none; }

#genres li {
    display: inline;
    margin: 8px 8px 0 0;
    line-height: 2.5em;
}
#genres li a {
/*	font-family: "Trebuchet MS", verdana, tahoma, arial;*/
    text-decoration: none;
    font-size: 110%;
    line-height: 1em;
    color: #333;
    padding: 2px 3px;
}
#genres li a.big {
    font-size: 20px;
    font-weight: bold;
}
#genres li a.medium {
    font-size: 15px;
    font-weight: bold;
}
#genres li a.small {
    font-size: 14px;
}
#genres li a.active,
#genres li a:hover { color: #0680c6 !important; }

#search {
    float: left;
    margin: 0 0 0 150px;
    padding: 0;
    height: 30px;
}
html>body #search { margin: 0 0 0 300px; }
#search .input {
/*	font-family: "Trebuchet MS", verdana, tahoma, arial;*/
}
#search .text {
    font-size: 14px;
    width: 300px;
    border: 1px solid #999;
    padding: 3px;
    float: left;
}
#search .submit {
    background: url(images/searchbutton.gif) top left no-repeat;
    color: #fff;
    font-weight: bold;
    font-size: 0px;
    width: 88px;
    height: 30px;
    border: 1px solid #fff;
    float: left;
    margin: 0 0 0 5px;
    margin: -2px 0 0 5px !ie;
}
#main {
    background: url(images/contentbackground_smaller.gif) top right no-repeat;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
}
html>body #main {
    margin: 10px 0 0 0;
    padding: 0;
    margin: 20px 0 0 0 !ie;
    padding: 0px 0 0 0 !ie;
    display: block;
}
#left {
    width: 145px;
    float: left;
    padding: 100px 0 0 0;
    margin: 100px 0 0 0;
    text-align: left;
}
#left a img { border: none; }
#left a {
    margin: 0 0 20px 0;
    display: block;
}
#content {
    width: 818px;
    margin: 0px 0 0 0;
    height: 500px;
    float: left;
}
html>body #content {
    margin: 40px 0 0 0;
    margin: 0px 0 0 0 !ie;
    height: auto;
    min-height: 500px;
}
#content .wrapper {
    background: #5f93af url(images/contentbackground_inside.gif) top right no-repeat; /* */
    padding: 20px;
    margin: 20px 0 0 0px;
}
html>body #content .wrapper {
    padding: 10px 20px 20px 20px;
    padding: 20px !ie;
    margin: 0 0 0 -2px;
    margin: 20px 0 0 -2px !ie;
}

div.maintracklist {
    width: 500px;
    float: right;
    margin: 20px 10px 0 0;
}

div.maintrackitem {
    width: 500px;
    height: 190px;
    background: url(images/boxbackground.gif) top left no-repeat;
    color: #fff;
    margin: 0 0 10px 0;
}

div.maintrackitem .maintrackitem-header {
    font-weight: bold;
    margin: 20px 0 0 25px;
    float: left;
    width: 400px;
    text-align: left;
    height: 20px;
}
div.maintrackitem .maintrackitem-image {
	height: 80px;
	width: 105px;
	float: left;
	margin: 5px 0 0 25px;
}
div.maintrackitem .maintrackitem-content {
    float: left;
    width: 240px;
    margin: 5px 0 0 10px;
}
div.maintrackitem .maintrackitem-body {
    font-size: 65%;
    overflow: hidden;
    display: block;
    height: 80px;
}
div.maintrackitem .maintrackitem-votes {
    float: left;
    margin: 0px 0 0 15px;
    width: 80px;
    height: 80px;
    text-align: center;
}
div.maintrackitem .maintrackitem-votes .count {
	display: block;
	margin: 5px 0 0 0;
	font-weight: bold;
	color: #fff;
	font-size: 180%;
}
div.maintrackitem .maintrackitem-bottom {
    float: left;
    margin: 0 0 0 12px;
}    
html>body div.maintrackitem .maintrackitem-bottom {
    margin: 0 0 0 25px;
}
div.maintrackitem .maintrackitem-buttons {
    float: left;
    margin: 15px 0 0 0;
    width: 105px;
    height: 30px;
}
html>body div.maintrackitem .maintrackitem-buttons {
    margin: 15px 0 0 0px;    
}
div.maintrackitem .maintrackitem-buttons a {
    height: 30px;
    width: 30px;
    display: block;
    float: left;
    background: url(images/btn_play_normal.gif) top left no-repeat;
    border: none;
}
div.maintrackitem .maintrackitem-buttons a img { border: none; }
div.maintrackitem .maintrackitem-buttons a:hover {
    background: url(images/btn_play_over.gif) top left no-repeat;
}
div.maintrackitem .maintrackitem-buttons a span { display: none; }
div.maintrackitem .maintrackitem-buttons a.help {
    float: right;
    background: url(images/btn_help_normal.gif) top left no-repeat;
}
div.maintrackitem .maintrackitem-buttons a.help:hover {
    background: url(images/btn_help_over.gif) top left no-repeat;
}
div.maintrackitem .maintrackitem-votebar {
    float: left;
    height: 35px;
    margin: 17px 0 0 15px;
    width: 320px;
    text-align: center;
}
div.maintrackitem .maintrackitem-votebar .cost {
    display: block;
    font-size: 50%;
}

#teaserblock {
    height: 150px;
    margin: 20px 0 0 0;
    padding: 1px 0 0 0 0;
}
#teaserblock .teaser {
    width: 250px;
    height: 150px;
    float: left;
}
#teaserblock .teasermiddle {
    margin: 0 12px;
}
#teaserblock a img { 
    border: none;
}
#listblock {
    margin: 20px 0;
}
div.smalltrackitem {
    height: 75px;
    font-size: 90%;
    border-bottom: 1px solid #777;
    margin: 0 0 5px 0;
}
div.smalltrackitem .smalltrackitem-header {
    float: left;
    width: 260px;
    height: 35px;
    margin: 0 10px 5px 10px;
/*     font-family: "Trebuchet MS", verdana, sans-serif; */
}
div.smalltrackitem .smalltrackitem-header .title{
    font-weight: bold;
}
div.smalltrackitem .smalltrackitem-votes {
    float: left;
    width: 50px;
    text-align: center;
}
div.smalltrackitem .smalltrackitem-votes .count {
    font-size: 140%;
}
div.smalltrackitem .smalltrackitem-votebar {
    float: left;
    width: 270px;
    margin: 0 10px 0 0;
    padding: 5px 0 0 0;
    font-size: 70%;
    text-align: center;
    background: url(images/glossybar.gif) top center no-repeat;
    line-height: 10px;
    color: #fff;
    height: 20px;
}
div.smalltrackitem .smalltrackitem-votebar .cost {
    display: none;
    font-size: 70%;
}
div.smalltrackitem .smalltrackitem-buttons {
    float: left;
    width: 50px;
    height: 25px;
}
div.smalltrackitem .smalltrackitem-buttons a {
    display: block;
    float: left;
    height: 20px;
    width: 20px;
}
div.smalltrackitem .smalltrackitem-buttons a.help {
    margin: 0 10px 0 0;
}
div.smalltrackitem .smalltrackitem-buttons a img {
    border: none;
}

#overlay {
    position: absolute;
    width: 770px;
    background: url(images/overlay_middle.gif) top left repeat-y;
    top: 280px;
    left: 100px;
    display: none;
}
#overlay .wrapper {
    background: url(images/overlay_top.gif) top left no-repeat;
}
#overlay .subwrapper {
    background: url(images/overlay_bottom.gif) bottom left no-repeat;
}
#overlaycontent {
    padding: 0 40px 60px 40px;
    height: 500px;
    color: #f5f5f5;
/*     font-family: "Georgia", verdana, tahoma, arial; */
    text-align: left;
}
html>body #overlaycontent { height: auto; min-height: 500px; }

#overlayclose {
    float: right;
    display: block;
    margin: 10px 10px 0 0;
    height: 20px;
    width: 20px;
}
#overlayclose img { border: none; }
#overlaycontent h1 {
    padding: 0 0 15px 0;
    text-align: center;
}


#overlaycontent .col1 {
    height: 450px;
    width: 24%;
    float: left;
}
#overlaycontent .col2 {
    height: 450px;
    width: 74%;
    float: left;
}
html>body #overlaycontent .col1,
html>body #overlaycontent .col2 {
    height: auto; min-height: 450px;
}
#overlaycontent .col2 .textwrapper {
    padding: 0 10px 10px 10px;
}
div.demobattle-container {
    text-align: center;
    margin: 0 auto 60px auto;
}

.demobattle p {
    color: #000;
    margin: 5px 0 10px 0;
/*     font-family: Georgia, verdana, sans-serif; */
}

.overlaytexts .menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 80%;
/*     font-family: Georgia, "Trebuchet MS", verdana, arial; */
}
.overlaytexts .menu li {
    clear: both;   
}
.overlaytexts .menu li a {
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #999;
    display: block;
    font-size: 14px;
    color: #ccc;
    text-decoration: none;
}
.overlaytexts .menu li.review a {
    font-size: 11px;
}
.overlaytexts .menu li .selected {
    background: #656565;
}
.overlaytexts .menu li a:hover {
    background: #888;
}

.overlaytexts .menu a img {
    width: 50px;
    float: left;
    margin: 0 0 5px 0;
	border: 2px solid #ccc;
}

.overlaytexts .menu a span.name,
.overlaytexts .menu a span.company {
    margin: 0 0 0 5px;
}
.overlaytexts .menu a span.spacer {
    color: #757577;
}

.overlaytexts .menu .name {
	font-weight: bold;
}
.overlaytexts .col2 {
    border-left: 1px solid #999;
}
.overlaytexts .pageitem {
    display: none;
}
.overlaytexts .pageitem ul {
    margin: 0 0 0 20px;
}
.overlaytexts .pageitem a {
    color: #fff;
    text-decoration: underline;
}
.overlaytexts .pageitem a:hover {
    text-decoration: none;
}
.overlaytexts form div {
    height: 25px;
}
html>body .overlaytexts form div {
    height: auto;
    min-height: 25px;
}
.overlaytexts form label {
    display: block;
    float: left;
    width: 120px;
}
.overlaytexts form input {
    border: 1px solid #999;
    width: 180px;
}
.overlaytexts form textarea {
    width: 250px;
    border: 1px solid #999;
}
.overlaytexts form .input_submit {
    margin: 10px 0 0 0;
    padding: 0 5px;
}
.overlaytexts form .errorMsg {
    display: none;
    color: red;
}
.overlaytexts form .failure,
.overlaytexts form .success {
    margin: 10px 0 0 0;
    font-weight: bold;
    display: none;
}
.overlaytexts form .errorInput {
    border: 1px solid red;
}
.overlaytexts .pageitem p img {
    float: right;
}
.overlaytexts .pageitem p {
    margin: 5px 0 15px 0;
}
.overlaytexts .pageitem h2 {
    font-size: 110%;
    margin: 0 0 0 0;
}
.overlaytexts .pageitem table {
    width: 100%;
}
.overlaytexts h3 a {
  text-decoration: none !important;
}
    
#teaser-tipoftheweek {
    background: url(images/teaser_tipoftheweek.gif) top left no-repeat;
    width: 250px;
    height: 155px;
}
.teaser-tipoftheweek-image {
    width: 108px;
    height: 112px;
    float: left;
    margin: 25px 0 0 10px;
}
.teaser-tipoftheweek-info {
    float: left;
    display: block;
    width: 120px;
    margin: 25px 0 0 5px;
    font-size: 10px;
    color: #fff;
}
.teaser-tipoftheweek-info span {
    display: block;
}
.teaser-tipoftheweek-sms {
    font-size: 12px;
    text-align: center;
    margin: 5px 0 0 5px;
    float: left;
    width: 120px;
    color: #fff;
}
.teaser-tipoftheweek-sms .cost {
    font-size: 8px;
}
.teaser-tipoftheweek-play {
    margin: 50px 0 0 -195px;
    position: absolute;
}
html>body .teaser-tipoftheweek-play {
    margin: 90px 0 0 45px;
    margin: 50px 0 0 -195px !ie;
    position: absolute;
}
.teaser-tipoftheweek-play img {
	border: none;
}


.toplist {
    background: url(images/toplist_background.gif) top left no-repeat;
    width: 500px;
    margin: 0 auto;
    padding: 0px 0 0 0;
    float: right;
}
.toplist .toplist-wrapper {
    background: url(images/toplist_bottom.gif) bottom left no-repeat;
    padding: 0 0 10px 0;
}
.toplist h1 {
    color: #fff;
    text-align: center;
    height: 40px;
    margin: 0 0 20px 0;
}
.toplist .toplistitem {
    margin: 0 15px 0 70px;
    height: 60px;
}
.toplist .toplistitem .toplistitem-header {
    text-transform: uppercase;
    font-size: 70%;
    margin: 7px 5px 0 5px;
    height: 30px;
    color: #fff;
}
.toplist .toplistitem .toplistitem-header .artist {
    display: block;
}
.toplist .toplistitem .toplistitem-buttons {
    float: left;
    margin: 15px 5px 0 5px;
}
.toplist .toplistitem .toplistitem-buttons img {
    border: none;
}
.toplist .toplistitem .toplistitem-votes {
    float: left;
    width: 65px;
    height: 40px;
    text-align: center;
    color: #fff;
    margin: 8px 0 0 0;
}
.toplist .toplistitem .toplistitem-votes span {
    display: block;
}
.toplist .toplistitem .toplistitem-votes .count {
    font-size: 16px;
}
.toplist .toplistitem .toplistitem-votebar {
    text-align: center;
    color: #fff;
    font-size: 12px;
}
.toplist .toplistitem .toplistitem-votebar .cost {
    font-size: 9px;
}
.toplist .toplistitem .toplistitem-left {
    width: 310px;
    float: left;
}
.toplist-extra {
    margin: 10px 0 0 0;
}
html>body #main .mainwrapper #content .toplist-extra {
    float: right;
}
html>body #main .mainwrapper #content .toplistpagewrapper {
    background: #6fa2be !ie;
    margin: 0 9px 0 7px !ie;
}
.toplist-uploaddemo {
    text-align: center;
    text-transform: uppercase;
    text-family: "Trebuchet MS";
}
.toplist-uploaddemo a {
    text-family: "Trebuchet MS" !important;
    color: #444;
    text-decoration: none;
}
.toplist-uploaddemo a:hover {
    text-decoration: underline;
}
.toplistcost {
   text-align: right;
   margin: 5px 10px 20px 0;
   font-size: 70%;
   width: 500px;
   float: right;
}
.toplistpage {
    margin: 20px 5px 0 0;
}
#toplistmenu {
    float: left;
    width: 250px;
    margin: 0px 0 0 0;
}
#toplistmenu .toplistmenu-header {
    height: 44px;
    background: url(images/toplistmenu_header.gif) top left no-repeat;
}
#toplistmenu .toplistmenu-center {
    background: url(images/toplistmenu_center.gif) top left repeat-y;
}
#toplistmenu .toplistmenu-center ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
#toplistmenu .toplistmenu-center a {
    color: #fff;
    text-decoration: none;    
/*     font-family: "Trebuchet MS", verdana, arial; */
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
#toplistmenu .toplistmenu-center li {
    padding: 0 0 5px 0;
}
#toplistmenu .toplistmenu-center a:hover { color: #444; }
#toplistmenu .toplistmenu-footer {
    background: url(images/toplistmenu_footer.gif) top left no-repeat;
    height: 21px;
}
#news {
    margin: 0 0 0 10px;
    float: left;
    width: 510px;
}
#news .news-header {
    background: url(images/news_header.gif) top left no-repeat;
    height: 44px;
}
#news .news-footer {
    background: url(images/news_footer.gif) top left no-repeat;
    height: 21px;
}
#news .news-center {
    background: url(images/news_center.gif) top left repeat-y;
    padding: 10px 30px 10px 25px;
    height: 330px;
}
html>body #news .news-center { height: auto; min-height: 330px; }
#news .newsitem-header {
    font-weight: bold;
/*     font-family: "Trebuchet MS", verdana, arial; */
    font-size: 110%;
    text-transform: uppercase;
}
#news .newsitem-header a {
    color: #fff;
    text-decoration: none;
}
#news .newsitem-header a:hover {
    color: #444;
}
#news .newsitem-body {
    font-size: 90%;
/*     font-family: verdana, arial; */
    margin: 0 0 20px 0;
    display: none;
}
#news .newsitemfirst .newsitem-body {
    display: block;
}
#news .newsitem-body p {
    margin: 5px 0 10px 0;
}
#news .newsitem-body a {
    color: #fff;
}
#news .newsitem-body a:hover {
    text-decoration: none;
}

#superteaser {
    border: 1px solid red;
    height: 240px;
    width: 510px;
    float: left;
    margin: 10px 0 0 10px;
    display: none;
}

.demobattleitem {
    width: 200px;
    float: left;
    margin: 0;
    background: url(images/demobattle_background.gif) top left no-repeat;
    text-align: left;
}
.demobattleitem .demobattleitem-votes {
    color: #fff;
    font-size: 30px;
    margin: 30px 0 0 0;
    text-align: right;
    width: 100px;
}
.demobattleitem .demobattleitem-image {
    margin: 88px 0 0 35px ;
    width: 125px;
    height: 125px;
}
.demobattleitem .demobattleitem-header {
    margin: 30px 0 0 0;
    text-transform: uppercase;
/*     font-family: "Trebuchet MS", verdana, arial; */
    font-weight: bold;
    text-align: center;
}
.demobattleitem .demobattleitem-buttons {
    text-align: center;
    margin: 10px 0 0 0 ;
}
.demobattleitem .demobattleitem-buttons a img {
    border: none;
}
.demobattleitem .demobattleitem-header span {
    display: block;
}
.demobattleitem .demobattleitem-votebar {
    color: #fff;
    text-align: center;
}
.demobattleitem .demobattleitem-votebar .cost {
    font-size: 60%;
}
.demobattle-vs {
    float: left;
    background: url(images/demobattle_vs.gif) top center no-repeat;
    height: 510px;
    width: 370px;
}
.demobattle-vs span { display: none; }
#content .demobattle {
    text-align: center;
}

#contentteaser {
    float: left;
    width: 250px;
    margin: 20px 0 0px 0;
}
#contentteaser .singleteaser {
    margin: 0 0 10px 0;
}
#contentteaser img {
    border: none;
}
.contentquicklist {
    margin: 10px 0 0 0;
}

#sort {
    width: 500px;
    background: url(images/sort_container.gif) top left no-repeat;
    margin: 0 0 10px 0;
    height: 82px;
}
#sort .sort-pages {
    float: left;
    width: 300px;
    margin: 30px 0 0 15px;
    text-align: center;
}
html>body #sort .sort-pages {
    margin: 25px 0 0 20px;
}
#sort .sort-pages a {
    color: #fff;
    font-weight: bold;
/*     font-family: "Trebuchet MS"; */
}
#sort .sort-pages a.curpage {
    text-decoration: none;
    color: #ccc;
}
#sort .sort-pages a:hover {
    text-decoration: underline;
}

#sort .sort-select-container {
    float: right;
    width: 116px;
    margin: 25px 15px 0 0;
    height: 32px;
    color: #fff;
	line-height: 12px;
    font-size: 60%;
    text-transform: uppercase;
    background: url(images/sort_btn_normal.gif) top left no-repeat;
}
html>body #sort .sort-select-container {
    margin: 20px 25px 0 0;    
}
/*
#sort .sort-select-container:hover {
    background: url(images/sort_btn_over.gif) top left no-repeat;
}
*/
#sort .sort-select-container .containerwrapper {
    padding: 5px 0 0 15px;
}
#sort .sort-select-container span {
    display: block;
    font-weight: bold;
    font-size: 130%;
}
#sort .sort-select-options {
    position: absolute;
    width: 110px;
    background: #3b96ca;
    margin: 1px 0 0 2px;
    border-left: 1px solid #034870;
    border-right: 1px solid #034870;
    border-bottom: 1px solid #034870;
    display: none;
}
#sort .sort-select-options a {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}
#sort .sort-select-options a.selected,
#sort .sort-select-options a:hover {
    background: #096da6;
}


html>body #content #rightcontent {
    width: 510px !ie;
    margin: 0 10px 0 0 !ie;
    float: right !ie;
}
html>body #content #news {
    margin: 0 0 0 0 !ie;
}

.slidesection-slide {
    display: none;
}

.bigtrackitem {
  background: url(/vis/images/promo_big.gif) top left no-repeat;
  height: 330px;
  width: 350px;
}
.bigtrackitem-header {
  color: #fff;
  font-size: 26px;
  float: left;
  margin: 20px 0 0 10px;
  text-align: left;
  width: 180px;
}
html>body .bigtrackitem-header { 
  margin: 20px 0 0 20px;
}
.bigtrackitem-header span {
  display: block;
}
.bigtrackitem-votes {
  float: left;
  width: 130px;
  margin: 35px 0 0 0;
  color: #fff;
  font-size: 20px;
}
.bigtrackitem-votes span.count {
  font-size: 40px;
  display: block;
}
.bigtrackitem-buttons {
  float: left;
  margin: 0 0 0 10px;
}
html>body .bigtrackitem-buttons {
  margin: 0 0 0 20px;
}
.bigtrackitem-buttons img {
  border: none;
}
.bigtrackitem-content {
  float: left;
  margin: 10px 20px 0 10px;
  font-size: 11px;
  color: #fff;
  width: 310px;
  height: 83px;
}
html>body .bigtrackitem-content {
  margin: 10px 20px 0 20px;
}
.bigtrackitem-bottom {
  float: left;
  color: #fff;
  text-align: center;
  margin: 12px 20px 0 10px;
  width: 300px;
}
html>body .bigtrackitem-bottom {
  margin: 8px 20px 0 20px;
  margin: 12px 20px 0 20px !ie;
}
.bigtrackitem-bottom span {
  display: block;
}
.bigtrackitem-bottom .text {
  font-size: 16px;
  line-height: 5px;
  float: left;
  width: 300px;
  height: 15px;
}
.bigtrackitem-bottom .cost {
  font-size: 8px;
  line-height: 9px;
}
.bigtrackitem-footer {
  color: #fff;
  float: left;
  width: 240px;
  margin: 30px 0 0 30px;
}
html>body .bigtrackitem-footer {
  margin: 30px 0 0 60px;
}
.bigtrackitem-footer a {
  display: block;
  height: 20px;
}
.bigtrackitem-footer span {
  display: none;
}
.smallpromoitem {
    background: url(/vis/images/promo_small.gif) top left no-repeat !important;
    width: 500px;
    height: 215px !important;
    color: #fff;
    margin: 0 0 10px 0;
}
.smallpromoitem-link {
  float: left;
  width: 178px;
  height: 30px;
  margin: 5px 0 0 160px;
}
.smallpromoitem-link a {
  display: block;
  height: 30px;
}
.smallpromoitem-link a span {
  display: none;
}


span.skype_pnh_container {display:none !important;}
span.skype_pnh_print_container {display:inline !important;}
