/* CSS Document */

.main-width {
	text-align:left;
	margin-top: 0;
	margin-bottom: 0;
	height: 310px;
	float: left;
}
.product-col{
	width:230px;
	padding-bottom:10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	height: 150px;
	float: left;
}
.product-col .prod-info{
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
}
#mainArea .product-col .img a img{
	height: auto;
	width: 140px;
}

.product-col .name{
	color:#d37043;
	font-size:12px;
	line-height:16px;
	font-weight:normal;
	height: auto;
	width: 140px;
	float: left;
}
.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;
	margin-left: 54px;
	margin-top: 5px;
	padding-top: 0px;
	float: left;
	height: auto;
	width: auto;
}
.product-col .price{
	margin-top: 27px;
	margin-right: 0;
	margin-bottom: 11px;
}
*+html .product-col .price{
	margin-top: 22px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}




/* ============================= slider ======================= */
.popular{
	width:100%;
	height:350px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
}
.popular h2.label{
	position:absolute;
	top:0px;
	left:0px;
	width:200px;
	height:45px;
	z-index:100;
	font-family: "微軟正黑體";
	font-size: 18px;
	color: #7A2C4F;
	font-weight: bold;
	text-align: left;
	display: block;
	background-image: url(../images/mainsidebar_title.jpg);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	line-height: 45px;
	padding-left: 60px;
	letter-spacing: 2px;
}
.carousel-box{
	height: 300px;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	float: left;
	width: 830px;
	overflow: hidden;
	position: relative;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	clip: rect(auto,auto,auto,auto);
}
.carousel li{
	float: left;
	height: 250px;
	position:relative;
	overflow:hidden;
	zoom:1;
	background-image: url(../images/pop-pg.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	width: 170px;
}
.carousel{
	width: 720px !important;
	height:350px!important;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: 30px;
	visibility: hidden;
	padding: 0px;
	float: left;
}
.carousel ul{
	height:250px!important;
	float: left;
	width: 450px;
}
.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;
	padding: 0px;
}
.product-col .img a img {
	height: 150px;
	width: 200px;
	overflow: hidden;
	margin-top: 0px;
	padding-top: 0px;
}

.carousel li .prod-info{
	width:200px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
	height: auto;
	float: right;
}
.carousel li .name{
	color:#5d5d5d;
	font-size:14px;
	font-weight:normal;
	float:left;
	width: 140px;
	text-align: left;
	display: block;
	border-bottom-width: thin;
	border-bottom-color: #CCC;
	border-bottom-style: dotted;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: "微軟正黑體";
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 55px;
}
.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-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2px;
}
.carousel-box .next{
	width:32px;
	height:40px;
	display:block;
	text-indent:-10000px;
	position:absolute;
	top:150px;
	right:40px;
	z-index:10;
	background-image: url(../images/next_2.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:140px;
	left:0px;
	z-index:10;
	background-image: url(../images/previous_2.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.carousel-box .next:hover{
	background-image: url(../images/nextHover_2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.carousel-box .prev:hover{
	background-image: url(../images/previousHover_2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
