@charset "utf-8";
body {
	margin: 0;
	font-size: 0.8em;
	color: #333;
    font-family: 'Microsoft JhengHei','Apple LiGothic Medium', 'Helvetica, Arial',"微軟正黑體";		
}
img {
	border:none;
}
table {
	border-collapse: separate; 
	border-spacing: 5px;
	*border-collapse: expression('separate', cellSpacing = '5px');
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
a:link,a:visited ,a:hover,a:active {
	text-decoration: none;
}
table tr td {
	padding: 3px;
}
h1,h2,h3,h4,h5,h6,ul,li,ol {
	margin:0;
	padding:0;	
}
select {
	border: 1px solid #ccc;
	padding: 8px 5px;
	color: #666;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
input {
	border: 1px solid #ccc;
	padding: 8px 5px;
	color: #666;	
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
textarea {
	border: 1px solid #ccc;
	padding: 8px 5px;
	color: #666;	
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.rel {
	position:relative;
}
.bg_index {
	background-image: url(../images/bg.jpg);	
}
.bg_wood {
	background-image: url(../images/bg_wood.jpg);	
}
.bg_blown {
	background:#ede6d3;
}
.bg_white {
	background:#fff;
}
.bg_red {
	background-color: #971117;
	background-image: url(../images/bg_red.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.font_red {
	color:#e60012;
}
.font_blown {
	color: #A88C44;
}
.btn01 {
	color: #FFF;
	background-color: #971117;
	padding:5px 25px;
}
.addbottom25 {
	margin-bottom:25px;
}
.addbottom50 {
	margin-bottom:50px;
}
.addleft25 {
	margin-left:25px;
}
h2.title {
	line-height: 25px;
	background-image: url(../images/titlebg.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	padding-left: 30px;
	margin:5px 0 25px 0;
}
#top {
	background-color: #931218;
	height: 35px;
	width: 100%;
}
#topmenu ul{
	padding:10px 0 0 0;
}
#topmenu li {
	float: right;
	padding: 0 10px;
	border-right: 1px solid #FF0;
	list-style-type: none;
	color: #FFF;
	letter-spacing: 0.1em;
}
#topmenu li a{
	color: #FFF;
}
#topmenu li.first {
	border:none;
}
#header {
	height: 124px;
    background-image: url(../images/bg.jpg);	
}
#logo {
	position: absolute;
	top: -35px;
}
#fbicon {
	position:absolute;
	top:0;
	left:150px;
}
/*網站連結*/
#link {
	position: absolute;
	top: 30px;
	right: 0;
}
#link ul {
	list-style-type: none;
}
#link li {
	float: left;
	height: 20px;
	text-indent: -5000px;
}
#link li:hover {
	background-position:bottom;
}
#link li a {
	display:block;
	height:20px;
}
#link .link01 {
	background-image: url(../images/link01.png);
	width:117px;
}
#link .link02 {
	background-image: url(../images/link02.png);
	width:98px;
}
#link .link03 {
	background-image: url(../images/link03.png);
	width:96px;
}
#link .link04 {
	background-image: url(../images/link04.png);
	width:98px;
}

