﻿
html {
	overflow-y: scroll; /* IE */
	height: 100%;/* Moz */
	margin-bottom: 0.1em;
}

body {
	background: #f7f7f6;
	min-height: 100%;
	height: 100%;
	margin: 0;
	font: 12px Verdana, Geneva, sans-serif;
	color: #000000;
}

img { border: 0; }

h1, h2, h3, h4 {
	font-size: 15px;
	font-weight: bold;
}

a {
	color: #545454;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #e84211;
	text-decoration: none;
}

a.nonlink, a.nonlink:hover {
	color: #000;
	text-decoration: none;
	cursor: text;
}

select {
	border: #c3c3c3 1px solid;
	padding: 3px;
	color: #000033;
}


.clear { clear: both; }

.pull-right { float: right !important; }
.pull-left { float: left !important; }

.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }


#form1 {
	min-height: 100%;
	height: 100%;
}

#page {
	position: relative;
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
}

* html #page { width: 100%; } /* IE hack */


/* common style */
.container {
	position: relative;
	width: 990px;
	margin: 0 auto;
}

.row {
	/* 讓 .col float 撐開.row */
	overflow : hidden; /* IE7 IE8 Firefox Chrome Safari */
	_width : 100%;  /* IE6 */
}

.col {
	float: left;
}


/* #header */
#header {
	border-top: #e84211 5px solid;
	background: #efefef;
	height: 130px;
	min-width: 990px;
}

#logo {
	position: absolute;
	top: 20px;
	left: 15px;
	width: 310px;
	height: 95px;
}

#logo a {
	background: url('../../images/logo.png') no-repeat 0 0;
	display: block;
/*	text-indent: -9999em;*/
	width: 310px;
	height: 95px;
}


/*- navMenu in Header */
#navMenu {
	position: absolute;
	top: 10px;
	right: 15px;
}

#navMenu ul {}

#navMenu ul li {
	position: relative;
	float: left;
	margin: 0 10px;
	font: 12px Georgia, "Times New Roman", Times, serif;
	text-align: center;
}


/* #search in Header */
.search {
	position: absolute;
	top: 25px;
	left: 350px;
	width: 360px;
}

.search input.search-box {
	border: 1px solid #999;
	position: relative;
	height: 34px;
	padding: 5px 39px 5px 5px;
	width: 360px;
	color: #000;
}

.search a.go {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 34px;
	height: 32px;
}

div.search a.go span {
	background-position: 0 -32px;
	display: block;
	height: 32px;
	position: absolute;
	right: 0;
	top: 0;
	width: 34px;
}

.search a.go span,
.search a.go:hover span,
.search a.go:focus span {
	background: url('../../images/search.png') no-repeat;
}


/* #mainMenu in Header */
#mainMenu.navi {
	position: absolute;
	top: 70px;
	left: 340px;
}

#mainMenu.navi > ul {
	width: 590px;
}

#mainMenu.navi li {
	position: relative;
	float: left;
	margin: 0 10px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

#mainMenu.navi li a { color: #030303; }
#mainMenu.navi li a:hover { color: #e84211; }
#mainMenu.navi li.current > a { color: #e84211; }

#mainMenu.navi li a span {
	font: 18px "Microsoft JhengHei";
}


/* #content */
#content {
	background: url(../../images/content_bg.png) 0 0 repeat-x;
	position: relative;
	min-width: 990px;
	margin: 0 auto;
	padding-top: 10px;
}


/* #side */
#side {
	min-height: 500px;
}

#side ul {
	position: relative;
	width: 170px;
	margin: 10px auto;
	padding-left: 0.5em;
	list-style-image: url('../../images/icon001.png');
	font: bold 14px "Microsoft JhengHei";
	line-height: 24px;
}

#side ul li ul {
	list-style-image: url('../../images/icon002.png');
	font: 14px "Microsoft JhengHei";
	line-height: 24px;
}

#side a { color: #111111; }
#side a:hover { color: #e84211; }
#side li.current > a { color: #e84211; }


/* ad */
.bannerSlide {
	border: 1px solid #8f8f8f;
	position: relative;
	background: #fff;
	margin: 0 5px;
	padding: 5px;
}

.flexslider {}

.slides {
	position: relative;
	background: #fff;
	height: 450px;
	overflow: hidden;
}


/* home */
.home .title {
	position: relative;
	margin: 15px 0 10px 0;
}

.home .title h3 {
	/* background-color:#f7f7f6; */
	position: relative;
	width: 140px;
	height: 57px;
	margin: 0px auto;
	font: 24px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #e84211;
	z-index:9;
}

