.ProductPrice {
	font-size: 1.2em;
	color: #000000;
	font-weight: bold;
}
#AddToCartButton {
	background-color: #3170bb;
	color: #FFFFFF;
	padding: 5px;
	font-weight: bold;
	width: 100px;
}
#SearchForm {
	margin-top: -10px;
	padding-top: 30px;
}
.LandingPage .ProductDescription h3:first-child {
	display: none;
}
.LandingVideo iframe {
	float: left;
	display: block;
	margin: 15px;
}
.LandingPageCartForm {
display: block;
}
#bottom_payment_button {
   margin-top: 6px;
   padding: 5px;
   color: #FFFFFF;
   background-color: #424299;
   font-weight:bold;
}