﻿#ProductInfo {
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
#ProductInfo #AdPlace1 {
  min-height: 250px;
  right: 0;
  position: absolute;
  width: 300px;
}
#ProductInfo #Summary {
  min-height: 270px;
  margin-right: 320px;
  position: relative;
}
#ProductInfo #Summary h2 {
  margin-top: 0;
}
#ProductInfo #Summary #PSDemo {
  position: absolute;
  top: 0;
  right: 0;
}
#ProductInfo #Summary #PSResult {
  position: absolute;
  bottom: 10px;
  right: 60px;
  color: #fff;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  -webkit-transform-origin: right;
  transform-origin: right;
  -moz-transition: color 1s;
  -o-transition: color 1s;
  -webkit-transition: color 1s;
  transition: color 1s;
}
#ProductInfo #Summary #GroupCheckboxWrapper {
  text-align: center;
}
#ProductInfo #Summary #GroupCheckboxWrapper #SampleArea {
  text-align: left;
  display: inline-block;
  width: 400px;
}
#ProductInfo #Summary #GroupCheckboxWrapper #SampleArea #GroupCheckboxSample {
  float: left;
}
#ProductInfo #Summary #GroupCheckboxWrapper #SampleArea button {
  width: 140px;
  float: right;
  margin-bottom: 5px;
}
#ProductInfo #Summary #ProgressBarWrapper #ProgressBarSample {
  margin: 30px auto 0;
}
#ProductInfo #Summary #ToggleSwitchesWrapper {
  text-align: center;
  margin-top: 30px;
}
#ProductInfo #ProductInfoTabsWrapper .tab-content {
  min-height: 200px;
  border: 1px solid #dddddd;
  border-top: none;
  padding: 20px;
}
#ProductInfo #ProductInfoTabsWrapper .tab-content #Features ul {
  margin-top: 20px;
}
#ProductInfo #ProductInfoTabsWrapper .tab-content #Documentation pre {
  display: inline-block;
}
#ProductInfo #ProductInfoTabsWrapper .tab-content #Documentation table {
  width: 100%;
  font-size: 16px;
}
#ProductInfo #ProductInfoTabsWrapper .tab-content #Documentation table thead {
  background-color: #ffa;
}
#ProductInfo #ProductInfoTabsWrapper .tab-content #Documentation table th,
#ProductInfo #ProductInfoTabsWrapper .tab-content #Documentation table td {
  padding: 2px 10px;
}
#ProductInfo #ProductInfoTabsWrapper .tab-content #Documentation table td {
  vertical-align: top;
}
#ProductInfo #ProductInfoTabsWrapper .tab-content #Documentation table tbody tr:nth-child(2n+1) {
  background-color: #eee;
}
#ProductInfo #ProductInfoTabsWrapper .tab-content #Download {
  text-align: center;
  margin-top: 30px;
}
#ProductInfo #ProductInfoTabsWrapper .tab-content #Overview #IndicatorSampleWrapper {
  float: left;
  padding: 10px;
  margin-top: -20px;
  box-shadow: 0 0 10px #f00;
  margin-right: 10px;
  -moz-transition: box-shadow 2s;
  -o-transition: box-shadow 2s;
  -webkit-transition: box-shadow 2s;
  transition: box-shadow 2s;
}
