@charset "utf-8";
/* CSS Document */

#top_block{
	background:url(../image/topic_banner_product.jpg) center top no-repeat;
}
#topic_menu .subcat{
	background-color:#ffefd4;
}
	 #topic_menu .subcat ul{
	 	padding-left:1em;
	 }	
	 #topic_menu .subcat li{
 		background:none;
		color:#333333;
	 }
	 #topic_menu .subcat li a{
	 	padding-left:33px;
	 }
	 #topic_menu .subcat li a:link{
	 	background:none;
		color:#333333;
	 }
	 #topic_menu .subcat li a:visited{
	 	background:none;
		color:#333333;
	 }
	 #topic_menu .subcat li a:hover{
	 	background:none;
		color:#FF6600;
	 }	 
	 #topic_menu .subcat .nowcat{
	 	background:#FFCC66;
	 }
#child_cat{
	padding:10px 2em;
	width:600px;
	border:#b8c96b 1px solid;
	background-color:#f7ffd8;
	margin:10px 0 1em 1em;
}
	#child_cat li{
		float:left;
		padding-right:1em;
	}
	#child_cat li a:link{
		color:#333333;
		text-decoration:none;
	}
	#child_cat li a:visited{
		color:#333333;
		text-decoration:none;
	}
	#child_cat li a:hover{
		color:#FF3300;
		text-decoration:underline;
	}

.prod_item{
	float:left;
	background:url(../image/prod_item_bg.jpg) center top no-repeat;
	margin-right:16px;
	width:165px;
	height:200px;
}

#article{
	text-align:center;
	line-height:20px;
	color:#333333;
}
	#article h1{
		text-align:left;
		font-size:16px;
		font-weight:600;
		color:#FF6600;
	}
	#article h3{
		text-align:left;
		font-weight:600;
	}
	.para{
		line-height:20px;
		color:#333333;
		padding:16px 0;
	}
#prod_spec{
	width:650px;
	margin:0 auto;
	text-align:left;
	line-height:18px;
}
	#prod_spec h4{
		font-size:14px;
		color:#3b73b9;
	}
	#prod_spec h5{
		font-weight:600;
		color:#4dac2c;
	}
	#prod_spec .spec_table{
		border:#999999  1px solid;	
	}
		#prod_spec .spec_table th{
			font-weight:600;
			color:#333333;
			padding:3px;
			background-color:#eeeeee;
		}
		#prod_spec .spec_table td{
			padding:3px;
			border:#CCCCCC 1px solid;
		}
.hide{
	display:none;
}
#search_list th{
	background:#226fe1 url(../image/th_bg.jpg) top repeat-x;
	padding:10px;
	text-align:center;
	color:#FFFFFF;
	font-weight:600;
}
#search_list td{
	padding:6px;
	border-bottom:#999900 1px dotted;
}
