/* Global styles: */


body
{
	margin: 0;
	background-color: #f0f0f0;
	color: #333333;
	line-height: 1.4;
	font-family: "Trebuchet MS", "Lucida Grande", Helvetica, Arial, serif;
	font-size: 10pt;
	width: 320px;
	min-width: 320px;
	min-height: 480px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	-webkit-text-size-adjust: none;
}

.clearer
{
	clear: both;
	width: 300px;
	height: 1px;
}


/* Page division IDs: */

.contents
{
 	background-color: white;
	clear: both;
	width: 300px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: left;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#footer
{
	clear: both;
	width: 320px;
	margin-top: 10px;
}

#footer form
{
	margin-top: 20px;
	margin-bottom: 10px;
}

#footer form input
{
	vertical-align: bottom;
}


/* Contents can contain main-left + sidebar-right, or sidebar-left + main-right, or neither: */

.full-width
{
	width: 300px;
}

.main-left, .main-left-wide
{
	float: left;
	text-align: left;
	padding-bottom: 20px;
}

.main-left
{
	width: 300px;
}

.sidebar-right, .sidebar-right-narrow
{
	text-align: left;
	padding: 0px;
}

.sidebar-right
{
}

.main-right
{
	width: 300px;
	float: right;
	text-align: left;
}

.sidebar-left
{
	text-align: left;
	padding: 0px;
}

.main-left-wide
{
	width: 300px;
}

.sidebar-right-narrow
{
	width: 300px;
}

.sidebar-middle
{
	width: 300px;
	text-align: left;
}

.half-left
{
	width: 220px;
}

.half-left img
{
	padding-top: 15px;
}

.half-right
{
	width: 300px;
	text-align: left;
}



.mac-only
{
	display: none;
}

.iphone-only
{
}

.comment
{
	color: gray;
	font-style: italic;
	font-size: 9pt;
}


/* Override common.css styles: */

.border-box
{
	margin-top: 20px;
	margin-bottom: 10px;
}

.products li a:hover, .download li a:hover, .buy li a:hover, .products li#selected, .download-other
{
	border-left: 0;
	border-right: 0;
}

.products, .download, .buy
{
	margin-right: -10px;
}
 
.products ul, .download ul, .buy ul
{
	margin-left: -40px;
}


.store-large-icon
{
	display: none;
}

.store-small-icon
{
	display: none;
}

.store-small-spacer
{
	display: none;
}

.store-license-description
{
	display: none;
}

.store-slogan
{
	display: none;
}

.store-divider
{
	display: none;
}


.iphone-landscape-frame
{
	background: transparent url(/iphone/images/iphone-landscape-300px.png) center center no-repeat;
	height: 200px;
}

.iphone-landscape-frame .content object, .iphone-landscape-frame .content param, .iphone-landscape-frame .content img
{
	margin-top: -12px;
	margin-left: 1px;
	width: 200px;
	height: 134px;
}


