@charset "utf-8";
/* CSS Document */

/* common 
-------------------------------------------------------------- */
.notice {color: #666; font-size:13px;}
img {border:0;vertical-align:middle;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
.msg {color:#000; font-size:15px; background-color:#FFF; border:2px solid #ccc; height:200px; line-height:20px; text-align:left;
    padding:10px;z-index:999999;
    -moz-opacity: 0.9;opacity:0.9;filter: alpha(opacity=90);
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    _width:expression('200px'); }
.loadingMask {
    background-color:#000;position:fixed;width:100%;z-index:999;height:100%;top:0;right:0;bottom:0;left:0;text-align:center;filter:alpha(opacity=80);-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
-moz-opacity:0.8;opacity:0.8;width:auto;background-color:#050505;}
.loadingCenter {
    position:absolute;top:50%;left:50%;z-index:999; margin:0px auto;width:auto;}
.pass { color:#55B115; }
.wrong{ color:#ff0000; }
/*page */
div#wrapper {
    position: relative;
    width: 500px;
    margin: 0 auto;
}
div.pagination {
    overflow: hidden;
    font-size: 9pt;
    padding: 10px 0;
}
div.pagination ul {
    list-style: none;
    padding: 2px 0;
    line-height: 24px;
}
div.pagination li {
    display: inline;
		line-height:24px;
}
/* Badoo style */
div.pagination.badoo {
	/*background-color:#fff;*/
	color:#9B9B9B;
	padding:10px 0 10px 0;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:center;
}

div.pagination.badoo a {
	color:#666666;
	padding:3px 7px;
	margin:0 2px;
	text-decoration:none;
	border:1px solid #E1E0E0;
	line-height:24px;
}

div.pagination.badoo a:hover, div.pagination.badoo a:active {
	background:#9b9b9b; border:1px solid #9b9b9b; color:#FFF;
}

div.pagination.badoo li.current {
	padding: 3px 7px;
	margin: 2px;
	border: 1px solid #333;
	font-weight: bold;
	background-color: #fff;
	color: #333;
	
}

div.pagination.badoo li.disabled {
	padding: 3px 7px;
	margin: 2px;
	border: 1px solid #dedfde;
	color: #adaaad;
	background-color:#666;
}

div.pagination.badoo li.fun_btn{
	line-height:24px;
}

#left_list li a{
	font-size:13px;
	font-weight:bold;
	color:#5a5a5a;
	text-decoration:none;

}

.button_text {font-size:16px; font-weight:bold;}
.button_blue {
	color: #fff;
	height: 30px;
	margin:5px 0 5px 0;
	/*padding:8px 15px 8px 15px;*/
	/*width:250px;*/
	background: #42A5CD; 
	background: -moz-linear-gradient(top, #42A5CD 0%, #3278B0 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#42A5CD), color-stop(100%,#3278B0)); 
	background: -webkit-linear-gradient(top, #42A5CD 0%,#3278B0 100%); 
	background: -o-linear-gradient(top, #42A5CD 0%,#3278B0 100%); 
	background: -ms-linear-gradient(top, #42A5CD 0%,#3278B0 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42A5CD', endColorstr='#3278B0',GradientType=0 ); 
	background: linear-gradient(top, #42A5CD 0%,#3278B0 100%);
	text-shadow: 0 1px 1px rgba(0,0,0,0.25);
	border: 1px solid #3580A9;
	-moz-border-radius:4px;-webkit-border-radius:4px;-khtml-border-radius:4px;border-radius:4px;
	cursor:pointer;
}
.button_blue:link {color: #fff;}
.button_blue:visited {color: #fff;}
.button_blue:hover {
	color:#fff;
	background: #3786B9; 
	background: -moz-linear-gradient(top, #3278B0 0%, #3786B9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3278B0), color-stop(100%,#3786B9));
	background: -webkit-linear-gradient(top, #3278B0 0%,#3786B9 100%);
	background: -o-linear-gradient(top, #3278B0 0%,#3786B9 100%);
	background: -ms-linear-gradient(top, #3278B0 0%,#3786B9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3278B0', endColorstr='#3786B9',GradientType=0 );
	background: linear-gradient(top, #3278B0 0%,#3786B9 100%);
	border: 1px solid #3580A9;
}

/* menu
-------------------------------------------------------------- */
.box {
	/*background: #F1F1F1;*/
	padding-bottom: 2px;
	overflow: hidden;
	line-height: 25px;
}
/* home
-------------------------------------------------------------- */
.img_box_home {
	/*第一層*/

	margin: 0;
	width: 259px;
	height: 191px;
	margin-bottom:8px;
	overflow: hidden;
	position: relative;
	/*background: url(../images/itembg250x250.jpg) no-repeat;*/
	
}
.img_box_home img:hover {
	/*filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  opacity: 0.7;*/
}

ul#product_list li {
	float:left;
	overflow:hidden;
}
ul#product_list li .pro_list {
	border:1px solid #fff;
}
ul#product_list li:hover .pro_list {
	border:1px solid #999;
}

.top_imgbox {
	/*padding: 0px;*/
	margin: 0;
	width: 300px;
	height: 199px;
	overflow: hidden;
	position: relative;
	text-align: center;
	/*垂直置中*/
	display: table-cell;
	line-height: 199px;
	vertical-align: middle;
}
.hot_imgbox {
	/*第二層*/
	padding: 0px;
	margin: 0;
	width: 180px;
	height: 167px;
	overflow: hidden;
	position: relative;
	text-align: center;
	display: table-cell;
	line-height: 115px;
	vertical-align: middle;
}
.hot_name {
	font-family: "微軟正黑體";
	color: #666;
	line-height: 25px;
	height:50px;
	font-size: 15px;
	overflow: hidden;
	padding: 0 10px;
}
.hot_name a {
	font-family: "微軟正黑體";
	color: #666;
	line-height: 25px;
	font-size: 15px;
	text-decoration: none;
}
.hot_name a:hover {
	font-family: "微軟正黑體";
	color: #000;
	line-height: 25px;
	font-size: 15px;
	text-decoration: none;
}

.mem_border {
	border: 0px solid #ececec;
}
.mem_text {
background-color: #fff;
line-height: 35px;
}
.tag {
	position: absolute;
	z-index: 10;
	width: 47px;
	height: 43px;
	top: 0px;
	left: 0px;
}
.product_name {
	overflow:hidden;
	height:25px;
}
.memadd {
	float: left;
	margin-top: 15px;
	font-size: 15px;
}
.right { float:right;}
.memadd a {
	color: #5687C8;
	text-decoration: none;
}
#news01 ol {
	list-style:decimal;
	padding-left: 15px;
}
.text_title {
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #1669a5;
}
.text_line {
	border-bottom: 1px dotted #ccc;
	font-size: 15px;
	color: #000;
	padding-bottom: 5px;
	padding-top: 5px;
	letter-spacing: 1px;
	background-image: url(../images/mem/ico_arr.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 10px;
}
.text_red {
	font-size: 15px;
	color: #ff0000;
}

.sale_img {
	width: 150px;
}


.add-to-links2 li {
	float: left;
    margin: 0;
    padding: 0;
    display: inline-block;
    margin: 8px 15px 8px 0;
    line-height: 26px;
    position: relative;
    
}
.add-to-links2 li:last-child{
	margin-right: 0;
}
.icon_list {
    position: relative;
    display: inline-block;
}
.old-price .price-label2 {
    color: #cccccc;
}
.price-box p {
	display: block;
	position: relative;
}
.price-label2{
	text-align: left;
	position: absolute;
    left: 20px;
}
.old-price .price{
	position: relative;
    /*left: 30px;*/
}
.special-price, .special-price .price {
	color: #f00;
}
.item .item-inner .special-price .price { 
	font-size: 18px;
	position: relative;
    left: 30px;
    top: -4px;
}
.products-grid .item .price-box {
    margin: 8px 0 7px;
    
}

.header-cart-mini .cart-mini-title a.shopping-cart {
    color: #fff;
    display: block;
    padding: 10px 15px;
    background: #464646;
    line-height: 19px;
    position: relative;
    padding-right: 55px;
}
.cart-title {
    font-size: 12px;
    text-transform: uppercase;
}
.cart-title .fa {
    margin-right: 10px;
    font-size: 16px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.cart-count {
    font-size: 14px;
}
.cart-count .price {
    white-space: nowrap !important;
    color: #fff;
}
.shopping-cart .arrows{
	width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    background: #db4c52;
    text-align: center;
    line-height: 40px;
    border-radius: 0px;
}
.fa-arrow-right:before {
    content: "\f061";
}

.header-cart-mini .top-cart-content {
    width: 270px;
    position: absolute;
    top: 40px;
    right: 0;
    border: 1px solid #ddd;
    border-top: 3px solid #e74c3c;
    background: #fff;
    padding: 15px;
    text-align: left;
    display: none;
}
.header-cart-mini .top-cart-content {
    border-top-color: #db4c52;
}
.top-subtotal {
    margin: 15px 0 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: right;
    border-top: 1px solid #eee;
    clear: both;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}
.top-subtotal span {
    font-weight: bold;
    font-size: 13px;
}
.top-cart-content li.item {
    float: left;
    width: 100%;
    margin: 0 0 10px;
}
.mini-products-list .product-image {
    float: left;
    width: 50px;
}
.top-cart-content .product-details {
    position: relative;
        margin-left: 60px;
}
.btn-remove {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(../images/sys/btn_remove.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}
.top-cart-content .product-details .btn-remove {
    position: absolute;
    right: -10px;
    top: 4px;
}

.product-name {
    margin: 0;
    font-size: 1em;
    /* height: 36px; */
}
.top-cart-content .actions {
    padding: 0;
    float: right;
    margin: 10px 0 0;
}
button.button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

button.button span span {
    display: inline-block;
    background: #db4c52;
    padding: 9px 20px;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}
.header-cart-mini:hover .top-cart-content {
    display: block;
}
.link-addcart:hover img,.link-list:hover img, .link-favorite:hover img {
	background: #000000;opacity:0.55;filter: Alpha(Opacity=55)
}
/* category
-------------------------------------------------------------- */
.cat_imgbox {
		
	/*padding: 8px 9px 9px 9px;*/
	margin: 0 0 8px 0;
	width: 259px;
	height: 191px;
	overflow: hidden;
	position: relative;
	text-align: center;
	display: table-cell;
	/*line-height: 118px;
	vertical-align: middle;*/
	/*background: url(../images/itembg200x200.jpg) no-repeat;*/
	
}
.cat_imgbox img:hover {
	/*filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  opacity: 0.7;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;*/
}
.home_cat_list {
	width: 200px;
	height:255px;
	overflow:hidden;
	/*float: left;*/
	margin: 5px 2px 5px 0px;
	text-align:center;
	padding:1px 1px 0 1px;
}
.cat_list {
	width: 259px;
	height:270px;
	overflow:hidden;
	/*float: left;*/
	margin: 5px 0px 5px 0px;
	text-align:center;
	padding:1px 2px 0 2px;
}
.cate_desc{
	margin: 8px 0 0 0;
	text-align: center;
}
.cat_name, .cat_name a { 
	
	color: #6369ad;
	font-size: 15px;
	font-weight: bold; 
	height:60px; 
	margin:0 8px 8px 0px;
	word-wrap: break-word;
word-break: break-all;
}
.cat_price{
	  color: #f00;
  line-height: 20px;
  font-family: "Arial Black";
  font-size: 15px;
}
.cat_name a:hover {
	color: #83572F;
}
ul#product_list li .cat_list {
	border:1px solid #fdd976;
}
ul#product_list li:hover .cat_list {
	border:1px solid #be670b;
}
/* product list
-------------------------------------------------------------- */
ul#products_list li {
	float:left;
	overflow:hidden;
	margin-right:56px;
}
ul#products_list li:nth-child(3n) {
	margin-right:0px;
}
ul#products_list li .pro_list {
	border:1px solid #fff;
}
ul#products_list li:hover .pro_list {
	border:1px solid #999;
}
ul#products_list .prod_name { height:25px; line-height:25px; margin:0 8px 0 8px;}
ul#products_list .cate_desc { line-height:25px; margin:5px 8px 5px 8px; text-align:left;}
.products_imgbox {
	/*padding: 0px;*/
	margin: 0;
	width: 200px;
	height: 150px;
	overflow: hidden;
	position: relative;
	text-align: center;
	/*垂直置中*/
	display: table-cell;
	line-height: 199px;
	vertical-align: middle;
}
ul#products_list .cat_list {
	width: 200px;
	height:auto;
	/*overflow:hidden;
	float: left;*/
	margin: 5px 2px 5px 0px;
	text-align:center;
	padding:1px 1px 0 1px;
}

ul#products_list li .cat_list {
	border:1px solid #fff;
	margin:3px 0 8px 0;
}
.link { text-align:left; padding-left:8px;}
.link a { text-align:left; color:#0C0; }

/* pdtdetail.
-------------------------------------------------------------- */


.item_info {
	width:450px; margin-left:20px; height:auto;
}
.pro_title {
	/*background-image: url(../images/sys/titlebg.jpg);*/
	color: #B90303;
	font-family: "微軟正黑體";
	background-repeat: no-repeat;
	height: 27px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 20px;
}
.pro_title a{
	color: #B90303;
}
.pro_title a:hover{
	color: #B90303;
	text-decoration: underline;
}
.pro_name2 {
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	color: #f80c11;
}
.pro_name3 {
	font-family: 新細明體;
	font-size: 12px;
	color: #666;
	line-height: 20px;
}
.pro_text {
	font-size: 15px;
	line-height: 20px;
}
.pro_name4 {
	font-family: 微軟正黑體;
	font-size: 14px;
	color: #062fcb; /*#838383;*/
	line-height: 20px;
}
.pro_name5 {
	font-family: 微軟正黑體;
	font-size: 18px;
	font-weight: bold;
	color: #1503c5;
	line-height: 25px;
}
.pro_name6 {
	font-family: 新細明體;
	font-size: 12px;
	color: #d33611;
	line-height: 25px;
}
.price1 {
	font-family: "微軟正黑體";
	font-size: 18px;
	color: #ed051b;
	line-height: 25px;
	font-weight: bold;
	
}
.price2 {
	font-family: "微軟正黑體";
	font-size: 24px;
	color: #d33611;
	line-height: 25px;
	font-weight: bold;
}
.market_price {
	font-family: "微軟正黑體";
	font-size: 16px;
	color: #666;
	line-height: 25px;
	font-weight: bold;
}
.space_line {
	z-index: 1;
	position: relative;
	margin: 10px 0 20px;
	height: 1px;
	border-bottom: 1px solid #efefef;
	overflow: hidden;
}

#pt_related {
	width: 100%;
	margin-right: 50px;
	float: left;
	text-align: center;
}
.pt_bg02 {
background-image: url(../images/sys/bg02.jpg);
	line-height: 30px;
	height: 30px;
	width: 470px;
	font-size: 16px;
	letter-spacing: 7px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}
.pt_bg03 {
	line-height: 30px;
	height: 30px;
	width: 100%;
	color: #B90303;
	font-size: 16px;
	letter-spacing: 7px;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 10px;
}
.pt_line {
	border-top: 1px solid #a69b74;
	margin-bottom: 20px;
	margin-top: 20px;
}
.pt_02s {
font-size: 15px;
line-height: 30px;
text-align: left;
font-weight: bold;
}
.pt_05s {
font-size: 12px;
text-align: left;
color: #B90303;
}
.product-view button.btn-cart span{
	padding: 7px 12px;
    background: #db4c52;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
}
.product-view button.btn-cart:hover span {
    background-color: #666;
}
/* product detail
-------------------------------------------------------------- */
.product_imgbox {
	padding: 0px;
	margin: 0;
	width: 300px;
	/*height: 500px;*/
	/*overflow: hidden;*/
	position: relative;
	text-align: center;
	/*垂直置中*/
	display: table-cell;
	/*line-height: 259px;
	vertical-align: middle;*/
	overflow: hidden;
}
.product_imgbox img {
	/*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;*/
}
#pro_dt {
	min-height:300px;
	height: auto !important;
	height: auto;
}
#pro_pic{ margin: 20px 0 0 20px;}
.user_price { color:#F90; }
.pro_text { font-size:15px; line-height:20px;}


.icon-tag {
    width: 96px;
    height: 22px;
    text-transform: uppercase;
    color: #fff;
    font-size: 11px;
    line-height: 22px;
    text-align: center;
    display: block;
    margin-bottom: 3px;
}
.icon-new{
	background-color: #1E92D5;
}
.icon-hot{
	background-color: #DC4F4F;
}
.icon-sale{
	background-color: #FC9B02;
}
.icon-tel{
	background-color: #429A07;
}
.icon-icon-null{
	background-color: #fff;
}
/* mini cart
-------------------------------------------------------------- */
.shopbox { display: none; position: absolute; width: 450px; height: 150px; overflow: hidden; padding-bottom: 10px; border: 1px solid #3778E1; background: #fff; font-size: 12px; z-index: 9999; }
.shopbox a,.shopbox span { font-size: 15px; text-decoration: none; }
.shopbox h2 { height: 25px; margin: 0; padding: 0; }
.shopbox h2 a { float: right; padding: 5px 10px 0 0; }
.shopbox h2 a img { float: left; padding: 3px 4px 0 0; }
.shopbox h2 a span { float: left; color: #3778E1; cursor: pointer; }
.shopbox .spboxcontent {  }
.shopbox .spboxcontent .shopboxdetail { overflow: hidden; top:20px; line-height:30px; }
.shopbox .spboxcontent .shopboxdetail .spboxleft { float: left; padding: 0 20px; }
.shopbox .spboxcontent .shopboxdetail .spboxleft img {  }
.shopbox .spboxcontent .shopboxdetail .spboxright { float: left; }
.shopbox .spboxcontent .shopboxdetail .spboxright span.spboxtitle { font-size: 14px; font-weight: bold; }
.shopbox .spboxcontent .shopboxdetail .spboxright span.blank5 {  }
.shopbox .spboxcontent .shopboxdetail .spboxright span.numstyle { font-weight: bold; color: #3778E1; }
.shopbox .spboxcontent .shopboxdetail .spboxright span.numstyle2 { font-weight: bold; color: #3778E1; font-size: 14px; }
.shopbox .spboxcontent .shopboxdetail .spboxright p { margin: 0; padding: 0; }
.shopbox .spboxcontent .shopboxdetail .spboxright p.num { padding: 10px 0; }
.shopbox .spboxcontent .shopboxdetail .spboxright p.spbbtndiv {  }
.shopbox .spboxcontent .shopboxdetail .spboxright p.spbbtndiv a.jxgwbtn { float: left; margin: 0 10px 0 0; color: #3778E1; font-size: 14px; line-height: 27px; }
.shopbox .spboxcontent .shopboxdetail .spboxright p.spbbtndiv a.track {  }
.shopbox .spboxcontent .shopboxdetail .spboxright p.spbbtndiv a.track img { float: left; }
.shopbox .spboxcontent .shopboxdetail span.blank15 { display: block; line-height: 0; font-size: 0; height: 0; clear: both; }

.shopbox .spboxcontent .gmlist { padding: 15px 0 0; _padding-top: 10px; clear: both; }
.shopbox .spboxcontent .gmlist h6 { margin: 0 10px; padding: 10px 0 10px 8px; color: #666; font-size: 12px; border-top: 1px dotted #C9C9C9; }
.shopbox .spboxcontent .gmlist h6 a {  }
.shopbox .spboxcontent .gmlist ul { margin: 0; padding: 0 0 0 7px; list-style: none; overflow: hidden; zoom: 1; }
.shopbox .spboxcontent .gmlist ul li { display: inline; float: left; margin: 0 5px 0 6px; width: 76px; }
.shopbox .spboxcontent .gmlist ul li .ygmPic {  }
.shopbox .spboxcontent .gmlist ul li .ygmPic a {  }
.shopbox .spboxcontent .gmlist ul li .ygmPic a img { border: 1px solid #B4B4B4; }
.shopbox .spboxcontent .gmlist ul li .ygmName { display: block; padding: 3px 0 0; line-height: 16px; height: 51px; color: #333; overflow: hidden; }
.shopbox .spboxcontent .gmlist ul li p { margin: 0; padding: 0; }
.shopbox .spboxcontent .gmlist ul li p.ygmPrice span { color: #3778E1; }
#shoploading { position: absolute; top: 0px; width: 450px; height: 150px; line-height: 150px; text-align: center; background: #fff; }
#shoploading img { padding: 59px 0 0; }

/* template
-------------------------------------------------------------- */
.boxOverlay {
    position:fixed;width:100%;z-index:999;height:100%;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,0.5); filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr=#77000000, endColorstr=#77000000);}
.boxContent {
    position:absolute;top:50%;left:50%;z-index:1000; margin:0px auto;width:565px; height:582px; background-color:#fff;opacity: 1;display: block; 
}

/* 會員中心 
-------------------------------------------------------------- */
/* 密碼 */
.pstrength-main { float:left; font-size:15px; line-height:20px; width:100px;}
.pstrength-info ,.pstrength-bar{margin-top:0px; padding:0;}
.pstrength-info {height:20px; text-align:left; font-size:12px;}

#table_mem {
	border: 1px solid #CCC;
	border-collapse: collapse;
	border-spacing: 2px;
	/*border-color: #808080;*/
	color: #333;
	font-size: 16px;
}
#table_mem td {
	border: 0px solid #CCC;
	border-collapse: collapse;
	padding: 5px;
}
.mem_btn {
	text-align: center;
	margin: 10px;
}
.table02_in {
	min-height:305px;
	height: auto !important;
	height: 305px;
}
.tdbg{ background-color: #ececec; padding-left:10px;}
.btn_icon,.btn_icon2 {cursor:pointer;}
.sh_w2 { height:38px;}
.cart_title td { height:38px;}
/* shipping 用 
-------------------------------------------------------------- */

/* pdtdetail 選擇圖用 
-------------------------------------------------------------- */
.propertySelect{padding: 10px 0 10px 10px; }
.propertySelect strong{float:left;font-weight:normal; text-align:left}
.propertySelect .catt {height:auto;overflow:hidden;}

.propertySelect .catt a{border: #c8c9cd 1px solid;text-align: center;background-color: #fff;display: block;white-space: nowrap;color: #666;text-decoration: none;float:left; margin-left:2px; margin-right:2px; position:relative;}
.propertySelect .catt a p{border: #fff 1px solid; padding:2px 5px;background-color: #fff;  margin: 0;}
.propertySelect .catt a p.padd{ padding:1px; margin: 0; width: 50px; height: 50px; overflow: hidden;}
.propertySelect .catt a p.size{ padding:0px; margin: 0; width:25px; height:25px; overflow: hidden; }



.propertySelect .catt .padd_nostock_div{
	border: #ddd 1px solid;text-align: center;background-color: #eee;
	display: block;white-space: nowrap;color: #666;
	text-decoration: none;
	float:left; margin-left:2px; margin-right:2px; 
	position:relative;}
.propertySelect .catt .size_nostock_div{
	}
.propertySelect .catt p.padd_nostock{ border: #ddd 1px solid;padding:0px; margin: 0; width:50px; height:50px; overflow: hidden;float: left;margin-left:2px; margin-right:2px; }
.propertySelect .catt p.size_nostock{ height: 25px;
  width: 25px;
  float: left;
  margin-left: 2px;
  margin-right: 2px; /*16px*/
  height: 27px;
  border: 1px solid #e2e2e2;
  line-height: 25px;
  text-align: center;
  font-size: 16px;
  color: #ccc;
  text-decoration: none;
  background-color: #eee;
  /*margin-bottom: 10px*/; }

.propertySelect .catt a:hover {border:#ff6701 1px solid;}
.propertySelect .catt a:hover p{border: #ff6701 1px solid;}
.propertySelect .catt a:focus {outline-style:none;}

.propertySelect .catt .cattsel {background:#ff6701;border: #ff6701 1px solid;}
.propertySelect .catt .cattsel a:hover {border: #ff6701 1px solid;}
.propertySelect .catt .cattsel p{border: #ff6701 1px solid;}
.propertySelect .catt em{font-style:normal}
.propertySelect .catt .cattsel i{background:url(../images/sys/select.gif) no-repeat scroll right bottom transparent;bottom:0;height:16px;position:absolute;right:0;width:16px;}
.propertySelect .catt .cattsel a:hover i{background:url(../images/sys/select.gif) no-repeat scroll right bottom transparent;}


/* search 用 
-------------------------------------------------------------- */
.search_box{
	/*width:780px;*/
}
.search_box td {padding:4px; color:#333;}
#sh_result td { padding-left:10px; }
.pro_price01{ color:#ccc;}

/* news 用 
-------------------------------------------------------------- */
.table_01 {
	font-size: 14px;
	width: 100%;
}
.table_01 td, .table_01 th {
	font-family: "微軟正黑體";
	border-bottom: 1px dotted #ccc;
	padding: 5px;
	vertical-align: middle;
	height: 30px;
	line-height: 30px;
}
.table_01 th {
	height: 30px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.title_bg {
	background-image: url(../images/sys/titlebg.jpg);
	background-repeat:no-repeat;
	color: #3A3633;
	height: 27px;
	font-family: "微軟正黑體";
	font-size: 18px;
	padding-left: 25px;
	padding-top: 10px;
	font-weight: bold;
}
.title_bg2 {
	background-image: url(../images/icon.png);
	background-repeat:no-repeat;
	color: #3A3633;
	height: 27px;
	font-family: "微軟正黑體";
	font-size: 18px;
	padding-left: 55px;
	padding-top: 10px;
	font-weight: bold;
}
.news05 {
	border: 1px solid #ececec;
	margin: 8px;
}
.news05 a {
	color: #06C;
	text-decoration: none;
	font-size: 15px;
	text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.news05 a:hover {
	color: #ff6c00;
	text-decoration: none;
}
.news_back {
	margin: 12px;
	text-align: center;
}
.pd_top{
	margin-top:8px;
}
.detail{
	margin:10px;
}

/* fb
-------------------------------------------------------------- */
.fb_btn {
background: #4C69BA;
background: -webkit-gradient(linear, center top, center bottom, from(#4C69BA), to(#3B55A0));
background: -webkit-linear-gradient(#4C69BA, #3B55A0);
border: none;
-webkit-border-radius: 2px;
color: #FFF;
cursor: pointer;
font-weight: bold;
height: 20px;
width:55px;
font-size:12px;
line-height: 20px;
padding: 0;
text-shadow: 0 -1px 0 #354C8C;
white-space: nowrap;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.pluginButtonContainer {
-webkit-font-smoothing: antialiased;
}
.pluginButtonImage {
display: inline-block;
width:20px;
height:20px;
}
.pluginButtonImage {
display: inline-block;
}
.fb_btn .pluginButtonLabel {
padding: 0 5px 0 0;
position: relative;
vertical-align: top;
ont-family: Helvetica Neue, Helvetica, Arial, sans-serif;
width:30px;
height:14px;
}
.fb_btn button {
background: rgba(0, 0, 0, 0);
border: 0;
color: inherit;
cursor: pointer;
font: inherit;
font-weight: bold;
margin: -1px;
outline: none;
padding: 0;
text-shadow: 0 -1px 0 #354C8C;
width:22px;
height:20px;
}
.sp_plugin-button.sx_plugin-button_favblue {
background-position: 0 -42px;
}
.sp_plugin-button {
background-image: url(../images/sys/icon_fb.png);
background-size: auto;
background-repeat: no-repeat;
display: inline-block;
height: 14px;
width: 14px;
}
.pluginButtonIcon{
	top: 1px;
	position: relative;
}
.pluginButtonIcon2 {
height: 14px;
left: 0;
margin: 0 4px 0 4px;
position: relative;
top: 3px;
vertical-align: top;
width: 14px;
}

.contact_title {
	font-family: 新細明體;
	font-size: 12px;
	font-weight:bold;
	color: #000;
	line-height: 20px;
}
.contact_input {
	font-family: 新細明體;
	font-size: 12px;
	color: #000;
	line-height: 20px;
}
.star{
	color: #C00;
font-weight: bold;
}
.li_space{
		height:20px;
	}
#wraper_ajax.loadding_ajaxcart .fa, .ajax_loading .fa {
		line-height: 30px;
}
@media (max-width: 480px) {
    #ad_sale {
        display: none;
    }
    ul.products-grid > li {
		width: 49%;
	}
	.space_line{
		border:0px;
		margin: 0;
	}
	.li_space{
		height:0;
	}
	.category-products .products-grid .item{
		margin-bottom:15px;
	}
}