* {
	margin: 0;
	padding: 0;
	text-rendering: optimizeLegibility;
}

.hide {
	display: none;
	}

a {
	color: inherit;
	text-decoration: none;
	}
	
hr {
	display: none;
	}
	
h1, h2, h3, h4 {
	font-weight: normal;
	}

#panic-tag {
	position: absolute;
	}
	
a img {
	border: none;
}
	
body {
	font-family: "HelveticaNeue-Medium", Helvetica, sans-serif;
	background: #ebebeb;
	color: #414141;
	min-width: 940px;	
	}
	
#top {
	position: relative;
	width: 100%;
	height: 413px;
	background: url(img/header-shadow.png) 50% 374px no-repeat;
	min-width: 940px;
	}

.contentwidth { width: 755px; margin: 0 auto;}

#content, .subhead, #header h1, #footer {
	margin: 0 auto;
	font: 14px/22px "HelveticaNeue", Helvetica, sans-serif;
	/* text-shadow: 0px 0px 1px #fff; /* TIM: This important? */
	text-align: center;
	}
	
	
#transmit #content p.columnized {
	-webkit-column-count: 2;
	-webkit-column-gap: 50px;
	-moz-column-count: 2;
	-moz-column-gap: 50px;
	margin: 0px auto 10px auto;
	text-align: justify;
/*
	-webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
*/
    width: 755px;
	}

#header {
	height: 374px;
	background: #333;
	background: -moz-linear-gradient(top, #111, #333); /* gecko */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #111), color-stop(1, #333));
	}
	
#header h1 {
	background: url(img/bigtruckins.png) 0% 0% no-repeat;
	height: 413px;
	margin: 0 auto;
	color: transparent;
	width: 490px;
	position: relative;
	z-index: 2;
	}
	
.subhead {
	font: 32px/38px "HelveticaNeue", Helvetica, sans-serif;
	text-shadow: none; /* The text shadow defined above for #content .subhead was breaking gradients in Chrome */
	text-align: center;
	position: relative;
	}
	
.subhead .line1 {
	font-family: "HelveticaNeue-Medium", Helvetica, sans-serif;
	color: #3971a2;
	/* background: -moz-linear-gradient(top, rgb(56,112,163), rgb(30,93,150)); */
/*
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(56, 112, 163)), to(rgb(30, 93, 150))), transparent;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
*/
	}
@media only screen and (max-device-width:480px)
{
	.subhead .line1
	{
		background: none;
		color: #3971a2;
		-webkit-text-fill-color: #3971a2;
	}
}

	
.subhead .line2 {
	font-family: "HelveticaNeue-Bold", Helvetica, sans-serif;
	color: #0e4983;
	/* background: -moz-linear-gradient(top, rgb(13,72,131), rgb(0,48,114)); */
/*
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(13, 72, 131)), to(rgb(0, 48, 114))), transparent;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text; 
*/
	}
@media only screen and (max-device-width:480px)
{
	.subhead .line2
	{
		background: none;
		-webkit-text-fill-color: #0e4983;
	}
}

#lower_subhead {
	margin-top: 40px;
}

#lower_subhead p.line1 {
	color: #5f6a77;
	font: 30px/1.2 "HelveticaNeue", sans-serif;
}
	
#lower_subhead p.line2 {
	color: #3f4953;
	font: 32px/1.2 "HelveticaNeue", sans-serif;
}

#content {
	margin: 20px auto;
	}
	
#content h2 {
	text-shadow: none;
	font: 32px/38px "HelveticaNeue-Medium", Helvetica, sans-serif;
	text-align: center;
	margin: 20px auto;
	}
	
#content .more {
	color: #0e4983;
	/* background: -moz-linear-gradient(top, rgb(13,72,131), rgb(0,48,114)); */
/*
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(13, 72, 131)), to(rgb(0, 48, 114))), transparent;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
*/
}
@media only screen and (max-device-width:480px)
{
	#content .more 
	{
		background: none;
		-webkit-text-fill-color: #0e4983;
	}
}
	
.section .contentwidth {
	margin: 40px auto;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	padding-top: 60px;
	}
	
#features .contentwidth { background-image: url(./img/h3-features.png); }	
#speed .contentwidth { background-image: url(./img/h3-speed.png); }
#disks .contentwidth { background-image: url(./img/h3-disks.png); }

#features h3 {
	margin-top: -45px;
}

.section h3 {
	font: 26px/36px "HelveticaNeue-Medium", Helvetica, sans-serif;
	color: #8d8d8d;
	/* background: -moz-linear-gradient(top, rgb(141,141,141), rgb(121,121,121)); */
/*
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(141,141,141)), to(rgb(121,121,121))), transparent;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
*/
	text-align: right;
	/* text-shadow: 0px 1px 0px #fff; */ /* Breaks gradients, god dammit */
	margin: -36px 0 40px 0;
	}
@media only screen and (max-device-width:480px)
{
	.section h3
	{
		background: none;
		-webkit-text-fill-color: #8d8d8d;
	}
}
	
ul#featurelist {
	background: url(img/screenshot.png) no-repeat 50% 50%;
	width: 759px;
	height: 524px;
	list-style: none;
	color: transparent;
	}
	
#disksillustration {
	height: 295px;
	background: url(img/cardboard.png) repeat-x;
	}
	
#footer {
	margin: 90px 0 20px 0;
	padding-top: 68px;
	background: url(../images-global/footer-panic_icon.png) no-repeat 50% 0%;
	font: 11px/16px "HelveticaNeue", Helvetica, sans-serif;
	color: #a5acb2;
