﻿/*=======初始設定==========================================================================================*/
.floatR{
	float:right;
}
.floatL{
	float:left;
	color: #000000;
}
.textC{
	text-align:center;
	color: #000000;
}
.textR{
	text-align:right;
}
.textL{
	text-align:left;
	color: #000000;
}
.padding_3{
	padding:3px;
}
.padding_10{
	padding:10px;
}
.padding_15{
	padding:15px;
}
.padding_20{
	padding:20px;
}
.margin_50_a_a_150{
	margin:30px 0px 0px 100px;
}
.margin_center{
	margin:0px auto;
}
.marginL_5px{
	margin-left:5px;
}
.marginR_5px{
	margin-right:5px;
}

.img_80{
	width:80px;
	height:80px;
}
.img_90{
	width:90px;
	height:90px;
}
.img_120{
	width:120px;
	height:120px;
}
.img_250{
	width:250px;
	height:250px;
}



.space{
	clear:both;
}




	
	#product_detail_title,
	#product_detail2_title{
		height:30px;
		text-indent:-9999px;
		overflow:hidden;
	}
	#product_detail_word,
	#product_detail2_word{
		text-align:left;
		margin-left:auto;
		margin-right:auto;
		width:80%;
	}

	#product_detail2_word{}
	
	div.name{
		font-weight: bold;
		text-decoration: underline;
		text-indent:3px;
	}
	div.detail{
		text-indent:3px;
	}
	
	


/*==產品頁設定==*/
/*=======品牌說明部分==========================================================================================*/

#pro_sTitle_bg,
#pro_sTitle_L,
#pro_sTitle_R{
	width:100%;
	height:20px;
}

#pro_sTitle_bg{
	background:url('../images/home3/pro_sTitle_bg.gif') repeat-x top;
}
#pro_sTitle_L{
	background:url('../images/home3/pro_sTitle_L.gif') no-repeat left top;
}
#pro_sTitle_R{
	background:url('../images/home3/pro_sTitle_R.gif') no-repeat right top;
}
#pro_sTitle_bg span{
	color:#FFFFFF;
	font-weight:bold;
}

#product_word{
	width:600px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	
}
#product_word em{
	color: #FFFFCC;
	font-style:normal;
	font-size:1.2em;
	text-decoration:underline;
}

	#main_pic img,
	.products img,
	.products2 img{
		border:1px solid #e6af0a;
		padding:1px;
		background:#a86e0b;
	}
/*--產品一列數目--*/
.products{
	margin:4px;
	height:240px;
}
.products .pro_img{
	width:150px;
}
.products .name,
.products .detail{
	width:150px;
	line-height:1.4em;
}
.products .name{
}
.products .name a{
	color:#FFFFFF;
}

.products .detail{}

.products .pro_img{
}
.products .detail{
	
}



/*=======訊息框架部分==========================================================================================*/
.new_list{
	color: #000000;
	margin:15px auto;
	padding:5px;
	width:75%;
	border-bottom:1px solid #cc9900;
}
	.new_list img{
		color: #000000;
		border:0px;
		padding:0px;
		background:#a86e0b;
	}

	.new_words{color: #000000;
	}
	.new_words2{
		text-align:left;
	}
		.new_title{
			font-weight:bold;
			font-size:1.5em;
			color:#000000;
		}
		.new_time{color: #000000;
		}
		.new_detail{
			border-top:1px solid #cc9900;
		}