/* CSS Document */

.main-width {
	width:780px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.product-col .img a img {
	height: auto;
	width: 140px;
}

.product-col{
	width:170px;
	padding-bottom:10px;
}
.product-col .img{
	text-align:center;
	width: 90px;
}
.product-col .prod-info{
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
}
.product-col .name{
	color:#d37043;
	font-size:12px;
	line-height:16px;
	font-weight:normal;
}
.product-col .name:hover{
	color:#343434;
}
.price{
	color:#343434;
	font-family: 'Playfair Display', serif;
	font-size:22px;
	line-height:22px;
	font-weight:normal;
}
.price strong{
	font-weight:normal;
}
.product-col .price{
	margin:27px 0 11px 0;
}
*+html .product-col .price{
	margin:22px 0 15px 0;
}




/* ============================= slider ======================= */
.popular{
	width:100%;
	height:300px;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.popular h2.label{
	position:absolute;
	top:2px;
	left:-91px;
	width:150px;
	height:137px;
	text-indent:-10000px;
	z-index:20;
	background-image: url(../images/label.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.carousel-box{ 
	width: 100%; 
	height: 300px; 
	position: relative;  
	z-index:1; 
	padding:20px 0 0 0;
}
.carousel li{
	float: left;
	height: 250px;
	margin:0 0 0 20px;
	position:relative;
	overflow:hidden;
	zoom:1;
	background-image: url(../images/pop-pg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.carousel{
	width: 580px !important;
	height:250px!important;
	margin-left:-20px;

}
.carousel ul{
	height:250px!important;
}
.carousel li .img{
	text-align:center;
	display:block;
	width:140px;
	overflow:hidden;
	margin-top:20px;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;
	height: 105px;
}
.carousel li .prod-info{
	padding:7px 30px 0 15px;
	width:152px;
}
.carousel li .name{
	color:#5d5d5d;
	font-size:14px;
	font-weight:normal;
	float:left;
	overflow:hidden;
	width: 140px;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.carousel li .name:hover{
	color:#d37043;
	font-family: "微軟正黑體";
}
.carousel li .price{
	color:#d37043;
	font-family: 'Playfair Display', serif;
	font-size:30px;
	line-height:30px;
	display:block;
	margin:3px 0 0 2px;
}
.carousel-box .next{
	width:32px;
	height:40px;
	display:block;
	text-indent:-10000px;
	position:absolute;
	top:129px;
	right:190px;
	z-index:10;
	background-image: url(../images/next.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px;
}
.carousel-box .prev{
	width:32px;
	height:40px;
	display:block;
	text-indent:-10000px;
	position:absolute;
	top:130px;
	left:-47px;
	z-index:10;
	background-image: url(../images/previous.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.carousel-box .next:hover{
	background-image: url(../images/nextHover.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.carousel-box .prev:hover{
	background-image: url(../images/previousHover.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
