@charset "utf-8";
.product_table {
	font-size: 12px;
	border-left: 1px solid #D6C9A0;
    border-top: 1px solid #D6C9A0;
	color: #666666;
}
.product_table th {
	color: #FFFFFF;
	background-color: #980203;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding:5px 0;
	border-right: 1px solid #D6C9A0;
    border-bottom: 1px solid #D6C9A0;
}
.product_table td {
	font-size: 12px;
	padding:5px 0 5px 15px;
	border-right: 1px solid #D6C9A0;
    border-bottom: 1px solid #D6C9A0;
}
.product_table td a:link {
	text-decoration: none;
	color: #666666;
}
.product_table td a:visited {
	color: #666666;
	text-decoration: none;
}
.product_table td a:hover {
	color: #980203;
	text-decoration: none;
}
.product_table td a:active {
	color: #666666;
}
/*產品影片*/
.ui-dialog.youtubedialog{padding:0}
.ui-dialog.youtubedialog #movie.ui-dialog-content{padding:0;overflow: visible}
.ui-dialog.youtubedialog #movie.ui-dialog-content iframe{width:100%;height:100%;display:inline-block;margin:0}

/* DOWNLOAD */
.download_table{
	width:100%;
	color: #000;
}
.download_table a{
	color: #000;
}
.download_table a:hover{
	color: #069;
}
.download_table th{
	color: #069;
	font-weight: normal;
	border-top: 1px dotted #069;
	border-bottom: 2px solid #069;
}
.download_table td{
	border-bottom:1px dotted #CCC;
	text-align:center;
	padding: 5px 0px;
}




 /*購物車頁面 */

.cart_step{
	text-align: center;
	margin-bottom: 20px;
}
.cart_title_icon{
    height:33px;
    text-indent: 32px;
    font-size:15px;
    font-weight:bold;
    line-height:32px;
    margin-bottom:10px;
    background-image: url('../images/ws-clipboard.png');
    background-repeat: no-repeat;
}
.cart_title_icon2{
    height:34px;
    text-indent: 32px;
    font-size:15px;
    font-weight:bold;
    line-height:32px;
    margin-bottom:10px;
    background-image: url('../images/ws-clipboard2.png');
    background-repeat: no-repeat;
}
.cart_btn{
	text-align: right;
	padding: 0px 15px 2px 15px;
}

.cart_pay{
	border-top:1px dashed #ccc;
}
.cart_pay td{
	border-bottom:1px dashed #ccc;
	padding: 15px 0;
}
.cart_pay_radio{
	background-color:#ededed;
	text-align: center;
}

.cart_table {
	border: 1px solid #B6B6B6;
	border-collapse: collapse;
}
.cart_table tr.stocks_short{
    background:#f00;
    color:grey;
}
.cart_table tr.stocks_short a{color:grey}
.cart_table tr.cart_line{

}
.cart_table tr.stocks_short{
    background:#f00;
    color:grey;
}
.cart_table tr.stocks_short a{color:grey}
.cart_table th {
	color: #333333;
	background-color: #cccccc;
	padding:4px 0px;
	text-align: center;
}
.cart_table td {
	padding: 4px 0px;
	text-align: center;
}
.cart_table td a{
	color: #000;
}
.cart_table .col_name{ display: none;}
.cart_line td{
	border-bottom: 1px dashed #ccc;
}
.cart_title a {
	color: #000;
}
.cart_title a:hover {
	color: #FF0000;
	text-decoration: none;
}
.cart_red{
	color: #c14948;
}

.cart_total{
	text-align: right;
}
.cart_total li{
	display:inline-block;
	margin-right: 10px;
}
.cart_total .total{
	color: #ff0000;
}

