@charset "utf-8";
/* CSS Document */
/***第一層******************************************************/
#products {
	width: 640px;
	margin: 0 auto;
	padding: 50px 0 0 0;
	position: relative;
}
#products .list {
	width: 194px;
	height: 290px;
	float: left;
	position: relative;
	margin: 0 10px 20px 9px;
}
#products .list .name {
	height:40px;
	font-size: 16px;
	line-height: 20px;
	color: #1F7F1E;
	font-weight:bold;
	text-align:center;
	padding: 10px 0px 0px 0px;
	text-decoration: none;
	letter-spacing:0px;
	overflow: hidden;
}
#products .list .no {
	height: 25px;
	line-height: 25px;
	color:#888888;
	font-size: 15px;
	padding: 0px 0px 5px 0px;
	letter-spacing: 0px;
	text-align:center;
	overflow: hidden;
	text-decoration: none;
	border-bottom:#DDDDDD 1px solid;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
#products .list .photo {
	width: 184px;
	height: 184px;
	position: relative;
	background: #FFF;
	border: #CCCCCC 5px solid;
	margin-bottom: 10px;
	-webkit-transition: border 200ms linear, background 200ms linear;
	-moz-transition: border 200ms linear, background 200ms linear;
	-o-transition: border 200ms linear, background 200ms linear;
	transition: border 200ms linear, background 200ms linear;
}
#products .list .photo img {
	max-width: 184px;
	max-height: 184px;
}
#products .list a:hover .photo {
	border: #00B200 5px solid;
}
/***第三層******************************************************/
/***第三層******************************************************/
#products_in {
	width: 640px;
	margin: 0 auto;
	padding: 50px 0 0 0;
	position: relative;
}
#products_in .products_top {
	width: 640px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 20px;
}
#products_in .name {
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;
	color: #1F7F1E;
	line-height: 22px;
	margin-bottom: 10px;
}
#products_in .top_con {
	width: 680px;
	margin: 0 auto;
	line-height: 20px;
	margin-bottom: 20px;
}
#products_in .btn {
	float: left;
	padding: 10px 10px 0 10px;
}
#products_in .btn a {
	display: inline-block;
}
#products_in .info {
	width: 250px;
	color: #575757;
	line-height: 18px;
	float: right;
	position: relative;
}
#products_in .info .list {
	padding: 5px 0;
	border-bottom: #DDDDDD 1px solid;
	border-top: #DDDDDD 1px solid;
}
#products_in .info .summary {
	color: #575757;
	padding: 0px 0px 15px 0px;
	line-height: 18px;
	border-bottom: #DDDDDD 1px dashed;
}
#products_in .info table {
	border-collapse: collapse;
	border-top: #FFF 1px solid;
	border-bottom: #FFF 1px solid;
}
#products_in .info table td img {
	padding: 5px 0;
}
#products_in .info td {
	height: 20px;
	padding: 2px 10px;
}
#products_in .info td.line {
	border-bottom: #BC9663 1px dashed;
}
#products_in .info .title {
	color: #555555;
	font-size: 13px;
}
#products_in .info .title span {
	color: #AD9059;
	padding: 0 10px 0 0;
	font-weight: bold;
}
#products_in .photo_box {
	width: 344px;
	height: 344px;
	float: left;
	position: relative;
	padding: 12px;
}
#products_in .photo_box .top {
	width: 368px;
	height: 368px;
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
	background: url(top_in.png) no-repeat
}
#products_in .photo {
	width: 360px;
	height: 360px;
	text-align: center;
	padding: 5px;
	background: #CCCCCC;
	float:left;
	overflow: hidden;
}
#products_in .photo img {
	max-width: 360px;
	max-height: 360px;
}
#products_in .title_u {
	color: #593A33;
	font-size: 13px;
	font-weight: bold;
}
#products_in .no {
	color: #3E3F37;
}
#products_in .price1 {
	color: #555555;
}
#products_in .price2 {
	color: #555555;
}
#products_in .price3 {
	font-size: 15px;
	color: #BF2434;
	font-weight: bold
}
#products_in .price_title {
	font-weight: bold
}
#products_in .con span {
	color: #BF2714;
	font-weight: bold;
}
#products_in > .con .notice {
	width: 500px;
	line-height: 25px;
	padding: 5px 0 5px 128px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border: #C65050 1px dashed;
	background: url(notice.jpg) 10px 48% no-repeat;
}
#products_in .con {
	line-height: 25px;
	padding: 15px 0 20px 0;
	margin: 0 auto;
	color: #666666;
}
#products_in .con img{
	max-width:660px;
	height:auto !important;
}
#products_in > .con h1 {
	font-size: 15px;
	font-weight: bold;
	color: 575757;
}
#products_in > .con span {
	font-weight: bold;
	font-size: 14px;
	color: #CE6868;
}
#products_in > .con td {
	padding: 2px 0;
}
#products_in .con_title {
	width: 100%;
	text-align: center;
}
#products_in .photo_s_list {
	width: 250px;
}
#products_in .photo_s {
	width: 98px;
	height: 98px;
	margin:10px 10px 0px 10px;
	float:left;
	text-align: center;
	position:relative;
	padding:3px;
	background:#CCCCCC;
	-webkit-transition: border 200ms linear, background 200ms linear;
	-moz-transition: border 200ms linear, background 200ms linear;
	-o-transition: border 200ms linear, background 200ms linear;
	transition: border 200ms linear, background 200ms linear;
}
#products_in .photo_s img {
	max-width: 98px;
	max-height: 98px;
}
#products_in .photo_s:hover{
	background:#00B200;
}