.productMenu {
	margin: 5px;
}
.productInfo {
	padding-top: 5px;
	margin: 5px;
}
.productLogo {
	margin-top: 10px;
	margin-bottom: 14px;
}
.featureList {
	margin-top: 0px;
	padding-top: 5px;
	list-style-position: outside;
	list-style-type: square;
}
.productInset {
	max-width: 300px;
	position: relative;
	left: 175px;
	top: -120px;
}
.featureTitle {
	text-align: left;
	text-shadow: 2px 2px 3px #acbea8;
	font-weight: bold;
}
.productImage {
	max-height: 250px;
}
.priceTag {
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 5px;
	text-shadow: 2px 2px 3px #b5b5b5;
	font-size: 3em;
	color: #56c06f;
	font-weight: bold;
}
.downloadButton {
	font-weight: bold;
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
	border-color: #3f66ff;
	text-align: center;
	border-width: 3px;
	border-style: outset;
	height: 24px;
	width: 110px;
	text-shadow: 1px 1px 1px #636363;
	font-size: 1.2em;
	color: white;
	background-color: #2d6eff;
}
.buyButton {
	padding-bottom: 20px;
}
