.sprite {
  border: none;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-color: transparent; }

.lowerPanel {
  position: relative; }
  .lowerPanel #advancePointer {
    margin-left: 167px; }
  .lowerPanel .upperContent {
    background-color: #d0d2d3;
    min-height: 335px;
    padding: 20px; }

#advacePan img {
  margin-right: 10px;
  margin-bottom: 10px;
  border: 2px solid #f47e20; }
#advacePan p {
  font-size: 1.6em; }

#productPan img {
  margin-right: 10px;
  margin-bottom: 10px;
  border: 2px solid #0b53a0; }
#productPan #productPointer {
  margin-left: 409px; }
#productPan strong {
  color: #0b53a0; }
#productPan table {
  margin: 61px 0; }
  #productPan table tr {
    padding-right: 10px; }
    #productPan table tr td {
      padding: 10px;}
#productPan #aboutContainer p {
  font-size: 1.6em; }

.chinese #advancePointer {
  margin-left: 95px; }
.chinese #productPointer {
  margin-left: 217px !important; }
.chinese #aboutContainer  p{
  font-size: 1.4em!important; }
.chinese table tr td {
  font-size: 1.6em; }