/* 	opacity: 0.5; */
	}
	
#footer p#legal {
	text-transform: uppercase;
	}

div#t4speedchart {	
	background: url(img/graph-bg.png) repeat-x 0% 0%;
	padding: 20px 0;
	height: 242px;
	}
	
div#speed {
	background: url(img/chartshadow.png) no-repeat 50% 100%;
	}
	
#panic-tag a {
	display: block;
	background: url(../images-global/panic-tag-black.png) no-repeat;
	height: 60px;
	left: 0px;
	position: absolute;
	text-indent: -9999px;
	top: 5px;
	width: 143px;
	z-index: 10;
	}
	
sup {
	vertical-align: baseline;
	color: #777777;
}
	
/* Chart */

div#t4speedchart .chartContainer {
	width: 759px;
	margin: auto;
}

div#t4speedchart .chartSection {
	width: 197px;
	float: left;
	clear: none;
}
div#t4speedchart .chartSection:last-child {
	width: 167px;
}

div#t4speedchart .chartBar {
	width: 78px;
	float: left;
	clear: none;
	display: table-row;
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.1)); /* gecko */
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,.1)));
	text-align: center;
	line-height: 12px;
	color: rgba(0,0,0,.35);
	text-shadow: white 0 1px 0;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px; 
}
div#t4speedchart .barLabelContainer {
	display: table-cell;
	vertical-align: middle;
	width: 78px;
}
div#t4speedchart .chartBar.old {
	margin-right: 11px;
	height: 180px;
	background-color: #d1d1d1;
	border-top: 1px solid rgba(0,0,0,.01);
}
div#t4speedchart .chartBar.old .barLabelContainer {
	height: 180px;
}
div#t4speedchart .chartBar.new {
	color: white;
	text-shadow: rgba(0,0,0,.3) 0 1px 0;
	border-top: 1px solid rgba(255,255,255,.3);
}
div#t4speedchart .chartLabel {
	width: 167px;
	float: left;
	clear: both;
	margin-top: 3px;
}
div#t4speedchart .chartLabel h4 {
	text-shadow: white 0 1px 0;
	font-size: 12px;
	margin: 0;
}
div#t4speedchart .chartLabel h2 {
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	margin: 0;
}

div#t4speedchart .chartList .chartBar.new {
	background-color: #d20e0e;
	height: 45px;
	margin-top: 135px;
}
div#t4speedchart .chartList .chartBar.new .barLabelContainer {
	height: 45px;
}
div#t4speedchart .chartList .chartLabel h2 {
	color: #d20e0e;
}

div#t4speedchart .chartDownload .chartBar.new {
	background-color: #135ec4;
	height: 10px;
	margin-top: 170px;
}
div#t4speedchart .chartDownload .chartBar.new .barLabelContainer {
	display: block;
	margin-top: -32px;
	color: #135ec4;
	text-shadow: none;
}
div#t4speedchart .chartDownload .chartLabel h2 {
	color: #135ec4;
}

div#t4speedchart .chartDelete .chartBar.new {
	background-color: #24bf13;
	height: 80px;
	margin-top: 100px;
}
div#t4speedchart .chartDelete .chartBar.new .barLabelContainer {
	height: 80px;
}
div#t4speedchart .chartDelete .chartLabel h2 {
	color: #24bf13;
}

div#t4speedchart .chartUpload .chartBar.new {
	background-color: #6613c4;
	height: 7px;
	margin-top: 173px;
}
div#t4speedchart .chartUpload .chartBar.new .barLabelContainer {
	display: block;
	margin-top: -32px;
	color: #6613c4;
	text-shadow: none;
}
div#t4speedchart .chartUpload .chartLabel h2 {
	color: #6613c4;
}

/* Features */

#featuresContainer
{
	position: relative;
	width: 759px;
	height: 570px;
/* 	background-color: red; */

	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-perspective: 1200;
}


#featuresContainer #featuresCard 
{
	position: absolute;
	width: 759px;
	height: 524px;	
	left: 0;
	top: 0;
	
	-webkit-transform-style: preserve-3d;
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1s;
}


/* Applies the flip animation to the card */

#featuresContainer #featuresCard.flipped
{
	-webkit-transform: rotateY(-180deg);
}

.featuresCardSide
{
	position: absolute;
	width: 755px;
	height: 515px;	
	-webkit-backface-visibility: hidden;
}

#featuresContainer #featuresList 
{
	width: 723px;
	height: 475px;
	top: 5px;
	left: 2px;
	padding: 20px 16px;
	background: white;
	font: 13px/20px Helvetica, sans-serif;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.28);
	
	-webkit-transform: rotateY(-180deg);
}

.browserOther #featuresContainer #featuresList {
	display: none;
}
.browserOldWebkit #featuresContainer #featuresList {
	display: none;
}

#featuresContainer #featuresList .column {
	width: 210px;
	margin: 0;
	margin-right: 30px;
	float: left;
	clear: none;
	text-align: left;
}

#featuresContainer #featuresList .column:last-child {
	margin-right: 0;
}


#featuresContainer #featuresList dl {
	margin: 0 0 20px 0;
}

#featuresContainer #featuresList dt {
	padding-left: 38px;
	margin-bottom: 20px; 
	padding-top: 1px;
	color: #04427e;
	font: 22px/32px Helvetica, sans-serif;
	background-repeat: no-repeat;
}