/*產品連結*/
#menu {
	position: absolute;
	top: 70px;
	right: 10px;
}
#menu ul {
	list-style-type: none;
}
#menu li {
	float: left;
	height: 20px;
	text-indent: -5000px;
}
#menu li:hover {
	background-position:bottom;
}
#menu li a {
	display:block;
	height:20px;
}
#menu .menu01 {
	background-image: url(../images/menu01.png);
	width:136px;
}
#menu .menu02 {
	background-image: url(../images/menu02.png);
	width:181px;
}
#menu .menu03 {
	background-image: url(../images/menu03.png);
	width:121px;
}
#menu .menu04 {
	background-image: url(../images/menu04.png);
	width:230px;
}
#menu .menu05 {
	background-image: url(../images/menu05.png);
	width:100px;
}
/*首頁左側+banner*/
#indexbanner {
	height:500px;
}
#bannernote {
	position: absolute;
	left: 0px;
	top: 0px;
}
#sandwich {
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 250px;
}
#banner {
	background-color: #FFF;
	border: 1px solid #CCC;
	position: absolute;
	z-index: 0;
	top: 10px;
	right: 10px;
	padding: 5px;
	height: 350px;
	width: 775px;
}
/*首頁熱門分類商品*/
.indexhot {
	float: left;
	width: 300px;
	margin:17px 12px;
}
.indexhot .picture {
	width:300px;
	height: 200px;
	overflow: hidden;
	margin:0 0 10px 0;
}
.indexhot .title {
	font-size: 1.2em;
	font-weight: bold;
	color: #99080e;
	margin:0 0 5px 0;
}
.indexhot .txt {
}
/*首頁介紹*/
#indexabout {
	float: left;
	width: 630px;
	margin-top: 25px;
}
#indexabouttitle {
	border-bottom: 5px solid #000;
	padding-bottom: 5px;
}
#about {
	border-top: 1px solid #000;
	background-color: #FFF;
	padding: 10px;
	background-image: url(../images/indexaboutbg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#aboutleft {
	float: left;
	width: 250px;
}
#aboutright {
	float: right;
	width: 350px;
}
#aboutrightimg {
	margin:10px 0 0 0;
}
#aboutrightin {
	margin: 10px;
	color: #9b7f6c;
	line-height: 1.8em;
}
#aboutrightin a {
	color: #98080e;
}
/*首頁消息*/
#indexnews {
	float:right;
	margin-top:25px;
	width:340px;
}
#indexnewstitle {
	border-bottom: 1px solid #000;
	padding: 0 0 13px 0;
}
.more {
	position: absolute;
	right: 5px;
	bottom: 5px;
}
.indexnews {
	border-bottom:1px solid #000;
	padding:15px 0;
}
.indexnews .date {
	color:#9b7f6c;
}
.indexnews .news a{
	color: #333333;
}
.indexnews .news a:hover {
	color:#9b7f6c;
}
/*首頁產品*/
#indexproduct {
	padding:25px 0 50px 0;
}
#product01 {
	float:left;
	width:230px;
	margin:10px 10px 0 10px;	
}
#product02 {
	float:left;
	width:478px;
	margin:10px 10px 0 0;
}
#product03 {
	float:left;	
	width:230px;
	margin:10px 0 0 0;
}
#product04 {
	float:left;
	width:980px;	
	margin:0 0 0 10px;	
}
.product {
	float:left;
	width:230px;
	margin:10px 10px 0 0;	
}
.product_big {
	margin:10px 10px 0 0;	
}
.product_long {
	float: left;
	width: 479px;
	margin: 10px 10px 0 0;
	overflow: hidden;
	vertical-align: 50%;
}

/*首頁滑出說明 開始*/
.abgne_tip_gallery_block2 {
	padding: 0;
	position: relative;
}
.abgne-yahoo-slide img {
	border: 0;
}
.abgne-yahoo-slide a {
	text-decoration: none;
	color: #fff; 
}
.abgne-yahoo-slide a:hover {
	color: #fc6;
}
.abgne-yahoo-slide ul, .abgne-yahoo-slide li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.abgne-yahoo-slide .desc {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 230px;
	display: none;
	overflow: hidden;
	color: #fff;
	background-image: url(../images/black.png);
}

.abgne-yahoo-slide .desc h3 {
	padding: 10px 0 0 10px;
	color: #ccc;
}
.abgne-yahoo-slide .desc p {
	padding: 0  0  0 10px;
	color: #ccc;
}

/*網站地圖*/
#sitemap ul {
	list-style-type: none;
	margin: 10px 7px 10px 10px;
	border: medium none;
	list-style: none outside none;
	text-align: left;
	font-size: 13px;
}
#sitemap li {
	display: inline;
	float: none;
	height: inherit;
	width: inherit;
}
#sitemap li a {
	color: #6D6D6D;
}
#sitemap li a:hover {
	color: #A10E21;
}
#sitemap li::before {
	content: " > ";
	color: #ccc;
}
#sitemap li.first::before {
	content: " ";
	color: #ccc;
}

