@charset "UTF-8";
/* CSS Document */
body {
	margin-left: auto;
	margin-right: auto;
	font-family: "微軟正黑體";
}
ul, li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.clear {
	clear: both;
}
.box {
  background: #fff;
  border: 1px solid #ccc;
  padding: 14px 18px 13px;
  margin: 0 0 30px 0;
  line-height: 23px;
}
.page-heading {
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 24px;
  overflow: hidden;
  color: #393939;
  line-height: 30px;
  margin-top: 0;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.btn-default {
  color: #333333;
  background-color: white;
  border-color: #cccccc;
}

.button.button-medium.exclusive {
  border: none;
}
.button.button-small {
  font: 14px/18px Arial, Helvetica, sans-serif;
  color: white;
  background: #858785;
  border: none;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.button.button-medium {
  font-size: 14px;
  line-height: 18px;
  color: white;
  padding: 0;
  font-weight: normal;
  background: #858785;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}


#member {
	width: 100%;
	margin: 0px auto;
}

.mem_btn {
	padding: 5px;
	font-size: 15px;
}
.text_title {
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #1669a5;
}
.text_15 {
	font-size: 15px;
	line-height: 30px;
}
.text_pd {
	padding-right: 10px;
	font-size: 15px;
	color: #000;
}
.bt_mar {
	margin-top: 10px;
}
ul.tabs {
	height: 43px;
	float: left;
	margin-right: 30px;
}
ul.tabs li {
	float: left;
	width: 125px;
	height: 33px;
	padding-top: 12px;
	overflow: hidden;
	position: relative;
	font-size: 15px;
	text-align: center;
	margin-top: 2px;
	background-image: url(../images/mem/line04.png);
	background-position: right;
	background-repeat: no-repeat;
}
ul.tabs li a {
	display: block;
	color: #fff;
	text-decoration: none;
}
ul.tabs li a:hover {
	color: #fff;
	text-decoration: underline;
}
ul.tabs li.active a {
	color: #333;
	font-weight: bold;
}
ul.tabs li.active {
	background-image: url(../images/mem/mem_tagbg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	color: #002c85;
}
ul.tabs li.active a:hover {
	color: #4086bd;
}
.tab_container, .tab_content {
	display: block;
	height: auto;
	color: #333;
	line-height: 25px;
}
div.tab_container .tab_content {
	padding-top: 10px;
}
div.tab_container .tab_content h2 {
	margin: 0 0 20px;
}
.mem_line {
	background-color: #090;
	height: 2px;
}
.mem_da01 {
	font-size: 20px;
	color: #1cb425;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.mem_border {
	border: 10px solid #ececec;
	padding: 10px;
}
.mem_text_a1 {
	line-height: 30px;
}
.tab_sh {
	background-image: url(../images/mem/tab_sh.png);
	background-repeat: repeat-x;
	height: 26px;
}
.mem_title_bg {
	background-image: url(../images/mem/men_top.jpg);
	height: 47px;
	background-repeat: repeat-x;
	float: left;
	width: 96%;
}
.mem_title_bg1 {
	background-image: url(../images/mem/title_item.png);
	background-repeat: no-repeat;
	color: #000;
	padding-left: 25px;
	font-size: 18px;
	background-position: left;
	letter-spacing: 1px;
}
.mem_title_bg2 {
	border-bottom: 1px dotted #ccc;
	width: 100%;
	margin: 5px 0px 10px 0px;
}
.mem_title_first {
	float: left;
	background-image: url(../images/mem/bg_left.png);
	background-repeat:no-repeat;
	width: 2%;
	height: 47px;
}
.mem_title_end {
	float: right;
	background-image: url(../images/mem/bg_right.png);
	background-repeat:no-repeat;
	width: 2%;
	height: 47px;
}
.border_line {
	border-right: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	width: 938px;
	padding: 10px 0px 10px 20px;
	line-height: 35px;
}
.border_line td {
	line-height: 35px;
}
.table01 {
	width: 100%;
	border: 1px solid #dddddd;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* Konqueror */
	border-radius: 5px; /* Opera 10.50 and later (CSS3 standard) */
	margin-bottom: 10px;
}
.table01_in {
	padding: 3%;
	border: 3px solid #efefef;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* Konqueror */
	border-radius: 5px; /* Opera 10.50 and later (CSS3 standard) */
	background-image: url(../images/mem/tab_sh2.png);
	background-position: bottom;
	background-repeat: repeat-x;
}
.table02 {
	width: 100%;
	border: 1px solid #dddddd;
	margin-bottom: 10px;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* Konqueror */
	border-radius: 5px; /* Opera 10.50 and later (CSS3 standard) */
}
.table02_in {
	padding: 2%;
	border: 3px solid #ffffcc;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* Konqueror */
	border-radius: 5px; /* Opera 10.50 and later (CSS3 standard) */
}
.blue_title {
	background-color: #e0edf3;
	height: 30px;
	/*border-bottom: 1px solid #9cc6da;*/
	color: #000;
	font-size: 13px;
	text-align: right;
	padding: 5px 10px 5px 0px;
	/*-moz-border-radius: 8px 8px 0px 0px;*/ /* Firefox */
	/*-webkit-border-radius: 8px 8px 0px 0px;*/ /* Safari, Chrome */
	/*-khtml-border-radius: 8px 8px 0px 0px;*/ /* Konqueror */
	/*border-radius: 8px 8px 0px 0px;*/ /* Opera 10.50 and later (CSS3 standard) */
}
.order {
}
.order td {
	border-bottom: 1px solid #ccc;
	color: #000;
	line-height: 18px;
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	font-size: 14px;
	padding: 5px;
}
.order1t {
	width: 10%;
	text-align: center;
	font-weight: bold;
}
.order2t {
	width: 10%;
	text-align: center;
	font-weight: bold;
	height: 30px;
}
.order3t {
	width: 15%;
	text-align: center;
	font-weight: bold;
}
.order4t {
	width: 25%;
	text-align: center;
	font-weight: bold;
}
.order1 {
	width: 10%;
	text-align: center;
}
.order2 {
	width: 10%;
	text-align: center;
	height: 30px;
}
.order3 {
	width: 15%;
	text-align: center;
}
.order4 {
	width: 25%;
}
.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_line2 {
	border-bottom: 1px dotted #ccc;
	font-size: 15px;
	color: #000;
	padding-bottom: 5px;
	padding-top: 5px;
	letter-spacing: 1px;
}
.text_red {
	font-size: 15px;
	color: #ff0000;
}
.add_member {
	font-size: 14px;
	line-height: 30px;
	/*width:674px;*/
}
.add_member td {
	height: 38px;
}
#add_member {

	/*padding-top: 100px;
	background-image: url(../images/membg.jpg);
	background-repeat: no-repeat;
	height: 470px*/
	border: 1px solid #CCC;
	width: 95%;
	border-top: 0px;
	margin: 0px auto;
}
#login_member {
	/*margin-left: 200px;
	margin-top: 50px;
	padding-top:70px;
	padding-left:50px;
	background-image: url(../images/membg2.jpg);
	background-repeat: no-repeat;
	height: 260px;*/
	border: 1px solid #CCC;
	width: 95%;
	border-top: 0px;
	margin: 0px auto;

}
.box_mag20 {
	font-size: 14px;
	font-family: "微軟正黑體";
	line-height: 25px;
	color: #333;
	/*margin: 20px;*/
}
.box_header {
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
	line-height: 32px;
	color: #fff;
	font-weight: bold;
	background-color: #FC6;
	padding-left: 10px;
	
}
.box_body{
	margin-left: 100px;
}
.box_desc{
	font-size: 16px;
	line-height: 25px;
	color: #004A95;
	font-weight: bold;
	padding: ４px;
	margin: 20px 0 10px 40px;
	border-bottom: 1px dotted #CCC;
	width:90%;
}
.td_title {
	color:#666;
	font-size:14px;
	
}
.list_item {
	list-style-type: decimal;
	list-style-position: outside; 
	margin-left: 80px;
}
.list_item li {
	list-style-type: decimal;
}

#forgetbg {
	/*margin-left: 200px;
	margin-top: 50px;
	padding-top:70px;
	padding-left:50px;
	background-image: url(../images/membg3.jpg);
	background-repeat: no-repeat;
	height:270px;*/
	width:776px;
	border: 1px solid #CCC;
	width: 95%;
	border-top: 0px;
	margin: 10px auto;
	
}
#forgetbg .box_body{
	margin-left: 100px;
}
.mem_link a{ color:#333; text-decoration:none;}
.mem_link a:hover{color:#f39800; text-decoration:none;}

/**********************************************************
				Authentication Styles
**********************************************************/
#account-creation_form .id_state,
#account-creation_form .dni,
#account-creation_form .postcode {
  display: none; }

#create-account_form, #my-account #edit_form, #edit_login {
min-height: 420px; display: block; }
#create-account_form p {
margin-bottom: 8px; }
#create-account_form .form-group {
margin: 0 0 20px 0; }

