div#iOSDownloadBox {
	float: left;
	width: 300px;
	height: 354px;
	margin-top: -13px;
	margin-bottom: 18px;
	text-align: center;
	font-family: "Lucida Grande", Helvetica, sans-serif;
}

div#iOSDownloadBox a:hover {
	text-decoration: none;
}

div#iOSDownloadBox hr {
	color: #888;
	background-color: #888;
	margin: 7px auto 9px auto;
	height: 1px;
	border-width: 0px 0px 0px 0px;
	width: 180px;
}

div#iOSDownloadBox h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 7px;
}

img.iOSAppIcon {
	width: 200px;
	height: 200px;
	border: none;
	border-width: 0px 0px 0px 0px;
	margin-bottom: 7px;
}

a.appStoreLink {
	display: block;
}

img.appStoreBadge {
	width: 145px;
	height: 50px;
}

div#blurbBox a {
	color: red;
}

ul.productFeatureList {
	list-style-position: inside;
	margin-left: 0px;
	margin-bottom: 18px;
}

div#productScreenshots a {
	display: inline-block;
	margin-left: 10px;
	margin-right: -4px;
	border-color: #888;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	width: 188px;
	height: 269px;
	margin-bottom: 18px;
}

div#productScreenshots img {
	width: 188px;
	height: 269px;
}

div.screenshotSpacer {
	display: inline-block;
	width: 96px;
	height: 269px;
}

li.lastListItem {
	list-style-image: url("/images/Back Arrow Bullet.png");
	list-style-type: disc;
	margin-bottom: 18px;
}

div.documentationItem img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-color: #888;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	margin-top: 18px;
	margin-bottom: 25px;
}

p.sectionHeading {
	font-weight: bold;
}