#featuresContainer #featuresList dl.engine dt {
	background-image: url(img/Engine32.png);
}
#featuresContainer #featuresList dl.interface dt {
	background-image: url(img/Interface32.png);
}
#featuresContainer #featuresList dl.sync dt {
	background-image: url(img/Sync32.png);
}
#featuresContainer #featuresList dl.navigation dt {
	background-image: url(img/Navigation32.png);
}
#featuresContainer #featuresList dl.transfers dt {
	background-image: url(img/Transfer32.png);
}
#featuresContainer #featuresList dl.amazon dt {
	background-image: url(img/Amazon32.png);
}
#featuresContainer #featuresList dl.ssh dt {
	background-image: url(img/SSH32.png);
}
#featuresContainer #featuresList dl.misc dt {
	background-image: url(img/Misc32.png);
}


#featuresContainer #featuresList dd {
	padding-left: 0;
	margin-left: 19px;
	display: list-item;
	list-style-type: disc;
}

#featuresContainer #featuresList dd.featureExplanation {
	display: inline-block;
	color: rgba(0,0,0,.5);
}


#featuresContainer #featuresListScrollArea {
	width: 733px;
	height: 475px;
	overflow-y: auto;
}

/* Scrollbar */

.subtleScroll::-webkit-scrollbar-track {
	background: white;
    border: 0px solid;
/*     -webkit-border-radius: 5px; */
}

.subtleScroll::-webkit-scrollbar-track:hover {
/* 	background: rgba(0,0,0,.05); */
}

.subtleScroll::-webkit-scrollbar {
    width: 10px;
}
.subtleScroll::-webkit-scrollbar-track-piece:disabled {
    display: none !important;
}
.subtleScroll::-webkit-scrollbar-thumb {
	background-color: rgb(240,240,240);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0)), to(rgba(0,0,0,.05)));
    border: 0px solid;
    -webkit-border-radius: 5px;
}
.subtleScroll::-webkit-scrollbar-thumb:hover {
	background-color: rgb(220,220,220);
}
.subtleScroll::-webkit-scrollbar-thumb:active {
	background-color: rgb(200,200,200);
}

#featuresListFade {
	position: absolute;
	top: 465px;
	left: 0;
	width: 735px;
	height: 30px;
	background: url(img/fade30.png) repeat-x;
}

/* Map Marks */


#featuresContainer .mapMark {
	position: absolute;
	width: 20px;
	height: 20px;	
	cursor: pointer;
	opacity: 1;
	-webkit-transition: opacity .5s ease;
	z-index: 100;
}
.touch #featuresContainer .mapMark {
	-webkit-transform: scale(1.5);
}
#featuresContainer #featuresEffectsDefault,
#featuresContainer #featuresEffectsSync,
#featuresContainer #featuresEffectsTransfers {
	-webkit-transition: opacity .5s ease;
}
#featuresContainer .flipped #featuresEffectsDefault,
#featuresContainer .flipped #featuresEffectsSync,
#featuresContainer .flipped #featuresEffectsTransfers
 {
	opacity: 0;
/* 	visibility: hidden; */
}
#featuresContainer .flipped #screenshotSync,
#featuresContainer .flipped #screenshotTransfers
{
	display: none;
}

#featuresContainer .mapMarkShape { /* Inner shape */
	position: absolute;
	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0 0 2px white;
	/* background: #ee2200 -webkit-gradient(radial, 5 3, 0, 5 5, 5, from(rgba(255,255,255,.3)), to(rgba(255,255,255,0)));			 */
	background: #ff2400;
}


#featuresContainer .mapMarkGlow { /* Outer glow */
	position: absolute;
	top: -10px;
	left: -10px;
	width: 30px;
	height: 30px;	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 5px solid red;
	opacity: 0;
	
	-webkit-animation-name: 'blip';
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
}

#featuresContainer .mapMark.visited .mapMarkShape {
	background-color: #936760;
}
#featuresContainer .mapMark.visited .mapMarkGlow {
	-webkit-animation-name: 'blip2';
	border-color: transparent;
}


#featuresListScrollDown, #featuresListScrollUp {
	display: none;
	position: absolute;
	left: 361px;
	width:32px;
	height: 32px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4);
	background: #0056cb -webkit-gradient(radial, 16 8, 0, 16 16, 16, from(rgba(255,255,255,.3)), to(rgba(255,255,255,0)));		
	color: white;
	font-weight: bold;		
	font-family: Helvetica;
	font-size: 14px;
	line-height: 36px;
	text-shadow: 0 1px 0 rgba(0,0,0,.5);
	-webkit-transition: opacity .2s;
}
#featuresListScrollDown:after {
	content: '▼';
}
#featuresListScrollUp {
	top: -12px;
	line-height: 31px;
	opacity: 0;
}
#featuresListScrollUp:after {
	content: '▲';
}

.touch #featuresListScrollDown, #featuresListScrollUp {
	display: block;
}

@-webkit-keyframes 'blip'
{		
	0% {
		-webkit-transform: scale(.1);	
		opacity: 0;
	}
	1% {
		-webkit-transform: scale(.1);	
		opacity: .6;
	}
	60% {
		opacity: 0;
		-webkit-transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
	}
}
@-webkit-keyframes 'blip2'
{		
	0% {
		opacity: 0;
		-webkit-transform: scale(.1);
	}
	1% {
		opacity: .6;
		-webkit-transform: scale(.1);
	}
	60% {
		opacity: 0;
		-webkit-transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
	}
}	