.home .title h3 span {
	font: bold 22px "Microsoft JhengHei";
}

.home .title .title-bg {
	background: #e84211;
	position: absolute;
	top: 50%;
	width: 100%;
	line-height: 1px;
}

.home .row { margin-bottom: 10px; }
.home .row .col { text-align: center; }


/* page style */
.breadcrumb {
	padding: 15px;
	font: 12px "Microsoft JhengHei";
	color: #727272;
}

.breadcrumb a { color: #f4633d; }


.grid .col {
	margin-bottom: 20px;
	text-align: center;
}

.grid .pic {
	margin-bottom: 10px;
}

.grid .pic img { border: 1px solid #707070; }

.grid .name,
.grid .price {
	width: 170px;
	margin: 5px auto;
}

.grid .name a { color: #111111; }
.grid .name a:hover {
	color: #e84211;
	text-decoration: underline;
}

.grid .price { color: #ce0000; }

.grid .act .btn-act {
	padding: 0.5em 1em;
}


.frame {
	background-color: #fff;
	padding: 10px;
}

.frame > .col {
	background-color: #f3f3f3;
	padding: 10px;
}

.frame > .col .row {
	margin-bottom: 15px;
}

.frame > .col .intro {
	margin-bottom: 50px;
}

.frame > .col .spec { padding: 10px 0;}
.frame > .col .spec .row {	
	width: 90%;
	margin: 5px auto;
	font: 12px PMingLiU;
	color: #000;
}

.frame > .col .spec .name {
	margin: 0 auto;
	font: bold 15px PMingLiU;
	color: #666;
}

.frame > .col .spec .serial {
	margin: 5px auto;
	color: #666;
}

.frame > .col .spec .desc {
	height: 100px;
	margin: 30px auto;
}

.frame > .col .spec .color {
	margin: 30px auto;
}

.frame > .col .spec .size,
.frame > .col .spec .amount {
	margin: 10px auto;
}

.frame > .col .spec .price-o,
.frame > .col .spec .price,
.frame > .col .spec .addCart {
	text-align: right;
}

.frame > .col .spec .price-o {
	height: 14px;
	color: #999;
}
.frame > .col .spec .price { color: #666; }
.frame > .col .spec .price strong,
.frame > .col .spec .price em { color: #ff007c; }
.frame > .col .spec .price em { font: 30px Verdana, Geneva, sans-serif; }

.frame > .col .spec .addCart {
	margin: 20px auto;
}

.frame > .col .caption {
	margin-left: -20px;
}

.frame > .col .caption .col {
	background: #d43f3a;
	min-width: 300px;
	padding: 0 20px;
	line-height: 35px;
	color: #fff;
}

.frame > .col .detail {
	font: 15px "Microsoft JhengHei";
	line-height: 24px;
	color: #666;
}

.tb-paylist {
	border-collapse:collapse;
	width: 100%;
}

.tb-paylist tr th { width: 190px; }

.tb-paylist tr th,
.tb-paylist tr td {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background-color: #fff;
	padding: 10px;
	line-height: 20px;
}

.tb-paylist .bgGray {
	background-color: #f7f7f7;
	text-align: center;
}


.tb-cartlist {
	border-collapse:collapse;
	width: 100%;
	margin: 20px auto;
}

.tb-cartlist th {
	border-bottom: 1px #ddd solid;
	padding: 0px 5px 8px;
	color: #686868;
	font-weight: bold;
}

.tb-cartlist tbody td {
	padding: 15px 5px;
	border-bottom: 1px #eeeeee solid;
}

.tb-cartlist tbody td .img {
	border: 1px solid #dbe1cc;
	background-color: #FFF;
	padding: 5px;
	display: inline-block;
	text-align: center;
}

.tb-cartlist tbody td .info {
	position: relative;
	height: 80px;
}

.tb-cartlist tbody td .Name {
	position:absolute;
	top:0px;
}

.tb-cartlist tbody td .MNo {
	position:absolute;
	top:20px;
}

.tb-cartlist tbody td .SubName {
	position:absolute;
	top:50px;
}

.tb-cartlist tbody td .Spec{
	position:absolute;
	top:70px;
}

.tb-cartlist tbody td a { color: #000; }

.tb-cartlist tfoot td { padding: 3px 5px 7px; }

.tb-cartlist .tr_top td { padding-top: 10px; }

.tb-cartlist .tr_last_pay td {
	padding-top: 5px;
	text-align: right;
	color: #c14948;
}

.tb-cartlist .td_last { border-top: 1px #d5d5d5 dotted; }


.tb-form {
	border-collapse: collapse;
	width: 100%;
	margin: 10px auto;
	padding: 0px;	
}

.tb-form th {
	border-bottom: 1px solid #e4e4e4;
	width:120px;
	padding: 8px;
	text-align: right;
	color: #000;
}

.tb-form td {
	border-bottom: 1px solid #e4e4e4;
	padding: 8px;
}

.tb-form td .vgMsg {
	margin-left: 10px;
	color: #900;
}

.tb-form td table td {
	border: none;
	padding: 2px;
}

/* #footer */
#footer {
	clear: both;
	margin-top: 15px;
}

#footer-nav {
	position: relative;
}

#footer-nav .navMenu {
	border-top: 3px dotted #808080;
}

#footer-nav .navMenu .col {
	position: relative;
	margin: 10px 0px;
	padding: 0 20px;
}

#footer-nav .navMenu .col .title {
	margin: 10px 0 15px;
	font: bold 13px "Microsoft JhengHei";
	color: #949494;
}

#footer-nav .navMenu .col .row { margin: 10px 0; }


#footer-info {
	clear: both;
    background: #878787;
	position: relative;
	height: 32px;
	bottom: 0px;
	color: #fff;
}

#footer-info .row {}

#footer-info .contact {
	font: normal 11px/30px Tahoma, Geneva, sans-serif;
}

#footer-info .copyright {
	font: 10px/30px Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}