.cart_order_info_frame{
	border: 1px solid #B6B6B6;
	padding: 20px 0px 20px 0px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.cart_order_info{
    border-collapse: collapse;
    width:100%;
    margin:0 auto;
    font-size:14px;
    line-height:30px;
}
.cart_order_info tr.rowsforinvoicetype3 {display:none}
.cart_order_info th{
    padding-right: 15px;
    padding-bottom: 10px;
    font-weight: bold;
    color: #666;
    text-align: right;
}
.cart_order_info td{
    padding-bottom: 10px;
}
.cart_order_info .section_header {border-top:1px solid grey;border-bottom:1px solid grey;padding:0;font-size:16px;height:35px;line-height:35px;background: #bbb}
.cart_order_info input{
    border:1px solid #ccc;
    padding:3px 0px;
}
.cart_order_info .ipt1{
    /*width: 200px;*/
}
.cart_order_info .ipt2{
    /*width: 500px;*/
}
.cart_order_info .ipt3{
    width: 60px;
}
.cart_aswell{
    margin: -35px 0 30px 0;
    text-indent: 195px;
}
.cart_credit{
    margin: -35px 0 30px 0;
    text-indent: 130px;
    color: #c14948;
}


/*購物車按鈕*/
.shop_btn{
  width: 80px;
  height: 30px;
  color: #0f1214;
  margin:10px 5px 0 0;
  border:none;
  border-radius:5px;
  border:1px solid #ccc;
  background: -webkit-linear-gradient(top,#fff,#dadada);
  background: -moz-linear-gradient(top,#fff,#dadada);
  background: -ms-linear-gradient(top,#fff,#dadada);
  background: linear-gradient(top,#fff,#dadada);
}
.shop_btn:hover{
  cursor:pointer;
  background: -webkit-linear-gradient(top,#fff,#c9c9c9);
  background: -moz-linear-gradient(top,#fff,#c9c9c9);
  background: -ms-linear-gradient(top,#fff,#c9c9c9);
  background: linear-gradient(top,#fff,#c9c9c9);
}

.security_pic img:first-child{ width:100px; height: 20px;}


/*第一次購物按鈕*/
.firstbuy_btn{
  padding:13px 23px;
  text-align:center;
  color: #515151;
  letter-spacing:1px;
  line-height:22px;
  margin:10px 5px 0 0;
  border:none;
  border-radius:5px;
  border:1px solid #ccc;
  background: -webkit-linear-gradient(top,#fff,#dadada);
  background: -moz-linear-gradient(top,#fff,#dadada);
  background: -ms-linear-gradient(top,#fff,#dadada);
  background: linear-gradient(top,#fff,#dadada);
}
.firstbuy_btn span{
  color: #ae2626;
}
.firstbuy_btn:hover{
  background: -webkit-linear-gradient(top,#fff,#c9c9c9);
  background: -moz-linear-gradient(top,#fff,#c9c9c9);
  background: -ms-linear-gradient(top,#fff,#c9c9c9);
  background: linear-gradient(top,#fff,#c9c9c9);
}


/*購物登入頁面 */
.v_mid{
	vertical-align: middle;
}
.member_login{
	float: left;
	margin-left: 5%;
}
.member_login td{
	padding-bottom: 10px;
}
.member_login .iptbox{
	padding: 3px 0 3px 5px;
}
.member_login .ipt1{
	width: 250px;
}
.member_login .ipt2{
	width: 65px;
}
.member_login .fg_pw{
	text-align: right;
}
.member_login .fg_pw a{
	color: #666;
}
.member_login .fg_pw a:hover{
	color: #333;
}
.member_login img{
    vertical-align: middle;
}
.login_first{
	float: left;
	margin-left: 5%;
	margin-bottom:5%;
}


/*忘記密碼頁面 */
.forget_pw td{
	padding-bottom: 10px;
}
.forget_pw .iptbox{
	padding: 3px 0 3px 5px;
}
.forget_pw .ipt1{
	width: 250px;
}
.forget_pw .ipt2{
	width: 150px;
}
.forget_pw img{
    vertical-align: middle;
}

/* NEWS */
.news_list{
	float: left;
	width:100%;
	margin-top:20px;
	padding-bottom:10px;
	border-bottom:1px dashed #CCC;
	}
.news_list_pic{
	float:left;
	margin-right:10px;
	}
.news_list_pic img{
	border:1px solid #CCC;
	}
.news_list_right{
	float:left;
	}
.news_list_date{
	float: left;
	margin-right: 5px;
	}
.news_list_date a{
	color:#0157d9;
	font-weight:bold;
	}
.news_list_subject{
	float: left;
    }
.news_list_text{
	clear: both;
	float: left;
	margin-top:5px;
	line-height: 22px;
	}


.news_back {
  cursor: pointer;
  padding: 5px 20px;
  margin:5px 0;
  border: 1px solid #018dc4;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: rgba(255,255,255,0.9);
  background: -webkit-linear-gradient(#0199d9 , #0157d9);
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
  text-shadow: -1px -1px 0 rgba(15,73,168,0.66) ;
}




/* 聯絡我們-單欄  */

.contact_left {
    width: 47%;
    margin: 0px 18px 20px 0;
    padding: 15px 15px 50px 0px;
    /* background: #F1F1F1; */
    border-right: 1px solid #D6C9A0;
}
.contact_map {
    width: 100%;
	border : 1px solid #D6C9A0;
}
.contact_map iframe{ border-style: none;}
.contact_table {
    width: 47%;
    /* border-left: 1px solid #999; */
    /* border-top: 1px solid #999; */
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 4px;
    border: 1px solid #D6C9A0;
    background-color: #FFF5E8;
}
.contact_table th {
    /* border-right: 1px solid #999; */
    /* border-bottom: 1px solid #999; */
    /* background-color: #CCC; */
    padding: 5px 0;
    color: #000000;
    background-color: #F4DA9D;
    border-right-color: #D6C9A0;
    border-bottom-color: #D6C9A0;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    padding-top: 4px;
    text-align: left;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 12px;
}
.contact_table td {
    border-bottom: 1px solid #C7C7C7;
    padding: 5px 0 5px 10px;
 }
.contact_table  tr.altrow {
 }
.contact_table input{
	width: 50%;
}
.contact_table textarea{
	width: 100%;
}

.contact_btn {
  display: inline-block;
  cursor: pointer;
    width: 80px;
    height: 30px;
    color: #0f1214;
    margin: 10px 5px 10px 0;
    border: none;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: -webkit-linear-gradient(top,#fff,#dadada);
    background: -moz-linear-gradient(top,#fff,#dadada);
    background: -ms-linear-gradient(top,#fff,#dadada);
    background: -o-linear-gradient(top,#fff,#dadada);
    background: linear-gradient(top,#fff,#dadada);
}
.contact_btn:hover {
	background: -webkit-linear-gradient(top,#fff,#c9c9c9);
	background: -moz-linear-gradient(top,#fff,#c9c9c9);
	background: -ms-linear-gradient(top,#fff,#c9c9c9);
	background: -o-linear-gradient(top,#fff,#c9c9c9);
	background: linear-gradient(top,#fff,#c9c9c9);
}


/* 聯絡我們-雙欄 */
.contact_table1{
	float:left;
    width:100%;
	max-width:300px;
}
.contact_table1 span{
	color:#F00;
	font-weight:bold;
}
.contact_table1 input, .contact_table1 select{
	border:1px solid #999;
	width: 180px;
}
.contact_table1 td{
	padding:0 10px 15px 0;
}
.contact_table2{
	float:left;
	width:100%;
	max-width:300px;
	color:#000;
}
.contact_table2 textarea{
	border:1px solid #999;
	min-height:150px;
	line-height:22px;
}







/*電子型錄頁面*/

.ebook_left_list{
	width: 180px;
	margin: 0 auto;
	margin-top:20px;
}
.ebook_left_pic{
	width:180px;
	height: 212px;
}
.ebook_left_title{
	width:180px;
	margin: 5px 0 0 0;
	text-align:center;
}
.ebook_left_title a{
	color: #000;
}

.ebook_list{
	width: 180px;
	height: 212px;
	float: left;
	margin:0 60px 50px 0;
}
.ebook_pic{
	width:180px;
	height: 212px;
}
.ebook_title{
	width:180px;
	margin: 5px 0 0 0;
	text-align:center;
}
.ebook_title a{
	color: #000;
}


@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?camh3');
	src:url('fonts/icomoon.eot?#iefixcamh3') format('embedded-opentype'),
		url('fonts/icomoon.woff?camh3') format('woff'),
		url('fonts/icomoon.ttf?camh3') format('truetype'),
		url('fonts/icomoon.svg?camh3#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-print:before {
	content: "\e600";
}
.icon-download:before {
	content: "\e601";
}
.btn-ebook {
	font-size:25px;
	color: #666;
	display: inline-block;
	padding:0 15px;
	text-align: center;
}
.btn-ebook span{
	display:block;
}
.btn-ebook-out {
	margin:0 auto;
	text-align: center;
	padding: 10px 0;
}

.btn-ebook-out a{
	color: #333;

}


/*詢價頁面*/
#inquiry{
	float:left;
	width:650px;
	padding:10px 0px;
	margin:20px 0px 20px 10px;
	display:inline;
	background-color:#FFF;
}
.inquiry_table {
	border: 1px solid #B6B6B6;
}
.inquiry_table th {
	color: #333333;
	background-color: #cccccc;
	padding:4px 6px;
}
.inquiry_table td {
	padding: 4px 8px;
	text-align: center;
}
.inquiry_line td{
	border-bottom: 1px dashed #ccc;
}
.inquiry_table td.title a {
	color: #000;
}
.inquiry_table td.title a:hover {
	color: #FF0000;
	text-decoration: none;
}

#nodata {
  margin: 0px;
  padding: 10px 0px 0px 0px;
  width:100%;
  text-align:center;
  color: #ff0000;
  font: normal 12px;
}

/*gallery*/
.gallery_list{float:left;width:199px;margin:10px 4px;padding:2px;border:2px solid #aac6db}
.gallery_list_pic{width:199px;height:126px;display:table-cell;text-align: center;vertical-align: middle;}
.gallery_title{text-align:center;padding:2px 0}
/*related*/
#related_products{position:relative;}
#related_products .direction{width:30px;height:180px;vertical-align: middle;position:absolute;top:0}
#related_products .left{left:0}
#related_products .right{right:0}
#related_products .direction a{display:block;width:20;height:120px;padding:60px 5px 0 5px;text-decoration: none;}
#related_products .container{width:630px;height:180px;margin:0 auto;vertical-align: middle;overflow:hidden}
#related_products .container .list02
{	float:left; width:180px; height:180px; margin:0 15px}
#related_products .container .list02-pto
{	float:left}
#related_products .container .list02-pto img
{	border:1px solid #e2e2e2; margin-bottom:5px; width:170px}
#related_products .container .list02 a
{	color:#889e36; text-decoration:none}
#related_products .container .list02 a:hover
{	color:#889e36; text-decoration:underline}

/*購物車登入*/
.cart-login_f{ position:relative;}
.cart-login_f_btn{ }
.cart-login_f_btn input{background-color: #FF8F00;color: #FFFFFF; padding:3px;}
.cart-login-m_btn{ margin-top:10px;}
.cart-login-m_btn02 input{background-color: #FF8F00;color: #FFFFFF; width: 100px;}
.cart-login-m_btn a{ display:block; width:110px; height:41px; line-height:38px;  color:#DD003E;font-family:"微軟正黑體";font-weight:bold;}
.cart-login-m_btn a:hover{}
#cart-login-member{
    float:left;
    width:280px;
  /*  margin:10px 2% 0 3%;*/
    padding:20px 20px;
	background-color:#FCF2D1;
	border: 1px solid #fec300;
	font-size:15px;
	height:197px;
}
.login_table{ width:100%;}
.login_table th{ width:60px; line-height:35px; color:#000000; font-family:"微軟正黑體"; font-weight:bold;}
.login_table img{ vertical-align: middle;}
#cart-login-first{
	border: 1px solid #fec300;
    float:left;
    width:280px;
	background-color:#FCF2D1;
	margin-left:20px;
	padding:15px 20px 20px 30px;
	height:200px;
	color:#dd003e;
	font-weight:bold;
	font-size:16px;
	font-family:"微軟正黑體";
   /* margin:10px 3% 0 2%;*/
}
#cart-login-first ul li{ color:#000000; font-size:14px; font-weight:normal; line-height:25px;}
#cart-login-first ul{ padding-top:15px;}

/*store*/
.store_list{overflow:hidden;margin-top:20px;padding-bottom:20px;height:auto;}
.store_list_pic{overflow:hidden;float:left;margin-right:25px;padding-right:30px;border-right:1px solid #d1d1d1;}
.store_list_pic img{border:1px solid #ffa4ab;}
.store_info{float:left;width:370px;overflow:hidden;}
.store_list p{color:#717171; font-size:14px;}
p.store_title{margin-bottom:10px;font-size:15px;color: #f06276;font-weight:bold;background: url(../images/icon003.gif) no-repeat left 2px;padding:0 0 0 13px;}
.store_map{float:left;width:75px;margin-top:55px;}
.store_online{width:160px;height:240dpx;float:left;margin:13px 6px;border:1px solid #d1d1d1;}
#shipment_zone{
    width:90%;
    margin:0 auto;
    padding:10px 3px;
}
/* download */

#download{
	width:650px;
	margin:20px 0px 120px 60px;
	color: #000;
}
#download a{
	color: #000;
}
#download a:hover{
	color: #069;
}
#download td{
	border-bottom:1px dotted #CCC;
	text-align:center;
	padding: 5px 0px;
}
#download th{
	color: #069;
	font-weight: normal;
	border-top: 1px dotted #069;
	border-bottom: 2px solid #069;
}
/* member form */
.member_table {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	border-top: 1px solid #B6B6B6;
	border-left: 1px solid #B6B6B6;
}
.member_table th {
    color: #333333;
    height: 46px;
	font-size: 14px;
	line-height: 1.2;
	top: 5px;
    font-weight: bold;
    padding: 4px 0px 0px 8px;
    text-align: left;
	padding: 4px 8px;
    border-bottom: 1px solid #B6B6B6;
	border-right: 1px solid #B6B6B6;
}
.member_table td {
    height: 33px;
    color: #222222;
    text-align: left;
    padding: 2px 8px;
    border-bottom: 1px solid #B6B6B6;
	border-right: 1px solid #B6B6B6;
}

.member_table td input, .member_table td textarea {
    border: 1px solid #B6B6B6;
    margin: 1%;
}

/*會員資料管理頁面*/
#member_login_info{
	padding: 20px 0 0 30px;
}
#member_login_func{
	padding: 10px 0 0 30px;
}
#member_login_func a{
	color:#000;
}
#member_login_func a:hover{
	color:#c14948;
}
#member_login_func p{
	padding: 0 0 5px 0;
}

.member_zone_table {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #666;
}
.member_zone_table th {
	color: #FFF;
	background-color: #666;
	text-align: center;
	padding: 4px 0px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.member_zone_table td {
	padding: 4px 0px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.member_zone_table td a {
	color: #666;
}
.member_zone_table td a:hover {
	color: #c14948;
	text-decoration: none;
}
.member_zone_table  tr.altrow {
	background-color: #ccc;
}


/* login & logout */
.login_msg_error {
    font-size: 12px;
    color: #ff0000;
    text-align: center;
}
.logout {
    font-size: 12px;
    color: #ff9900;
    text-align: right;
}
.logout a:link {
    color: #ff9900;
    text-decoration: none;
}
.logout a:visited {
    color: #ff9900;
    text-decoration: none;
}
.logout a:hover {
    color: #ffcc00;
    text-decoration: none;
}
.logout a:active {
    color: #ffcc00;
    text-decoration: none;
}
.login_user {
    font-weight: bold;
    font-size: 18px;
    color: #999999;
}
.msg_getpw {
    font-size: 12px;
    color: #ff0000;
    text-align: center;
}



/* FAQ */
.faq_show {
	width:100%;
	padding-bottom: 10px;
	border: 1px solid #CCC;
}
.faq_show td.title {
	    color: #634518;
	padding: 6px 0px 6px 30px;
	background-color: #FAC900;
}
.faq_show td.main {
	color: #000;
	padding: 6px 0px 0px 30px;
}

/*video*/
.video_list{width:150px;float:left;margin:15px;}
.video_list a{color:#666}
.video_list .video_list_pic{width:150px;}
.video_list .video_list_pic .wraper{width:150px;height:150px;text-align: center;vertical-align: middle;display:table-cell}
.video_list .video_list_title{text-align:center;padding:8px 3px;}

.ajax_place{
    position:relative;
    height:100%;
    width:100%;
    padding:0;
    margin:0;
}
.ajax_place .layerContent{
    position:absolute;
    width:100%;
    top:25%;
    left:0;
    z-index:100;
    text-align: center;
}
.ajax_place .layerBackground{
    position:absolute;
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:#fff;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    z-index:99;
}
.common_zone{
	padding:20px 0 0 0;
}
.comment_table{

	border-bottom:3px solid #bf1f20;
    width:700px;
    margin:0 0 40px 0;
}
.comment_table input{border:1px solid grey;padding:3px;}
.comment_table th{
	width:10%;
	background:#555;
	color:#fff;
	padding:5px 0;
}
.comment_table td{
	width:80%;
	background: #fff;
	padding:10px 170px 10px 20px;
}
.comment_table td.row1{
	background:#F1F1F1;
}
.comment_table td.row2{
	background:#f1f1f1;
	border-bottom:3px solid #bf1f20;
}
.comment_table textarea{width:100%;border:1px solid grey}
.comment_table img{vertical-align: middle;}
.comment_table .required{border:2px solid #f00}
.common_list{
	margin:10px 0;
	border-bottom:1px solid #ccc;
	padding:0 0 10px 0;
}
.common_list .date{float:right;}
.common_list .subject{font-size:14px;color:#809030}
.common_list .content{font-size:14px;}
.common_list .role{color:#069}
.common_list .role-user{color:#5a5}
.common_list .role-admin{color:#f69}
.comment_role{color:#069}
.comment_role .role{color:#809030}
#common_title{
	float:left;
	width:75%;
	font-size:15px;
	border-bottom:1px solid #ccc;
	padding:0 0 10px 5%;
	margin:0 0 10px 0;
	color:#bf1f20;
}
#common_date{
	float:right;
	width:20%;
	text-align: center;
	font-size:15px;
	border-bottom:1px solid #ccc;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	color:#bf1f20;
}
.attach_list{clear:both;padding:10px 0;height:84px;}
.attach_list .attach{float:left;width:80px;height:80px;border:1px solid grey;padding:1px;}
.attach_list .attach .wrapper{display:table-cell;width:80px;height:80px;text-align:center;vertical-align: middle}

.classification_title{margin-bottom:10px;padding:5px 0;}
.classification_title a{display:block;float:left;margin:5px 10px;font-size:13px;border:1px solid grey;padding:2px 3px;}
.classification_title a.current{border:1px solid red;background:#df0;color:#2a2}

.operator{padding:5px 8px;}
.operator input{padding:3px 5px;}

#missing-files{border:1px solid grey;padding:10px;}
#missing-files h1{font-size:30px;line-height:35px;}
#missing-files p{font-size:13px;line-height:25px;}
#missing-files-sitemap{padding:10px;margin-top:20px;border:1px solid grey;background:  #d3d0ce}
#missing-files-sitemap h3{font-size:20px; }
#missing-files-sitemap #desc{ margin-top:10px;}

/*contactus inquiry products list*/
.contact_prod_list{list-style: none}
.contact_prod_list li{}
.contact_prod_list li input[type=checkbox]{vertical-align: middle;margin:0 3px}

/*SITEMAP*/
#sitemap { }
#sitemap a { text-decoration: none;}
#sitemap li {list-style: none;margin-left: 10px;color: #4d4c4c;line-height: 22px;font-size: 13px;}
#sitemap > ul > li > a{
	display:block;
	margin:15px 0;
	padding: 5px 0;
	max-width:100px;
	-webkit-border-radius: 3px;
	border-radius: 15px;
	text-align:center;
	color: rgba(255, 255, 255, 0.9);
        background: rgba(1,145,217,1);
        background: -moz-linear-gradient(top, rgba(1,145,217,1) 0%, rgba(1,113,217,1) 47%, rgba(1,98,217,1) 71%, rgba(1,91,217,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(1,145,217,1)), color-stop(47%, rgba(1,113,217,1)), color-stop(71%, rgba(1,98,217,1)), color-stop(100%, rgba(1,91,217,1)));
        background: -webkit-linear-gradient(top, rgba(1,145,217,1) 0%, rgba(1,113,217,1) 47%, rgba(1,98,217,1) 71%, rgba(1,91,217,1) 100%);
        background: -o-linear-gradient(top, rgba(1,145,217,1) 0%, rgba(1,113,217,1) 47%, rgba(1,98,217,1) 71%, rgba(1,91,217,1) 100%);
        background: -ms-linear-gradient(top, rgba(1,145,217,1) 0%, rgba(1,113,217,1) 47%, rgba(1,98,217,1) 71%, rgba(1,91,217,1) 100%);
        background: linear-gradient(to bottom, rgba(1,145,217,1) 0%, rgba(1,113,217,1) 47%, rgba(1,98,217,1) 71%, rgba(1,91,217,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0191d9', endColorstr='#015bd9', GradientType=0 );
	-webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
	text-shadow: -1px -1px 0 rgba(15, 73, 168, 0.66);
}
#sitemap #product{ }
#sitemap #product ul { list-style: none; margin: 0; }
#sitemap #product ul li { list-style:none; margin-left:0px; padding: 10px 0 0 20px;clear:both; }
#sitemap #product ul li a{ color: #db422c; margin: 0; }
#sitemap #product .layer0 > li > a:before { content:' '; display: inline-block; width: 18px; height:10px; background: url(../images/arr_01.png) no-repeat left 2px;}
#sitemap #product .layer0 > .sitemap-products > a:before { background-image:none;}
#sitemap #product .layer1 > li > a:before { content:' '; display: inline-block; width: 14px; height:10px; background: url(../images/arr_02.png) no-repeat left 2px;}
#sitemap #product .layer1 > .sitemap-products > a:before { background-image:none;}
#sitemap #product .layer2 > li > a:before { content:' '; display: inline-block; width: 10px; height:10px; background: url(../images/arr_03.png) no-repeat left 2px;}
#sitemap #product .layer2 > .sitemap-products > a:before { background-image:none;}
#sitemap #product .layer3{}
#sitemap #product .sitemap-products{ }
#sitemap #product .sitemap-products a{ border-right: 1px solid #999999; color: #000; display: inline-block; margin: 0 5px 0 0; padding: 0 10px 0 0;  }









/*行銷關鍵字區塊*/
.seo_zone{
	/*padding: 10px 0 30px 0;*/

}
.seo_zone p{
	line-height: 22px; font-size: 15px;font-weight: 500;
}


#payment_extend_info{
    color:#f00;
}
#member-join-term{padding:10px 20px;}
#member-join-term ul{list-style-position: inside}
#member-join-term ul li{font-size:14px;line-height:25px;}
#member-join-term ul li a{font-size:14px;}
#member-join-action{margin-top:20px;text-align:center;}
#member-join-action input{margin:0 10px;font-size:18px;}
.epaper-note{font-size:14px;line-height:25px;color:#5a0;cursor:pointer}
.epaper-note:hover{color:#f00;}

#del-cart-dialog{
    font-size:20px;text-align:center;line-height:40px;
    padding:20px 0;
}

#minicart{display:none;position:absolute;width:300px;overflow: hidden;/*border:1px solid #f00;*/left:-2px;/*top:40px;*/background:#fff}
#minicart #minicart-subtotal{text-align: left;line-height:30px;font-size:14px}
#minicart #minicart-button{width:223px;}
#minicart #minicart-button #minicart-button-sp{float:left;display:block;width:1px;height:20px;border:1px solid #fff;background:#f00}
#minicart #minicart-button a{display:block;width:109px;height:20px;float:left;text-align:center;border-top:1px solid #f00;line-height:20px;background:#f00;color:#fff}
#minicart .cart-item{clear:both;width:223px}
#minicart .cart-item div{float:left}
#minicart .cart-item .img{width:60px;}
#minicart .cart-item .info{width:123px;text-align:left}
#minicart .cart-item .nums{width:40px;text-align:center}
#minicart .amount{color:#f00}

/*數量折扣*/
#quantity-discount{padding:10px 5px;border:2px dotted grey;margin:5px 0 10px 0;}
#quantity-discount #title{color:#f00}
#quantity-discount ul{list-style: none;padding:0;margin-top:5px;}
#quantity-discount ul li{color:#0a0}

/* 提示 */
.notice{
	margin: 10px 0;
}

.notice h3{
	font-size: 1.25em;
	line-height: 2em;
}

.notice .pop{
	color: red;
}

.notice > p{
	margin: 0 0 0 2.8em;
	line-height: 1.8em;
}

.order_status_0{color:#00f}
.order_status_1{color:rgb(139,51,51)}
.order_status_2{color:rgb(44,114,48)}
.order_status_3{color:#000}
.order_status_9,.order_status_9 *{color:#bbb}
.order_status_10,.order_status_10 *{color:#bbb}
.order_status_20{color:#bbb}
.order_status_21{color:#bbb}

#page{clear:both;text-align:center}
#page a,#page span{display:inline-block;padding:3px;font-size:18px;}
#page a{color:#356635}
#page span.current{color:red;}

#social-login-tool{padding:10px;margin:10px 0}
#social-login-tool h4{font-size:18px;padding:10px 0}
#social-login-tool > div{padding:10px 0;text-align:center;}

#additionalPurchaseZone{padding:20px 0;}
#additionalPurchaseZone h3{font-size:20px;}
#additionalPurchaseZone h4{font-size:18px;padding:10px 0}
#additionalPurchaseZone .additionalPurchaseProducts{margin:10px 0;}
#additionalPurchaseZone .additionalPurchaseProducts .products_zone{}
#additionalPurchaseZone .additionalPurchaseProducts .products_zone .clear{clear:both}
#additionalPurchaseZone .additionalPurchaseProducts .products_zone .products_list{float:left;border:1px solid grey;margin:10px 5px;}
#additionalPurchaseZone .additionalPurchaseProducts .products_zone .products_list .products_pic{width:190px;height:190px;text-align:center;}
#additionalPurchaseZone .additionalPurchaseProducts .products_zone .products_list .products_title{}
#additionalPurchaseZone .additionalPurchaseProducts .products_zone .products_list .products_price{font-size:14px;text-align:center;color:grey}
#additionalPurchaseZone .additionalPurchaseProducts .products_zone .products_list .products_price .sp{text-decoration:line-through  }
#additionalPurchaseZone .additionalPurchaseProducts .products_zone .products_list .products_price .ap{color:red;font-size:16px;}
#additionalPurchaseZone .additionalPurchaseProducts .products_zone .products_list .operation{text-align:center;padding:6px 0;}
#additionalPurchaseZone .additionalPurchaseProducts .products_zone .products_list .operation a{font-size:14px;color:#f06276}




/*New Cart Check Steps*/
.check_steps {
	margin: 20px 0;
}
.check_steps li {
    display: inline-block;
    padding:10px 15px 10px 40px;
    margin:0 25px 10px 25px;
    position: relative;
    border:2px solid #666;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}
.check_steps li.on_page {
	border:2px solid #00aee3;
}
.check_steps li span{
    display:block;
}
.check_steps li:before{
    content: "";
    position: absolute;
    top: 8px;
    color: #666;
}
.check_steps li:nth-child(1):before {
    content:"1.";
    font-size:30px;
    font-family:sans-serif;
    left:10px;
}
.check_steps li:nth-child(2):before {
    content:"2.";
    font-size:30px;
    font-family:sans-serif;
    left:10px;
}
.check_steps li:nth-child(3):before {
    content:"3.";
    font-size:30px;
    font-family:sans-serif;
    left:10px;
}
.check_steps li:nth-child(4):before {
    content:"4.";
    font-size:30px;
    font-family:sans-serif;
    left:10px;
}
.check_steps li:after{
    content: url('../images/check_arrow.png');
    position: absolute;
    top: 15px;
    right:-35px;
    font-size:25px;
    color: #000;
}
.check_steps li:nth-child(4):after {
    content:"";
}



@media only screen and (max-width: 999px) {
		/* member start */
		.member_table {
			padding: 0; display: block;height: auto; margin: 0 auto;
		}
		.member_table tbody, .member_table td, .member_table tr, .member_table th {
			display: block; width: 100%;
			height: auto;
			padding: 0;
		    min-height: 2em;
    		line-height: 2em;
		}
		.member_table th {
			font-size: 16px; border-bottom: 0; padding-bottom: 0px; padding-left: 5px;
		}
		.member_table td {padding-left: 5px;}
		.member_table tr:last-child th{
			display: none;
		}
		.member_table input, .member_table textarea{
			max-width: 96%; min-height: 2em; padding: 0 5px; vertical-align: middle;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		.member_table textarea {margin: 2px 0;}
		.member_table input[type="submit"] {height: 40px; width: 60%; max-width: 120px;}
		/* member end */


}
@media screen and (max-width: 999px) {

	.contact_table, .contact_left { width:100%;}
	.contact_left {
    border-right: none;
    border-bottom: 1px solid #D6C9A0;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
}

}

@media screen and (max-width: 768px) {
	.member_table {
		padding: 0; display: block;height: auto; margin: 0 auto;
	}
	.member_table tbody, .member_table td, .member_table tr, .member_table th {
		display: block; width: 100%;
		height: auto;
		padding: 0;
			min-height: 2em;
			line-height: 2em;
	}
	.member_table th {
		font-size: 16px; border-bottom: 0; padding-bottom: 0px; padding-left: 5px;
	}
	.member_table td {
	    padding-left: 5px;
	    padding-bottom: 10px;
	}
	.member_table tr:last-child th{
		display: none;
	}
	.member_table input, .member_table textarea{
		max-width: 96%; min-height: 2em; padding: 0 5px; vertical-align: middle;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.member_table textarea {margin: 2px 0;}
	.member_table input[type="submit"] {height: 40px; width: 60%; max-width: 120px;}
}

@media screen and (max-width: 480px) {
	.cart_table th, .cart_table td{
	 display: list-item;
	 border-bottom: 1px solid #ccc;
	 }
	.cart_table thead{display: none;}
	.cart_table tbody, .cart_table tbody tr{display: block;}
	.cart_table tbody td.number{display: none;}
	.cart_table tbody td:nth-of-type(8){border-bottom:2px solid #999;}
	.cart_table .col_name{ display:inline;}
  .contact_table2 textarea{
      width:100%;
  }
	.contact_table{display:block;padding:0;height:auto;margin:0 auto;background: none;border: none;}
	.contact_table tbody, .contact_table td, .contact_table tr, .contact_table th {
    display: block;
    height: auto;
    width: initial;
    min-height: 0px;
    line-height: 17px;
    text-align: left;
    background: none;
    border: none;
 }
	.contact_table input, select, textarea {
		width: 100% !important;
		margin: 2px 0;
		line-height: 150%;
	}
	.contact_table th {
	    padding: 3px 0;
	}
	.contact_table tr {
	padding-bottom: 15px;
	}
	.contact_table td {
		padding: 0;
	}
}