.mark1 .mapMarkGlow {
	-webkit-animation-delay: .15s;
}
.mark2 .mapMarkGlow {
	-webkit-animation-delay: .21s;
}
.mark3 .mapMarkGlow {
	-webkit-animation-delay: .3s;
}
.mark4 .mapMarkGlow {
	-webkit-animation-delay: .4s;
}
.mark5 .mapMarkGlow {
	-webkit-animation-delay: .5s;
}
.mark6 .mapMarkGlow {
	-webkit-animation-delay: .6s;
}
.mark7 .mapMarkGlow {
	-webkit-animation-delay: .7s;
}
.mark8 .mapMarkGlow {
	-webkit-animation-delay: .8s;
}
.mark9 .mapMarkGlow {
	-webkit-animation-delay: .9s;
}
.mark10 .mapMarkGlow {
	-webkit-animation-delay: 1s;
}
.mark11 .mapMarkGlow {
	-webkit-animation-delay: 1.1s;
}

/* Featured places of interests */

#featuresContainer .featuresGlow {
	position: absolute;
	cursor: pointer;
	opacity: 1;
	-webkit-animation-name: 'glow';
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;

	-webkit-transition: opacity .5s ease;
}

#featuresContainer #featuresGlowSync, #featuresContainer #featuresGlowSync2 {
	left: 416px;
	top: 19px;
}

#featuresContainer #featuresGlowTransfers, #featuresContainer #featuresGlowTransfers2 {
	left: -7px;
	top: 491px;
	-webkit-animation-delay: .2s;
}

#featuresContainer #featuresArrowSync, #featuresContainer #featuresArrowTransfers {
	position: absolute;
	cursor: pointer;
}
#featuresContainer #featuresArrowSync
{
	left: 450px;
	top: -7px;
}
#featuresContainer #featuresArrowTransfers
{
	left: -45px;
	top: 500px;
}

#featuresEffectsSync, #featuresEffectsTransfers {
	display: none;
}

@-webkit-keyframes 'glow'
{		
	0% {
		opacity: 1;
	}
	100% {
		opacity: .4;
	}
}	

/* Popup */


#featuresContainer .featuresPopup {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	background: #111;
	background: rgba(0,0,0,.8);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(40,40,40,.9)), to(rgba(0,0,0,.8)));	
	color: white;
	padding: 0;
	width: 230px;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid black;
	
	font: 14px Helvetica, sans-serif;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
	
	-webkit-text-stroke: 1px transparent;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.6);
	box-shadow: 0 1px 3px rgba(0,0,0,.5);
	
	-webkit-transition-property: -webkit-transform, opacity;
	-webkit-transition-duration: .5s;
	-webkit-transform-origin: center bottom;
	-webkit-transform: translateY(20px);
}
@media only screen and (max-device-width:480px)
{
	.featuresPopup
	{
		-webkit-text-stroke: 0 black;
	}
}
#featuresContainer .featuresPopup p {
	width: 213px !important;
	text-align: left  !important;
	margin-left: 10px !important;
	padding-bottom: 12px;
}

#featuresContainer .featuresPopup.popped {
	-webkit-transform: translateY(0px);
	opacity: 1; 
}

#featuresContainer .featuresPopup.leaving {
	-webkit-transform: translateY(-20px);
	opacity: 0; 
}


#featuresContainer .featuresPopupTop {
	height: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border-top: 1px solid rgba(255,255,255,.25);
}

#featuresContainer .featuresPopup h3 {
	margin: 0 10px 10px 10px;
	font-size: 17px;
	font: 17px/17px "HelveticaNeue", Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	text-align: left;
	text-shadow: none;
	-webkit-background-clip: none;
	background: transparent;
	-webkit-text-fill-color: white;
}

#featuresContainer .featuresPopupArrow {
	position: absolute;
	left: 90px;
}

#featuresPopupPlaces {
	margin-left: 80px;
}
#featuresPopupPlaces .featuresPopupArrow {
	left: 10px !important;
}

#featuresPopupDisclosable {
	margin-left: 60px;
}
#featuresPopupDisclosable .featuresPopupArrow {
	left: 30px !important;
}

#featuresPopupLocalToggle {
	margin-left: -110px;
}
#featuresPopupLocalToggle .featuresPopupArrow {
	left: 200px !important;
}

#featuresPopupTransferDisclosable {
	margin-left: 60px;
}

#featuresPopupBefore {
	margin-left: 60px !important;
}
#featuresPopupBefore .featuresPopupArrow {
	left: 30px !important;
}


#featuresPopupTransferDisclosable .featuresPopupArrow {
	left: 30px !important;
}

#featuresPopupTwinProgress {
	margin-left: -30px;
}
#featuresPopupTwinProgress .featuresPopupArrow {
	left: 120px !important;
}



/*
#featuresPopupPathBar {
	top: -50px;
	left: 107px;
}
*/

#featuresContainer #featuresFlipButton {
	display: inline-block;
	position: absolute;
	right: 0px;
	top: 532px;
	background: #f0f0f0 url(img/Info24.png) no-repeat 10px 5px;
	color: black;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-left: 0px;
	border-right: 0px;
	border-top: 1px solid rgba(255,255,255,1);
	border-bottom: 1px solid rgba(0,0,0,.2);
	padding: 7px 10px 7px 40px;
	font-size: 18px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	white-space: nowrap;
}