/*產品大分類*/
#classify ul {
	list-style-type: none;
	margin:25px auto;
	border: medium none;
	list-style: none outside none;
	text-align: center;
}
#classify li {
	display:inline-block;
	float: none;
	height: inherit;
	width: inherit;
}
#classify li a {
	color: #000;
	background-image: url(../images/classify_bg.png);
	display: inline-block;
	width: 146px;
	height: 53px;
	font-size: 1.2em;
	line-height: 53px;
}
#classify li a:hover {
	color: #fff;
	background-position:bottom;
}
#classify li a.on {
	color: #fff !important;
	background-image: url(../images/classify_bg.png);
	background-position:bottom;	
}

/*產品列表頁*/
#products {
	background:#fff;
	margin:10px;
	padding:5px;
	border:1px solid #ccc;
}
.column {
	float:left;
	width:280px;
	height:350px;
	/*margin:10px 5px 10px 17px;*/
	margin:10px 5px 10px 28px;
}
.column_img {
	width:280px;
	height:186px;
	background-image: url(../images/column_img_bg.jpg);
}
.column_img a {
	display:block;
	height:186px;
}
.column h3.title {
	margin: 5px 0 0 0;
	font-size: 1.5em;
	font-weight: normal;
	color: #666;
}
.prize {
	float: left;
	width: 50%;
	line-height: 25px;
}
.prize02 {
	float: left;
	width: 50%;
	line-height: 25px;
	color: #C00;
}
.buy_btn {
	line-height: 25px;
	color: #FFF;
	background-color: #666;
	text-align: center;
	float: left;
	height: 25px;
	width: 50%;
}
.buy_btn a {
	display:block;
	height:25px;
	color:#fff;
}
.buy_btn:hover {
	background-color: #333;
}

/*產品內頁*/
#prodectimg {
	float:left;
	width:500px;
}
#product_txt {
	float:right;
	width:420px;
}
#product_txt h3.title {
	margin: 5px 0 0 0;
	font-size: 1.7em;
	font-weight: normal;
	color: #666;	
}

/*產品圖片多張 開始*/
div.lineup {
	float: left;
	display: inline;
	width:400px;
}
.prod_img {
	position: relative;
}
.prod_pd8 {
	position: absolute;
	top: 0;
	left: 0px;
}
.goods-product-small-images {
	float: left;
	height: 60px;
	width: 80px;
	overflow:hidden;
	margin: 5px 5px 0 0;
	cursor:pointer;
}
/*購買按鈕*/
.addcar {
	float:left;
	margin:0 10px 0 0;
}
.add-to-cart-trigger {
	margin-top: 25px;
	height: 30px;
	line-height: 30px;
	padding: 5px 10px;
	border: 3px #ccc solid;
	display: block;
	cursor: pointer;
	color: #AFAFAF;
	-webkit-transition: background 0.2s ease;
	-webkit-transition-delay: 0s;
	-moz-transition: background 0.2s ease 0s;
	-o-transition: background 0.2s ease 0s;
	transition: background 0.2s ease 0s;
}
.add-to-cart-trigger:hover {
	cursor: pointer;
	color: #fff;
	background-color: #333;
}

