@charset "utf-8";
/* CSS Document */

/* common 
-------------------------------------------------------------- */
.notice {color: #666; font-size:13px;}
img {border:0;vertical-align:middle;}
.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;
}

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;
	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 {
	/*第一層*/
	/*position:relative;
	height:238px;
	line-height:238px;
	*font-size:162px;
	*font-family:Arial;
	overflow:hidden;*/
	padding: 2px;
	margin: 0;
	width: 246px;
	height: 217px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	/*background: url(../images/itembg250x250.jpg) no-repeat;*/
	
}
.img_box_home img:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  opacity: 0.7;
	
}
.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: 207px;
	height: 181px;
	overflow: hidden;
	position: relative;
	text-align: center;
	display: table-cell;
	line-height: 238px;
	vertical-align: middle;*/
}
.hot_name {
	font-family: "微軟正黑體";
	color: #06F;
	line-height: 28px;
	height: 56px;
	font-size: 15px;
	overflow: hidden;
	padding: 0 0px;
}
.hot_name a {
	font-family: "微軟正黑體";
	color: #06F;
	line-height: 28px;
	font-size: 15px;
	text-decoration: none;
}
.hot_name a:hover {
	font-family: "微軟正黑體";
	color: #000;
	line-height: 28px;
	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;
}

/* category.
-------------------------------------------------------------- */
.pro_list {
	width: 250px;
	/*height:280px;*/
	overflow:hidden;
	float: left;
	margin: 5px 4px 5px 0px;
	/*background:url(../images/pdt_bg.jpg);*/
	text-align:center;
	padding:0px 1px 0 1px;
}
.prod_name {
	font-family: "微軟正黑體";
	color: #666;
	line-height: 25x;
	height:50px;
	font-size: 15px;
	overflow: hidden;
	padding: 0 10px;
	margin-top:5px;
}
.prod_name a {
	font-family: "微軟正黑體";
	color: #082fbf;
	line-height: 21px;
	font-size: 15px;
	text-decoration: none;
}
.prod_name a:hover {
	font-family: "微軟正黑體";
	color: #83572F;
	line-height: 21px;
	font-size: 15px;
	text-decoration: none;
}
.prod_price {
	color: #ff6000;
	font-family: "Arial Black","微軟正黑體";
    font-size: 16px;
}

/* pdtdetail.
-------------------------------------------------------------- */


.item_info {
	width:280px; margin-left:20px; height:auto;
}
.pro_title {
	background-image: url(../images/sys/titlebg.jpg);
	color: #3A3633;
	font-family: "微軟正黑體";
	background-repeat: no-repeat;
	height: 27px;
	padding-left: 25px;
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 20px;
}
.pro_name2 {
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
}
.pro_name3 {
	font-family: 新細明體;
	font-size: 12px;
	color: #FE842F;
	line-height: 20px;
}
.pro_text {
	font-size: 15px;
	line-height: 20px;
}
.pro_name4 {
	font-family: 新細明體;
	font-size: 12px;
	color: #000; /*#838383;*/
	line-height: 20px;
}
.pro_name5 {
	font-family: 新細明體;
	font-size: 12px;
	color: #666;
	line-height: 25px;
}
.pro_name6 {
	font-family: 新細明體;
	font-size: 12px;
	color: #d33611;
	line-height: 25px;
}
.price1 {
	font-family: "微軟正黑體";
	font-size: 24px;
	color: #F40;
	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 dotted #D9D9D9;
	overflow: hidden;
}

#pt_related {
	width: 470px;
	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_line {
	border-top: 1px solid #BFBFBF;
	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;
}
/* category
-------------------------------------------------------------- */
.cat_imgbox {
		
	padding: 8px 9px 9px 9px;
	margin: 0;
	width: 230px;
	height: 230px;
	overflow: hidden;
	position: relative;
	text-align: center;
	display: table-cell;
	line-height: 200px;
	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;*/
}

/* product list
-------------------------------------------------------------- */

/* product detail
-------------------------------------------------------------- */
.product_imgbox {
	padding: 0px;
	margin: 0;
	width: 400px;
	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;}
/* 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:80px;}
.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 用 
-------------------------------------------------------------- */


/* search 用 
-------------------------------------------------------------- */


/* news 用 
-------------------------------------------------------------- */
.table_01 {
	font-size: 14px;
	width: 695px;
}
.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;
}
.news05 {
	border: 1px solid #ececec;
	margin: 8px;
}
.news05 a {
	color: #06C;
	text-decoration: none;
	font-size: 15px;
}
.news05 a:hover {
	color: #ff6c00;
	text-decoration: none;
}
.news_back {
	margin: 12px;
	text-align: center;
}