#featuresContainer #featuresFlipButton.pressed, #featuresFlipButton:active {
	background-color: #ccc;
	border-bottom: 1px solid rgba(255,255,255,1);
	border-top: 1px solid rgba(0,0,0,.2);
}

#screenshotSync {
	position: absolute;
	width: 753px;
	height: 432px;
	left: 2px;
	top: 68px;
	background: url(img/swap-screenshot-sync.png) no-repeat;
	background-position-y: -432px;
	-webkit-transition-property: background-position-y, opacity;
	-webkit-transition-duration: .3s;
	opacity: .4;
}
#screenshotSync.swapped {
	background-position-y: 0px;
	opacity: 1;
}
.browserOther #screenshotSync {
	display: none;
}

#screenshotTransfers {
	position: absolute;
	width: 753px;
	height: 432px;
	left: 2px;
	top: 68px;
	background: url(img/swap-screenshot-transfers.png) no-repeat;
	background-position-y: 432px;
	-webkit-transition-property: background-position-y, opacity;
	-webkit-transition-duration: .3s;
	opacity: .4;
}
#screenshotTransfers.swapped {
	background-position-y: 0px;
	opacity: 1;
}
.browserOther #screenshotTransfers {
	display: none;
}

#featuresTwinProgressAnimation {
	position: absolute;
	top: 498px;
	left: 550px;
}

#featuresPlacesPopup {
	display: none;
	position: absolute;
	top: 83px;
	left: 7px;
	-webkit-transform: scale(.1);
	opacity: 0;
	-webkit-transition-property: -webkit-transform, opacity;
	-webkit-transition-duration: .3s;
	-webkit-transform-origin: 0 0;
}
#featuresPlacesPopup.popped {
	display: block;
	-webkit-transform: scale(1);
	opacity: 1;
}

/* Bubble pop-up */

.popup {
	position: absolute;
	z-index: 50;
	border-collapse: collapse;
	visibility: hidden;
}

table.popup#dpop {
	border-collapse: collapse;
	top: -73px;
	left: -52px;
	}

table.popup td {
	}

.popup td.corner {
	height: 15px;
	width: 19px;
	}

.popup td#topleft { background-image: url(./img/bubble-1.png); }
.popup td.top { background-image: url(./img/bubble-2.png); }
.popup td#topright { background-image: url(./img/bubble-3.png); }
.popup td.left { background-image: url(./img/bubble-4.png); }
.popup td.right { background-image: url(./img/bubble-5.png); }
.popup td#bottomleft { background-image: url(./img/bubble-6.png); }
.popup td.bottom { background-image: url(./img/bubble-7.png); text-align: center;}
.popup td.bottom img { display: block; margin: 0 auto; }
.popup td#bottomright { background-image: url(./img/bubble-8.png); }

.popup table.popup-contents {
	font-size: 12px;
	line-height: 1.2em;
	background-color: #fff;
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
	border-collapse: separate;
	border-spacing: 2px 2px;
	}

table.popup-contents th {
	text-align: right;
	text-transform: lowercase;
	}
	
table.popup-contents td {
	text-align: left;
	}
	
table.popup-contents em {
	color: #B10000;
	font-weight: normal;
	font-style: normal;
	}
	
tr#release-notes th {
	}
	
tr#release-notes td a {
	color: #333;
	text-decoration: underline;
}


/* Large floating popup window */

#fullscreen {
    display: none;
    background-image: url(./img/screen-shadow.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
	}

#largepopup {
	visibility: hidden;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 404px;
	border: 0;
	border-collapse: collapse;
	z-index: 100;
	font-family: "HelveticaNeue-Light", "Helvetica Neue", Helvetica, sans-serif;	
	background: white;
	background: white -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), color-stop(.7, rgba(0,0,0,0)), to(rgba(0,0,0,.1)));
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.6);
	box-shadow: 0 0 20px rgba(0,0,0,.6);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid #a0c7ff;
	padding: 40px 20px 20px 20px;
	}
	
#start-download {
	display: none;
}
#download-link {
	display: none;
}
#download-nonmac {
	display: none;
}


.largepopup-content {
	width: 344px;
	margin: 0 auto;
	}
	
.largepopup-footer {
/* 	min-height: 78px; */
	margin: 0;
	
	}
	
.largepopup-content h3 {
	font-weight: normal;
	font-size: 28px;
	line-height: 32px;
	}
	
.largepopup-content p {
	font-size: 16px;
	line-height: 20px;
	padding: 20px 0;
	}
	
.largepopup-footer ul {
	list-style: none;
	text-align: center;
	padding: 0px;
	}

#wrong-os h3 {
	padding-top: 80px;
	background: url(./img/wrong-os-h3.gif) no-repeat top;
	}

#start-download h3 {
	padding-top: 76px;
	background: url(./img/start-download-h3.png) no-repeat center top;
	}
		
#start-download .largepopup-footer ul {
	text-align: center;
	padding: 0px;
	}
	
.largepopup-footer li {
	display: inline;
	padding: 0 5px;
	}

#downloadLinkEmail {
	font-size: 22px;
	width: 382px;
	padding: 5px 10px;
	color: gray;
}

#download-link h3, #download-nonmac h3 {
	text-align: center;
	font-weight: normal;
	font-size: 28px;
	line-height: 32px;
	background: url(img/icon-mac.png) no-repeat center top;
	padding-top: 70px;
}