/*商品聯絡我們+相關商品*/
#product_contact {
	margin:25px;
}
#moretitle {
	font-size: 2.0em;
	padding: 10px 35px;
	color: #000;
	text-align: center;
}
/*頁簽輪播*/
#abgne-block {
	paffing:25px 0;
}
#abgne-block .info {
	display: none;
	min-height:380px;
}
#abgne-block .on {
	display: block;	
}
#abgne-block .bd {
}
#abgne-block .title01{
	margin: 0 0 10px 0;
}
#abgne-block .title01 ul {
	list-style-type: none;
	margin:0px auto;
	border: medium none;
	list-style: none outside none;
	text-align: center;
}
#abgne-block .title01 li {
	display: inline;
	float: none;
	height: inherit;
	width: inherit;
	font-weight: normal;
	font-size:2.0em;
	padding:10px 35px;
	line-height:65px;
	cursor:pointer;
	color: #ccc;
}
#abgne-block .title01 li.line {
	border-right:1px solid #ccc;
}
#abgne-block .title01 li.on, #abgne-block .title01 li.over {
	color: #000;
}
#abgne-block .title01 li p {
	color: #ccc;
}
#abgne-block .title01 li.on h3, #abgne-block .title01 .over h3, #abgne-block .title01 li.on p, #abgne-block .title01 .over p {
	color: #ccc;
}


/*側邊+內頁版型*/
#in {
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 370px;
	background-image: url(../images/inleft.png);
}
#sider {
	float:left;
	width:195px;
}
#sidertop {
	position:relative;	
	width:150px;
	height:280px;
}
#sidertop_title {
	position:absolute;
	top:95px;
	right:5px;
}
#sidernav ul {
	list-style-type: none;
}
#sidernav li {
	background-image: url(../images/siderbg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	width: 152px;
	line-height: 25px;
	padding:0 0 17px 0;
}
#sidernav li a {
	color: #960d13;
	font-size: 1.2em;
}
#sidernav li a:hover {
	color:#000;
}
#content{
	float:right;
	width:780px;
}
#main {
	margin:25px 0 ;
}
/*消息*/

.newslist {
	border-bottom:1px solid #000;
	padding:15px 0;
}
.newslist .img {
	float:left;
	width:45px;
	margin:0 10px 0 0;
}
.newslist .txt {
	float:right;
	width:720px;
	margin:5px 0 0 0;
}
.newslist .date {
	color:#9b7f6c;
}
.newslist .news a{
	color: #333333;
}
.newslist .news a:hover {
	color:#9b7f6c;
}

/*會員中心*/
.account_btn {
	width: 130px;
	line-height: 35px;
	font-size: 17px;
	color: #FFF;
	background-color: #C1B4A4;
	text-align: center;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.account_btn a {
	display: block;
	height: 35px;
	width: 130px;
	color: #FFF;
}
.account_btn:hover {
	color: #666;
	background-color: #ECE8E3;
}

/*購物流程 開始*/
.shoptitle {
	background-image: url(../images/shopicon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:25px;
	font-size: 20px;
	color: #4F4F4F;
	margin:25px 0 5px 0;
}

#shop_list th {
	border-bottom: 1px solid #EBEBEB;
	padding:0 0 5px 0;
}
.addshop {
	padding:20px;
}
.addshop02 {
	margin:25px 0 25px 0;
}
.shopping {
	padding: 10px;
	margin-bottom: 10px;
	border:1px solid #e5d3cf;
}
.shopping table tr{
	height:45px;
}
.shopping02 {
	padding: 10px;
	margin-bottom: 10px;
}
#shopping-btn {
	height:15px;
	margin-top: 10px;
	margin-bottom: 50px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 13px;
	padding-left: 0;
}
#shopping-btn ul {
	list-style-type: none;
	margin:0px auto;
	border: medium none;
	list-style: none outside none;
	text-align: center;
}
#shopping-btn li {
	display: inline;
	float: none;
	height: inherit;
	width: inherit;
}
#shopping-btn li a {
	color: #fff;
	display: inline;
	float: none;
	height: inherit;
	width: inherit;
	background-color: #000;
	margin-bottom: 10px;
	padding:10px 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
