﻿@import "public.css";
@import "leftNav.css";
@import "jquery.lightbox-0.5.css";

#kv{
	height:150px;
	background:url(../../products/images/kv.jpg) no-repeat;
}
#kv.clearBg{
	background:none;
}
#kv span{
	display:none;
}

/*********************************** 產品主類別&次類別列表 start *******************************************/
.listClass{
	list-style:none;
	zoom:1;
}
.listClass:after{
	clear:both;
	content:"";
	display:block;
}
.listClass li{
	float:left;
	width:340px;
	height:80px;
	margin:5px 10px;
}
* html .listClass li{
	display:inline;
}
.listClass li a{
	display:block;
	border:3px solid #cacaca;
	padding:3px;
	height:68px;
	font-size:18px;
	color:#333;
	text-decoration:none;
	cursor:pointer;
}
.listClass li a.type1:hover{border-color:#c9006f;color:#c9006f;}
.listClass li a.type2:hover{border-color:#2a9642;color:#2a9642;}
.listClass li a.type3:hover{border-color:#d47837;color:#d47837;}
.listClass li a.type4:hover{border-color:#164594;color:#164594;}
.listClass li a h4{
	background:url(../../products/images/bgClass.jpg) no-repeat;
	height:58px;
	width:163px;
	padding:10px 0 0 20px;
	float:left;
}
.listClass li a img{
	border:none;
	height:68px;
	width:145px;
	float:left;
}
/*********************************** 產品主類別&次類別列表 end *******************************************/

/*********************************** 產品項目列表 start *******************************************/
.listItem{
	list-style:none;
	zoom:1;
}
.listItem:after{
	clear:both;
	content:"";
	display:block;
}
.listItem li{
	float:left;
	width:320px;
	height:50px;
	padding:5px 20px;
	overflow:hidden;
	zoom:1;
}
.listItem li:after{
	clear:both;
	content:"";
	display:block;
}
.listItem li .productP{
	float:left;
	width:100px;
}
.listItem li .productP a img{
	padding:1px;
	width:94px;
	height:44px;
	border:2px solid #999;
	background:#FFF;
}
* html .listItem li.type1 .productP a:hover{background:#FFF;}
* html .listItem li.type2 .productP a:hover{background:#FFF;}
* html .listItem li.type3 .productP a:hover{background:#FFF;}
* html .listItem li.type4 .productP a:hover{background:#FFF;}
.listItem li.type1 .productP a:hover img{background:#c9006f; border-color:#c9006f;}
.listItem li.type2 .productP a:hover img{background:#2a9642; border-color:#2a9642;}
.listItem li.type3 .productP a:hover img{background:#d47837; border-color:#d47837;}
.listItem li.type4 .productP a:hover img{background:#164594; border-color:#164594;}


.listItem li .productCT{
	float:left;
	width:210px;
	margin-left:10px;
}
.listItem li .productCT h4{
	width:210px;
	height:17px;
	white-space:nowrap;
	overflow:hidden;
}
.listItem li .productCT p{
	margin:0;
	padding:0;
	height:16px;
	overflow:hidden;
}
.listItem li .productCT a.more{
	float:right;
}
/*********************************** 產品項目列表 end *******************************************/


/*********************************** 產品詳細頁 圖片區塊 start *******************************************/
.detailPBlock,
.detailPBlock2{
	float:left;
	width:328px;
	padding-right:12px;
	margin-bottom:10px;
	position:relative;
}
.detailPBlock2{
	float:right;
	padding-left:12px;
	padding-right:0;
}
*+html .detailPBlock{
	margin-bottom:5px;
}
* html .detailPBlock{
	margin-bottom:5px;
}
*+html .detailPBlock2{
	margin-bottom:5px;
}
* html .detailPBlock2{
	margin-bottom:5px;
}
.detailP{
	padding:2px;
	border:2px solid #CCC;
	width:320px;
	height:150px;
}
.detailP img{
	display:block;
	width:320px;
	height:150px;
	border:none;
}
.detailPBlock a.zoomBtn{
	display:block;
	width:24px;
	height:24px;
	background:url(../../products/images/btnZoom.gif) no-repeat;
	position:absolute;
	margin:-28px 0 0 300px;
}
.detailPBlock a.zoomBtn span{
	display:none;
}

.sepDetailP{
	background:#f0f0f0 url(../../products/images/bgSepDetailP.gif) repeat-x;
	margin-top:1px;
	padding:3px 0;
}
* html .sepDetailP{
	margin-top:5px;
}
/*********************************** 產品詳細頁 圖片區塊 end *******************************************/


/*********************************** 產品詳細頁 簡短說明區塊 start *******************************************/
.detailCTBlock,
.detailCTBlock2{
	float:left;
	width:360px;
	margin-bottom:10px;
}
*+html .detailCTBlock{
	margin-bottom:5px;
}
* html .detailCTBlock{
	margin-bottom:5px;
}
*+html .detailCTBlock2{
	margin-bottom:5px;
}
* html .detailCTBlock2{
	margin-bottom:5px;
}
.detailCTBlock h4{
	font-size:13px;
	color:#007abb;
}
.detailCTBlock .dash{
	margin:8px 0;
}
.detailCTBlock p{
	margin:0 0 10px;
}
/*********************************** 產品詳細頁 簡短說明區塊 end *******************************************/


/*********************************** PDF 下載 start ***********************************/
#mainCT .ctBlock .pdfDownload{
	margin:0;
	padding:0;
}
.pdfDownload{
	list-style:none;
	zoom:1;
}
.pdfDownload:after{
	content:"";
	clear:both;
	display:block;
}
.pdfDownload li{
	float:left;
	padding-right:30px;
}
.pdfDownload li a{
	display:block;
	padding:3px 0 7px 27px;
	background:url(../../products/images/iconPDF.gif) no-repeat;
	color:#666;
}
.pdfDownload li a:hover{
	text-decoration:none;
	background-position:1px 1px;
	color:#C00;
}
/*********************************** PDF 下載 end ***********************************/

/*********************************** 詢價表單 start ***********************************/
#requestQuotationForm input.input,
#requestQuotationForm select.select{
	width:400px;
}
#requestQuotationForm textarea{
	width:400px;
	height:70px;
}
#requestQuotationForm dt{
	width:120px;
}
#requestQuotationForm dd{

}
.requestQuotationBtn{
	clear:both;
	text-align:center;
	margin-top:15px;
}
.requestQuotationBtn .formBtn{
	width:60px;
	margin:0 5px;
}
/*********************************** 詢價表單 end ***********************************/

.listitemAbs{
	height: 18px;
	overflow: hidden;
}

