div .leftcolumn, div .rightcolumn{
	float:left;
	width:350px;
	margin:8px 0 0 0;
	padding:0 0px 0 0;
}

div .leftcolumn{
	float:left;
}

div .rightcolumn{
	float:right;
}

#pageend{
	clear: both;
}

.infoblock{
	clear: both;
	margin-bottom: 40px;
}

.infoblock h4, .faqitem h4{
	margin:0px 0px 5px 0px !important;
	color: #333333;
	font-size: 18px;
}

.infoblock h4{
	font-weight: normal;
}

.infoblock p{
	font-size: 13px;
	margin:0px 0px 12px 0px !important;
}

#appimage{
	margin: 0px 0 10px 1px !important;
	width: 748px;
	height: 227px;
	background-color: white;
	border: 1px solid gray;
}

#appimage img{
	width:  748px;
	height:  227px;
}

.featureimage, .featureimageLandscape{
	margin-top: 2px;
	margin-bottom: 3px !important;
	border:1px solid silver;
}

.featureimage{
	width:66px;
}

.featureimageLandscape{
	height:66px;
}

.left{
	float: left;
	margin-right:12px;
}

.right{
	float: right;
	margin-left:12px;
}

.teasein{
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
	margin-bottom: 30px;
	color: #333333;
}

#dofform{
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	width: inherit;
}

#dofform table{
	margin:  0px auto;	
	background-color: #f8f8f5;
	border: 1px dotted silver;
	padding: 4px;
}

#dofform table th {
	padding-right: 10px;
	color: #333333;
}
#dofform table td{
	color: #333333;
	
}

.faqitem{
	margin-top: 30px;
	margin-left: 30px;
}

#teaserdevice{
	background: url(img/device.png) no-repeat;
	width: 195px;
	height: 415px;
	padding: 59px 0px 0px 18px;
	overflow: hidden;
}

#teaserdevicescreen{
	overflow: hidden;
	width: 160px;
}

#teaserimgdiv{
	clear:both;
	float:right;
	width:195px;
	height:415px;
	padding: 0px 0px 30px 30px;
	overflow: hidden;
	margin-left:10px;
	margin-right:0px;
}


.teaserimg{
	width:160px;
	height:240px;
	padding: 0px;
}

#teaserimgctrlbar{
	text-align:center;
	height:15px;
	padding: 0px 50px 0px 50px;
}



#teaserinnerimgdiv{
	margin-left:0px;
	padding: 0px;
	
	height: 240px;
}

.h1link{
	text-decoration: none;
	margin-top: 0px;
	color: #333333;
	font: bold 24px Georgia, "Times New Roman", Times, serif;
}

.borderedimg{
	width:inherit;
	padding: 5px !important;
	background-color: white;
	border: 1px solid gray;
	margin-bottom: 10px;
}

#getfromAppStore{
	position:absolute;
	width:inherit;
	height:44px;
	z-index:100;
}

#getfromAppStore img{
	border:0px;
	width:126px;
	height:44px;
	float:right;
	margin:2px 5px 0px 0px;
}

.shadowed{
	margin:10px;
	border:1px solid white;
	background-color:white;
	box-shadow:2px 2px 5px #666;
	-webkit-box-shadow:2px 2px 5px #666;
	-moz-box-shadow: 2px 2px 5px #666;
}

.shadoweds:hover{
	margin:10px 7px 7px 10px;
	box-shadow:2px 2px 10px #333;
	-webkit-box-shadow:2px 2px 10px #333;
	-moz-box-shadow: 2px 2px 10px #333;
}