/* CSS Document */
/*buyshop start*/
.main
{
	width:716px;
	float:left;
	height:auto;
	margin-top:2px;
}
.shopbox
{
	width:716px;
	height:auto;
	float:left;
}
.shopcase
{
	width:350px;
	height:200px;
	float:left;
	margin-right:5px;
	margin-top:5px;
}
.shopcase img
{
	width:200px;
	height:150px;
	float:left;
	overflow:hidden;
}
.shop_name
{
	width:145px;
	height:auto;
	float:right;
	overflow:hidden;
}
.shop_name p
{
	width:150px;
	height:30px;
	overflow:hidden;
}
.shop_funtion
{
	width:260px;
	text-align:center;
	float:left;
	margin-top:10px;
}