.info-pane#info-pane-team, .info-pane#info-pane-tournament{
	 background-image:url(../mobile/images/marketing/mobile-player-splash-bg_12.jpg);
	 background-position:50% 50px;
	 background-repeat:no-repeat;
}

.info-pane#info-pane-manager{
	 background-image:url(../mobile/images/marketing/mobile-manager-splash-bg_12.jpg);
	 background-position:50% 50px;
	 background-repeat:no-repeat;
}

.pg_content.subpage{
	 background-position:50% 143px;
}

div.info-pane{
	 padding-bottom:20px;
	 margin-left:-10px;
	 padding-left:10px;
	 margin-right:-10px;
	 padding-right:10px;
}

div.info-pane, div.info-pane *{
	 color: #112e4d;
	 font-family: Verdana, Tahoma, sans-serif;
}

div.info-pane h1.manager-title{
	 font-size:24px;
	 color:#122e4d;
	 clear:left;
	 margin:0;
	 line-height:1.7em;
}

div.info-pane h1.manager-title img{
	 vertical-align:middle;
	 margin-right:10px;
	 display:none;
}

div.info-pane div.title-accent{
	 background-image: linear-gradient(left , rgb(18,46,77) 0%, rgb(255,255,255) 100%);
	 background-image: -o-linear-gradient(left , rgb(18,46,77) 0%, rgb(255,255,255) 100%);
	 background-image: -moz-linear-gradient(left , rgb(18,46,77) 0%, rgb(255,255,255) 100%);
	 background-image: -webkit-linear-gradient(left , rgb(18,46,77) 0%, rgb(255,255,255) 100%);
	 background-image: -ms-linear-gradient(left , rgb(18,46,77) 0%, rgb(255,255,255) 100%);

	 background-image: -webkit-gradient(
	 linear,
	 left bottom,
	 right bottom,
	 color-stop(0, rgb(18,46,77)),
	 color-stop(1, rgb(255,255,255))
	 );
	 margin-left:2px;
	 height:4px!important;
	 position:relative;
	 top:-15px;
	 left:23%;
	 width:50%;
	 clear:left;
}

div#info-pane-manager div.title-accent{
	 left:27%;
}

div#info-pane-tournament div.title-accent{
	 left:35%;
}

div.info-pane h2{
	 color:#000000;
	 font-size:16px;
}


div.info-pane h3.banner-text{
	 font-weight:normal;
	 float:left;
	 clear:left;
	 margin:0 0 10px;
	 color:#ffffff;
	 font-style:normal;
	 font-size:20px;
	 padding:3px 1.0em 2px 0.5em;
	 background-color:#122e4d;
	 text-transform:uppercase;
}

div.info-pane h3.banner-text.alternate{
	 background-color:#9e1b1f;
}

div.info-pane h4{
	 color:#9e1b1f;
	 font-family: 'PT Sans Narrow';
	 font-weight:bold;
	 font-size:18px;
	 margin-bottom:0;
	 padding-bottom:0;

}

div.info-pane ul.mobile-features{
	 clear:left;
	 color:#122e4d;
	 /*text-transform:uppercase;*/
	 padding-left:18px;
	 list-style-type:none;
}

div.info-pane ul.mobile-features li{
	 font-family: 'PT Sans Narrow';
	 line-height:1.7em;
	 font-size:18px!important;
	 padding-left:1.0em;
	 font-weight:bold;
}

div#info-pane-tournament ul.mobile-features{
	 padding-top:1.25em;
	 padding-bottom:0.75em;
}

div.info-pane .iphone-screen{
	 float:right;
	 margin-right:30px;
	 position:relative;
	 z-index:50;
}

div.info-pane p, div.info-pane p span, div.info-pane p a{
	 margin:0;
	 padding:0;
	 font-family:'PT Sans Narrow';
	 font-size:18px;
	 font-weight:bold;
}

span.mob-highlight{
	 color:#9e1b1f;
}

p.fast-free{
	 font-weight:bold;
	 font-size:28px!important;
	 padding-top:10px!important;
}

p.on-phone{
	 padding:10px 0 0!important;
}

/* full-width, desktop version */
#activate-application{
	 display:none;
}

/* narrow-view, mobile version - driven through .main_content instead of .pg_content */
/* the @media queries weren't cooperating in all cases.*/
.main_content #activate-application{
	 text-align:center;
	 display:block;
	 padding-left:5px;
}

.main_content .iphone-screen{
	 /*float:none!important;
	 margin:0 auto!important;
	 display:block;*/
	 display:none!important;
}

.main_content h1.manager-title{
	 margin-bottom:0;
	 padding-right:1.0em;
	 padding-bottom:0.5em;
}

.main_content div.icon-fade div.title-accent{
	 margin-top:2px;
	 width:60%;
}

td.main_content .info-pane{
	 background:none!important;
}
.main_content div.title-accent{
	 float:none!important;
	 width:100%!important;
	 top:0!important;
	 left:0!important;
	 position:static!important;
}
.main_content div.info-pane ul.mobile-features li{
	 font-size:16px;
}
/* end of mobile styles */



/*

section.mobile section.red div.title-accent{
	 background-image: linear-gradient(left , rgb(18,46,77) 0%, rgb(255,255,255) 100%);
	 background-image: -o-linear-gradient(left , rgb(18,46,77) 0%, rgb(255,255,255) 100%);
	 background-image: -moz-linear-gradient(left , rgb(18,46,77) 0%, rgb(255,255,255) 100%);
	 background-image: -webkit-linear-gradient(left , rgb(18,46,77) 0%, rgb(255,255,255) 100%);
	 background-image: -ms-linear-gradient(left , rgb(18,46,77) 0%, rgb(255,255,255) 100%);

	 background-image: -webkit-gradient(
	 linear,
	 left bottom,
	 right bottom,
	 color-stop(0, rgb(18,46,77)),
	 color-stop(1, rgb(255,255,255))
	 );
	 float:left;
	 margin-left:2px;
}

*/