
/* products page - start*/
.productContent {
  width: 552px;
  float: left;
}


.productBlock {
  float:left;
  margin-top:30px;
  width:300px;
}

.productTitle {
  font-weight:bold;
  padding-bottom:9pt;
  font-size: 9pt;
}

.productLeft {
  float:left;
  width:131px;
  text-align: center;
}

.productRight {
  float:left;
  margin:0;
  padding:0 20px;
  width:129px;
}

.productImage {
  background-position:center center;
  background-repeat:no-repeat;
  height:167px;
  overflow:hidden;
  width:267px;
}

.productThumbImage {
  background-position:center center;
  background-repeat:no-repeat;
  height:82px;
  overflow:hidden;
  width:138px;
  float: left;
}

.productfile {
  float: left;
  padding: 7px 15px 5px 5px;
}
.productfileimg  {
  float: left;
  border: none;
}


.productDetailImages {
  width: auto;
}
.productDetailRight {
  float:left;
  padding-left: 50px;
  width:680px;
}
.productDetailImg {
  float:left;
  width:auto;
  text-align: center;
  padding-right: 10px;
}
.productdetails {
    padding-top: 15px;
}

.productdetails table th{
  background-color: #388EAF;
  height: 18px;
  color: #FFF;
  font-weight: bold;
  padding: 0 5px 0 10px;
  width: 100px;
}
.productdetails table td{
    padding-left: 10px;
}

.productcontactinfo {
  padding: 20px 10px 10px 60px;
  float: left;
}

