@charset "utf-8";
/* CSS Document - products*/
#breadcrumbs {
	top: 305px;
}
#banner {
	width: 740px;
	height:275px;
	position: relative;
	margin:0 auto;
	margin-bottom:20px;
}
#content_info {
	font-size: 12px;
	line-height: 28px;
	height:28px;
	padding: 0 25px;
	color:#997200;
	margin-bottom:20px;
	background:url(icon.png) 0 8px no-repeat;
}
#content_info span{
	color:#B2325B;
}
#content {
	position: relative;
	line-height: 26px;
	padding:0px 0 0 0;
}
#content {
	position: relative;
	line-height: 26px;
	padding:0px 0 0 0;
}
#content .list {
	width: 200px;
	height:195px;
	float: left;
	padding: 7px 7px 0px 7px;
	margin:0 16px 40px 16px;
	position: relative;
	background:url(bg.png) no-repeat;
}
#content .photo {
	width: 200px;
	height: 150px;
	text-align: center;
	position: relative;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
}
#content .photo img {
	max-width: 200px;
	max-height: 150px;
	vertical-align:middle;
}
#content .name {
	color: #AAA6A9;
	font-size:18px;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	height: 25px;
	line-height:25px;
	overflow:hidden;
	padding: 10px 0 0px 0;
	text-decoration:none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#content .list:hover .name{
	color: #AAA6A9;
	font-size:18px;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}
#content .name a:visited{
	color: #AAA6A9;
	text-decoration:none;
}
#content .con {
	height: 18px;
	font-size:12px;
	line-height: 18px;
	color: #878076;
	overflow: hidden;
	padding: 3px 0 0 0;
	text-decoration:none;
}
/*********************************************************/
/*********************************************************/
#content_list .list{
	width:714px;
	height:161px;
	margin: 0 auto;
	position:relative;
	margin-bottom:30px;
	padding:10px 0 0 10px;
	background:url(bg_list.png) no-repeat;
}
#content_list .name{
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;
	color:#A0A0A0;
	height:20px;
	overflow:hidden;
	line-height: 20px;
	padding:10px 15px 10px 15px;
	background:url(line.png) bottom no-repeat;
}
#content_list .name a{
	color:#FFF;
	text-decoration:none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#content_list .name a:visited{
	color:#FFF;
	text-decoration:none;
}
#content_list .name a:hover{
	color: #0CF;
	text-decoration:none;
}
#content_list .name a:hover span{
	color:#F8CB39;
	text-decoration:none;
}
#content_list .info {
	width: 536px;
	color: #575757;
	line-height: 24px;
	font-size:12px;
	float: left;
	margin-left:17px;
	position: relative;
}
#content_list .info .price_box {
	padding:5px 10px 0px 10px;
	background:url(line.png) top no-repeat;
	line-height:25px;
	text-align:right;
}
#content_list .info .price_box img{
	vertical-align: middle;
}
#content_list .con{
	height:60px;
	color:#8A8A8A;
	font-size:12px;
	line-height:20px;
	padding:5px 15px 0px 15px;
	margin-bottom:10px;
	display: -webkit-box;
	-webkit-line-clamp: 3; /*超出第3行時截斷*/
	-webkit-box-orient: vertical;
	overflow: hidden;
}
#content_list .price1 {
	font-size:16px;
	color: #338733;
}
#content_list .price2 {
	font-size:16px;
	color:#EE8C06;
}
#content_list .price3 {
	font-size:16px;
	color:#B2B2B2;
}
#content_list .photo_box{
	width:340px;
	height:340px;
	padding:9px;
	position:relative;
}
#content_list .photo{
	width:150px;
	height:150px;
	text-align:center;
	overflow:hidden;
	text-align:center;
	float:left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#B2B2B2;
}
#content_list .photo img{
	max-width:150px;
	max-height:150px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;	
}
#content_list .photo img:hover{
	-webkit-transform: scale(1.3, 1.3);
	-moz-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	-o-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}
