/*-------------------------------------part1--------------------------------*/
#part1{
	float:left;
	width:200px;
}
/*-------------------------------------part2--------------------------------*/
#part2{
	float:right;
	width:760px;
	background:url(../images/product_list_bg1.jpg) no-repeat;
	background-position:left top;
}
.cont{
	float:left;
	width:760px;
	padding-top:25px;
	background:url(../images/product_list_bg1.jpg) no-repeat;
}
.cont .top{
	width:604px;
	margin:auto;
}
.cont .ct{
	width:604px;
	margin:auto;
	color:#5B5B5B;
	text-align:center;
	background:url(../images/product_list_br3.jpg) repeat-y;
}
.cont .ct img{
	padding-bottom:10px;
}
.cont .ct .title{
	line-height:25px;
}
.cont .ct .detail{
	text-align:left;
	line-height:20px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
}
.cont .ct .detail span{
	font-weight:bold;
}
.product{
	float:left;
	padding-left:85px;
	padding-top:40px;
}
.product ul{
	margin:0px;
	padding:0px;
}
.product ul li{
	float:left;
	width:215px;
	color:#454545;
	list-style:none;
}
.product ul li img{
	border:1px solid #DCDCDC;
}
.product ul li .mt{
	width:156px;
	font-weight:bold;
	padding-top:15px;
	padding-bottom:15px;
	line-height:27px;
	text-align:center;
	background:url(../images/product_list_sbg.jpg) no-repeat;
	background-position:left center;
}
.product ul li .mt a{
	color:#FFF;
}
.product ul li .md{
	width:71px;
	padding-top:10px;
	text-align:center;
	line-height:21px;
	background:url(../images/product_list_sbg2.jpg) 0px 10px no-repeat;
}
.product ul li .md a{
	color:#4A9600;
}