#download-link p, #download-nonmac p {
	font-size: 16px;
	line-height: 20px;
	padding: 20px 0;
}

a.popupButton {
	display: block;
	clear: none;
	float: left;
	text-align: center;
	text-decoration: none;
	background: #508dd2;
	background: white -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.1)), to(rgba(0,0,0,0)));
	color: black;
	font-weight: normal;
	font-size: 20px;
	text-shadow: rgba(255,255,255,1) 0 1px 0px;
	
	padding: 8px 0;
	margin: 20px 22px 0 0;
	width: 47%;
	
	-webkit-border-radius: 8px;
	border-radius: 10px;			
	border: 1px solid rgba(0,0,0,.4);
	-webkit-box-shadow: rgba(255,255,255,1) 0 1px 0;
	
	-webkit-transition: background .2s ease;	
	-webkit-tap-highlight-color: transparent;
}
a.popupButton:active {
	background: white -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.3)), to(rgba(0,0,0,.2)));
}
a.popupButton:last-child {
	margin-right: 0;
}

	
li#button-ok, li#button-confirm {
	/* background: url(./img/button-ok.png); */
	}
	
li#button-cancel {
	/* background: url(./img/button-cancel.png); */
	}

li#button-cancel *:focus, li#button-confirm *:focus {
	outline: none;
	border: none;
}	


/* The navbar */

#navbar {
	height: 103px;
	text-align: center;
	list-style: none;
	margin: -103px auto 0 auto;
	display: table;
	}
	
#navbar li {
	height: 103px;
	display: inline-block;
	position: relative;
	}
	
#navbar li#download { width: 221px; }
#navbar li#help { width: 176px; }
#navbar li#buy { width: 193px; }
	
li#download {
	margin-right: 240px;
	}
	
li#help {
	}

.buttonHighlight {
	position: absolute;
	height: 103px;
	background-color: transparent;
	background-position: bottom center;
	background-repeat: no-repeat;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
}

#navbar li#download .buttonHighlight {
	width: 221px;
	background-image: url(./img/nav-highlight-download.png);
	}
	
#navbar li#help .buttonHighlight {
	width: 176px;
	background-image: url(./img/nav-highlight-help.png);
	}
#navbar li#buy .buttonHighlight {
	width: 193px;
	background-image: url(./img/nav-highlight-buy.png);
	}

#navbar li:hover .buttonHighlight {
	opacity: 1;
}
	
a.button {
	position: absolute;
	display: block;
	text-align: left;
	height: 103px;
	overflow: visible;
	text-decoration: none;
	z-index: 50;
	}

span.tagline {
	display: block;
	font: 13px/1 "HelveticaNeue", "Helvetica Neue", sans-serif;
	color: #656464;
	text-transform: lowercase;
	}
			
a.button h2 {
	font: 24px/1 "HelveticaNeue", "Helvetica Neue", sans-serif;
	text-shadow: 0px 1px 1px #000;
	margin-top: 48px;
	color: #fff;
	position: relative;
	left: -1px;
	}

	
#download a.button {
	background: transparent url(./img/download-icon.png) no-repeat 15px 38px;
	width: 156px;
	padding-left: 65px;
	}
	

#buy a.button {
	background: transparent url(./img/buy-icon.png) no-repeat 16px 38px;
	width: 119px;
	padding-left: 74px;
	}

#help a.button {
	background: transparent url(./img/help-icon.png) no-repeat 13px 44px;
	width: 143px;
	padding-left: 69px;
	}

/* 				  */
/* Buy page stuff */
/*                */

#transmit4-buynow {
	font-family: "HelveticaNeue-Light", sans-serif;
	}

del {
	color: gray;
}

em {
	font-weight: normal;
	font-style: italic;
	}

span.notbold {
	font-weight: normal;
	}

#purchase-form h2 {
	font-size: 24px;
	font-weight: normal;
	margin: 20px 0 20px 20px;
	text-align: left;
	}

#purchase-form table { 
	margin: 0 auto;
	border-collapse: collapse;
	}

#purchase-form fieldset {
	border: 0;
	}
	
#purchase-form legend {
	display: none;
	}
	
#purchase-form label,
#purchase-form input,
#purchase-form select {
	display: inline;
	}
	
#purchase-form input {
	font-size: 85%;
	}
	
#purchase-form select {
	font-size: 100%;
	}

div#purchase-form {
	background: url(img/purchase_form-top.png) top no-repeat;
	}

#purchase-form td {
	text-align: left;
	line-height: 2em;
	}

#purchase-form td.label {
	text-align: right;
	}
	
#purchase-form form input {
	/* margin: 0.5em 0; */
	}
	
#purchase-form form label {
	padding-right: 0.3em;
	}
	
#purchase-form form {
	font-size: 15px;
	margin: 0;
	padding: 0;
	}

form#orderform {
	background: url(img/purchase_form-bottom.png) bottom no-repeat;
	padding: 0;
	width: 750px;
	margin: 0 auto;
	}
	
.form-section {
	margin: 20px 0 0 0;
	padding: 10px 20px;
	}

#what input {
	margin-left: 0.5em;
	margin-right: 0.5em; 
	}
	
input.quantity {
	width: 3em;
	}
	
#who,
#how,
#user {
	background: url(img/purchase_form-section.png) top no-repeat;
	}
	
#transmit4-upgrade td {
	padding-top: 15px;
	}
	
#transmit4-upgrade_serial td {
	padding-bottom: 15px;
	}
	
