#maniBuyBox {
	float: right;
	position: relative;	/* IE6 fix */
	width: 182px;
	margin: 0px 0px 20px 20px;
}
.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;
}
.maniTriangle {
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 12px;
	border-color: #888888 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;
}
