﻿/** { margin: 0; padding: 0; }*/
html,
body {
	height: 100%;
}

body {
	/*font-family: "Segoe UI", Arial, Helvetica, Sans-Serif;*/
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #5a5858;
	margin: 0;
	display: flex;
	flex-direction: column;
}

a:link {
	color: #231F20;
	text-decoration: none;
}

a:visited {
	color: #231F20;
	text-decoration: none;
}

a:active {
	color: #231F20;
	text-decoration: none;
}

a:hover {
	color: #231F20;
	text-decoration: underline;
}

div {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

form {
	display: inline;
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
}

div#content p {
	padding: 5px;
}

div#content a:link {
	color: #0066FF;
}

div#content a:visited {
	color: #0066FF;
}


h2 {
	margin: 0px;
	color: #333300;
	font-size: 24px;
	font-weight: normal;
	padding: 8px;
}

h3 {
	line-height: 20pt;
	margin: 0px;
	color: #666633;
	font-size: 18px;
	font-weight: normal;
	padding: 8px;
}

h1.myh1 {
	font-size: 35px;
	font-weight: bold;
	color: #555;
	margin: 0 0 15px;
}

h2.myh2 {
	font-size: 17px;
	font-weight: bold;
	color: #555;
}

.tip {
	color: #999999;
	margin-bottom: 10px;
	font-size: 12px;
}

.cookiewarnning {
	width: 430px;
	background: #FCC;
	color: #C00;
	margin: 30px auto;
	padding: 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div#container {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 948px;
	position: relative;
}

div#body {
	top: 0;
	left: 0;
	padding: 20px;
	width: auto;
	background-color: white;
	clear: both;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

/** header **/
#header {
	background-color: #eee;
	height: 75px;
	width: 100%;
}

#header #logo {
	display: block;
	height: 69px;
	width: 235px;
	padding-top: 5px;
}

/* 桌機版：topLinks 在 header 內靠右排列 */
ul#topLinks {
	display: block;
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#topLinks li {
	display: inline;
	font-size: 14px;
	list-style: none;
	margin: 0;
	padding-right: 14px;
}

ul#topLinks li a {
	font-weight: bold;
	color: #000;
	border-left: 1px solid #FF9900;
	border-left: 1px solid rgba(0, 0, 0, .2);
	padding-left: 10px;
	line-height: 75px;
}

ul#topLinks li:first-child a {
	border: none;
}

ul#topLinks li.active a,
ul#topLinks li a:hover {
	padding-bottom: 9px;
	background: url(../images/arrowUpAction.gif) bottom center no-repeat;
}

/** footer **/
.footerContainer {
	margin-left: auto;
	margin-right: auto;
	padding: 18px 20px;
	width: 100%;
	max-width: 900px;
	position: relative;
	box-sizing: border-box;
}

#footer {
	margin-top: auto;
	clear: both;
	background: #2b2b2b;
	border-top: 3px solid #FFB630;
}

#main-content-wrapper {
	flex: 1 0 auto;
}

#footer .links {
	background: transparent;
}

#footer .links .footerContainer {
	overflow: hidden;
	padding: 18px 20px 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
}

#footer .links ul {
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 4px 0;
	align-items: center;
}

#footer .links ul li {
	color: #aaa;
	display: inline;
	list-style: none;
	padding: 0;
}

#footer .links ul li a {
	color: #bbb;
	font-size: 12px;
	padding: 0 10px;
	border-right: 1px solid #555;
	line-height: 1;
	display: inline-block;
}

#footer .links ul li:last-child a {
	border-right: none;
}

#footer .links ul li a:hover {
	color: #FFB630;
	text-decoration: none;
}

#footer .links #copyright {
	padding: 0;
	float: none;
	width: auto;
	color: #777;
	font-size: 11px;
	margin-top: 8px;
	flex-basis: 100%;
}

#footer .links #copyright a {
	color: #999;
}

#footer .links #copyright a:hover {
	color: #FFB630;
}

#footer .social_media {
	float: none;
	text-align: left;
	color: #bbb;
	font-weight: normal;
	display: flex;
	align-items: center;
	gap: 8px;
}

