/*-------------------------------------part1--------------------------------*/
#part1{
	float:left;
	width:200px;
}
/*-------------------------------------part2--------------------------------*/
#part2{
	float:right;
	width:730px;
	padding-left:30px;
	padding-top:10px;
	background:url(../images/product_list_bg1.jpg) no-repeat;
	background-position:left top;
}
.cont{
	width:100%;
	padding-top:40px;
}
.cont #r_r{
	width:694px;
	height:43px;
	margin:auto;
	text-align:left;
	line-height:37px;
	background:url(../images/6_03.jpg) no-repeat;
}
.cont #r_r span{
	padding-left:10px;
	font-size:12px;
	font-weight:bold;
	color:#6b9f18;
}
.cont #r_r span a:link,
.cont #r_r span a:actice,
.cont #r_r span a:visited{
	color:#787878;
}
.cont #r_r span a:hover{
	color:#6b9f18;
}
.cont table{
	width:694px;
	margin:auto;
	margin-top:20px;
	border-top:1px solid #DCDCDC;
	border-right:1px solid #DCDCDC;
}
.cont table td{
	padding-top:5px;
	padding-bottom:5px;
	line-height:20px;
	border-left:1px solid #DCDCDC;
	border-bottom:1px solid #DCDCDC;
}
