#maniBuyBox {
	float: right;
	position: relative;	/* IE6 fix */
	width: 182px;
	margin: 0px 0px 40px 30px;
}
.maniButton {
	display: block;
	width: 182px;
	height: 62px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.maniButton:hover {
	background-position: 0px -62px;
}
.maniButton:active {
	background-position: 0px -124px;
}
.maniButton span {
	display: none;
}
.maniSysReq {
	font-size: 0.75em;
	font-weight: normal;
	margin: 4px 0px 4px 16px;
	color: #aaaaaa;
}
.maniSysReq b {
	font-weight: 500;
	color: #555555;
}
#maniMacAppStore {
	display: block;
	width: 162px;
	height: 54px;
	margin: 12px 0px 20px 10px;
	padding: 0px;
	border-width: 0px;
	background-repeat: no-repeat;
	background-image: url('../gfx/MacAppStore54.png');
}
#maniMacAppStore span {
	display: none;
}
.maniTriangle {
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 12px;
	border-color: black white white white;
	margin-left: auto;
	margin-right: auto;
}
.maniInvisibleTriangle {
	display: block;
	width: 12px;
	height: 12px;
	border-width: 0px;
	margin-left: auto;
	margin-right: auto;
}
