/*
.ProductCompareList .compare-box{
  width: 100%;
    padding-left: 0%;
    text-align: center;
    height: 270px;
    background: #13aeff;
    padding-top: 80px;
}
.ProductCompareList .compare-box h4{
  color:white;
}
.ProductCompareList .compare-background{
  background:#dfdfdf;
}
.ProductCompareList .padding-image{
  padding: 4px;
  background: white;
  margin-top: 9px;
  width: 203px;
  margin-left: 9px;
  height: 254px;
}
.ProductCompareList .close-right{
  color: #494947;
  text-align: right;
  float: right;
  font-size: 0.6em;
}
.ProductCompareList .compare-picture{
  width:130px;
  height:130px;
}
*/