@charset "utf-8";
/* CSS Document */
#top_frame{
	width:1000px;
	height: auto;
	float:left;
	background-repeat:no-repeat;
}
#porducts {
	width:540px;
	height: auto;
	padding:10px 10px 0px 10px;
	float:left;
}
#porducts .frame {
	width:210px;
	height:180px;
	float:left;
	padding:10px;
	background-image:url(porducts_bg.jpg);
	background-repeat:no-repeat;
	background-color:#CCC;
	border:3px solid #b8b8b8;
	margin:0px 25px 15px 0px;
	
}
#porducts .photo {
	width:200px;
	height:133px;
	text-align:center;
	overflow:hidden;
	border: 5px solid #fff;
	
	}
#porducts .name {
	width:210px;
	height:25px;
	margin-top:10px;
	text-align:center;
	background-color: #EEE;
}
#Paging{
	width:750px;
	height: auto;
	float:left;
	
	}