#footer .social_media span {
	display: inline-block;
	height: auto;
	line-height: 1;
	margin: 0;
	font-size: 12px;
	color: #999;
}

#footer .social_media a {
	background: transparent url("../images/followus.gif") left top no-repeat;
	display: inline-block;
	width: 40px;
	height: 31px;
	line-height: 31px;
	overflow: hidden;
	text-align: left;
	filter: brightness(0) invert(1);
	opacity: 0.7;
	transition: opacity 0.2s, filter 0.2s;
}

#footer .social_media a:hover {
	filter: brightness(0) invert(1) sepia(1) saturate(3) hue-rotate(5deg);
	opacity: 1;
}

#footer .social_media a:link {
	-webkit-tap-highlight-color: #FF5E99;
}

#footer .social_media a:hover,
a:active,
a:link {
	outline: none;
}

#footer .ir {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}

#footer .social_media A.twitter {
	background-position: -43px top;
}

#footer .social_media A.plurk {
	background-position: -83px top
}

/** nav bar **/
/*#FEAB07 #F5851F*/
#nav {
	background: #FEAB07 url('../images/bar_bg.png') top left repeat-x;
	border-bottom: 1px solid #FFBE0D;
	height: 38px;
}

.navContainer {
	margin-left: auto;
	margin-right: auto;
	width: 865px;
	position: relative;
}

#nav ul#navItem {
	float: left;
	margin: 9px 0 0 4px;
	padding: 0;
}

#nav ul#navItem li:first-child {
	background: url('../images/nav_separator.png') top left repeat-y;
}

#nav #navItem li {
	float: left;
	list-style: none;
	position: relative;
}

#nav #navItem li a {
	background: url('../images/nav_separator.png') top right repeat-y;
	color: #fff;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	padding: 0 13px;
	text-decoration: none;
	text-shadow: #FFBE0D 0 1px 0;
}

#nav #action {
	bottom: -11px;
	left: 50%;
	margin-left: -8px;
	position: absolute;
}

ul {
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
}

.clear {
	padding: 0px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	font-size: 0%;
}

/** sign up **/
#signupBox {
	background: #f9f9f9
		/*url('../images/bg_form.png')*/
		no-repeat center top;
	margin: 0px auto;
	padding: 15px 20px;
	width: 580px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#signupBox a {
	color: #0099CC;
	font-weight: normal;
	font-size: 16px;

}

#signupBox hr {
	background: #ddd;
	border: none;
	height: 1px;
	margin: 0px 0 10px 0;
}

#signupBox input[type=text] {
	padding: 8px;
	background-color: transparent;
	width: 300px;
}

#signupBox input[type=password] {
	padding: 8px;
	background-color: transparent;
	width: 300px;
}

#signupBox p {
	margin: 2px 0px 0px 0px;
}

#signupBox p label {
	font-size: 16px;
}

#signupBox .required {
	font-weight: bold;
}

/****login*******/
#loginBox {
	background: #f9f9f9
		/*url('../images/bg_form.png')*/
		no-repeat center top;
	border: 1px solid #CCC;
	margin: 30px auto;
	padding: 15px 20px;
	width: 430px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#loginBox h2 {
	font-size: 21px;
	margin-bottom: 5px;
}

#loginBox hr {
	background: #ddd;
	border: none;
	height: 1px;
	margin: 0px 0 0px 0;
}

#loginform p {
	margin: 10px 0px 0px 0px;
}

#loginform .errmsg,
#signupBox .errmsg {
	background: #FCC;
	color: #C00;
	padding: 4px 8px 8px 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#loginform .resendBtn {
	border: 1px outset #993366;
	background-color: #EAEAEA;
	cursor: pointer;
}

#loginform a:link {
	color: #3399FF;
	text-decoration: none;
}

#loginform a:visited {
	color: #3399FF;
	text-decoration: none;
}

#loginform a:active {
	color: #3399FF;
	text-decoration: none;
}

#loginform a:hover {
	color: #3399FF;
	text-decoration: underline;
}


.myFormStyle {
	border: #bfbfbf 1px solid;
	padding: 6px;
	font-family: inherit;
	background: #fff;
	color: #333;
	font-size: 13px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset rgba(0, 0, 0, .08) 0 1px 2px;
	-webkit-box-shadow: inset rgba(0, 0, 0, .08) 0 1px 2px;
	box-shadow: inset rgba(0, 0, 0, .08) 0 1px 2px
}

