#product_area{
	width:720px;
  margin-top:15px;
}

#product_area_list{
  list-style:none;
  margin:0;
  padding:0;
}

#product_area_list li{	
  float: left;
  list-style: none;
  border:0px solid #cccccc;
  margin-right:38px;
  margin-bottom:15px;
}

#product_area_list li a{
  text-decoration: none;
  border-right: 0px solid white;
  color: #000000;
  white-space: nowrap;
}

#product_area_list li img{}
#product_area_list .topic{  }
.btnstyle_compare {
	width:auto;
	min-width:145px;
	height:15px;
	font-size:15px;
	line-height:15px;
	color:#000000;
	background:#FFFFFF;
	padding:5px;
	float:right;
	margin-bottom:15px;
	
}
.btnstyle_compare a {
	display:block
}

/********** product detail ***********/

.product_detail_desc{
  line-height:30px;
  padding-right:50px;
}

#product_detail_navi{
  /*position:absolute;*/
  position:relative;
  width:30px;
  height:auto;
  float:right;
  margin-right:5px;
}
#product_detail_navi li {
	height:28px
}

.white_line{
  width:100%;
  border-bottom:3px solid #fff;
  margin:6px 0;
}
.white_line2 {
  width:470px;
  border-bottom:3px solid #fff;
  margin:6px 0;
}

#product_detail_tools .left{
  float:left;
  width:500px;
}
#product_detail_tools .right{
  float:right;
  width:auto;
  text-align:right;
  font-size:15px
}
#product_detail_tools ul {
	margin:0;
	padding:0
}
#product_detail_tools li {
	width:auto;
	height:15px;
	float:left;
	font-size:15px;
	line-height:15px;
	margin-right:5px;
	padding:5px 10px 5px 10px;
	background:#FFFFFF;
}
#product_detail_tools li a {
	font-size:12px
}
#product_detail_tools li a:link {
	display:block
}
#product_detail_tools li a:hover {
	display:block
}
#product_detail_tools li a:active {
	display:block
}


/********** program ***********/
#program_area{
	width:720px;
  margin-top:10px; font-size:15px;
}

#program_area_list{
  list-style:none;
  margin:0;
  padding:0;
}

#program_area_list li{	
  float: left;
  list-style: none;
  border:0px solid #cccccc;
  margin-right:45px;
  margin-bottom:15px;

  height:230px;
}

#program_area_list li a{
  text-decoration: none;
  border-right: 0px solid white;
  color: #000000;
  white-space: nowrap;
}

#program_area_list li img{}
#program_area_list .topic{font-size:15px; line-height:30px; height:30px; margin-top:5px}
#program_area_list .desc{font-size:15px; line-height:30px; height:30px}

/************ program detail ***********/
#programme_col_left {
	width:480px;
	height:auto;
	float:left;
}
#programme_col_right {
	width:180px;
	height:auto;
	float:right;
}