@charset "utf-8";
/* CSS Document */
#container {
	width: 718px;
	height: auto;
	float: left;
	padding: 0px 10px 30px 10px;
	letter-spacing: 1px;
	line-height: 20px;
	text-align: justify;
	text-justify: inter-ideograph;
	
}
/*-照片列表-----------------------------------------*/
#list {
	width: 100%;
	height: 100%;
	float: left;
}
#list a {
	color: #79796A;
	TEXT-DECORATION: none;
	-webkit-transition: color 120ms linear;
	-moz-transition: color 120ms linear;
	-o-transition: color 120ms linear;
	transition: color 120ms linear;
}
#list .photobox {
	height: 206px;
	width: 226px;
	margin: 0px 10px 5px 0px;
	float: left;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: center;	
}
#list .photobox:hover {
	background-image: url(bg-.jpg);

}
#list .photobox:hover .caption{
	color: #BA3730;
	TEXT-DECORATION: none;
}
#list .photo {
	height: auto;
	width: 200px;
	margin: 10px 0 5px 10px;
	position:relative;
}

#list .photo img{
	border:1px #D5D6D1 solid;
	}

/*圖片覆蓋***************************/
/*上層需要設定position:relative;******/
#list .cover {
	width: 200px;
	height: 150px;/*需扣掉64px高度*/
	text-align: center;
	font-size: 12px;
	top: 1px;
	left: 1px;
	filter: alpha(opacity=0); /*IE,透明度50%*/
	-moz-opacity: 0; /*Firefox,透明度50%*/
	opacity: 0;/*其他浏览器,透明度50%*/
	position: absolute;
}
#list .photo:hover .cover {
	width: 200px;
	height: 150px;/*需扣掉64px高度*/
	filter: alpha(opacity=100); /*IE,透明度50%*/
	-moz-opacity: 1; /*Firefox,透明度50%*/
	opacity: 1;/*其他浏览器,透明度50%*/
	background-image: url(cover.png);
}
#list .cover a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
#list .cover a:visited {
	color: #fff;
	text-decoration: none;
}
#list .cover a:hover {
	color: #F27F3F;
	text-decoration: none;
}
/*圖片覆蓋***************************/
#list .frame_info {
	width: 100%;
	height: auto;
	margin: auto;
	text-align: center;
}
#list .caption {
	width: 200px;
	height: 25px;
	margin: auto;
	text-align: center;
	font-size:15px;
}
#list .description {
	width: 200px;
	height: 30px;
	margin: auto;
	color: #D83500;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
/************************************************************/
/***最新消息內頁*********************************************************/
#list2 {
	width: 728px;
	height: auto;
	min-height: 300px;
	margin: 0 auto;
	font-family: Arial, "Times New Roman", Times, serif;
}
/**********************************************************/
#list2 .sub_title {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 10px;
	color: #661900;
}
#list2 .sub_title a {
	color: #661900;
	text-decoration: none;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
#list2 .sub_title a:hover {
	color: #000;
	text-decoration: none;
}
#list2 .photo_nav {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 10px;
}
#list2 .photo_big {
	width: 418px;
	height: 318px;
	float: left;
	padding: 10px 0px 0px 10px;
	text-align: left;
	background-image: url(in_bg.jpg);
}
#list2 .photo_big img {
	border: 1px #D1D2D2 solid;
}
#list2 .btn {
	width: 40px;
	height: 50px;
	text-align: center;
	padding: 30px 0 0 0;
	float: left;
}
#list2 .photo_small img {
	border: 2px solid #DBDBDB;
}
/**********************************************************/
/**********************************************************/
#list2 .info_area {
	width: 280px;
	height: auto;
	float: right;
}
#list2 .caption {
	width: 100%;
	height: auto;
	padding: 5px 0 5px 5px;
	font-size: 22px;
	color: #3F1F00;
	letter-spacing: 1px;
	width: calc(100% - 5px);
	font-weight: bold;
}
#list2 .model {
	width: 100%;
	height: auto;
	padding: 10px 0px 10px 0px;
}
#list2 .line {
	background-image: url(line.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}
#list2 .model span {
	color: #B1A68F;
}
#list2 .price {
	width: 100%;
	height: auto;
	margin-top: 10px;
	width: 100%;
	padding: 10px 0px 10px 0px;
	background-image: url(line.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}
#list2 .price_frame {
	width: 100%;
	height: auto;
	float: left;
}
#list2 .price_1 {
	width: 80px;
	height: 30px;
	float: left;
}
#list2 .price_1 del {
	color: #B1A68F;
}
#list2 .price_2 {
	width: 130px;
	height: 30px;
	float: left;
	text-align: left;
	color: #CA1633;
}
#list2 .price_2 del {
	color: #777777;
}
#list2 .f01 {
	font-size: 13px;
	font-weight: bold;
}
#list2 .buy {
	width: 100%;
	height: auto;
	padding: 10px 0px 10px 0px;
	text-align: center;
}
#list2 .sub_tilte {
	width: 100%;
	height: auto;
	margin: 10px 0;
	float: left;
}
#list2 .sub_tilte2 {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	float: left;
}
#list2 .txt {
	width: 100%;
	height: auto;
	letter-spacing: 1px;
	margin: 10px 0;
	padding-bottom: 10px;
}
#list2 .bottom {
	width: 100%;
	height: auto;
}
