/*-------------------------------------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{
	float:left;
	width:100%;
	padding-top:40px;
}
.cont table{
	width:694px;
}
.cont th{
	color:#79B106;
	line-height:35px;
}
.cont td{
	padding-top:5px;
	padding-bottom:5px;
	line-height:20px;
	border-bottom:1px solid #DCDCDC;
}
.th_bg1{
	background:url(../images/message_bg1.jpg) no-repeat;
}
.th_bg2{
	background:url(../images/message_bg2.jpg) no-repeat;
	background-position:right;
}
.th_bg3{
	background:url(../images/message_bg3.jpg) repeat-x;
}
.message{
}
.message td{
	padding-bottom:5px;
}
.message td span{
	padding-left:150px;
}