/*********************************************************/
/*********************************************************/
#content_in {
	margin:0 auto;
	position: relative;
	line-height: 26px;
	padding:0px 0 0 0;
}
#content_in .products_top {
	margin: 0 auto;
	position:relative;
	margin-bottom:30px;
}
#content_in .name{
	margin: 0 auto;
	font-size: 18px;
	font-weight: bold;
	color:#FFF;
	line-height: 20px;
	padding:0px 25px 10px 25px;
	border-bottom:#4F4F4F 1px solid;
	background:url(dot.png) 10px 7px no-repeat;
}
#content_in .name span{
	color:#F8CB39;
}
#content_in .info {
	width: 365px;
	color: #575757;
	line-height: 24px;
	font-size:12px;
	float: left;
	margin-left:17px;
	position: relative;
	padding:100px 0 0 0;
}
#content_in .info .list {
	padding:10px 0;
	border-bottom:#D6D6D6 1px dotted;
}
#content_in .info .list img{
	padding:0px 5px 1px 0
}
#content_in .info .no {
	line-height: 30px;
	font-size: 13px;
	color: #777777;
}
#content_in .info table{
	border-collapse:collapse;
}
#content_in .info table td img{
}
#content_in .info td {
	height: 20px;
	padding: 7px 10px 7px 0px !important;
}
#content_in .info .price_box {
	border-top:#4F4F4F 1px solid;
	padding:10px 10px 0px 10px;
}
#content_in .top_con{
	color:#8A8A8A;
	font-size:12px;
	line-height:20px;
	padding:10px 25px 0px 25px;
	margin-bottom:10px;
}
#content_in .price1 {
	font-size:16px;
	color: #338733;
}
#content_in .price2 {
	font-size:16px;
	color:#EE8C06;
}
#content_in .price3 {
	font-size:16px;
	color:#B2B2B2;
}
#content_in .price2_title {
	font-size:12px;
	text-align:center;
	color:#FFF;
	background:#74A400;
}
#content_in .price3_title {
	font-size:12px;
	text-align:center;
	color:#FFF;
	background:#A50E40;
}
#content_in > .con {
	line-height: 25px;
	color: #666666;
	background:url(info_title.png) 0 0 no-repeat;
	padding:50px 15px 20px 15px;
}
#content_in > .con img{
	max-width:710px;
	height:auto !important;
}
#content_in .con_title {
	font-size: 17px;
	color: #1F6666;
	font-weight:bold;
	margin:0 auto;
	margin-bottom: 20px;
}
#content_in .photo_box{
	width:340px;
	height:340px;
	padding:9px;
	text-align:center;
	float:left;
	position:relative;
	background:url(bg_in.png) no-repeat;
}
#content_in .photo{
	width:340px;
	height:340px;
	text-align:center;
	overflow:hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#content_in .photo img{
	max-width:340px;
	max-height:340px;
}






.carousel {
	width:340px;
	height:340px;
	position:relative;
}
.carousel .prev {
	width: 26px;
	height: 26px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	float: left;
	background: url(prev.png) no-repeat;
	position: absolute;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	transition: background 200ms linear;
	right: 40px;
	top: 306px;
	z-index:50;
}
.carousel .next {
	width: 26px;
	height: 26px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	float: left;
	background: url(next.png) no-repeat;
	position: absolute;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	transition: background 200ms linear;
	right: 10px;
	top: 306px;
	z-index:50;
}
.carousel #prev-01.disabled {
	cursor: default;
}
.carousel #next-01.disabled {
	cursor: default;
}
.carousel .prev:hover {
	background: url(prev_.png) no-repeat;
}
.carousel .next:hover {
	background: url(next_.png) no-repeat;
}
.jCarouselLite {
	overflow: hidden;
}
.jCarouselLite li {
	width:340px;
	height:340px;
	list-style:none;
}
