@charset "utf-8";
/*產品列表表格*/
.product_content{
	width: 290px;
	float: left;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 0px;
	height: 120px;
}
.product_bind_content{
	width: 290px;
	float: left;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	height: 120px;
}
/*產品列表圖片*/
.product_img{
	width: 150px;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.product_img img{
	border: 2px solid #669900;
}
/*產品列表*/
.product_list{
	float: left;
	padding-right: 3px;
	margin-right: 3px;
	height: 150px;
	width: 120px;
}
.img_border{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* 產品相片其它圖片縮圖 */
#product_thumb .other_pic{
	width: 90px;
	margin-top: 5px;
	margin-right: 5px;
	float: left;
}
#product_thumb img{
	width: 90px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*產品列表文字*/
.product_text{
	width: 125px;
	float: right;
	margin-left: 8px;
}
/*產品細節表格*/
.product_detail p {
	margin: 0px;
	font-size: 0.9em;
}
/*產品細節圖片*/
.product_img_big{
	float: left;
	width: 414px;
}
.product_img_big_border{
	border: 2px solid #669900;
}
/*產品細節產品名*/
.green_underline{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #7D9E2B;
}
/*產品分類圖片*/
.product_img_category{
	float: left;
	width: 187px;
}
.product_title{
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
}
.product_underline{
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px dotted #CCCCCC;
	background-color: #eeeeee;
}
.product_underline h4{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: normal;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.car_line{
	border: 1px solid #666666;
}
.product_etcPic{
	float: left;
	width: 120px;
}
.btn {
	background-color: #eeeeee;
	border: 1px solid #999999;
}
.rule {
	height: 200px;
	width: auto;
	overflow: scroll;
}