.UpdateProgress {
	background: #000; 
	position: fixed;
	bottom: 45%;
	width: 200px;
	margin-left: 40%;
	padding: 10px;
	opacity: 0.8;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    behavior: url('include/css/PIE.htc');
	color: #FFF;
	text-align: center;
	z-index: 100;
	font-size: 15px;
}


/* tableStyle */

.tb-list {
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto;
}

.tb-list th {

}

.tb-list th img {
	margin-left: 3px; !important;
	vertical-align: baseline !important;
}

.tb-list td {
	background: url('../../images/dot01.gif') 0 100% repeat-x;
	padding: 8px;
}

.tb-list td table td {
	border: none;
	margin: 0px;
	padding: 0px;
}


/*側邊浮動購物車*/

#floatBar {
	display: none;
	background-image: url('../../images/floatBar_bg.png');
	position: fixed;
	bottom: 150px;
	width: 75px;
	height: 300px;
	text-align: center;
	line-height: 14pt;
	z-index: 999;
}

#floatBar a.FB {
	background: url('../../images/btn_FB.png') no-repeat left top;
	position: absolute;
	width: 69px;
	height: 69px;
	left: 6px;
	top: 10px;
}

#floatBar a.Line {
	background: url('../../images/btn_Line.png') no-repeat left top;
	position: absolute;
	width: 69px;
	height: 69px;
	left: 6px;
	top: 83px;
}

#floatBar a.WeChat {
	background: url('../../images/btn_WeChat.png') no-repeat left top;
	position: absolute;
	width: 69px;
	height: 69px;
	left: 6px;
	top: 156px;
}

#floatBar a.cart_check {
	background: url('../../images/btn_CartCheck_bg.png') no-repeat left top;
	position: absolute;
	width: 69px;
	height: 69px;
	left: 3px;
	bottom: 3px;
}

#floatBar a.cart_check:hover { background-position: bottom; }

#floatBar .cart_qty {
	position: absolute;
	right: 14px;
	bottom: 5px;
	width: 24px;
	color: #fff;
	z-index: 99;
}


/*側邊浮動top按鈕*/
#top {
	position: fixed;
	bottom: 60px;
	cursor: pointer;
	display: none;
	z-index: 99;
}

#top img {
	width: 75px;
	height: 60px;
}


/* button */
.pure-button {
	position:relative;
	margin: 0 1px;
}

.button-large {
	font-size: 110%;
}

.btn-act {
	border: 1px solid #d43f3a;
	-moz-border-radius: 5px;
	-webit-border-radius: 5px;
	border-radius: 5px;
	background: #d9534f;
    padding: 0.5em 3em;
	color: #FFF;
}

.btn-act:hover {
	color: #FFF;
}

.btn-act-disabled,
.btn-act-disabled:hover,
.btn-act-disabled:focus,
.btn-act-disabled:active {
    border: 1px solid #E6E6E6;
    background-image: none;
	-moz-border-radius: 5px;
	-webit-border-radius: 5px;
	border-radius: 5px;
    padding: 0.5em 3em;
    cursor: not-allowed;
}