#login_form {
min-height: 297px; }
#login_form .form-group {
margin: 0 0 3px 0; }
#login_form .form-group.lost_password {
margin: 14px 0 15px 0; }
#login_form .form-group.lost_password a {
text-decoration: underline; }
#login_form .form-group.lost_password a:hover {
text-decoration: none; }

#login_form .form-control, #create-account_form .form-control {
max-width: 271px; }




/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none; }
	
	
	
#my-account .addresses-lists {
  margin-bottom: 30px; }
#my-account ul.myaccount-link-list li {
  overflow: hidden;
  padding-bottom: 10px; }
  #my-account ul.myaccount-link-list li a {
    display: block;
    overflow: hidden;
    color: #555454;
    text-shadow: 0px 1px white;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    border: 1px solid;
    border-color: #ccc; }
    #my-account ul.myaccount-link-list li a i {
      font-size: 25px;
      color: #666;
      position: absolute;
      left: 0;
      top: 0;
      width: 52px;
      height: 100%;
      padding: 10px 0 0 0;
      text-align: center;
      border: 1px solid white;
      -moz-border-radius-topleft: 4px;
      -webkit-border-top-left-radius: 4px;
      border-top-left-radius: 4px;
      -moz-border-radius-bottomleft: 4px;
      -webkit-border-bottom-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    #my-account ul.myaccount-link-list li a span {
      display: block;
      padding: 13px 15px;
      overflow: hidden;
      border: 1px solid;
      margin-left: 52px;
      border-color: white white white #ccc; }
    #my-account ul.myaccount-link-list li a:hover {
      background: #fafafa;
      border-color: #999
    }