.myFormStyle:focus {
	border: #999 1px solid;
	color: #333;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}


/*** Green Button ***/
.myGreenButton {
	background: #A7E300;
	background: -webkit-gradient(linear, left top, left bottom, from(#A7E300), to(#99D100));
	background: -moz-linear-gradient(top, #A7E300, #99D100);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A7E300', endColorstr='#99D100');
	border: 1px solid #87b800;
	color: #fff;
	cursor: pointer;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	text-align: center;
	text-shadow: rgba(0, 0, 0, .1) 0 -1px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.myGreenButton:hover {
	background: #b2eb14;
	background: -webkit-gradient(linear, left top, left bottom, from(#b2eb14), to(#a4da14));
	background: -moz-linear-gradient(top, #b2eb14, #a4da14);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2eb14', endColorstr='#a4da14');
}

.myGreenButton:active {
	background: #99D100;
	background: -webkit-gradient(linear, left top, left bottom, from(#99D100), to(#A7E300));
	background: -moz-linear-gradient(top, #99D100, #A7E300);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99D100', endColorstr='#A7E300');
}

a.myGreenButton,
.myGreenButton a {
	color: #fff;
	display: block;
	text-decoration: none;
}

input.myGreenButton {
	line-height: normal !important;
}

@-moz-document url-prefix() {
	input.myGreenButton {
		padding-bottom: 2px;
	}
}

/*** Blue Button ***/
.myBlueButton {
	background: #0CBADF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0CBADF), to(#0692F9));
	background: -moz-linear-gradient(top, #0CBADF, #0692F9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0CBADF', endColorstr='#0692F9');
	border: 1px solid #0BAED1;
	color: #fff;
	cursor: pointer;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	text-align: center;
	text-shadow: rgba(0, 0, 0, .1) 0 -1px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.myBlueButton:hover {
	background: #24cee1;
	background: -webkit-gradient(linear, left top, left bottom, from(#24cee1), to(#189be9));
	background: -moz-linear-gradient(top, #24cee1, #189be9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#24cee1', endColorstr='#189be9');
}

.myBlueButton:active {
	background: #0692F9;
	background: -webkit-gradient(linear, left top, left bottom, from(#0692F9), to(#0CBADF));
	background: -moz-linear-gradient(top, #0692F9, #0CBADF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0692F9', endColorstr='#0CBADF');
}

a.myBlueButton,
.myBlueButton a {
	color: #fff;
	display: block;
	text-decoration: none;
}

input.myBlueButton {
	line-height: normal !important;
}

@-moz-document url-prefix() {
	input.myBlueButton {
		padding-bottom: 2px;
	}
}

/** soldoutButton**/
.soldoutButton {
	background: #FF0000;
	border: 1px solid #FF0000;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	text-align: center;
	text-shadow: rgba(0, 0, 0, .1) 0 -1px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


/** header banner **/
div.bannerWrapper {
	border-top: 0px solid #fff;
	position: relative;
	/*background-color: #FFCF31;*/
	background: #FFCF31;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFCF31), to(#FFB630));
	background: -moz-linear-gradient(top, #FFCF31, #FFB630);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCF31', endColorstr='#FFB630');
	border-bottom: 0px solid #F8981D;

	top: 0px;
	width: 100%;
	z-index: 9;
	overflow: visible;
	margin-bottom: 35px;
}

div.variableBanner {
	color: white;
	width: 940px;
	margin: 0 auto;
	overflow: visible;
	padding-bottom: 35px;
	position: relative;
	min-height: 116px;
}

div.smallvariableBanner {
	color: white;
	width: 940px;
	margin: 0 auto;
	overflow: visible;
	padding-bottom: 35px;
	position: relative;
	min-height: 20px;
}

img.main {
	position: absolute;
	bottom: 0;
	margin-bottom: -14px;
	right: 0;
	z-index: 10;
}

div.titlearea {
	position: relative;
	top: 0 !important;
	display: block;
	z-index: 15;
}

div.title {
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	width: 470px;
	position: relative;
}

div.title h1 {
	color: #fff;
}

.navbarContainer {
	width: 520px;
	padding: 1px;
	/*background: #E0DB9E ;*/
	border-bottom: 0px solid #e5e5e5;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	float: left;
	margin-top: 5px;
	margin-left: 1px;
	display: inline;
}

/** Tabs **/
div.tabContent {
	padding: 25px 45px 0px 35px;
}

div.tabContent ul {
	list-style-type: disc;
	list-style-position: outside;
}

div.tabContent ol {
	list-style-type: decimal;
	list-style-position: outside;
}

div.tabs {
	height: 54px;
	position: relative;
	margin: 0 25px 35px 0;
	text-align: center;
}

div.tabs span.alignCenter {
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
	display: -moz-inline-box;
	display: inline-block;
}

div.tabs img.shadow {
	position: absolute;
	top: 44px;
	left: 0px;
	width: 670px;
	height: 10px;
}

div.tabs a {
	display: block;
	margin: 8px 0px 0px 5px;
	height: 46px;
	white-space: nowrap;
	float: left;
	color: #00AFF0;
	text-decoration: none;
	position: relative;
}

div.tabs a span.ls {
	display: block;
	width: 5px;
	height: 46px;
	float: left;
	background: top left no-repeat url(../images/tabs/tab_inactive_left.png);
}

div.tabs a span.rs {
	display: block;
	width: 5px;
	height: 46px;
	float: left;
	background: top left no-repeat url(../images/tabs/tab_inactive_right.png);
}

div.tabs a span.text {
	display: block;
	height: 31px;
	background-color: #F3FBFE;
	color: #00AFF0;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 10px 0px 10px;
	float: left;
	cursor: pointer;
}

div.tabs a.active {
	z-index: 300;
	color: #525252;
}

div.tabs a.active span.ls {
	background: top left no-repeat url(../images/tabs/tab_active_left.png);
}

div.tabs a.active span.rs {
	background: top left no-repeat url(../images/tabs/tab_active_right.png);
}

div.tabs a.active span.text {
	background-color: #FFFFFF;
	color: #525252;
	padding: 15px 20px 0px 20px;
}

/** tabs (II) **/
#navigation {
	width: 960px;
	margin: 0px auto;
}

ul.tabs {
	margin-left: 5px;
	list-style: none;
	width: 940px;
	padding: 0px 15px 12px 15px;
	overflow: hidden;
	background: url(../images/tab_divider_hr.gif) bottom no-repeat;
}

ul.tabs li {
	font-size: 1.0m;
	float: left;
	margin-right: 15px;
}

ul.tabs li.active a,
ul.tabs li a:hover {
	color: #01AEF0;
	padding-bottom: 7px;
	background: url(../images/arrowUpAction.gif) bottom center no-repeat;

}

#bottomSubNavigation {
	width: 920px;
	margin: 23px auto 0;
	padding-bottom: 10px;
}

#bottomSubNavigation dl:first-child {
	border: none;
	padding: 0;
}

#bottomSubNavigation dl {
	width: 920px;
	padding-left: 10px;
	min-height: 100px;
	float: left;
	width: 172px;
	border-left: solid 1px #CCC;
}

dl,
dd {
	margin: 0;
	padding: 3px;
}

dt {
	font-weight: bold;
}

dt,
dd {
	font-size: 1.0em;
}

dd img {
	vertical-align: middle;
}

dd.menuItemSelected {
	margin-right: 20px;
	border-bottom: solid 1px #CDB99C;
	background: url(../images/menu_selected.png) no-repeat right center;
	border-bottom-style: dashed;
}

/** two-columns layouts**/
#detailcontent {
	float: left;
	width: 695px;
	padding: 10px 25px 0 0;
	min-height: 500px;
	margin-top: 16px;
	background: url(../images/bg_divider_vertical.gif) right top no-repeat;
}

#sidebar {
	width: 180px;
	padding: 25px 0 0 10px;
	float: left;
}

#sidebar a,
#detailcontent a {
	color: #3399FF;
	text-decoration: none;
	font-weight: bolder;
}

#sidebar a:hover,
#detailcontent a:hover {
	text-decoration: underline;
}