@charset "utf-8";


body{
	margin:0;
	padding:0;
	background:#FFF;
}

#shop_detail{
	width:675px;
	border:4px solid #fcaf2a;
	min-height:400px;
	padding:8px;
}

#shop_detail_left{
	width:213px;
	float:left;
}

#shop_detail_right{
	width:452px;
	float:right;
	
}

#shop_detail_img img{
	border:3px solid #999;
}

.red_left{
	color:#e31049;
	float:left;
	font-size:13px;
	line-height:22px;
	width:75px;
}

.grey_right{
	color:#333;
	float:right;
	font-size:13px;
	line-height:22px;
	text-align:left;
	width:130px;
}

.clearfix{
	clear:both;
}
