@charset "utf-8";
/* CSS Document */
#content_title {
	font-size: 18px;
	font-weight: bold;
	color: #111111;
	font-family: Arial, "微軟正黑體";
	position: absolute;
	left: 150px;
	top: 48px;
	z-index: 50;
}
/***第一層******************************************************/
#products {
	width: 680px;
	margin: 0 auto;
	padding:50px 0 0 0;
	position: relative;
}
#products .list {
	width: 206px;
	height: 216px;
	float: left;
	position:relative;
	margin: 0 10px 20px 10px;
}
#products .list .name {
	height: 50px;
	line-height: 20px;
	color:#535353;
	font-size: 13px;
	letter-spacing: 0px;
	overflow: hidden;
	text-decoration: none;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
#products .list a:hover .name {
	color:#24ACD4;
}
#products .list .photo {
	width: 200px;
	height: 150px;
	position: relative;
	background: #FFF;
	padding:2px;
	border:#DFD2C8 1px solid;
	margin-bottom:10px;
	text-align:center;
	-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: 200px;
	max-height: 150px;
}
#products .list a:hover .photo {
	background:#10C7A3;
	border:#10C7A3 1px solid;
}
/***第三層******************************************************/
/***第三層******************************************************/
#products_in {
	width: 680px;
	margin: 0 auto;
	padding:50px 0 0 0;
	position: relative;
}
#products_in .products_top {
	width: 680px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 20px;
}
#products_in .name{
	margin: 0 auto;
	font-size: 14px;
	font-weight: bold;
	color: #212121;
	line-height: 22px;
	padding:5px 10px 5px 30px;
	background:url(t_icon.png) 15px 10px no-repeat;
	background-color:#EBFAFC;
	margin-bottom: 15px;
}
#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: 220px;
	color: #575757;
	line-height: 18px;
	float: right;
	position: relative;
	padding:0 0 10px 0 ;
	border-bottom: #B6BE87 1px dashed;
}
#products_in .info .list {
}
#products_in .info .summary {
	color: #575757;
	padding: 0px 0px 15px 0px;
	line-height: 18px;
	border-bottom: #DBDBDB 1px solid;
}
#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: 7px 10px;
}
#products_in .info td.line {
	border-bottom: #DBDBDB 1px solid;
}
#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: 432px;
	height: 324px;
	text-align: center;
	padding:3px;
	float:left;
	background:#FFF;
	border:#D0D0D0 1px solid;
}
#products_in .photo img{
	max-width: 432px;
	max-height: 324px;
}
#products_in .no {
	color: #777777;
}
#products_in .price1 {
	color:#777777;
}
#products_in .price2 {
	color:#777777;
}
#products_in .price3 {
	font-size:13px;
	color:#F85F57;
	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 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;
}
