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

div#content h4 {
	font-weight: bold;
	margin-bottom: 18px;
}

div#content p {
	font-size: 11px;
}

div#content a {
	color: red;
	text-decoration: none;
}

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

div#downloadBox h3 {
	font-size: 18px;
	font-weight: bold;
}

div#downloadBox a {
	color: black;
	
}

div#downloadBox a:hover {
	text-decoration: underline;
}

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

a.downloadPurchaseLink {
	font-size: 15px;
}

div#purchaseLinksBox {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: black;
	margin-top: 20px;
	margin-bottom: 2px;
	height: 50px;
	width: 180px;
	margin-left: auto;
	margin-right: auto;
}

div#purchaseLinksBox a {
	position: relative;
	display: block;
	text-align: center;
	font-weight: bold;
	color: white;
	font-size: 13px;
	width: 182px;
	height: 18px;
}

p#systemRequirements {
	font-face: "Helvetica Neue", "Helvetica", sans-serif;
	color: #888;
	margin-top: -2px;
}

span#systemRequirements {
	font-size: 9px;
}

div#blurbBox {
	margin-top: 14px;
}

div#blurbBox img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.screenCastBox {
	margin-top: 0px;
}

div.screenCastViewer {
	
}

div.screenCastViewer video {
	border: solid;
	border-width: 1px 1px 1px 1px;
	border-color: black;
	max-width: 608px;
	margin-bottom: 9px;
	display: none;
}

img#basicsScreenCastPoster {
	display: block;
	border: solid;
	border-width: 1px 1px 1px 1px;
	border-color: black;
	max-width: 608px;
	margin-bottom: 9px;
	cursor: pointer;
}

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

img.macAppStoreBadge {
	width: 180px;
	height: 54px;
	margin-top: -18px;
	margin-bottom: 18px;
}

div#tableOfContents {
	padding-top: 18px;
}

div#tableOfContents h4 {
	margin-bottom: 19px;
}

div#tableOfContents ul {
	display: block;
	position: relative;
}

div#tableOfContents li {
	margin-bottom: 18px;
}

div#faqBackButton {
	float: right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: black;
	height: 18px;
	width: 30px;
	padding: 0px 7px 0px 7px;
}

