@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/helvetica.eot?') format('eot'),
         url('../fonts/helvetica.woff') format('woff'),
         url('../fonts/helvetica.ttf') format('truetype'),
         url('../fonts/helvetica.svg#webfont478oiS4L') format('svg');
}
@font-face {
    font-family: 'Helvetica-bold';
    src: url('../fonts/helvetica-bold.eot?') format('eot'),
         url('../fonts/helvetica-bold.woff') format('woff'),
         url('../fonts/helvetica-bold.ttf') format('truetype'),
         url('../fonts/helvetica-bold.svg#webfontIuODSFj1') format('svg');
}

body {
	font: 13px Helvetica, Arial, sans-serif;
	background:url(../img/tile_blue2.jpg);
	margin:0 0 10px 0;
}

a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-weight: bold;
}

a:hover {
	color: #000033;
}


#SiteBtn {
	position: absolute;
	top:20px;
	z-index: 99999;
	border:0;
}

#FeedBtn {
	position: fixed;
	bottom: 0;
	z-index: 99999;
	border: 0;
}

#ItunesBtn {
	position: fixed;
	bottom: -8px;
	z-index: 99999;
	border: 0;
}

#SocialBtn {
	position: fixed;
	bottom: 0;
	z-index: 99999;
	border: 0;
}

#SocialBtn .SocialBtnHolder {
	padding: 7px 5px 5px 5px;
	background: #CCCCCC;;
	border: 1px solid #333333;
	border-bottom: 0px;
}

#FeedBtn a {
	text-decoration: none;
}
.FeedbackTab {
	background: #575756;
	padding: 10px 20px;
	font: 16px Helvetica-bold, Arial, sans-serif;
	color: #ccc;
	cursor: pointer;
	
	border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius-top-left:10px;
	-webkit-border-radius-top-right:10px;
	
	/*float: right;
	margin-left: 10px;*/
}
.ItunesTab {
	/*float: right;
	margin-left: 10px;*/
}
.FeedbackTab:hover {
	background: #575756;
	color: #ccc;
	-moz-box-shadow: 0 0px 5px 5px #CCC;
	-webkit-box-shadow: 0 0px 5px 5px #CCC;
	box-shadow: 0 0px 5px 5px #CCC;
}

#Feedback h2 {
	font-size: 30px;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 2px 2px #333;
	margin: 0 0 10px 0;
}