#who td, #how td {
	padding-right: 25px;
	}
	
td.label, #who td.label, #how td.label {
	padding: 0 5px 0 10px;
	}
	
#who fieldset {
	text-align: right;
	margin: 0 auto;
	}

/* #purchase-form #who input,
input#cardnumber {
	width: 100%;
	}*/

.highlight {
	color: red;
}

#who input, #how input {
	width: 100%;
	}
	
input#city{ width: 100%; }
input#state{ width: 3em; }

#how {
	text-align: left;
	}
	
#what table {
	margin-left: 40px;
	}

#what table tbody {
	}
	
#what tr#transmit4-row {	
	}	
	
#what tr#transmit4-upgrade-row {
	}

#what td.label {
	padding-right: 42px;
	height: 36px;
	font-weight: normal;
	}
	
#what td {
	padding-left: 10px;
	}

#what tr#transmit4-row td.label  { 	background: url(img/transmit-icon-small.png) no-repeat right bottom; }
#what tr#transmit4-upgrade-row td.label { 	background: url(img/transmit-icon-small-upgrade.png) no-repeat right bottom; }

#what tr#transmit4-upgrade_serial td {  margin: 0; color: #666; font-size: small; text-align: left;}

#what tr#transmit4-upgrade_serial input { margin: 0; font-size: small;}

#customlicense {
	font-size: 13px;
	line-height: 22px;
	margin: 10px auto 10px;
	width: 430px;
	text-align: left;
	padding-left: 135px;
	}
	
#customlicense div {
	padding-left: 24px;
}
#buyNoteForgot {
	background: url(./img/buy-note-serial.png) 0 3px no-repeat;
}
#buyNoteTime {
	background: url(./img/buy-note-time.png) 0 1px no-repeat;
}
#buyNoteMultiuser {
	background: url(./img/buy-note-multiuser.png) 0 0px no-repeat;
}

#customlicense a {
	color: #666;
	text-decoration: underline;
	}
			
div#submit-order {
	text-align: center;
	font-size: 24px;
	margin: 20px auto;
	}
	
#submit-order em {
	color: #3c8aff;
	font-weight: bold;
	font-style: normal;
	}
	
span.sale {
	color: #ff0000;
	}
	
td.error {
	background: url(/images-global/buy-error.png) right no-repeat;
	padding-right: 25px;
	}
		
td#cvv.error {
	background: url(/images-global/buy-cvv-error.png) right no-repeat;
	}
	
#purchase-form #how div#submit-order label {
	display: block;
	}
	
#purchase-form #submit-order input {
	display: block;
	margin: 10px auto;
	}
	
input#buy-button { /* Deprecated */
	width: 174px;
	height: 31px;
	display: block;
	}
	
#confirm-purchase h3 {
	font-size: 24px;
	}

table#order-confirmation {
	margin: 0 auto;
	padding: 10px 0;
	font-size: 15px;
	text-align: center;
	}
	
#order-confirmation thead {
	display: none;
	}
	
#order-confirmation td.price {
	text-align: right;
	}
	
#order-confirmation td {
	padding: 0.3em;
	}
	
#order-confirmation td.price, td#confirm-order-total {
	text-align: left;
	}
	
#order-confirmation tfoot {
	font-weight: bold;
	}
	
p.confirm-email {
	padding: 10px;
	margin: 0;
	}
	
p.confirm-email {
	overflow: auto
	}
	
span#email-confirmation {
	color: #3c8aff;
	}

td#cvv {
	background: url(/images-global/buy-cvv.png) left no-repeat;
	padding-left: 42px;
	padding-right: 0;
	}

td#cvv.error {
	background: url(/images-global/buy-cvv-error.png) left no-repeat;
	padding-left: 72px;
	padding-right: 0;
	}
	
td#cvv.amex {
	background: url(/images-global/buy-cvv-amex.png) left no-repeat;
}

td#cvv.amex.error {
	background: url(/images-global/buy-cvv-error-amex.png) left no-repeat;
}

#what td.label label {
	padding-right: 42px;
	}

#what td.label {
	padding-right: 0px;
	}
	
td#cc-type {
	padding-left: 50px;
	}
	
td#cc-type input {
	margin-top: 5px;
	}
	
table#cc-info {
	margin-top: 20px;
	}


td#cc-type input {
	float: left;
	width: 1em;
	margin-left: 5px;
	}

label#cc-card, label#cc-paypal, label#cc-visa, label#cc-mastercard, label#cc-discovery, label#cc-amex, label#cc-jcb, label#cc-bank-transfer {
    text-align: left;
    text-indent: -9999px;
    width: 37px;
    height: 23px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    background: no-repeat;
    }
        
label#cc-paypal {
	width: 39px;
	height: 25px;
	}

label#cc-card {
   width: 219px;
   height: 25px;
   line-height: 25px;
   }
   
label#cc-bank-transfer {
	width: 52px;
	height: 25px;
}
        
label#cc-paypal { background-image: url(/images-global/buy-paypal.png); }
label#cc-card.all { background-image: url(/images-global/buy-cards.png); }
label#cc-card.visa { background-image: url(/images-global/buy-cards-visa.png); }
label#cc-card.mastercard { background-image: url(/images-global/buy-cards-mc.png); }
label#cc-card.discover { background-image: url(/images-global/buy-cards-discover.png); }
label#cc-card.amex { background-image: url(/images-global/buy-cards-amex.png); }
label#cc-card.jcb { background-image: url(/images-global/buy-cards-jcb.png); }
label#cc-bank-transfer { background-image: url(/images-global/buy-transfer.png); }

