#ProductContentContainer {
  width: 100%;
  max-width: 960px;
  height: auto;
  margin: 0 auto;
  padding: 10px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
}
#ProductContent {
  max-width: 960px;
  height: 450px;
  margin: 0 auto;
  padding: 10px 0;
  overflow: hidden;
}
#ContentShowButton, #ContentShowButton:visited {
  width: 100%;
  height: 50px;
  margin: 5px auto;
  display: inline-block;
  cursor: pointer;
  background: #00acec;
  border: none;
  border-bottom: 3px solid #0088ba;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#ContentGradient {
  width: 100%;
  max-width: 958px;
  height: 80px;
  position: absolute;
  margin-left: -10px;
  margin-top: -80px;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
#ContentShowButton:focus {
  outline: none;
}
#ContentShowButton:hover {
  background: #0088ba;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ButtonBefore::after {
  content: 'Veja mais' '\a' url('http://www.efacil.com.br/wcsstore/AuroraStorefrontAssetStore/Attachment/content/down-arrow.png');
}
.ButtonAfter::after {
  content: url('http://www.efacil.com.br/wcsstore/AuroraStorefrontAssetStore/Attachment/content/top-arrow.png') '\a' 'Voltar';
}
.ButtonBefore::after, .ButtonAfter::after {
  white-space: pre;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