ul.myaccount-link-list {
    margin-bottom: 0;
}
 #address .form-group .form-control,
  #identity .form-group .form-control,
  #account-creation_form .form-group .form-control,
  #new_account_form .form-group .form-control,
  #opc_account_form .form-group .form-control,
  #authentication .form-group .form-control {
    max-width: 271px; }
#center_column form.std .row .col-xs-4 .form-control {
padding:0 5px 0 5px;
max-width: 94px;
float:left;
margin:0 8px 8px 0;
}

#my-account .box {
	padding-bottom: 20px;
	line-height: 20px;
	position: relative;
	overflow: initial;
	min-height: 420px;
    margin-right: 20px;
}
#title_login {
    position: absolute;
    left: 175px;
    top: -15px;
}


.button.button-medium {
    font-size: 14px;
    line-height: 18px;
    color: white;
    padding: 0;
    font-weight: normal;
    background: #858785;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
}
.button.button-medium span {
    display: block;
    padding: 11px 25px;
    border: none;
}
@media (max-width: 480px) {
    .button.button-medium span {
        padding-right: 10px;
        padding-left: 10px;
    }
}
.button.button-medium span i.left {
    font-size: 16px;
    line-height: 18px;
    vertical-align: -2px;
    margin: 0px 10px 0 0;
    display: inline-block;
}
@media (max-width: 480px) {
.button.button-medium span i.left {
margin-right: 5px; } }
.button.button-medium span i.right {
margin-right: 0;
margin-left: 9px; }
@media (max-width: 480px) {
.button.button-medium span i.right {
margin-left: 5px; } }

.button.button-medium:hover {
    background: #fe983d;
}

.button.button-medium.exclusive {
    border: none;
}
.button.button-medium.exclusive span {}
.button.button-medium.exclusive:hover {
    background: #fe983d;
}
.button.button-medium.exclusive:hover span {}


.button.button-small span {
  display: block;
  padding: 6px 15px;
  border: none;
  font-weight: normal;
}
.button-small i {
  color: #FFF;
  margin-right: 6px;
}


/*-----------------------------------*/
.form-control {
border-radius: 0;
-webkit-box-shadow: none;
  box-shadow: none;
}

select.form-control  {
border-radius: 0;
display: inline-block;
width: auto;
}
select{
	border: 1px solid #ccc;
}
html input[type="button"]{
	padding: 2px 6px;
}
#address h3.page-subheading{
	font-size:16px;
    color: #333333;
	font-weight:bold;
}

ul.footer_links {
  padding: 0;
  border-top: none;
  height: 65px;
}
ul.footer_links li {
float: left; }
ul.footer_links li + li {
margin-left: 10px; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 0;
}