@charset "utf-8";

#Product .SectionBody {
	margin: auto;
	background-image: url(../images/bg_03.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	border: 1px solid #AED5D0;
}
#Product .SectionBeside {
	height: 100%;
	margin: 0px;
	float: left;
	clear: none;
	width: 200px;
	display: inline;
}
#Product  .ProductMenu {
	display: block;
	margin: 5px;
	padding: 0px;
	list-style-type: none;
}
#Product .ProductMenu li {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#Product .ProductMenu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #666666;
	text-decoration: none;
	display: block;
	background-image: url(../images/Dot_07.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	text-indent: 12px;
}
#Product .ProductMenu li a:hover {
	background-color: #509790;
	color: #FFFF00;
	background-image: url(../images/Dot_01.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
}

#Product .ProductDescription {
	font-family: "宋体", Arial;
	font-size: 12px;
	line-height: 150%;
	color: #000000;
	float: right;
	width: 690px;
	clear: none;
	margin: 5px;
	display: inline;
}
#Product .ProductDescription h1 {
	font-size: 18px;
	font-family: "黑体";
	font-weight: normal;
	text-align: center;
	display: block;
	color: #509790;
	line-height: 60px;
}
.ProductsList {
	width: 640px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.ProductsList a {
	color: #333333;
	text-decoration: none;
	text-align: center;
	display: block;
	float: left;
	width: 182px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	height: 140px;
}
.ProductsList img {
	margin: 3px;
	padding: 1px;
	border: 1px solid #333333;
	height: 122px;
	width: auto;
}
#Title {
	font-family: "黑体";
	font-size: 18px;
	color: #999999;
	text-align: center;
	display: block;
}