div.elist-signup { padding-top: 3px; }
#submit-order div.elist-signup input, #submit-order div.elist-signup label { display: inline !important; width: inherit; font-size: 14px; padding: 0; }

input#progressButton {
    -khtml-appearance: none;
    padding: 5px 18px;
    width: 250px;

    font: 16px HelveticaNeue, HelveticaNeue, Helvetica, Arial, sans-serif;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    border: 1px solid rgba(0,0,0,.35);
    
    background-color: #ddd; 
    background-image: -moz-linear-gradient(top, #f6f6f6, #dddddd);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#ddd)), -webkit-gradient(linear, left top, left bottom, from(#9dec63), to(#7fd141));
    background-position: 0px 0, 0 0;
    background-repeat: no-repeat, no-repeat;
    -webkit-background-size: 900px 30px, 1000px 30px;
    -moz-background-size: 900px 30px, 1000px 30px;
    
    -webkit-transition-property: -webkit-box-shadow, background-position;
    -webkit-transition-duration: .16s;
}
input#progressButton:active {
	background-image: -moz-linear-gradient(top, #cccccc, #dddddd);	
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#ddd)), -webkit-gradient(linear, left top, left bottom, from(#70bb38), to(#8ad851));
}
input#progressButton:hover {
    -webkit-box-shadow: 0 0px 4px #399cff;
    -moz-box-shadow:  0 0px 4px #399cff;
}

/* Support Page Stuff */

#transmit4-help * {
	font-family: "HelveticaNeue-Light", sans-serif;
	}

#serial-finder {
	margin: -10px auto 20px auto;
	}
	
#serial-finder h3 {
	font-size: 16px;
	line-height: 29px;
	font-weight: normal;
	padding: 0 5px 0 32px;
	background: url(img/help-padlock.png) no-repeat left;
	}
	
#serial-finder table {
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 2px 2px;
	}

#serial-finder legend {
	display: none;
	}

#serial-finder fieldset {
	border: 0;
	}

input#email-search {
	padding: 0 5px;
	font-size: medium;
	color: #777;
	}
	
input#button-serials {
	padding: 0 0 0 5px;
	}
	
.support-section {
	background: url(img/purchase_form-top.png) top repeat-x;
	padding: 20px 40px;
	}

.support-section a {
	text-decoration: underline;
	color: rgb(0, 63, 140);
}
	
.support-section-wrapper {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	padding: 20px 40px;
	}
	
.support-section h2 {
	font-size: 24px;
	line-height: 32px;
	text-transform: lowercase;
	margin: 10px 0;
	text-align: left;
	}
	
#transmit4-faq h2 {
	padding-left: 40px;
	background: url(img/help-faq-icon.png) left no-repeat;
	color: #1f4687;
	}

#transmit4-contact h2 {
	padding-left: 46px;
	background: url(img/help-send-email.png) left no-repeat;
	color: #4b0a78;
	}
	
#transmit4-faq h3 {
	margin: 20px 0 5px 0;
	font-size: 18px;
	font-weight: normal;
	}
	
#transmit4-faq p {
	margin: 10px 40px 10px 40px;
	font-size: 14px;
	line-height: 18px;
	font-family: "HelveticaNeue-Light", sans-serif;
	}
	
#transmit4-faq pre {
	margin: 10px 40px 10px 40px;
	padding: 10px;
	border: 1px solid #ccc;
	background: rgba(255,255,255,0.3);
	display: inline-block;
	border-radius: 10px;
}

#transmit4-contact p {
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	margin: 5px 0;
	font-family: "HelveticaNeue-Light", sans-serif;

	}
	
#transmit4-contact form {
	text-align: center;
	margin: 20px;
}

#transmit4-contact form, #transmit4-contact form select {
	font-size: larger;
	line-height: 24px;
}

#transmit4-contact form select {
	vertical-align: 2px;
	}
	
#transmit4-contact form input {
	vertical-align: 2px;
}
	
p#support-email-us {
	font-size: 18px;
	margin-top: 30px;
	}
	

/* Corner Callout */

#cornerCalloutContainer {
	width: 100%;
	height: 150px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

#cornerCallout {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9999;
	
	text-align: center;
	padding: 10px 40px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	
	background-color: #7f3300;
	background: -moz-linear-gradient(top, #ffb321, #ffa600); /* gecko */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffb321), color-stop(.5, #ffb321), color-stop(.501, #ffa600), to(#ffa600));
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.3);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,.3);
	box-shadow: 0 2px 5px rgba(0,0,0,.3);
	
	color: #7f3300;
	text-shadow: rgba(255,255,255, .5) 0 1px 0;

	-webkit-transform-origin: top left;
	-webkit-transform: translateX(85px) translateY(-30px) rotate(45deg);
	-moz-transform-origin: top left;
	-moz-transform: translateX(85px) translateY(-30px) rotate(45deg);
}

div.email-issue a {
	color: rgb(0, 63, 140);
	text-decoration: underline;
}

a.email-link {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	display: block;
}

div#email-support div.email-issue {
	display: none;
}

div#email-support div.email-issue em {
	font-weight: bold;
	font-style: normal;
}

div#email-support div.email-issue h3 {
	text-align: center;
	color: #bf0017;
	font-weight: bold;
	font-size: 32px;
}
