body {
  background: white;
  margin: 0;
  overflow: hidden;
}

a {
  border-style: none;
  color: inherit;
  text-decoration: none;
}

img {
  border: 0;
}

hr {
  border-width: 0;
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
}

.adArea {
  box-shadow: inset 0 0 0 1px black;
  height: 100%;
  width: 100%;
}

.roundedCorners {
  border-radius: 8px;
}

.product {
  background: white;
  box-shadow: 0 0 0 1px lightgray;
  float: left;
  overflow: hidden;
}

.product:hover {
  box-shadow:  0 0 0 1px red;
}

.productImage {
  display: block;
  margin: 0px auto;
  max-height: 100%;
  max-width: 100%;
}

.wide {
  width: 100%;
}

.tall {
  height: 100%;
}

.logo {
  display: block;
  margin: 0px auto;
  max-height: 100%;
  max-width: 100%;
}

.logoArea {
  position: relative;
}

.logoArea.noLogo .logo {
  display: none;
}

.nessieButton {
  fill: #006ee9;
  height: 45px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  right:0;
  position:absolute;
  top: 0;
  -webkit-transition: -webkit-transform .15s linear;
  transition: transform .15s linear;
  width: 45px;
}

.logoArea.noLogo .nessieButton {
  left: 0;
}

.nessieButton path {
  fill: #fff;
}

.nessieButton:hover {
  -webkit-transform: scale3d(1.03, 1.03, 1);
  transform: scale3d(1.03, 1.03, 1);
}
