@charset "utf-8";
/* CSS Document */
.Products_img{ border:#dbdbdb solid 1px; float:left;}
	.Products_main dl{ width:160px; float:left; padding:0px 0px 0px 10px; border:#ddd solid 1px; height:279px;}
	.Products_main dl dt{ font-size:14px; font-weight:bold; line-height:30px;}
	.Products_main dl dd{ line-height:22px;}
	.Products_main table{ background:#ddd}
	.Products_main table td{ background:#fff; padding:2px 4px;}
.Products_title{ line-height:30px;  font-weight:bold; font-size:14px;}
.Products_main ul li{ line-height:24px;}

.Intro{ height:220px;}

.more{ text-align:right; padding:0px 10px 0px 0px;}

.accordion {
	width: 100%;
	border-bottom: solid 1px #c4c4c4;
}
.accordion h3 {
	background: #eee url(images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: 100%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #ddd;
	border-bottom: none;
	cursor: pointer;

}
.accordion h3:hover {
	background-color: #e3e2e2;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion p {
	background: #f7f7f7;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	line-height:24px;
	color:#f00;
}