.tip {
	z-index: 50;
	width:430px; height:auto;
	position:absolute; left:115px; top:100px;
	}

.tip span {
	font-size: 14px;
	color: red;
	text-align:center;
	line-height: 20px;
	}

#share {
	z-index: 50;
	width:120px; height:80px;
	position:absolute; left:460px; top:550px;
	}

#make-wish {
	z-index: 10;
	width:650px; height:650px;
	background: url(../images/MakeWishFrame.png);
	float:left; /*浮动居左*/
	position:relative;
	}

#c9menu {
	z-index: 5;
	width:370px; height:auto;
	position:relative; top:30px; right:0px;
	text-align:center;
	letter-spacing:12px;
	line-height:30px;
	overflow: auto;
	}

#show {
	z-index: 5;
	width: 370px;
	margin: 0px auto;
	position: relative; top:50px; right:-10px;
	overflow: hidden;
	}

#all {
	position: relative;
	width:3330px; height:420px; /* 單頁內容寬度x商品分類頁籤 */
	}

#all > div{
	padding: 5px;
	text-align: justify;
	float: left;
	width: 360px; height: 420px; /* 內容寬度 - 左右padding */
	}

.goods {
	z-index: 5;
	width:360px; height:420px; /*單頁內容寬度*/
	/*background-color: #fff;*/
	overflow-x:hidden;
	overflow-y:auto;
	}

.goods div{
	z-index: 20;
	margin: 5px 5px 50px 5px;
	width:150px; height:150px; /*單個商品長寬*/
	float:left; /*浮动居右*/
	/*background-color: #fff;*/
	border:0px;
	}
