@charset "utf-8";
/* CSS Document */
#top_frame{
	width:1000px;
	height: auto;
	float:left;
	background-repeat:no-repeat;
}
#porducts_name{
	width:810px;
	height:50px;
	padding:20px 0px 0px 130px;
	float:left;
	}
#porducts_detail {
	width:570px;
	height: auto;
	float:left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#porducts_detail .frame {
	width:161px;
	height:150px;
	float:left;
	background-image:url(porducts_detail_bg.jpg);
	background-repeat:no-repeat;
	background-color:#DBDBDB;
	border:1px #CCC solid;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	
}
#porducts_detail .photo {
	width:144px;
	height:100px;
	text-align:center;
	overflow:hidden;
	border: 3px solid #fff;
}
#porducts_detail .name {
	width:150px;
	height:25px;
	margin-top:5px;
	text-align:center;
	background-color:#F3F3F3;
}
#Paging{
	width:100%;
	height: auto;
	float:left;
	margin:10px 0px 10px 0px;
	
	}
