﻿@charset "utf-8";
/* CSS Document */

/*------------------------素版----------------------------*/

.Sbigbox{
	margin: 0 auto;
}
/*視窗固定在右下角*/
  .div_right_bottom {
        background-color:#FFF;
        width: 130px;
        float: right;
        position: fixed;
        right: 70px;
        bottom: 0px;
        z-index: 20;
        border: 2px solid #69c;
        _position: absolute; /* position fixed for IE6 */
    }
/*房子背景*/
.housebg{
	height: 530px;
	padding-top: 170px;
	}

/*商品區大框*/
.goodbigbox{
	width: 800px;
	float: left;
	height: 470px;
	margin-left: 50px;
	margin-top: 20px;
	}

/*banner區*/
.banner{
	width: 800px;
	padding: 0px;
	height: 100px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
    /*background-color: rgba(255, 226, 34, 0.6);
    background: rgba(255, 226, 34, 0.6);
    color: rgba(255, 226, 34, 0.6);*/
	}
	
/*店鋪名稱*/
.stoername{
	width: 1100px;
	height: 150px;
	background-image: url(../images/store/sign.png);
	background-repeat: no-repeat;
 }
.company{
	font-size: 16pt;
	font-weight: bold;
	color: #a95303;
	font-family: "微軟正黑體";
	text-shadow: 0px 1px 4px #FFF;
	padding-top: 108px;
	padding-left: 500px;
	width: 20em;
	height: 1.2em;
	overflow:hidden; 
 }
 
/*店家評比分數*/
.score{
	color:#FFF;
	font-size: 14pt;
	font-family: "微軟正黑體";
	margin-top: -38px;
	margin-left: 30px;
	}
/*按鈕大框*/
.bottonbigbox{
	width: 200px;
	height: 652px;
	float: left;
	background-image:url(../images/store/menubroad.png);
	background-repeat: no-repeat;
	margin-top: 50px;
	}
/*個別按鈕的框*/
.bottonsamll{
	margin: 0px 5px 0px 5px;
	}
/*店家按鈕*/
.stoerbutton{
	font: bold 20px Century Gothic, sans-serif;
	color: #ffffff;
	background: #D86701;
	border: 2px solid #ff8a00;
	font-size: 14pt;
	width: 100px;
	height: 45px;
}

/*店長姓名*/
.bossname{
	font-family:"微軟正黑體";
	text-align: center;
	line-height: 20px;
	font-size: 15pt;
	font-weight: bold;
	color: #303030;
	padding-top: 230px;
	padding-bottom: 12px;
	width: 195px;
	}


/*商品圖文框*/
.phototxtbigbox{
	width: 140px;
	height: 180px;
	float: left;
	border: #8aa8c0 solid 2px;
	margin: 10px 5px 10px 5px;
	background-color: #FFFFFF;
	border-radius: 5px;
	}

/*商品圖*/
.goodphoto{
	width: 124px;
	height: 120px;
	margin: 5px 7px 5px 7px;
	border: #DBDBDB solid 1px;
	}
.goodphoto img{
	width: 120px;
	height: 120px;
	border: 0;
}

/*商品名稱*/
.goodname{
	width: 130px;
	margin: 0px 0px 5px 8px;
	word-wrap: break-word; /*自動斷行*/
	word-break: normal; /*自動斷行*/
	word-break: break-all;/*强制英文单词断行*/
	font-size: 11pt;
	color: #333;
	float: left;
	display: block;/*統一轉化為塊級元素*/
	overflow: hidden;
	height:20px;
	line-height:20px;
	font-family: "微軟正黑體";
	}
	
/*商品名稱超連結*/
.goodname:link{
    text-decoration: none;/*連結消除底線*/
	color:#B52F00;　 
    }
.goodname:hover{
	text-decoration: underline ;  　 /*滑鼠經過顯示底線*/
	color:#B52F00;
    }

	
/*特價兩個字*/
.onsaletitle{
	color: #b51e28;
	font-size: 12pt;
	height: 20px;
	float: left;
	font-weight: bold;
	text-align: right;
	padding-left: 8px;
	font-family: "微軟正黑體";
	}
/*特價價錢*/
.onsalemoney{
	color: #b51e28;
	font-size: 12pt;
	height: 20px;
	float: left;
	text-align: left;
	line-height: 18px;
	font-weight: bold;
	font-family: "微軟正黑體";
	}
/*copyright*/
.copyright{
	font-family:"微軟正黑體";
	width: 1100px;
	text-align: center;
	margin: 0 auto;
	color: #000000;
	font-size: 11pt;
	margin-top: 5px;
	}

/*內文區大框*/
.conbigbox{
	width: 800px;
	float: left;
	height: 640px;
	margin-left: 50px;
	margin-top: 30px;
	}
		
/*商店介紹、關於我們 內文*/
.storecontant{
    width: 800px;
	height: 600px;
	font-family:"微軟正黑體";
	font-size: 14pt;
	line-height: 25px;
	text-align: justify;
}

/*所有商品*/
.alltitxt{
	font-family:"微軟正黑體";
	color: #000000;
	font-size: 16pt;
	font-weight: bold;
	height: 40px;
	color:#910611;
	}
	
/*條件填寫區域*/
.learningbox{
	width: 1100px;
	height: 850px;
	background-image: url(../images/store/white-bg.png);
	margin: 0 auto; /*置中*/
	background-repeat: no-repeat;
}









/*------------------------普普風----------------------------*/

/*商品區大框*/
.popo-goodbigbox{
	width: 600px;
	float: left;
	height: 430px;
	margin-left: 50px;
	margin-top: 20px;
	}


/*店長姓名*/
.popo-bossname{
	width: 100px;
	height: 30px;
	text-align: left;
	line-height: 20px;
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	padding-top: 10px;
	background-color: #0F7CB7;
	}

/*banner區*/
.popo-banner{
	width: 800px;
	padding: 0px;
	height: 100px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
    /*background-color: rgba(255, 226, 34, 0.6);
    background: rgba(255, 226, 34, 0.6);
    color: rgba(255, 226, 34, 0.6);*/
	}
	