#shopping-btn li input {
	color: #fff;
	display: inline;
	float: none;
	height: inherit;
	width: inherit;
	margin-bottom: 10px;
	padding:10px 20px;
	border:none;
	cursor:pointer;
	background-color:#000;
}
.shop_list tfoot td {
	color: #666;
	padding: 3px 5px;
	line-height: 21px;
}
.shopping tfoot tr:nth-child(odd) {
	background-image: -webkit-linear-gradient(top,#e5d3cf,#e5d3cf,#e5d3cf);
	background-image: -moz-linear-gradient(top, #e5d3cf,#e5d3cf,#e5d3cf);
	background-image: -o-linear-gradient(top, #e5d3cf,#e5d3cf,#e5d3cf);
	background-image: linear-gradient(top, #e5d3cf,#e5d3cf,#e5d3cf)
	border-bottom:1px solid #666;
}

.shopping tfoot tr:nth-child(even) {
	background-image: -webkit-linear-gradient(top, #fff, #fff, #fff);
	background-image: -moz-linear-gradient(top, #fff, #fff, #fff);
	background-image: -o-linear-gradient(top, #fff, #fff, #fff);
	background-image: linear-gradient(top, #fff, #fff, #fff)
	border-bottom:1px solid #666;
}
tfoot tr .tr_top {
	border-bottom:1px solid #666;
}
.shopping_note {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
}
.other {
	padding: 10px;
}
#buying-process {
	margin:25px 0 50px 0;
}
#buying-process ul {
	list-style-type: none;
}
#buying-process li {
	float: right;
	display: block;
}
#buying-process li:after {
	content: " > ";
	color: #F58D93;
}
#buying-process li.last:after {
	content: " ";
}
#buying-process span {
	margin: 0 15px;
	font-size: 1.1em;
	color: #FFF;
	background-color: #F58D93;
	padding:5px 25px;	
}
#buying-process span.active {
	background-color: #960D14;
}
.shopping_banner {
	font-weight: bold;
}
.shopping_content {
	margin-bottom: 20px;
}
.login-menu01 {
	background-image: url(../images/login-menu01.jpg);
	width:152px;
}
.login-menu02 {
	background-image: url(../images/login-menu02.jpg);
	width:141px;
}
.login-menu03 {
	background-image: url(../images/login-menu03.jpg);
	width:131px;
}
.login-menu04 {
	background-image: url(../images/login-menu04.jpg);
	width:104px;
}
#login-title2 {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*分頁*/
.page {
	padding:25px 0;
}
.page ul {
	list-style-type: none;
	margin: 0 auto;
	border: medium none;
	list-style: none outside none;
	text-align: center;
}
.page li {
	display: inline-block;
	float: center;
	height: inherit;
	width: inherit;
	margin: 0 5px;
}
.page li a {
	color: #666;
}
.page li a:hover {
	color: #F33;
}

/*尾巴*/
#footer {
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
}
#footer_fix {
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	position:fixed;
	left:0;
	bottom:0;
}
#footernote ul {
	list-style-type: none;
	margin:0px auto;
	border: medium none;
	list-style: none outside none;
	text-align: center;
}
#footernote li {
	display: inline;
	float: none;
	height: inherit;
	width: inherit;
	margin:0 10px;
}
#footernote li a {
	color:#fff;
}
#footer p {
	color: #CCC;
	letter-spacing: 1px;
}
#footer_fix p {
	color: #CCC;
	letter-spacing: 1px;	
}

/*response的物件*/
#sukura {
	position: fixed;
	top: 10px;
	right: 0px;
	z-index: 100;
}
#sukura02 {
	position: fixed;
	left: 0px;
	top: 400px;
	z-index: 100;
}
#out {
	background-color: #560808;
	background-image: url(../images/bg_out.jpg);
	width: 1163px;
	margin:0 auto 50px auto;
	padding:0 0 50px 0;
	background-repeat: no-repeat;
	background-position: center top;
}
.download {
	margin:5px 0 25px 10px;
	font-size:20px;
	color:#C33;
}

@media (max-width: 1024px) {
#sukura {
	display:none;
}
#sukura02 {
	display:none;
}
#out {
	width: 1024px;
}
}
