
/*第1层*/
#product_display {
	width:486px;
	height:300px;
	position:relative;
	float:left;
}
/*第2层*/
#product_display #product_display_top {
	width:486px;
	height:25px;
	background-image:url(../Images/news_product/news_product_top.jpg);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:left bottom;
}
#product_display #product_display_content {
	width:486px;
	height:260px;
	
	padding: 10px 0 0 0;
	background-image:url(../Images/news_product/dashed_bg.gif);
	background-repeat:repeat-x;
	background-attachment:scroll;
	background-position:top;
	text-align:left;
}
/*第3层*/
#product_display #product_display_top #product_display_title{
	width:161px;
	height:17px;
	text-align:left;
	padding-top:8px;
	position:relative;
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-indent:1em;/*段落缩进2个字符*/
}

#product_display #product_display_top #product_display_more{
	width:51px;
	height:25px;
	position:relative;
	float:right;
	
}

#product_display #product_display_top #product_display_more a img{
	width:51px;
	height:14px;
	border-width:0px;
	padding-top:10px;
}

