/*Style For Default.asp*/
#statistics1{ position: absolute; top: 0; left: 0; width: 100px; height: 200px; }

#statistics2{ position: absolute; top: 0; right: 0; width: 100px; height: 200px; }

/*Middle Table*/
#middle{ width: 778px; margin: 0 auto; border-collapse: collapse; }

#product-nav{ width: 160px; background: #536788; }

#content{ width: 618px; background: #FFF; }

#content h1{
  margin:15px 0;
  text-align:center;
  font-size:16px;
  color:#3A4961;
}

#intro{margin-left:15px;}
#intro p{margin:6px 0;text-align:justify;line-height:1.4;}
#intro em{font-style:normal;color:#1A7AC1;}
#intro img{margin:6px 0 0 10px;float:right;width:177px;}

/*Product SHOW*/
#product-show{
  margin:10px 0 10px 0px;
  _height:1%;
}

#product-show h2{
  margin-left:15px;
  font-size:14px;
  color:#3A4961;
}

#product-show ul{overflow:hidden;}

#product-show li{
  position:relative;
  left:-5px;
  float:left;
  display:inline;
  width:273px;
  height:138px;
  background:url(../Pic/pro-show.gif) no-repeat center center;
  margin:15px 0 0 21px;
  padding-right:15px;
}

#product-show li img{ float: left; display: inline; height: 120px; margin: 8px 8px 0 15px;}

#product-show li h3{
  margin-top:17px;
  color:#000;
  font-size:12px;
}

#product-show li p{
  margin:5px 0;
  font:12px arial, sans-serif;
  text-align:justify;
}

#product-show li p.normal{
  text-align:left;
}

#product-show li p em{
  font-style:italic;
  font-weight:bold;
}

#product-show a.more{
  position:absolute;
  right:18px;
  bottom:15px;
  color:#1A7AC1;
  text-decoration:none;
}

#product-show a.more:hover{
  color:#000;
  text-decoration:underline;
}

#extra2{left:5px}