/* ------------- product 內容頁------------- */
.product_frame{
  width:100%;
  float:left;
  margin-bottom: 50px;
  font-size: 1.1em;
}
.proshow{
	/*font-size: 0.7em;*/
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
.product-name{
}
#prophotob{
	position: relative;
}

#prophotob .big_pic{
 left: 10px;
	bottom: 8px;
	position: absolute;
	cursor: pointer;
	height: 25px;
	display: block;
}
/* ------------- product 清單頁 ------------- */
.prod-group{
	padding: 3px;
	border: 0px solid #ccc;
  text-align: left;
	font-size: 0.7em;
	color: #333333;
	margin-bottom: 10px;
	float: left;
	width: 26%;
	height:320px;
	padding-left: 15px;
	padding-right: 20px;
}
.prod-img-frame{ /**多加一個外框,才能讓圖片垂直置中**/
  float: right;
	width: 190px;
	height: 160px;
	background-image: url(../images/product_sbg.jpg);
	background-repeat: no-repeat;
}
.prod-img{
	display:table-cell;
  _display:block;
  vertical-align:middle;
  text-align:center;
  width:190px;
  height:160px;
  border-style:solid;
  border-width:1px;  
  
  border-color:#AAAAAA;
}
.prod-img *{vertical-align:middle;text-align:center;} /*for IE 6 垂直置中*/
.prod-img span{height:160px;display:inline-block; vertical-align:middle;text-align:center;width:1px;}/*for IE 6 垂直置中*/

.prod-name{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 14px;
	position:relative;
  top:10px;
}
.prod-name A{	color: #666666;}
.prod-name A:hover {	color: #003366;}
.prod-desc{
	margin-top: 3px;
	text-align: left;
	font-size: 11px;
	color: #666666;
	position:relative;
  top:10px;
}

/* ------------- product 分類頁使用 ------------- */

.pd-line{
 width:100%;
 float:left;
 overflow:hidden;
}
.cate-group{
	width:32%;
	float: left;
	margin-left:auto;
	margin-bottom: 10px;
	text-align:center;
	height:220px;
	border:#000 solid 0px;
	overflow:hidden;
}
.cate-img-frame{
	width: 190px;
	background-image: url(../images/product_sbg.jpg);
	background-repeat: no-repeat;
	height:160px;
  vertical-align:middle;
}
.cate-img{
	display:table-cell;
  _display:block;
   vertical-align:middle;
   height:160px;
   text-align:center;
   width:190px;
   border-style:solid;
   border-width:1px;
   
   border-color:#AAAAAA;
}
.cate-img *{vertical-align:middle;text-align:center;} /*for IE 6 垂直置中*/
.cate-img span{height:160px;display:inline-block; vertical-align:middle;text-align:center;width:1px;}/*for IE 6 垂直置中*/

.cate-name{
	font-family: "新細明體, Arial, Helvetica, sans-serif";
	font-weight: bolder;
	font-size: 12px;
	vertical-align: sub;
	margin-bottom:10px;
	text-align:left;
	margin-left:0.3em;
  width:100%;
  height:auto;
  overflow:hidden;
  position:relative;
  top:10px; 
}
/* ------------- Inquiry checkbox  ------------- */
.checkicon{
	float:left;
	margin-top:20px;
	font-size:11px;
}
#inqicon{
	width:70px;
	float:right;
	margin-right:50px;
}
#product_intro_1 table{
width:auto;
}
#product_intro_1 td{
	white-space:nowrap;
}

/*=================================浮動開關div ==============*/

#chickmenu{
	position: absolute;
	width: 80px;
	top:290px;
	background: url(../images/chickmenu_02.jpg) repeat-y;
	text-align:center;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	z-index:200;
	background-repeat: repeat;
}
#chickmenu a img{
	border:none;
	
}
#chickmenu a{
	outline:none;
	hide-focus: expression(this.hideFocus=true); 
}

.chick-productOn{
	text-align:center;
	background-image: url(../images/chickmenu_02.jpg);
	background-repeat: repeat;
}

