@charset "utf-8";
/* CSS Document */
/***第一層******************************************************/
/***第一層******************************************************/
/***第二層******************************************************/
#products {
	width: 685px;
	margin: 0 auto;
	letter-spacing:1px;
	position: relative;
}
#products .list{
	width: 212px;
	float:left;
	text-align:center;
	margin:0 8px 25px 8px;
}
#products .list .name{
	width: 212px;
	height:20px;
	padding:5px 0;
	font-weight:bold;
	line-height:20px;
}
#products .list .name a {
	color: #656565;
	text-decoration: none;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
#products .list .name a:visited {
	color: #656565;
	text-decoration: none;
}
#products .list .name a:hover {
	color: #766523;
	text-decoration: none;
}
#products .list .photo{
	width: 210px;
	height:210px;
	text-align: center;
	border:#c8c8c8 1px solid;
	-webkit-transition: border 200ms linear;
-moz-transition: border 200ms linear;
-o-transition: border 200ms linear;
transition: border 200ms linear;
	behavior:url(../../scripts/pie/PIE.htc);
}
#products .list .photo:before {
content: '';
display: inline-block;
vertical-align: middle ;
height: 100%;
}
#products .list .photo img{
display: inline-block;
vertical-align: middle;
}
#products .list .photo:hover{
	border:#aa974d 1px solid;
}
/***第二層******************************************************/
#products .list_title{
	width:670px;
	height:25px;
	float:left;
	padding:0 0 0 15px;
	margin:0 0 25px 0;
	background:url(bg.png) no-repeat;
	color:#5d5d5d;
}
#products .list_title a {
	color: #5d5d5d;
	text-decoration: none;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
#products .list_title a:visited {
	color: #5d5d5d;
	text-decoration: none;
}
#products .list_title a:hover {
	color: #FF0000;
	text-decoration: none;
}
#products .list2{
	width: 160px;
	float:left;
	text-align:center;
	margin:0 5px 25px 6px;
}
#products .list2 .name2{
	width: 160px;
	height:20px;
	padding:5px 0;
	font-weight:bold;
	line-height:20px;
}
#products .list2 .name2 a {
	color: #656565;
	text-decoration: none;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
#products .list2 .name2 a:visited {
	color: #656565;
	text-decoration: none;
}
#products .list2 .name2 a:hover {
	color: #9B862F;
	text-decoration: none;
}
#products .list2 .photo2{
	width: 152px;
	height:152px;
	padding:3px;
	text-align: center;
	background:#FFF;
	border:#c8c8c8 1px solid;
	-webkit-transition: border 200ms linear;
-moz-transition: border 200ms linear;
-o-transition: border 200ms linear;
transition: border 200ms linear;
	behavior:url(../../scripts/pie/PIE.htc);
}
#products .list2 .photo2:before {
content: '';
display: inline-block;
vertical-align: middle ;
height: 100%;
}
#products .list2 .photo2 img{
display: inline-block;
vertical-align: middle;
}
#products .list2 .photo2:hover{
	border:#aa974d 1px solid;
}
/***第三層******************************************************/
#products_in {
	width: 685px;
	margin: 0 auto;
	position: relative;
}
#products_in .list_title{
	width:670px;
	height:25px;
	float:left;
	padding:0 0 0 15px;
	margin:0 0 25px 0;
	background:url(bg.png) no-repeat;
	color:#5d5d5d;
}
#products_in .list_title a {
	color: #5d5d5d;
	text-decoration: none;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
#products_in .list_title a:visited {
	color: #5d5d5d;
	text-decoration: none;
}
#products_in .list_title a:hover {
	color: #FF0000;
	text-decoration: none;
}
#products_in .list_title span{
	color:#848484;
}
#products_in .products_top {
	width: 685px;
	margin: 0 auto;
	position:relative;
	margin-bottom:20px;
}
#products_in .name{
	width: 655px;
	margin: 0 auto;
	font-size:16px;
	font-weight: bold;
	color:#7A3E1F;
	line-height:27px;
	height:27px;
	padding:0px 0 0 25px;
	margin-bottom:10px;
	background:url(bg.png) no-repeat;
}
#products_in .top_con{
	width: 680px;
	margin: 0 auto;
	line-height:20px;
	margin-bottom:20px;
}
#products_in .btn {
	float:right;
	padding:10px 10px 0 10px;
}
#products_in .info {
	width: 260px;
	color: #575757;
	line-height: 18px;
	padding: 5px 0;
	float: right;
	position:relative;
}
#products_in .info .list {

}
#products_in .info td img {
	padding-top: 4px;
}
#products_in .info .summary {
	min-height: 130px;
	padding: 10px 0px 20px 0px;
	line-height: 18px;
}
#products_in .info .no {
	color: #E5DFD8;
	padding: 5px 5px 5px 5px;
	line-height: 18px;
}
#products_in .info table{
	border-collapse:collapse;
	border-top: #FFF 1px solid;
	border-bottom: #FFF 1px solid;
}
#products_in .info td {
	height: 20px;
	padding: 7px 0;
}
#products_in .info td.line {
	border-bottom: #FFF 1px solid;
}
#products_in .info .title {
	color: #594a0f;
	font-size: 13px;
	font-weight: bold;
	min-height: 25px;
	padding: 0 0px 0 0px;
}
#products_in .info .title span {
	color: #AD9059;
	padding: 0 10px 0 0;
	font-weight: bold;
}
#products_in .photo {
	width: 394px;
	height: 394px;
	text-align: center;
	padding: 4px;
	background: #FFF;
	float: left;
	border: #b09b47 1px solid;
}

#products_in .photo img {
	display: inline-block;
	vertical-align: middle;
}
#products_in .title_u {
	color: #593A33;
	font-size: 13px;
	font-weight: bold;
}
#products_in .price1 {
	color: #726a47;
}
#products_in .price2 {
	color: #da4142;
	font-weight: bold
}
#products_in .price3 {
	color: #F43E10;
	font-weight: bold
}
#products_in .price_title {
	font-weight: bold
}
#products_in .con span {
	color: ;
	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 {
	width: 685px;
	line-height: 25px;
	padding: 10px 0 20px 0;
	margin:0 auto;
}
#products_in > .con h1{
	font-size:15px;
	font-weight:bold;
	color:575757;
}
#products_in > .con span {
	font-weight: bold;
	font-size:14px;
	color:  ;
}
#products_in > .con td {
	padding: 2px 0;
}
#products_in .con_title {
	width: 100%;
	text-align:center;
}
