.product-wrapper-index{
	width: 100%;
	height: auto;
	margin: 0px;
}
.product-mainbox {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 80px;
}
.product-shopmenu {
	float: left;
	height: 500px;
	width: 200px;
 
}
.shopname {
	height: auto;
	width: 180px;
	padding-top: 35px;
	padding-left: 20px;
	font: 21px/1.3 arial, 'Microsoft JhengHei', '\5FAE\8EDF\6B63\9ED1\9AD4', PMingLiU, '\65B0\7D30\660E\9AD4';
	color: #333;
}
.shopname li {
	line-height: 25px;
	padding-left: 5px;
	margin-bottom: 25px;
}
.shopname li a {
	color: #333;
	text-decoration: none;
	display: block;
	padding-left: 12px;
}

.shopname li a:hover {
	color: #C33;
	text-decoration: none;
	display: block;
	padding-left: 12px;
}

.shopname li span {
	color: #C33;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #C33;
	padding-left: 7px;
	display: block;
}





.product-listbox {
	float: left;
	height: auto;
	width: 800px;
	margin-bottom: 30px;
}





/*特價商品*/
.discount-s {
	width: 800px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 40;
	margin-left: auto;
}

.discount-s-title {
	color: #000;
	margin: 0 0 10px 21px;
	padding: 0 0 0 60px;
	font-family: arial, 'Microsoft JhengHei', '\5FAE\8EDF\6B63\9ED1\9AD4', PMingLiU, '\65B0\7D30\660E\9AD4';
	font-size: 21px;
	line-height: 40px;
	background-image: url(../img/sale-b.png);
	background-repeat: no-repeat;
	background-position: 0 7px;
}
.discount-s-list {

  *zoom: 1;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0px;
	width: 790px;
	padding-right: 5px;
	padding-left: 5px;
}
.discount-s-list:after {
  clear: both;
  content: "";
  display: table;
}
.discount-s-list__item {
	float: left;
	background: #fff;
	width: 250px;
	border: 1px solid #fff;
	position: relative;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 30px;
	margin-left: 5px;
}
.discount-s-list__item-img img {
  display: block;
  height: 195px;
}
.discount-s-list__item-remainder {
  position: absolute;
  top: 8px;
  left: 5px;
  line-height: 1.8;
  *zoom: 1;
  font-size: 12px;
  color: #646464;
}
.discount-s-list__item-remainder:after {
  clear: both;
  content: "";
  display: table;
}
.discount-s-list__item-cd {
  float: left;
}
.discount-s-list__item-cd-txt {
  border: 1px solid #C6C6C6;
  background: #E7E7E7;
  padding: 1px 3px;
  color: #776F6F;
  margin: 0 2px 0 0;
}
.discount-s-list__item-amount {
  margin: 0 0 0 10px;
  float: left;
}
.discount-s-list__item-name {
  margin: 10px 12px 5px;
  font: 16px/1.3 arial, 'Microsoft JhengHei', '\5FAE\8EDF\6B63\9ED1\9AD4', PMingLiU, '\65B0\7D30\660E\9AD4';
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.discount-s-list__item-panel {
  *zoom: 1;
	overflow: hidden;
	word-break: break-all;
	margin-top: 0;
	margin-right: 12px;
	margin-left: 12px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.discount-s-list__item-panel:after {
  clear: both;
  content: "";
  display: table;
}
.discount-s-list__item-buy {
	background: url(../img/icon-cart-r.png) 100% 50% no-repeat;
	text-align: right;
	height: 20px;
	width: 35px;
	overflow: hidden;
	display: block;
	color: #D73F49;
	font: 15px/22px arial, 'Microsoft JhengHei', '\5FAE\8EDF\6B63\9ED1\9AD4', PMingLiU, '\65B0\7D30\660E\9AD4';
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
}

.discount-s-list__item-buy:hover {
	background: url(../img/icon-cart.png) 100% 50% no-repeat;
	text-align: right;
	height: 20px;
	width: 35px;
	overflow: hidden;
	display: block;
	color: #000;
	font: 15px/22px arial, 'Microsoft JhengHei', '\5FAE\8EDF\6B63\9ED1\9AD4', PMingLiU, '\65B0\7D30\660E\9AD4';
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
}


.discount-s-list__item-price {
  float: left;
  font-size: 12px;
}
.discount-s-list__item-price del {
  margin: 0 5px;
  color: #959595;
}
.discount-s-list__item-price-num {
  font: 18px/1.3 arial, 'Microsoft JhengHei', '\5FAE\8EDF\6B63\9ED1\9AD4', PMingLiU, '\65B0\7D30\660E\9AD4';
}

/*特價商品 END */


/*一般商品*/
.normal-item {
	width: 800px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.new-item-title {
	color: #000;
	margin: 0 0 10px 21px;
	padding: 0 0 0 60px;
	font-family: arial, 'Microsoft JhengHei', '\5FAE\8EDF\6B63\9ED1\9AD4', PMingLiU, '\65B0\7D30\660E\9AD4';
	font-size: 21px;
	line-height: 40px;
	background-image: url(../img/new-ico.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}



.normal-item-list {

  *zoom: 1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	width: 790px;
	padding-right: 5px;
	padding-left: 5px;
}
.normal-item-list:after {
	content: "";
	display: table;
}
.normal-item-list__item {
	float: left;
	background: #fff;
	width: 250px;
	border: 1px solid #fff;
	position: relative;
	margin-top: 0;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 30px;
}
.normal-item-list__item-img img {
  display: block;
  height: 195px;
}
.normal-item-list__item-remainder {
  position: absolute;
  top: 8px;
  left: 5px;
  line-height: 1.8;
  *zoom: 1;
  font-size: 12px;
  color: #646464;
}
.normal-item-list__item-remainder:after {
  clear: both;
  content: "";
  display: table;
}
.normal-item-list__item-cd {
  float: left;
}
.normal-item-list__item-cd-txt {
  border: 1px solid #C6C6C6;
  background: #E7E7E7;
  padding: 1px 3px;
  color: #776F6F;
  margin: 0 2px 0 0;
}
.normal-item-list__item-amount {
  margin: 0 0 0 10px;
  float: left;
}
.normal-item-list__item-name {
  margin: 10px 12px 5px;
  font: 16px/1.3 arial, 'Microsoft JhengHei', '\5FAE\8EDF\6B63\9ED1\9AD4', PMingLiU, '\65B0\7D30\660E\9AD4';
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.normal-item-list__item-panel {
  *zoom: 1;
  overflow: hidden;
  word-break: break-all;
  margin: 0 12px;
  padding: 0 0 10px;
}
.normal-item-list__item-panel:after {
  clear: both;
  content: "";
  display: table;
}

.normal-item-list__item-buy {
	background: url(../img/icon-cart.png) 100% 50% no-repeat;
	text-align: right;
	height: 20px;
	width: 35px;
	overflow: hidden;
	display: block;
	color: #000;
	font: 15px/22px arial, 'Microsoft JhengHei', '\5FAE\8EDF\6B63\9ED1\9AD4', PMingLiU, '\65B0\7D30\660E\9AD4';
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
}
.normal-item-list__item-buy:hover {
	background: url(../img/icon-cart-r.png) 100% 50% no-repeat;
	text-align: right;
	height: 20px;
	width: 35px;
	overflow: hidden;
	display: block;
	color: #D73F49;
	font: 15px/22px arial, 'Microsoft JhengHei', '\5FAE\8EDF\6B63\9ED1\9AD4', PMingLiU, '\65B0\7D30\660E\9AD4';
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
}


.normal-item-list__item-price {
  float: left;
  font-size: 12px;
}
.normal-item-list__item-price del {
  margin: 0 5px;
  color: #959595;
}
.normal-item-list__item-price-num {
  font: 18px/1.3 arial, 'Microsoft JhengHei', '\5FAE\8EDF\6B63\9ED1\9AD4', PMingLiU, '\65B0\7D30\660E\9AD4';
}

.shop-toplist {
	color: #000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	font-family: arial, 'Microsoft JhengHei', '\5FAE\8EDF\6B63\9ED1\9AD4', PMingLiU, '\65B0\7D30\660E\9AD4';
	font-size: 21px;
	line-height: 40px;
	height: 40px;
	margin-left: 15px;
}
.shop-title {
	float: left;
	width: 280px;
}
.kind-list {
	float: right;
	height: 40px;
	width: auto;
	line-height: 40px;
}
.kind-list li {
	display: block;
	float: left;
	font-size: 15px;
	line-height: 40px;
	color: #666;
	margin-right: 20px;
}
.item-mainbox {
	height: 750px;
	width: 770px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	margin-right: 15px;
	margin-left: 15px;
}
.item-main-photo {
	float: left;
	height: 630px;
	width: 490px;
}
.item-main-photo-img {
	height: 585px;
	width: 490px;
	overflow: hidden;
}
.item-main-photo-img img {
	width: 490px;
}
.item-main-photo-zoom a {
	background-color: #999;
	background-image: url(../img/zoomin-btn.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
	width: 490px;
	display: block;
}

.item-main-photo-zoom a:hover {
	background-color: #666;
	background-image: url(../img/zoomin-btn.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
	width: 490px;
	display: block;
}


.item-main-ib {
	float: left;
	height: 630px;
	width: 260px;
	padding-left: 20px;
	font-family: arial, 'Microsoft JhengHei', '\5FAE\8EDF\6B63\9ED1\9AD4', PMingLiU, '\65B0\7D30\660E\9AD4';
	
}

.item-main-ib-number {
	font-family: Arial;
	font-size: 13px;
	line-height: 24px;
}
.item-main-ib-name {
	font-size: 21px;
	line-height: 35px;
	font-family: arial, 'Microsoft JhengHei', '\5FAE\8EDF\6B63\9ED1\9AD4', PMingLiU, '\65B0\7D30\660E\9AD4';
}
.item-main-ib-price {
	font-size: 27px;
	line-height: 40px;
	font-family: arial, 'Microsoft JhengHei', '\5FAE\8EDF\6B63\9ED1\9AD4', PMingLiU, '\65B0\7D30\660E\9AD4';
}
.item-main-ib-choice {
	height: 220px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 40px;
	padding-bottom: 30px;
}
.item-main-ib-gobuy  {
	height: 42px;
	width: 253px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 3px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

.item-main-ib-gobuy a {
	background-image: url(../img/gobuy-btn.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 42px;
	width: 253px;
}

.item-main-ib-gobuy a:hover {
	background-image: url(../img/gobuy-btn-ov.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 42px;
	width: 253px;
}
.item-main-ib-data {
	height: 122px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	color: #666;
	line-height: 22px;
	font-family: "新細明體";
	font-size: 13px;
}
.item-main-ib-data h3 {
	font-family: arial, 'Microsoft JhengHei', '\5FAE\8EDF\6B63\9ED1\9AD4', PMingLiU, '\65B0\7D30\660E\9AD4';
	font-size: 18px;
	line-height: 35px;
	color: #333;
}

.item-main-ib-choice-num {
	float: left;
	text-align: left;
	font-size: 0;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0;
	width: 260px;
	padding-bottom: 15px;
}

.item-main-ib-choice-num__buy-desc {
	font-size: 16px;
	display: inline-block;




  *display: inline;
  *zoom: 1;
	vertical-align: top;
	height: 30px;
	line-height: 30px;
	letter-spacing: 1px;
	float: left;
}

.item-main-ib-choice-num__buy-form {
	display: inline-block;
  *display: inline;
  *zoom: 1;
	vertical-align: top;
}

.item-main-ib-choice-num__buy-picker {
	display: inline-block;
  *display: inline;
  *zoom: 1;
	vertical-align: top;
	height: 28px;
	line-height: 28px;
	vertical-align: middle;
	border: 1px solid #3E3E3E;
	background-color: #F0F0F0;
	width: 60px;
	margin-top: 0;
	margin-right: 6px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	float: left;
}
.item-main-ib-choice-num__buy-picker select {
	font-size: 15px;
	border: 0;
	letter-spacing: 0px;
	background-color: #F0F0F0;
	width: 60px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
	text-align: center;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .item-main-ib-choice-num__buy-picker select {
    -webkit-appearance: none;
    padding: 0 15px 0 0;
    background: url("../img/selectbgb.png") 100% 50% no-repeat;
  }
}
.item-main-ib-choice-colorlist {
	float: left;
	height: 30px;
	width: 150px;
	padding-left: 10px;
}
.item-main-ib-choice-colorlist li {
	display: block;
	float: left;
	height: 25px;
	width: 25px;
	border: 1px solid #999;
	margin-right: 10px;
	line-height: 25px;
	color: #666;
	text-align: center;
	font-size: 12px;
}
.item-main-ib-detelbtn {
	height: 30px;
	width: 260px;
	padding-top: 15px;
}
.item-main-ib-detelbtn a {
	font-family: arial, 'Microsoft JhengHei', '\5FAE\8EDF\6B63\9ED1\9AD4', PMingLiU, '\65B0\7D30\660E\9AD4';
	display: inline-block;
	font-size: 17px;
	line-height: 30px;
	color: #333;
	text-decoration: none;
	margin-right: 25px;
}

.item-main-ib-detelbtn a:hover {
	font-family: arial, 'Microsoft JhengHei', '\5FAE\8EDF\6B63\9ED1\9AD4', PMingLiU, '\65B0\7D30\660E\9AD4';
	display: inline-block;
	font-size: 17px;
	line-height: 30px;
	color: #06C;
	text-decoration: none;
	margin-right: 25px;
}
.item-main-photo-s {
	*zoom:1;
	height: 122px;
	width: 500px;
	padding-top: 20px;
}
.item-main-photo-s-list li {
	float: left;
/*	height: 119px;
	width: 100px;*/
	margin-right: 6px;
	border: 1px solid #CCC;
	background-color: #E4E4E4;
	margin-left: 12px;
	cursor:pointer;
}
.item-main-photo-s-list .on {
	/*width: 100px;*/
	border: 3px solid #8e8e8e;
	/*width: 100px;*/
	cursor: auto;
	/*box-shadow:0px 0px 0px 2px rgba(20%,20%,40%,1.0) inset;*/
/*	left: 0px;
	top: 0px;*/

}
.item-main-photo-s-list{*zoom:1;}
.item-main-photo-s-list li img {
	width: 100px;
	display: block;
}
.item-main-photo-s-list .on img{
	width: 96px;
	opacity:0.3;
	filter:alpha(opacity=30);
}
.item-main-infob {
	height: auto;
	width: 760px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 13px;
	line-height: 24px;
	color: #666;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	letter-spacing: 1px;
}
.item-main-infob h2 {
	font-size: 21px;
	line-height: 35px;
	color: #333;
	font-family: arial, 'Microsoft JhengHei', '\5FAE\8EDF\6B63\9ED1\9AD4', PMingLiU, '\65B0\7D30\660E\9AD4';
}















/*一般商品 END */

.bkt{
	font-family: arial, 'Microsoft JhengHei', '\5FAE\8EDF\6B63\9ED1\9AD4', PMingLiU, '\65B0\7D30\660E\9AD4';
	letter-spacing:1px;
	}

.clear {
	clear: both;
	zoom:1;
	height: 0;
	line-height: 0;
}