.issuesinfo {
	font-size: 14px;
	line-height: 18px;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color:#575756;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}


li {
	margin-bottom: 10px;
}


ul {
	list-style-position: outside;
	-moz-padding-start: 0px
	display: block;
	list-style-type: disc;
	margin: 0 0 0 -20px;	
}

.subtext {

	font-size: 11px;

	font-weight: normal;

}


.stepsinfo {
	font-size: 14px;
	line-height: 18px;
	margin: 0px;
	padding: 0;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color:#575756;
}


.stepstitle {
	font-size: 15px;
	margin: 0;
	padding: 0;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color:#575756;
}


.instruction {
	font-size:36px;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-weight:bold;
	color:#575756;
}

.issues {
	font-size:18px;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-weight:normal;
	color:#fff;
}


.links {

	color: #5F7487;

}

.buttons {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

.Holder {
	position: absolute;
	top: 60px;
	left: 0px;
	width: 700px;

}
.PhoneFeature {
	width: 700px;
	margin: 0px auto 0;
	position: relative;
	height: 420px;
	z-index: 10;
	overflow: hidden;
}

.PhoneHolder {
	position: absolute;
	left: 0px;
	top: 0px;
}

.Phone {
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.Screen {
	width: 177px;
	height: 266px;
	overflow: hidden;
	top: 73px;
	left: 18px;
	position: absolute;
	background: white;
}
.Screenshots {
	z-index: 5;
	height: 266px;
	position: relative;
}
.Screenshots .Img {
	float: left;
	width: 177px;
	height: 267px;
	cursor: pointer;
}


.FeatureHolder {
	left: 250px;
	top: 48px;
	position: absolute;
	overflow: hidden;
	z-index: 5;
}
.FeatureHolderDiv {
	position: relative;
}
.FeatureHolder .FeatureDiv {
	width: 450px;
	float: left;
}
.FeatureHolder .iPhoneHeader {
	font-size: 30px;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 2px 2px #333;
}
.FeatureHolder .iPhoneContent {
	font-size: 15px;
	color: #111111;
	padding-top: 20px;
	/*text-shadow: 1px 1px #CCC;*/
}

.Left {
	position: absolute;
	bottom: 20px;
	right: 50px;
	cursor: pointer;
	z-index: 1000;
}

.Right {
	position: absolute;
	bottom: 20px;
	right: 0;
	cursor: pointer;
	z-index: 1000;
}

.Top {
	margin: 0px auto;
	height: 150px;
	z-index: 1;
	background: #4687ce;
}

.Bottom {
	margin: 0px auto;
	width: 600px;
}

.Clear {
	clear: both;
}

.Content {
	margin: 10px 0;
	padding: 10px 0;
}

.Content .Section {
	border-top: 1px solid #333333;
	padding: 30px 0;
}

.Content .Section h2 {
	font-size: 30px;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 2px 2px #333;
	padding: 0;
	margin: 0 0 15px;
}

.Content .Section p {
	font-size: 13px;
}

.Content .Section p:last-child{
	margin: 0;
}

.PerksFeatureBox {
	-moz-border-radius:8px; 
	-webkit-border-radius:8px;
	border-radius:8px; 
	padding: 10px 15px;
	border: 1px solid #333333;
	position: relative;
	background: rgba(255, 255, 255, 0.2);           /* the standard */
/*
*/

}
.PerksFeatureBox ul {
	margin: 0;
	list-style: none;
	width: 220px;
	float: left;
	border-right: 1px solid #595959;
	padding-right: 20px;
}

.PerksFeatureBox ul li {
	list-style: none;
	font-size: 12px;
	cursor: pointer;
	border-bottom: 1px solid #595959;
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	
}

.PerksFeatureBox ul li:first-child {
	margin-top: 5px;
}
.PerksFeatureBox ul li:last-child {
	padding-bottom: 5px;
	border-bottom: 0px;
}

.PerksFeatureBox ul li img {
	margin-right: 6px;
}

.PerksFeatureBox ul li.Selected {
	font-weight: bold;
	/*font: 12px Helvetica-bold, Arial, sans-serif;*/
}

.PerksFeatureBox .PerksDescription {
	float: left;
	margin-left: 20px;
	width: 400px;
	padding: 10px 0;
}

.PerksFeatureBox .PerksDescription .Header {
	margin-bottom: 18px;
}
.PerksFeatureBox .PerksDescription .Header:after {
	clear: both;
	display:block;
	clear:both;
	content:"";
}
.PerksFeatureBox .PerksDescription .Header img {
	margin: 0 12px 0 0;
	float: left;
}
.PerksFeatureBox .PerksDescription h3 {
	font-size: 20px;
	margin: 0 0 0px 0;
	color: #FFFFFF;
	text-shadow: 1px 1px #333333;
	float: left;
	margin-top: 18px;
}

.PerksFeatureBox .PerksDescription p {
	margin: 0 0 10px 0;
}

.PerksFeatureBox .PerksGet {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url(../img/button-bkg-perks.jpg) repeat-x;
	width: 442px;
	height: 70px;
	border-left: 1px solid #595959;
	border-top: 1px solid #595959;
	
	border-radius:0 0 4px 0px;
	-moz-border-radius:0 0 4px 0px;
	-webkit-border-radius-bottom-right:4px;
}

.PerksFeatureBox .PerksGet .PerksLogo {
	float: left;
	width: 75px;
	padding-top: 5px;
}
.PerksFeatureBox .PerksGet .PerksText {
	float: left;
	color: #FFFFFF;
	text-shadow: 1px 1px #292929;
	margin-top: 12px;
	font-size: 16px;
	font-weight: bold;
	width: 250px;
}

.PerksArrow {
	float: right;
	padding: 10px 15px 0 0;
}




/* User Box */

.UserBox {
	width: 82px;
	height: 80px;
	position: relative;
	float: left;
	margin: 0 5px 5px 0;
}
.UserBox a.Pic {
	display: block;
	width: 80px;
	height: 80px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 8pt;
	border: 1px solid #484945;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
.UserBox a.Pic img {
	position: absolute;
	left: 0;
	top: 0;
}
.UserBox a.Pic .Under {
	position: absolute;
	left: 0px;
	top: 60px;
	width: 100%;
	height: 20px;
	z-index:400;
	opacity:.6; filter:alpha(opacity=60); -moz-opacity:0.6;
	color: #000;
	word-spacing:1px;
	overflow:hidden;
}
.UserBox a.Pic .Over {
	position: absolute;
	left: 0px;
	top: 60px;
	width: 100%;
	height: 20px;
	z-index:500;
	color: #FFF;
	word-spacing:1px;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
}
.UserBox div.Check {
	z-index: 800;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 25px;
}
.UserBox div.Check input {
	margin: 0;
}
.UserBox div.New,
.UserBox div.NewUser {
	z-index: 800;
	position: absolute;
	top: -3px;
	right: -3px;
	width: 35px;
	height: 18px;
	background: url(/img/6/userbox-new-tab.gif);
	background-repeat: no-repeat;
}
.UserBox div.New div,
.UserBox div.NewUser div {
	margin: 0;
	padding: 3px 0 0 0;
	text-align: center;
	font-family: Tahoma, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	color: white;
}
.UserBox div.BetaTester {
	width: 8px;
	height: 11px;
	position: absolute;
	left: -7px;
	top: -3px;
	z-index: 600;
}
.UserBox div.BetaTester img {
	background: transparent url(/img/6/beta-mini.gif) no-repeat scroll 0 0;
}
.UserBox div.OnlineStatusTab {
	z-index: 550;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 16px;
	height: 16px;
}
.UserBox .Offline div.OnlineStatusTab {
	background: transparent url(/img/6/offline-tab_16x16.gif) no-repeat scroll 0 0;
}
.UserBox .Online div.OnlineStatusTab {
	background: transparent url(/img/6/online-tab_16x16.gif) no-repeat scroll 0 0;
}
.UserBox a.Pic .Under {
	background-color: #697F92;
	font-family: Arial, Helvetica, sans-serif;
}
.UserBox a.Pic:hover {
	border-top: 1px solid red !important;
	border-left: 1px solid red !important;
	border-right: 1px solid red !important;
}
.UserBox a.Pic:hover .Under {
	background-color: red;
}