.popo-Sbigbox{
	width: 800px;
	margin: 0 auto;
	margin-top: 20px;
	height: 850px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/*房子背景*/
.popo-housebg{
	/*background-image: url(../images/popo-house.png);*/
	background-image: url(../../images/StoreBGpic/popo-house.png);
	height: 600px;
	padding-top: 110px;
	}
	
/*店鋪名稱*/
.popo-stoername{
	width: 340px;
	height: 45px;
	text-align: left;
	line-height: 45px;
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
	float: left;
	background-color: #0F7CB7;
 	}
/*按鈕大框*/
.popo-bottonbigbox{
	width: 800px;
	height: 50px;
	float: left;
	margin-bottom: 10px;
	}
/*個別按鈕的框*/
.popo-bottonsamll{
	width: 100px;
	float: left;
	height: 50px;
	margin: 0px 5px 0px 5px;
	}
/*店家按鈕*/
.popo-stoerbutton{
	font: bold 20px Century Gothic, sans-serif;
	color: #ffffff;
	background: #0F7CB7;
	border: 2px solid #82ccff;
	font-size: 14pt;
	width: 100px;
	height: 45px;
}
/*店長姓名標題*/
.popo-bosstitle{
	width: 70px;
	height: 30px;
	text-align: left;
	line-height: 20px;
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
	float: left;
	padding-top: 10px;
	background-color: #0F7CB7;
	}

/*所有商品*/
.popo-alltitxt{
	width: 727px;
	padding-left: 50px;
	float: left;
	color: #000000;
	font-size: 14pt;
	font-weight: bold;
	margin-left: 5px;
	height: 35px;
	line-height: 35px;
	margin-top:30px;
	}

/*商品區大框*/
.popo-goodbigbox{
	width: 600px;
	float: left;
	height: 470px;
	margin-left: 50px;
	}
	
/*商品圖文框*/
.popo-phototxtbigbox{
	width: 140px;
	height: 180px;
	float: left;
	border: #572293 solid 2px;
	margin: 10px 0px 10px 5px;
	background-color: #FFFFFF;
	}

/*內文區大框*/
.popo-conbigbox{
	width: 590px;
	float: left;
	height: 425px;
	margin-left: 60px;
	}

/*商品圖*/
.popo-goodphoto{
	width: 120px;
	height: 120px;
	margin: 5px 9px 5px 9px;
	border: #DBDBDB solid 1px;
	}
.popo-goodphoto img{
	width:150px;
	height:150px;
	border:0;
}

/*商品名稱*/
.popo-goodname{
	width: 130px;
	height: 15px;
	margin: 0px 5px 5px 5px;
	word-wrap: break-word; /*自動斷行*/
	word-break: normal; /*自動斷行*/
	word-break: break-all;/*强制英文单词断行*/
	font-size: 11pt;
	color: #333;
	float: left;
	display: block;/*統一轉化為塊級元素*/
	overflow: hidden;
	height:20px;
	line-height:20px;
	}
/*商品名稱超連結*/
.popo-goodname:link{
    text-decoration: none;/*連結消除底線*/
	color:#B52F00;　 
    }
.popo-goodname:hover{
	text-decoration: underline ;  　 /*滑鼠經過顯示底線*/
	color:#B52F00;
    }

	
/*特價兩個字*/
.popo-onsaletitle{
	color: #852128;
	font-size: 12pt;
	/*width: 60px;*/
	height: 20px;
	float: left;
	font-weight: bold;
	text-align: right;
	/*width: 60px;*/
	}
/*特價價錢*/
.popo-onsalemoney{
	color: #852128;
	font-size: 12pt;
	/*width: 130px;*/
	height: 20px;
	float: left;
	text-align: left;
	line-height: 18px;
	font-weight: bold;
	width: 60px;
	/*width: 90px;*/
	}
/*copyright*/
.popo-copyright{
	width: 800px;
	margin: 0 auto;
	margin-bottom: 0px;
	height: 30px;
	float: left;
	line-height: 30px;
	text-align: center;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	}
	
/*商店介紹、關於我們 內文*/
.popo-storecontant{
    width: 590px;
	float: left;
	height: 450px;
    padding: 5px 5px 5px 45px;
	}
/*------------------------復古風----------------------------*/
.ob-body{
    background-color: #dbd994;
}

.ob-Sbigbox{
	width: 800px;
	margin: 0 auto;
	margin-top: 20px;
	height: 850px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/*房子背景*/
.ob-housebg{
	/*background-image: url(../images/ob-house.png);*/
	background-image: url(../../images/StoreBGpic/ob-house.png);
	height: 500px;
	padding-top: 200px;
	}

/*商品區大框*/
.ob-goodbigbox{
	width: 600px;
	float: left;
	height: 430px;
	margin-left: 50px;
	margin-top: 20px;
	}


/*店長姓名*/
.ob-bossname{
	width: 100px;
	height: 30px;
	text-align: left;
	line-height: 20px;
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	padding-top: 10px;
	background-color: #925401;
	}

/*banner區*/
.ob-banner{
	width: 800px;
	padding: 0px;
	height: 100px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
    /*background-color: rgba(255, 226, 34, 0.6);
    background: rgba(255, 226, 34, 0.6);
    color: rgba(255, 226, 34, 0.6);*/
	}
	
/*店鋪名稱*/
.ob-stoername{
	width: 340px;
	height: 45px;
	text-align: left;
	line-height: 45px;
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
	float: left;
	background-color: #925401;
 	}
/*按鈕大框*/
.ob-bottonbigbox{
	width: 800px;
	height: 50px;
	float: left;
	margin-bottom: 10px;
	}
/*個別按鈕的框*/
.ob-bottonsamll{
	width: 100px;
	float: left;
	height: 50px;
	margin: 0px 5px 0px 5px;
	}
/*店家按鈕*/
.ob-stoerbutton{
	font: bold 20px Century Gothic, sans-serif;
	color: #ffffff;
	background: #925401;
	border: 2px solid #b36203;
	font-size: 14pt;
	width: 100px;
	height: 45px;
}
/*店長姓名標題*/
.ob-bosstitle{
	width: 70px;
	height: 30px;
	text-align: left;
	line-height: 20px;
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
	float: left;
	padding-top: 10px;
	background-color: #925401;
	}

/*所有商品*/
.ob-alltitxt{
	width: 727px;
	padding-left: 50px;
	float: left;
	color: #000000;
	font-size: 14pt;
	font-weight: bold;
	margin-left: 5px;
	height: 35px;
	line-height: 35px;
	margin-top:30px;
	}

/*商品區大框*/
.ob-goodbigbox{
	width: 600px;
	float: left;
	height: 470px;
	margin-left: 50px;
	}
	
/*商品圖文框*/
.ob-phototxtbigbox{
	width: 140px;
	height: 180px;
	float: left;
	border: #572293 solid 2px;
	margin: 10px 0px 10px 5px;
	background-color: #FFFFFF;
	}

/*內文區大框*/
.ob-conbigbox{
	width: 590px;
	float: left;
	height: 425px;
	margin-left: 60px;
	}

/*商品圖*/
.ob-goodphoto{
	width: 120px;
	height: 120px;
	margin: 5px 9px 5px 9px;
	border: #DBDBDB solid 1px;
	}
.ob-goodphoto img{
	width:150px;
	height:150px;
	border:0;
}

/*商品名稱*/
.ob-goodname{
	width: 130px;
	height: 15px;
	margin: 0px 5px 5px 5px;
	word-wrap: break-word; /*自動斷行*/
	word-break: normal; /*自動斷行*/
	word-break: break-all;/*强制英文单词断行*/
	font-size: 11pt;
	color: #333;
	float: left;
	display: block;/*統一轉化為塊級元素*/
	overflow: hidden;
	height:20px;
	line-height:20px;
	}
/*商品名稱超連結*/
.ob-goodname:link{
    text-decoration: none;/*連結消除底線*/
	color:#B52F00;　 
    }
.ob-goodname:hover{
	text-decoration: underline ;  　 /*滑鼠經過顯示底線*/
	color:#B52F00;
    }

	
/*特價兩個字*/
.ob-onsaletitle{
	color: #852128;
	font-size: 12pt;
	/*width: 60px;*/
	height: 20px;
	float: left;
	font-weight: bold;
	text-align: right;
	/*width: 60px;*/
	}
/*特價價錢*/
.ob-onsalemoney{
	color: #852128;
	font-size: 12pt;
	/*width: 130px;*/
	height: 20px;
	float: left;
	text-align: left;
	line-height: 18px;
	font-weight: bold;
	width: 60px;
	/*width: 90px;*/
	}
/*copyright*/
.ob-copyright{
	width: 800px;
	margin: 0 auto;
	margin-bottom: 0px;
	height: 30px;
	float: left;
	line-height: 30px;
	text-align: center;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	}
	
/*商店介紹、關於我們 內文*/
.ob-storecontant{
    width: 590px;
	float: left;
	height: 450px;
    padding: 5px 5px 5px 45px;
}
/*------------------------童趣風----------------------------*/
/*body*/
.ch-body{
    background-color: #dbd994;
}

.ch-Sbigbox{
	width: 800px;
	margin: 0 auto;
	margin-top: 20px;
	height: 850px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/*房子背景*/
.ch-housebg{
	/*background-image: url(../images/ch-house.png);*/
	background-image: url(../../images/StoreBGpic/ch-house.png);
	height: 530px;
	padding-top: 170px;
	}

/*商品區大框*/
.ch-goodbigbox{
	width: 600px;
	float: left;
	height: 430px;
	margin-left: 50px;
	margin-top: 20px;
	}


/*店長姓名*/
.ch-bossname{
	width: 100px;
	height: 30px;
	text-align: left;
	line-height: 20px;
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	padding-top: 10px;
	background-color: #FF4200;
	}

/*banner區*/
.ch-banner{
	width: 800px;
	padding: 0px;
	height: 100px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
    /*background-color: rgba(255, 226, 34, 0.6);
    background: rgba(255, 226, 34, 0.6);
    color: rgba(255, 226, 34, 0.6);*/
	}
	
/*店鋪名稱*/
.ch-stoername{
	width: 340px;
	height: 45px;
	text-align: left;
	line-height: 45px;
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
	float: left;
	background-color: #FF4200;
 	}
/*按鈕大框*/
.ch-bottonbigbox{
	width: 800px;
	height: 50px;
	float: left;
	margin-bottom: 10px;
	}
/*個別按鈕的框*/
.ch-bottonsamll{
	width: 100px;
	float: left;
	height: 50px;
	margin: 0px 5px 0px 5px;
	}
/*店家按鈕*/
.ch-stoerbutton{
	font: bold 20px Century Gothic, sans-serif;
	color: #ffffff;
	background: #FF4200;
	border: 2px solid #FCA383;
	font-size: 14pt;
	width: 100px;
	height: 45px;
}
/*店長姓名標題*/
.ch-bosstitle{
	width: 70px;
	height: 30px;
	text-align: left;
	line-height: 20px;
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
	float: left;
	padding-top: 10px;
	background-color: #FF4200;
	}

/*所有商品*/
.ch-alltitxt{
	width: 727px;
	padding-left: 50px;
	float: left;
	color: #000000;
	font-size: 14pt;
	font-weight: bold;
	margin-left: 5px;
	height: 35px;
	line-height: 35px;
	margin-top:30px;
	}

/*商品區大框*/
.ch-goodbigbox{
	width: 600px;
	float: left;
	height: 470px;
	margin-left: 50px;
	}
	
/*商品圖文框*/
.ch-phototxtbigbox{
	width: 140px;
	height: 180px;
	float: left;
	border: #572293 solid 2px;
	margin: 10px 0px 10px 5px;
	background-color: #FFFFFF;
	}

/*內文區大框*/
.ch-conbigbox{
	width: 590px;
	float: left;
	height: 425px;
	margin-left: 60px;
	}

/*商品圖*/
.ch-goodphoto{
	width: 120px;
	height: 120px;
	margin: 5px 9px 5px 9px;
	border: #DBDBDB solid 1px;
	}
.ch-goodphoto img{
	width:150px;
	height:150px;
	border:0;
}

/*商品名稱*/
.ch-goodname{
	width: 130px;
	height: 15px;
	margin: 0px 5px 5px 5px;
	word-wrap: break-word; /*自動斷行*/
	word-break: normal; /*自動斷行*/
	word-break: break-all;/*强制英文单词断行*/
	font-size: 11pt;
	color: #333;
	float: left;
	display: block;/*統一轉化為塊級元素*/
	overflow: hidden;
	height:20px;
	line-height:20px;
	}
/*商品名稱超連結*/
.ch-goodname:link{
    text-decoration: none;/*連結消除底線*/
	color:#B52F00;　 
    }
.ch-goodname:hover{
	text-decoration: underline ;  　 /*滑鼠經過顯示底線*/
	color:#B52F00;
    }

	
/*特價兩個字*/
.ch-onsaletitle{
	color: #852128;
	font-size: 12pt;
	/*width: 60px;*/
	height: 20px;
	float: left;
	font-weight: bold;
	text-align: right;
	/*width: 60px;*/
	}
/*特價價錢*/
.ch-onsalemoney{
	color: #852128;
	font-size: 12pt;
	/*width: 130px;*/
	height: 20px;
	float: left;
	text-align: left;
	line-height: 18px;
	font-weight: bold;
	width: 60px;
	/*width: 90px;*/
	}
/*copyright*/
.ch-copyright{
	width: 800px;
	margin: 0 auto;
	margin-bottom: 0px;
	height: 30px;
	float: left;
	line-height: 30px;
	text-align: center;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	}
	
/*商店介紹、關於我們 內文*/
.ch-storecontant{
    width: 590px;
	float: left;
	height: 450px;
    padding: 5px 5px 5px 45px;
}
	
/*------------------------潮流風----------------------------*/
/*body*/
.tr-body{
    background-color: #dbd994;
}

.tr-Sbigbox{
	width: 800px;
	margin: 0 auto;
	margin-top: 20px;
	height: 850px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/*房子背景*/
.tr-housebg{
	/*background-image: url(../images/tr-house.png);*/
	background-image: url(../../images/StoreBGpic/tr-house.png);
	height: 530px;
	padding-top: 170px;
	}

/*商品區大框*/
.tr-goodbigbox{
	width: 600px;
	float: left;
	height: 430px;
	margin-left: 50px;
	margin-top: 20px;
	}


/*店長姓名*/
.tr-bossname{
	width: 100px;
	height: 30px;
	text-align: left;
	line-height: 20px;
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	padding-top: 10px;
	background-color: #E109A6;
	}

/*banner區*/
.tr-banner{
	width: 800px;
	padding: 0px;
	height: 100px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
    /*background-color: rgba(255, 226, 34, 0.6);
    background: rgba(255, 226, 34, 0.6);
    color: rgba(255, 226, 34, 0.6);*/
	}
	
/*店鋪名稱*/
.tr-stoername{
	width: 340px;
	height: 45px;
	text-align: left;
	line-height: 45px;
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
	float: left;
	background-color: #E109A6;
 	}
/*按鈕大框*/
.tr-bottonbigbox{
	width: 800px;
	height: 50px;
	float: left;
	margin-bottom: 10px;
	}
/*個別按鈕的框*/
.tr-bottonsamll{
	width: 100px;
	float: left;
	height: 50px;
	margin: 0px 5px 0px 5px;
	}
/*店家按鈕*/
.tr-stoerbutton{
	font: bold 20px Century Gothic, sans-serif;
	color: #ffffff;
	background: #E109A6;
	border: 2px solid #ff70f3;
	font-size: 14pt;
	width: 100px;
	height: 45px;
}
/*店長姓名標題*/
.tr-bosstitle{
	width: 70px;
	height: 30px;
	text-align: left;
	line-height: 20px;
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
	float: left;
	padding-top: 10px;
	background-color: #E109A6;
	}

/*所有商品*/
.tr-alltitxt{
	width: 727px;
	padding-left: 50px;
	float: left;
	color: #000000;
	font-size: 14pt;
	font-weight: bold;
	margin-left: 5px;
	height: 35px;
	line-height: 35px;
	margin-top:30px;
	}

/*商品區大框*/
.tr-goodbigbox{
	width: 600px;
	float: left;
	height: 470px;
	margin-left: 50px;
	}
	
/*商品圖文框*/
.tr-phototxtbigbox{
	width: 140px;
	height: 180px;
	float: left;
	border: #572293 solid 2px;
	margin: 10px 0px 10px 5px;
	background-color: #FFFFFF;
	}

/*內文區大框*/
.tr-conbigbox{
	width: 590px;
	float: left;
	height: 425px;
	margin-left: 60px;
	}

/*商品圖*/
.tr-goodphoto{
	width: 120px;
	height: 120px;
	margin: 5px 9px 5px 9px;
	border: #DBDBDB solid 1px;
	}
.tr-goodphoto img{
	width:150px;
	height:150px;
	border:0;
}

/*商品名稱*/
.tr-goodname{
	width: 130px;
	height: 15px;
	margin: 0px 5px 5px 5px;
	word-wrap: break-word; /*自動斷行*/
	word-break: normal; /*自動斷行*/
	word-break: break-all;/*强制英文单词断行*/
	font-size: 11pt;
	color: #333;
	float: left;
	display: block;/*統一轉化為塊級元素*/
	overflow: hidden;
	height:20px;
	line-height:20px;
	}
/*商品名稱超連結*/
.tr-goodname:link{
    text-decoration: none;/*連結消除底線*/
	color:#B52F00;　 
    }
.tr-goodname:hover{
	text-decoration: underline ;  　 /*滑鼠經過顯示底線*/
	color:#B52F00;
    }

	
/*特價兩個字*/
.tr-onsaletitle{
	color: #852128;
	font-size: 12pt;
	/*width: 60px;*/
	height: 20px;
	float: left;
	font-weight: bold;
	text-align: right;
	/*width: 60px;*/
	}
/*特價價錢*/
.tr-onsalemoney{
	color: #852128;
	font-size: 12pt;
	/*width: 130px;*/
	height: 20px;
	float: left;
	text-align: left;
	line-height: 18px;
	font-weight: bold;
	width: 60px;
	/*width: 90px;*/
	}
/*copyright*/
.tr-copyright{
	width: 800px;
	margin: 0 auto;
	margin-bottom: 0px;
	height: 30px;
	float: left;
	line-height: 30px;
	text-align: center;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	}
	
/*商店介紹、關於我們 內文*/
.tr-storecontant{
    width: 590px;
	float: left;
	height: 450px;
    padding: 5px 5px 5px 45px;
}
/*------------------------海洋風----------------------------*/
/*body*/
.oc-body{
    background-color: #dbd994;
}

.oc-Sbigbox{
	width: 800px;
	margin: 0 auto;
	margin-top: 20px;
	height: 850px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/*房子背景*/
.oc-housebg{
	/*background-image: url(../images/ocean-house.png);*/
	background-image: url(../../images/StoreBGpic/ocean-house.png);
	height: 530px;
	padding-top: 170px;
	}

/*商品區大框*/
.oc-goodbigbox{
	width: 600px;
	float: left;
	height: 430px;
	margin-left: 50px;
	margin-top: 20px;
	}


/*店長姓名*/
.oc-bossname{
	width: 100px;
	height: 30px;
	text-align: left;
	line-height: 20px;
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	padding-top: 10px;
	background-color: #0F7CB7;
	}

/*banner區*/
.oc-banner{
	width: 800px;
	padding: 0px;
	height: 100px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
    /*background-color: rgba(255, 226, 34, 0.6);
    background: rgba(255, 226, 34, 0.6);
    color: rgba(255, 226, 34, 0.6);*/
	}
	
/*店鋪名稱*/
.oc-stoername{
	width: 340px;
	height: 45px;
	text-align: left;
	line-height: 45px;
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
	float: left;
	background-color: #0F7CB7;
 	}
/*按鈕大框*/
.oc-bottonbigbox{
	width: 800px;
	height: 50px;
	float: left;
	margin-bottom: 10px;
	}
/*個別按鈕的框*/
.oc-bottonsamll{
	width: 100px;
	float: left;
	height: 50px;
	margin: 0px 5px 0px 5px;
	}
/*店家按鈕*/
.oc-stoerbutton{
	font: bold 20px Century Gothic, sans-serif;
	color: #ffffff;
	background: #0F7CB7;
	border: 2px solid #82ccff;
	font-size: 14pt;
	width: 100px;
	height: 45px;
}
/*店長姓名標題*/
.oc-bosstitle{
	width: 70px;
	height: 30px;
	text-align: left;
	line-height: 20px;
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
	float: left;
	padding-top: 10px;
	background-color: #0F7CB7;
	}

/*所有商品*/
.oc-alltitxt{
	width: 727px;
	padding-left: 50px;
	float: left;
	color: #000000;
	font-size: 14pt;
	font-weight: bold;
	margin-left: 5px;
	height: 35px;
	line-height: 35px;
	margin-top:30px;
	}

/*商品區大框*/
.oc-goodbigbox{
	width: 600px;
	float: left;
	height: 470px;
	margin-left: 50px;
	}
	
/*商品圖文框*/
.oc-phototxtbigbox{
	width: 140px;
	height: 180px;
	float: left;
	border: #572293 solid 2px;
	margin: 10px 0px 10px 5px;
	background-color: #FFFFFF;
	}

/*內文區大框*/
.oc-conbigbox{
	width: 590px;
	float: left;
	height: 425px;
	margin-left: 60px;
	}

/*商品圖*/
.oc-goodphoto{
	width: 120px;
	height: 120px;
	margin: 5px 9px 5px 9px;
	border: #DBDBDB solid 1px;
	}
.oc-goodphoto img{
	width:150px;
	height:150px;
	border:0;
}

/*商品名稱*/
.oc-goodname{
	width: 130px;
	height: 15px;
	margin: 0px 5px 5px 5px;
	word-wrap: break-word; /*自動斷行*/
	word-break: normal; /*自動斷行*/
	word-break: break-all;/*强制英文单词断行*/
	font-size: 11pt;
	color: #333;
	float: left;
	display: block;/*統一轉化為塊級元素*/
	overflow: hidden;
	height:20px;
	line-height:20px;
	}
/*商品名稱超連結*/
.oc-goodname:link{
    text-decoration: none;/*連結消除底線*/
	color:#B52F00;　 
    }
.oc-goodname:hover{
	text-decoration: underline ;  　 /*滑鼠經過顯示底線*/
	color:#B52F00;
    }

	
/*特價兩個字*/
.oc-onsaletitle{
	color: #852128;
	font-size: 12pt;
	/*width: 60px;*/
	height: 20px;
	float: left;
	font-weight: bold;
	text-align: right;
	/*width: 60px;*/
	}
/*特價價錢*/
.oc-onsalemoney{
	color: #852128;
	font-size: 12pt;
	/*width: 130px;*/
	height: 20px;
	float: left;
	text-align: left;
	line-height: 18px;
	font-weight: bold;
	width: 60px;
	/*width: 90px;*/
	}
/*copyright*/
.oc-copyright{
	width: 800px;
	margin: 0 auto;
	margin-bottom: 0px;
	height: 30px;
	float: left;
	line-height: 30px;
	text-align: center;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	}
	
/*商店介紹、關於我們 內文*/
.oc-storecontant{
    width: 590px;
	float: left;
	height: 450px;
    padding: 5px 5px 5px 45px;
}
/*------------------------森林風----------------------------*/
/*body*/
.tree-body{
    background-color: #dbd994;
}

.tree-Sbigbox{
	width: 800px;
	margin: 0 auto;
	margin-top: 20px;
	height: 850px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/*房子背景*/
.tree-housebg{
	/*background-image: url(../images/tree-house.png);*/
	background-image: url(../../images/StoreBGpic/tree-house.png);
	height: 530px;
	padding-top: 170px;
	}

/*商品區大框*/
.tree-goodbigbox{
	width: 600px;
	float: left;
	height: 430px;
	margin-left: 50px;
	margin-top: 20px;
	}


/*店長姓名*/
.tree-bossname{
	width: 100px;
	height: 30px;
	text-align: left;
	line-height: 20px;
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	padding-top: 10px;
	background-color: #497B06;
	}

/*banner區*/
.tree-banner{
	width: 800px;
	padding: 0px;
	height: 100px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
    /*background-color: rgba(255, 226, 34, 0.6);
    background: rgba(255, 226, 34, 0.6);
    color: rgba(255, 226, 34, 0.6);*/
	}
	
/*店鋪名稱*/
.tree-stoername{
	width: 340px;
	height: 45px;
	text-align: left;
	line-height: 45px;
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
	float: left;
	background-color: #497B06;
 	}
/*按鈕大框*/
.tree-bottonbigbox{
	width: 800px;
	height: 50px;
	float: left;
	margin-bottom: 10px;
	}
/*個別按鈕的框*/
.tree-bottonsamll{
	width: 100px;
	float: left;
	height: 50px;
	margin: 0px 5px 0px 5px;
	}
/*店家按鈕*/
.tree-stoerbutton{
	font: bold 20px Century Gothic, sans-serif;
	color: #ffffff;
	background: #497B06;
	border: 2px solid #6fbb01;
	font-size: 14pt;
	width: 100px;
	height: 45px;
}
/*店長姓名標題*/
.tree-bosstitle{
	width: 70px;
	height: 30px;
	text-align: left;
	line-height: 20px;
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
	float: left;
	padding-top: 10px;
	background-color: #497B06;
	}

/*所有商品*/
.tree-alltitxt{
	width: 727px;
	padding-left: 50px;
	float: left;
	color: #000000;
	font-size: 14pt;
	font-weight: bold;
	margin-left: 5px;
	height: 35px;
	line-height: 35px;
	margin-top:30px;
	}

/*商品區大框*/
.tree-goodbigbox{
	width: 600px;
	float: left;
	height: 470px;
	margin-left: 50px;
	}
	
/*商品圖文框*/
.tree-phototxtbigbox{
	width: 140px;
	height: 180px;
	float: left;
	border: #572293 solid 2px;
	margin: 10px 0px 10px 5px;
	background-color: #FFFFFF;
	}

/*內文區大框*/
.tree-conbigbox{
	width: 590px;
	float: left;
	height: 425px;
	margin-left: 60px;
	}

/*商品圖*/
.tree-goodphoto{
	width: 120px;
	height: 120px;
	margin: 5px 9px 5px 9px;
	border: #DBDBDB solid 1px;
	}
.tree-goodphoto img{
	width:150px;
	height:150px;
	border:0;
}

/*商品名稱*/
.tree-goodname{
	width: 130px;
	height: 15px;
	margin: 0px 5px 5px 5px;
	word-wrap: break-word; /*自動斷行*/
	word-break: normal; /*自動斷行*/
	word-break: break-all;/*强制英文单词断行*/
	font-size: 11pt;
	color: #333;
	float: left;
	display: block;/*統一轉化為塊級元素*/
	overflow: hidden;
	height:20px;
	line-height:20px;
	}
/*商品名稱超連結*/
.tree-goodname:link{
    text-decoration: none;/*連結消除底線*/
	color:#B52F00;　 
    }
.tree-goodname:hover{
	text-decoration: underline ;  　 /*滑鼠經過顯示底線*/
	color:#B52F00;
    }

	
/*特價兩個字*/
.tree-onsaletitle{
	color: #852128;
	font-size: 12pt;
	/*width: 60px;*/
	height: 20px;
	float: left;
	font-weight: bold;
	text-align: right;
	/*width: 60px;*/
	}
/*特價價錢*/
.tree-onsalemoney{
	color: #852128;
	font-size: 12pt;
	/*width: 130px;*/
	height: 20px;
	float: left;
	text-align: left;
	line-height: 18px;
	font-weight: bold;
	width: 60px;
	/*width: 90px;*/
	}
/*copyright*/
.tree-copyright{
	width: 800px;
	margin: 0 auto;
	margin-bottom: 0px;
	height: 30px;
	float: left;
	line-height: 30px;
	text-align: center;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	}
	
/*商店介紹、關於我們 內文*/
.tree-storecontant{
    width: 590px;
	float: left;
	height: 450px;
    padding: 5px 5px 5px 45px;
}

/*------------------------典雅風----------------------------*/
/*body*/
.ya-body{
    background-color: #dbd994;
}

.ya-Sbigbox{
	width: 800px;
	margin: 0 auto;
	margin-top: 20px;
	height: 850px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/*房子背景*/
.ya-housebg{
	/*background-image: url(../images/ya-house.png);*/
	background-image: url(../../images/StoreBGpic/ya-house.png);
	height: 530px;
	padding-top: 170px;
	}

/*商品區大框*/
.ya-goodbigbox{
	width: 600px;
	float: left;
	height: 430px;
	margin-left: 50px;
	margin-top: 20px;
	}


/*店長姓名*/
.ya-bossname{
	width: 100px;
	height: 30px;
	text-align: left;
	line-height: 20px;
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	padding-top: 10px;
	background-color: #B14E03;
	}

/*banner區*/
.ya-banner{
	width: 800px;
	padding: 0px;
	height: 100px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
    /*background-color: rgba(255, 226, 34, 0.6);
    background: rgba(255, 226, 34, 0.6);
    color: rgba(255, 226, 34, 0.6);*/
	}
	
/*店鋪名稱*/
.ya-stoername{
	width: 340px;
	height: 45px;
	text-align: left;
	line-height: 45px;
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
	float: left;
	background-color: #B14E03;
 	}
/*按鈕大框*/
.ya-bottonbigbox{
	width: 800px;
	height: 50px;
	float: left;
	margin-bottom: 10px;
	}
/*個別按鈕的框*/
.ya-bottonsamll{
	width: 100px;
	float: left;
	height: 50px;
	margin: 0px 5px 0px 5px;
	}
/*店家按鈕*/
.ya-stoerbutton{
	font: bold 20px Century Gothic, sans-serif;
	color: #ffffff;
	background: #B14E03;
	border: 2px solid #bb7301;
	font-size: 14pt;
	width: 100px;
	height: 45px;
}
/*店長姓名標題*/
.ya-bosstitle{
	width: 70px;
	height: 30px;
	text-align: left;
	line-height: 20px;
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
	float: left;
	padding-top: 10px;
	background-color: #B14E03;
	}

/*所有商品*/
.ya-alltitxt{
	width: 727px;
	padding-left: 50px;
	float: left;
	color: #000000;
	font-size: 14pt;
	font-weight: bold;
	margin-left: 5px;
	height: 35px;
	line-height: 35px;
	margin-top:30px;
	}

/*商品區大框*/
.ya-goodbigbox{
	width: 600px;
	float: left;
	height: 470px;
	margin-left: 50px;
	}
	
/*商品圖文框*/
.ya-phototxtbigbox{
	width: 140px;
	height: 180px;
	float: left;
	border: #572293 solid 2px;
	margin: 10px 0px 10px 5px;
	background-color: #FFFFFF;
	}

/*內文區大框*/
.ya-conbigbox{
	width: 590px;
	float: left;
	height: 425px;
	margin-left: 60px;
	}

/*商品圖*/
.ya-goodphoto{
	width: 120px;
	height: 120px;
	margin: 5px 9px 5px 9px;
	border: #DBDBDB solid 1px;
	}
.ya-goodphoto img{
	width: 120px;
	height: 120px;
	border: 0;
}

/*商品名稱*/
.ya-goodname{
	width: 130px;
	height: 15px;
	margin: 0px 5px 5px 5px;
	word-wrap: break-word; /*自動斷行*/
	word-break: normal; /*自動斷行*/
	word-break: break-all;/*强制英文单词断行*/
	font-size: 11pt;
	color: #333;
	float: left;
	display: block;/*統一轉化為塊級元素*/
	overflow: hidden;
	height:20px;
	line-height:20px;
	}
/*商品名稱超連結*/
.ya-goodname:link{
    text-decoration: none;/*連結消除底線*/
	color:#B52F00;　 
    }
.ya-goodname:hover{
	text-decoration: underline ;  　 /*滑鼠經過顯示底線*/
	color:#B52F00;
    }

	
/*特價兩個字*/
.ya-onsaletitle{
	color: #852128;
	font-size: 12pt;
	/*width: 60px;*/
	height: 20px;
	float: left;
	font-weight: bold;
	text-align: right;
	/*width: 60px;*/
	}
/*特價價錢*/
.ya-onsalemoney{
	color: #852128;
	font-size: 12pt;
	/*width: 130px;*/
	height: 20px;
	float: left;
	text-align: left;
	line-height: 18px;
	font-weight: bold;
	width: 60px;
	/*width: 90px;*/
	}
/*copyright*/
.ya-copyright{
	width: 800px;
	margin: 0 auto;
	margin-bottom: 0px;
	height: 30px;
	float: left;
	line-height: 30px;
	text-align: center;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	}
	
/*商店介紹、關於我們 內文*/
.ya-storecontant{
    width: 590px;
	float: left;
	height: 450px;
    padding: 5px 5px 5px 45px;
}
/*------------------------中國風----------------------------*/
/*body*/
.chan-body{
    background-color: #dbd994;
}

.chan-Sbigbox{
	width: 800px;
	margin: 0 auto;
	margin-top: 20px;
	height: 850px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/*房子背景*/
.chan-housebg{
	/*background-image: url(../images/chan-house.png);*/
	background-image: url(../../images/StoreBGpic/chan-house.png);
	height: 530px;
	padding-top: 170px;
	}

/*商品區大框*/
.chan-goodbigbox{
	width: 600px;
	float: left;
	height: 430px;
	margin-left: 50px;
	margin-top: 20px;
	}


/*店長姓名*/
.chan-bossname{
	width: 100px;
	height: 30px;
	text-align: left;
	line-height: 20px;
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	padding-top: 10px;
	background-color: #94031D;
	}

/*banner區*/
.chan-banner{
	width: 800px;
	padding: 0px;
	height: 100px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
    /*background-color: rgba(255, 226, 34, 0.6);
    background: rgba(255, 226, 34, 0.6);
    color: rgba(255, 226, 34, 0.6);*/
	}
	
/*店鋪名稱*/
.chan-stoername{
	width: 340px;
	height: 45px;
	text-align: left;
	line-height: 45px;
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
	float: left;
	background-color: #94031D;
 	}
/*按鈕大框*/
.chan-bottonbigbox{
	width: 800px;
	height: 50px;
	float: left;
	margin-bottom: 10px;
	}
/*個別按鈕的框*/
.chan-bottonsamll{
	width: 100px;
	float: left;
	height: 50px;
	margin: 0px 5px 0px 5px;
	}
/*店家按鈕*/
.chan-stoerbutton{
	font: bold 20px Century Gothic, sans-serif;
	color: #ffffff;
	background: #94031D;
	border: 2px solid #FCA383;
	font-size: 14pt;
	width: 100px;
	height: 45px;
}
/*店長姓名標題*/
.chan-bosstitle{
	width: 70px;
	height: 30px;
	text-align: left;
	line-height: 20px;
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
	float: left;
	padding-top: 10px;
	background-color: #94031D;
	}

/*所有商品*/
.chan-alltitxt{
	width: 727px;
	padding-left: 50px;
	float: left;
	color: #000000;
	font-size: 14pt;
	font-weight: bold;
	margin-left: 5px;
	height: 35px;
	line-height: 35px;
	margin-top:30px;
	}

/*商品區大框*/
.chan-goodbigbox{
	width: 600px;
	float: left;
	height: 470px;
	margin-left: 50px;
	}
	
/*商品圖文框*/
.chan-phototxtbigbox{
	width: 140px;
	height: 180px;
	float: left;
	border: #572293 solid 2px;
	margin: 10px 0px 10px 5px;
	background-color: #FFFFFF;
	}

/*內文區大框*/
.chan-conbigbox{
	width: 590px;
	float: left;
	height: 425px;
	margin-left: 60px;
	}

/*商品圖*/
.chan-goodphoto{
	width: 120px;
	height: 120px;
	margin: 5px 9px 5px 9px;
	border: #DBDBDB solid 1px;
	}
.chan-goodphoto img{
	width:150px;
	height:150px;
	border:0;
}

/*商品名稱*/
.chan-goodname{
	width: 130px;
	height: 15px;
	margin: 0px 5px 5px 5px;
	word-wrap: break-word; /*自動斷行*/
	word-break: normal; /*自動斷行*/
	word-break: break-all;/*强制英文单词断行*/
	font-size: 11pt;
	color: #333;
	float: left;
	display: block;/*統一轉化為塊級元素*/
	overflow: hidden;
	height:20px;
	line-height:20px;
	}
/*商品名稱超連結*/
.chan-goodname:link{
    text-decoration: none;/*連結消除底線*/
	color:#B52F00;　 
    }
.chan-goodname:hover{
	text-decoration: underline ;  　 /*滑鼠經過顯示底線*/
	color:#B52F00;
    }

	
/*特價兩個字*/
.chan-onsaletitle{
	color: #852128;
	font-size: 12pt;
	/*width: 60px;*/
	height: 20px;
	float: left;
	font-weight: bold;
	text-align: right;
	/*width: 60px;*/
	}
/*特價價錢*/
.chan-onsalemoney{
	color: #852128;
	font-size: 12pt;
	/*width: 130px;*/
	height: 20px;
	float: left;
	text-align: left;
	line-height: 18px;
	font-weight: bold;
	width: 60px;
	/*width: 90px;*/
	}
/*copyright*/
.chan-copyright{
	width: 800px;
	margin: 0 auto;
	margin-bottom: 0px;
	height: 30px;
	float: left;
	line-height: 30px;
	text-align: center;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	}
	
/*商店介紹、關於我們 內文*/
.chan-storecontant{
    width: 590px;
	float: left;
	height: 450px;
    padding: 5px 5px 5px 45px;
}
	
/*------------------------地中海風----------------------------*/
/*body*/
.di-body{
    background-color: #dbd994;
}

.di-Sbigbox{
	width: 800px;
	margin: 0 auto;
	margin-top: 20px;
	height: 850px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/*房子背景*/
.di-housebg{
	/*background-image: url(../images/di-house.png);*/
	background-image: url(../../images/StoreBGpic/di-house.png);
	height: 530px;
	padding-top: 170px;
	}

/*商品區大框*/
.di-goodbigbox{
	width: 600px;
	float: left;
	height: 430px;
	margin-left: 50px;
	margin-top: 20px;
	}


/*店長姓名*/
.di-bossname{
	width: 100px;
	height: 30px;
	text-align: left;
	line-height: 20px;
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	padding-top: 10px;
	background-color: #0C3194;
	}

/*banner區*/
.di-banner{
	width: 800px;
	padding: 0px;
	height: 100px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
    /*background-color: rgba(255, 226, 34, 0.6);
    background: rgba(255, 226, 34, 0.6);
    color: rgba(255, 226, 34, 0.6);*/
	}
	
/*店鋪名稱*/
.di-stoername{
	width: 340px;
	height: 45px;
	text-align: left;
	line-height: 45px;
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
	float: left;
	background-color: #0C3194;
 	}
/*按鈕大框*/
.di-bottonbigbox{
	width: 800px;
	height: 50px;
	float: left;
	margin-bottom: 10px;
	}
/*個別按鈕的框*/
.di-bottonsamll{
	width: 100px;
	float: left;
	height: 50px;
	margin: 0px 5px 0px 5px;
	}
/*店家按鈕*/
.di-stoerbutton{
	font: bold 20px Century Gothic, sans-serif;
	color: #ffffff;
	background: #0C3194;
	border: 2px solid #82ccff;
	font-size: 14pt;
	width: 100px;
	height: 45px;
}
/*店長姓名標題*/
.di-bosstitle{
	width: 70px;
	height: 30px;
	text-align: left;
	line-height: 20px;
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
	float: left;
	padding-top: 10px;
	background-color: #0C3194;
	}

/*所有商品*/
.di-alltitxt{
	width: 727px;
	padding-left: 50px;
	float: left;
	color: #000000;
	font-size: 14pt;
	font-weight: bold;
	margin-left: 5px;
	height: 35px;
	line-height: 35px;
	margin-top:30px;
	}

/*商品區大框*/
.di-goodbigbox{
	width: 600px;
	float: left;
	height: 470px;
	margin-left: 50px;
	}
	
/*商品圖文框*/
.di-phototxtbigbox{
	width: 140px;
	height: 180px;
	float: left;
	border: #572293 solid 2px;
	margin: 10px 0px 10px 5px;
	background-color: #FFFFFF;
	}

/*內文區大框*/
.di-conbigbox{
	width: 590px;
	float: left;
	height: 425px;
	margin-left: 60px;
	}

/*商品圖*/
.di-goodphoto{
	width: 120px;
	height: 120px;
	margin: 5px 9px 5px 9px;
	border: #DBDBDB solid 1px;
	}
.di-goodphoto img{
	width:150px;
	height:150px;
	border:0;
}

/*商品名稱*/
.di-goodname{
	width: 130px;
	height: 15px;
	margin: 0px 5px 5px 5px;
	word-wrap: break-word; /*自動斷行*/
	word-break: normal; /*自動斷行*/
	word-break: break-all;/*强制英文单词断行*/
	font-size: 11pt;
	color: #333;
	float: left;
	display: block;/*統一轉化為塊級元素*/
	overflow: hidden;
	height:20px;
	line-height:20px;
	}
/*商品名稱超連結*/
.di-goodname:link{
    text-decoration: none;/*連結消除底線*/
	color:#B52F00;　 
    }
.di-goodname:hover{
	text-decoration: underline ;  　 /*滑鼠經過顯示底線*/
	color:#B52F00;
    }

	
/*特價兩個字*/
.di-onsaletitle{
	color: #852128;
	font-size: 12pt;
	/*width: 60px;*/
	height: 20px;
	float: left;
	font-weight: bold;
	text-align: right;
	/*width: 60px;*/
	}
/*特價價錢*/
.di-onsalemoney{
	color: #852128;
	font-size: 12pt;
	/*width: 130px;*/
	height: 20px;
	float: left;
	text-align: left;
	line-height: 18px;
	font-weight: bold;
	width: 60px;
	/*width: 90px;*/
	}
/*copyright*/
.di-copyright{
	width: 800px;
	margin: 0 auto;
	margin-bottom: 0px;
	height: 30px;
	float: left;
	line-height: 30px;
	text-align: center;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	}
	
/*商店介紹、關於我們 內文*/
.di-storecontant{
    width: 590px;
	float: left;
	height: 450px;
    padding: 5px 5px 5px 45px;
}

/*------------------------學院風----------------------------*/
/*body*/
.school-body{
    background-color: #dbd994;
}

.school-Sbigbox{
	width: 800px;
	margin: 0 auto;
	margin-top: 20px;
	height: 850px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/*房子背景*/
.school-housebg{
	/*background-image: url(../images/school-house.png);*/
	background-image: url(../../images/StoreBGpic/school-house.png);
	height: 530px;
	padding-top: 170px;
	}

/*商品區大框*/
.school-goodbigbox{
	width: 600px;
	float: left;
	height: 430px;
	margin-left: 50px;
	margin-top: 20px;
	}


/*店長姓名*/
.school-bossname{
	width: 100px;
	height: 30px;
	text-align: left;
	line-height: 20px;
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	padding-top: 10px;
	background-color: #D86701;
	}

/*banner區*/
.school-banner{
	width: 800px;
	padding: 0px;
	height: 100px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
    /*background-color: rgba(255, 226, 34, 0.6);
    background: rgba(255, 226, 34, 0.6);
    color: rgba(255, 226, 34, 0.6);*/
	}
	
/*店鋪名稱*/
.school-stoername{
	width: 340px;
	height: 45px;
	text-align: left;
	line-height: 45px;
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
	float: left;
	background-color: #D86701;
 	}
/*按鈕大框*/
.school-bottonbigbox{
	width: 800px;
	height: 50px;
	float: left;
	margin-bottom: 10px;
	}
/*個別按鈕的框*/
.school-bottonsamll{
	width: 100px;
	float: left;
	height: 50px;
	margin: 0px 5px 0px 5px;
	}
/*店家按鈕*/
.school-stoerbutton{
	font: bold 20px Century Gothic, sans-serif;
	color: #ffffff;
	background: #D86701;
	border: 2px solid #ff8a00;
	font-size: 14pt;
	width: 100px;
	height: 45px;
}
/*店長姓名標題*/
.school-bosstitle{
	width: 70px;
	height: 30px;
	text-align: left;
	line-height: 20px;
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
	float: left;
	padding-top: 10px;
	background-color: #D86701;
	}

/*所有商品*/
.school-alltitxt{
	width: 727px;
	padding-left: 50px;
	float: left;
	color: #000000;
	font-size: 14pt;
	font-weight: bold;
	margin-left: 5px;
	height: 35px;
	line-height: 35px;
	margin-top:30px;
	}

/*商品區大框*/
.school-goodbigbox{
	width: 600px;
	float: left;
	height: 470px;
	margin-left: 50px;
	}
	
/*商品圖文框*/
.school-phototxtbigbox{
	width: 140px;
	height: 180px;
	float: left;
	border: #572293 solid 2px;
	margin: 10px 0px 10px 5px;
	background-color: #FFFFFF;
	}

/*內文區大框*/
.school-conbigbox{
	width: 590px;
	float: left;
	height: 425px;
	margin-left: 60px;
	}

/*商品圖*/
.school-goodphoto{
	width: 120px;
	height: 120px;
	margin: 5px 9px 5px 9px;
	border: #DBDBDB solid 1px;
	}
.school-goodphoto img{
	width: 120px;
	height: 120px;
	border: 0;
}

/*商品名稱*/
.school-goodname{
	width: 130px;
	height: 15px;
	margin: 0px 5px 5px 5px;
	word-wrap: break-word; /*自動斷行*/
	word-break: normal; /*自動斷行*/
	word-break: break-all;/*强制英文单词断行*/
	font-size: 11pt;
	color: #333;
	float: left;
	display: block;/*統一轉化為塊級元素*/
	overflow: hidden;
	height:20px;
	line-height:20px;
	}
/*商品名稱超連結*/
.school-goodname:link{
    text-decoration: none;/*連結消除底線*/
	color:#B52F00;　 
    }
.school-goodname:hover{
	text-decoration: underline ;  　 /*滑鼠經過顯示底線*/
	color:#B52F00;
    }

	
/*特價兩個字*/
.school-onsaletitle{
	color: #852128;
	font-size: 12pt;
	/*width: 60px;*/
	height: 20px;
	float: left;
	font-weight: bold;
	text-align: right;
	/*width: 60px;*/
	}
/*特價價錢*/
.school-onsalemoney{
	color: #852128;
	font-size: 12pt;
	/*width: 130px;*/
	height: 20px;
	float: left;
	text-align: left;
	line-height: 18px;
	font-weight: bold;
	width: 60px;
	/*width: 90px;*/
	}
/*copyright*/
.school-copyright{
	width: 800px;
	margin: 0 auto;
	margin-bottom: 0px;
	height: 30px;
	float: left;
	line-height: 30px;
	text-align: center;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	}
	
/*商店介紹、關於我們 內文*/
.school-storecontant{
    width: 590px;
	float: left;
	height: 450px;
    padding: 5px 5px 5px 45px;
}
