/* ------------- product 內容頁------------- */
.product_frame{
  width:100%;
  float:left;
}
.proshow{
	/*font-size: 0.7em;*/
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
.product-name{
  margin-bottom: 10px;
  font-size:15px;
}
.product-name H2{
  width:300px;
  padding-top:10px;
}
#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:auto;
	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;
}
.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;
}
.prod-name A{	color: #666666;}
.prod-name A:hover {	color: #003366;}
.prod-desc{
	margin-top: 3px;
	text-align: left;
	font-size: 11px;
	color: #666666;
}
/* ------------- 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;
}
.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;
}
/* ------------- Inquiry checkbox 尺用 ------------- */
.checkicon{
	float:left;
  *font-size:10px;
	font-size:12px;
}
#inqicon{
	width:90%;
	text-align:right;
	float:right;
	margin-right:150px;
}

/*=================================浮動開關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;
}
/* ------------- end ------------- */
