@charset "utf-8";

@font-face {
  font-family: raleway;
  src: url(https://fonts.googleapis.com/css?family=Raleway);
}

body {
	font-family: 'Raleway', sans-serif;
}

img { max-width:100%; }





.navbar-brand-footer > img {
	display: block;
	width: 45%;
	padding-top: 0px;
	padding-bottom: 5px;
}







a {
    text-decoration:none;
}

.sitemap_link:link {
    color: #535353;
	text-decoration:none;
}
.sitemap_link:hover,
.sitemap_link:focus,
.sitemap_link:active {
    color: #1f1f1f;
	text-decoration:none;
}
	

.foot-info {
	background-color: #FFFFFF;
	height: 200px;
	padding: 40px;
}

.social_align {
	text-align: center;
}

.footer {
	background: #7a7e85;
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}

.footer_link {
    color: #000000;
    text-decoration:none;
}

.footer_link:hover,
.footer_link:focus,
.footer_link:active {
    color: #d8000f;
    text-decoration:none;
}

.col-center-block {
    float: none;
    display: block;
    margin: 0 auto;
    /* margin-left: auto; margin-right: auto; */
}


.vertical-container {
/*   height: 300px; */
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}


.divider {
  width: 100%;
  height: 1px;
  margin: 5px 0px;
  overflow: hidden;
  border-bottom: 1px solid #888888;
}






.board-radius-15-darkgray {
	border-radius: 10px;
	background-color:#7a7e84;
}

.board-radius-0-darkgray {
	border-radius: 0px;
	background-color:#7a7e84;
}

.board-radius-15-white {
	border-radius: 10px;
	background-color:#ffffff;
}

.box-shadow-15 {
	box-shadow: 0px 0px 15px #7a7e84;		
}

.box-shadow-5-5-10 {
	box-shadow: 5px 5px 10px #7a7e84;		
}

.padding-left-right-100 {
	padding-left: 100px;
	padding-right: 200px;
}

.margin-left-10 {
	margin-left: 10px;
}

.margin-right-10 {
	margin-right: 10px;	
}

.margin-left-right-bottom-10 {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.memo-font-setting {
	font-size: 15px;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: 0.4px;
	color: #535353;
}


.table-where-to-buy-red {
	width: 100%;
	border: 0px;
	color: #fff;
	font-weight: 450;
	font-size: 16px;
	letter-spacing: 1.5px;
	background-color:#d8000f;
	margin-bottom: 20px;
	border-collapse: separate;
	border-spacing: 40px 20px;
}

.table-where-to-buy-white {
	width: 100%;
	border: 0px;
	color: #797d83;
	font-weight: 450;
	font-size: 16px;
	background-color:#fff;
	margin-bottom: 20px;
	border-collapse: separate;
	border-spacing: 40px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.table-where-to-buy-white:hover {
	cursor: pointer;  
	margin-left: -2%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;	
}



.table-partners-red {
	width: 100%;
	border: 0px;
	color: #fff;
	font-weight: 450;
	font-size: 16px;
	letter-spacing: 1.5px;
	background-color:#d8000f;
	margin-bottom: 20px;
	border-collapse: separate;
	border-spacing: 40px 20px;
}

.table-partners-white {
	width: 100%;
	border: 0px;
	color: #797d83;
	font-weight: 450;
	font-size: 16px;
	background-color:#fff;
	margin-bottom: 20px;
	border-collapse: separate;
	border-spacing: 40px 20px;

}








/*	------------左側對齊上方選單Home的字首----------------------------  */
.col-center-block.home_line {width: calc(80% - 405px); margin-left: 405px;}

@media (max-width: 1550px){
.col-center-block.home_line {width: calc(80% - 257px); margin-left: 257px;}	
}
@media (max-width: 991px) and (min-width: 768px){
.col-center-block.home_line {width: calc(80% - 172px); margin-left: 172px;}	
}
@media (max-width: 767px){
.col-center-block.home_line {width: auto; margin-left: 0;}	
}
/*	----------------------------------------  */

/*	------------與網頁頂端的距離,各頁面開頭對齊用----------------------------  */
.home_line_high {margin-top: -136px;}
@media (max-width: 1550px){
.home_line_high {margin-top: -100px;}	
}
@media (max-width: 991px) and (min-width: 768px){
.home_line_high {margin-top: -50px;}	
}
@media (max-width: 767px){
.home_line_high {margin-top: 0px;}	
}
/*	----------------------------------------  */





/*	porduct_list----------------------------------------  */

.product_op .product_nav, .porduct_list{ display: block;}
.product_op .product_nav { margin-top:10%;}
@media screen and (max-width: 767px) and (min-width: 200px){.product_op .product_nav { margin-top:70px;}}
.product_nav{ display: none;}
@media screen and (max-width: 767px) and (min-width: 200px){
.product_nav{ display:block;}
}

.porduct_list { display:none;}
@media screen and (min-width: 200px) and (max-width: 768px){
.product_left{ position:absolute; height:2em; overflow:hidden; z-index:101; }
.product_left.op{ position:absolute; height: auto; overflow: inherit; background-color:#FFF;}
.porduct_list{
	color: #ffffff;
    font-size: 120%;
    text-align: right;
    background-color: #cd1f17;
    display: inline-block;
    float: right;
    padding-left: 1em;
	position: absolute;
    right: 0;
	top: 0;
}
.porduct_list i{
    margin: -.2em .6em;
    width: 0;
    height: 0;
    border-style: solid;
    border-width:0 .6em 1em .6em;
    border-color: transparent transparent #fff transparent;
	display: inline-block;
}
.op .porduct_list i{
    border-width: 1em .6em 0 .6em;
    border-color: #fff transparent transparent transparent;
}
}
/*	porduct_list----------------------------------------  */

.d_top_btn{ padding: 1% 2%;
    float: right;
    background-color: #cc1e16;
    color: #fff;
    margin: 2%;
	padding-right:45px;
	position:relative;
}
.d_top_btn:hover{ color:#FFF; text-decoration:none; background-color:#FF0004;}

.d_top_btn::after  {content:""; position:absolute; right:15px; top:30%;
width: 0;
height: 0;
border-style: solid;
border-width: 0 10px 14px 10px;
border-color: transparent transparent #ffffff transparent;
}

.triangle{width: 0;
height: 0;
border-style: solid;
border-width: 0 10px 10px 10px;
border-color: transparent transparent #ffffff transparent;}


@media screen and (min-width: 200px) and (max-width: 1024px){
.table-where-to-buy-white:hover {margin-left:0;}
}

.table-products {
	width: 100%;
	height: 74px;
	border: 0px;
	color: #797d83;
	font-weight: 450;
	font-size: 16px;
	margin-top: -6px;
	margin-bottom: 36px;
	margin-left: -17px;
	border-collapse: separate;
	border-spacing: 40px 20px;
}








.read_more_btn {
  display: inline-block;
  background-color: #cc1e16;
  color: #FFFFFF;	
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.red_btn {
  display: inline-block;
  background-color: #cc1e16;
  color: #FFFFFF;	
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


.table-no-bordered > thead > tr > th,
.table-no-bordered > tbody > tr > th,
.table-no-bordered > tfoot > tr > th,
.table-no-bordered > thead > tr > td,
.table-no-bordered > tbody > tr > td,
.table-no-bordered > tfoot > tr > td {	
  border: 0px solid #fff;
  border-right-width:0px;
  border-left-width:0px;
  vertical-align: top;
  padding: 0rem;
}



.icon-triangl-down{
	position: relative;
	top: 9px;
	left: 49%;
	display: inline-block;
	border-top: 12px solid #cc1e17;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	content: '';
}
@media screen and (max-width: 767px) and (min-width: 200px){
.icon-triangl-down{
	top: 6px;
	left: 43%;
	border-top: 10px solid #cc1e17;
	border-right: 18px solid transparent;
	border-left: 18px solid transparent;
}
}

.fa-caret-down{
	position: relative;
	top: -2px;
	left: 48.4%;
	display: inline-block;
	font-size: 100px;
	color: #cc1e17;
}

.icon-right {
	text-align: right;
	float: right; 	
}
.icon-right > a:hover {
 -webkit-filter:brightness(75%);
}



/* ============================= 上方下拉選單   START =====================================*/ 
/*nav a:hover{
    background-color:#7a7e84 !important;
}*/



.navbar-collapse {
  padding-top: 13px;
  border-top: 0px solid transparent;
}

/* 主選單 超連結 */
.nav-pills > li > a {
  border-radius: 1px;
  width: 175px;/*文字欄位的寬度,會影響到選單的排版位置*/
  height: 50px;
  text-align: center;
  color: #cc1e17;
  background-color: #fff;
  padding-top: 13px;
  FONT-SIZE: 16px;
  LETTER-SPACING: 1px;  
  font-weight: 500;
}

/* 主選單 間距 */
.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  color: #fff;
  background-color: #7a7e85;
}


/* 下拉選單按下母選單按鈕後的外框 */
.dropdown-toggle:focus {
  outline: solid 0px #FFFFFF; 
}

/* 下拉選單按下母選單按鈕後的變化 */
.dropdown-toggle:active, .open .dropdown-toggle {
	background:#7a7e85 !important; 
    color:#fff !important;
}

/* 下拉選單的符號 */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}


/* 下拉選單 子選單 */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

/* 下拉選單 子選單裡的分隔線 */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* 下拉選單 子選單裡的超連結 */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 1.42857143;
  color: #cc1e17;
  white-space: nowrap;
  font-weight: 400;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;	
}



/* 下拉選單中 submenu 設定 */

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}


.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}


.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none !important;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}
/*@media screen and (max-width: 767px) and (min-width: 200px){.container-fluid { height: 100vh;}}*/


/* ============================= 上方下拉選單  END =====================================*/ 


/* ============================= Search  START ==================================*/ 
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #dadada;
  background-image: none;
  border: 0px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#search-box {
  width: 300px;
  height: 34px;
  background: #dadada url('../icon/Icon_search.jpg') no-repeat 7px 7px;
  padding: 3px 3px 3px 37px;
}

.btn {
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  background-color: #cd1f17;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #fff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

/*  .navbar-right {
    float: right !important;
    margin-right: 0px;
  }

  .navbar-form .form-control {
    width: 100px;
    vertical-align: middle;
  }  */
  
  
  
/* ---------------------- contact info form css START-------------------------- */  
  .red{
    color:red;
    }
	
.form-area
{
    background-color: #FAFAFA;
	padding: 10px 40px 60px;
	margin: 10px 0px 60px;
	border: 0px solid GREY;
	}
/* ---------------------- contact info form css END-------------------------- */  
  


/* ---------------------- nav css START-------------------------- */
.navbar-inverse {
	background-color: #ffffff;
	border-radius: 0px;
	width:100%;
	position: fixed;
	z-index: 999;
	border: 0px solid;
	-webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.75);
	transition:all ease 0.8s;
	-moz-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.75);
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
	color:rgb(0, 4, 51) !important;
	background-color: #0e364c;
}
.navbar-inverse .navbar-brand {
	color: rgb(0, 4, 51) !important
}
.navbar-inverse .navbar-nav>li>a {
	color:rgb(255, 102, 0);
	font-family: 'Raleway', Raleway;font-weight: bold;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
	color:rgb(0, 4, 51) !important;
}
.menu {
	display:none;
}
.search-box1 {
	padding: 20px 0px;z-index: 99999;
	width: 100%;
}
.partners-box1 {
	padding: 30px 0px 15px 0px;z-index: 99999;
	width: 100%;
}
.search {
	padding: 30px 0px;
	float: left;
	width: 100%;
}

/* 放大鏡icon的位置 */
.serach-footer {
	left: 20px;
	position: absolute;
	top: 10px;
}

/* search 輸入欄 */
.search-wrap {
	display: block;
	height: 40px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #e2e2e2;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	width: 100% !important;
	padding-left: 45px;
}
.search-btn-small {
	background:#cd1f17;	
	width: 100%;
	border-radius: 1px 1px 1px 1px;
	color: #fff !important;
	height: 45px;
	border: 0px solid;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 1px;
	margin-top: 1px;
	margin-right: 60px;
	padding-right: 45px;
	text-align: right;	
}
.search-btn-small:hover, .search-btn:focus {
	background:#FF0004;
	color: #fff !important;
}

.search-btn {
	background:#cd1f17;	
	width: 100%;
	border-radius: 0px 20px 20px 0px;
	color: #fff !important;
	height: 40px;
	border: 0px solid;
	font-weight: 600;
	font-size: 14px;
}
.search-btn:hover, .search-btn:focus {
	background:#FF0004;
	color: #fff !important;
}
.btn-gray {
	background:#cacaca;	
	width: 100%;
	border-radius: 0px 20px 20px 0px;
	color: #fff !important;
	height: 40px;
	border: 0px solid;
	font-weight: 600;
	font-size: 14px;
}


.modal-dialog-search {

}

.modal-body-search {

}


.close {
  float: right;
  font-size: 26px;
  color: #FF0004;
  opacity: .5;
}
.warp_top { padding-top:10%;}
.warp_top_sitemap { padding-top:3%;}


/*nav css close*/
.nav-pills > li { width: auto; margin-left: 6%}/*上方下拉式主選單的位置*/



@media all and (max-width:768px){
.nav-pills > li { width:100%;}
.nav.nav-pills > li a{ width:100%;font-size: 20px; padding:2.4vh; height:auto;}
.navbar-fixed-top .navbar-collapse{ max-height: none;}
.search-btn-small { font-size:20px;}


.navbar-inverse .drop_menu {
	display: block;
	visibility: visible;
	width: 110px;
	height:1000px;
	padding:0px 20px;
	position: absolute;
	right:-100px;
	transition:all ease 0.5s;border-top: 0px solid;cursor: pointer;
}
a.menu {
	display:block !important;
	margin: 9px 2px;
	float: right;
	color: rgba(255, 102, 0, 0.98);
	border:0px solid;
	background:none;
	font-size:30px;
	width:27px;
	position: relative;
	cursor:pointer;
}
a.menu:hover, a.menu:focus {
	color:rgb(0, 4, 51);
}

.drop_menu1 {
	display: block;
	visibility: visible;
	width:250px;
	height:1000px;
	padding:5px 30px;
	position: absolute;
	right:0 !important;
	background-color:#ffffff !important;
	transition:all ease 0.5s;
	border-top: 0px solid;
	cursor: pointer;
}
}
/* ---------------------- nav css END-------------------------- */

/* ============================= Search  END ====================================*/ 









/* ============================= animate START=====================================*/ 

/* ==================Regions=============== */
.navbar-bootbites{
  background-color: #6f5499;
  margin-bottom: 0;
}
.navbar-bootbites .navbar-brand,
.navbar-bootbites .navbar-nav > li > a {
  color: #e3e3e3;
}

.jumbotron-bootbites {
  background-color: #EBE1F9;
}


/* ==================Styling=============== */
.btn-bootbites {
  background: #6f5499;
  border: none;
  border-radius: 0;
}
.btn-bootbites:hover,
.btn-bootbites:focus,
.btn-bootbites:active,
.btn-bootbites.active {
  background: #523e71;
}

/* ============================== animate END=================================== */











/* ============================= For Pinterest-Grid START==================================*/ 
/*#pinBoot {
  position: relative;
//  max-width: 100%; 
  width: 100%;
}*/

.white-panel {
  position: relative;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.2);
  padding: 10px 4px 10px 4px;
}

.white-panel h1 {
  font-size: 1em;
}
.white-panel h1 a {
  color: #A92733;
}
.white-panel:hover {
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.5);

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* ============================= For Pinterest-Grid END==================================*/


/* Pricing table */
.pricing {
  position: relative;
  /*margin-bottom: 70px;*/
  border: 0px solid #000;
  background: #FFFFFF;
  max-width: 291px; max-height: 289px; margin:auto;
  z-index: 1;
}
.pricing-head {
  text-align: center;
}

.pricing-footer {
  color: #7a7e85;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  text-align: center;
  padding: 0 10% 0 10%;
}

.blue_txt_box {
	margin: -20px auto 30px;
	max-width: 229px;
	width:100%;
	text-align:center;
	position: absolute;
	left:0;
	right:0;
	z-index: 1;
	}


.blue_txt_box a{ color: #FFFFFF;
    background-color: #3d78b2;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1.4rem;
    border-radius: 0rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	width:60%;
	padding:4%;
	display:inline-block;
	text-decoration:none;
	word-wrap:break-word;
	/*
	word-break: break-all;
    white-space: normal;
	nowrap;*/
}
.blue_txt_box a:hover,
.blue_txt_box a:focus,
.blue_txt_box a:active,
.blue_txt_box a.active {
    color: #FFFFFF;
    background-color: #4c95dd;
}

.blue_txt_box2 { margin: -20px auto 30px; max-width: 229px; width:100%; text-align:center; position: absolute; left:0; right:0; z-index: 1;}
.blue_txt_box2 p{ color: #FFFFFF;
    background-color: #3d78b2;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1.4rem;
    border-radius: 0rem;
	width:60%;
	padding:4%;
	display:inline-block;
	text-decoration:none;
	word-wrap:break-word;
	cursor: text;
	/*
	word-break: break-all;
    white-space: normal;
	nowrap;*/
}



@media (min-width: 200px) and (max-width: 1199px) {
.blue_txt_box { margin-top:-20px}
}


.blue_txt_box_sitemap { margin: -25px auto 30px; max-width: 291px; width:100%; text-align:center; position: absolute; left:0; right:0; z-index: 1;}
.blue_txt_box_sitemap a{ color: #FFFFFF;
    background-color: #3d78b2;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1.2rem;
    border-radius: 0rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	width:60%;
	padding:4%;
	display:inline-block;
	text-decoration:none;
	word-wrap:break-word;
	/*
	word-break: break-all;
    white-space: normal;
	nowrap;*/
}
.blue_txt_box_sitemap a:hover,
.blue_txt_box_sitemap a:focus,
.blue_txt_box_sitemap a:active,
.blue_txt_box_sitemap a.active {
    color: #FFFFFF;
    background-color: #4c95dd;
}
@media (min-width: 200px) and (max-width: 1199px) {
.blue_txt_box_sitemap { margin-top:-20px}
}



.red_txt_box {
    margin: -10px auto 30px;
    max-width: 291px;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}


.red_top_pic_box { margin-bottom:6%;}
@media (max-width: 1199px) and (min-width: 200px){.red_top_pic_box { margin-bottom:14%;}}
.red_txt_box a{ color: #FFFFFF;
    background-color: #cc1e16;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1.8rem;
    border-radius: 0rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	width:60%;
	padding:4%;
	display:inline-block;
	text-decoration:none;
	word-wrap:break-word;
	/*
	word-break: break-all;
    white-space: normal;
	nowrap;*/
}
.red_txt_box a:hover,
.red_txt_box a:focus,
.red_txt_box a:active,
.red_txt_box a.active {
    color: #FFFFFF;
    background-color: #cfa500;
}
@media (min-width: 200px) and (max-width: 1199px) {
.red_txt_box { margin-top:-20px}
}



.red-crusta.btn {
  color: #FFFFFF;
  background-color: #cc1e16;
  font-weight: normal;	
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  display: table-cell;	
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  border-radius: 0rem;	
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 43px;
  width: 59.039%;
}

.red-crusta.btn:hover,
.red-crusta.btn:focus,
.red-crusta.btn:active,
.red-crusta.btn.active {
    color: #FFFFFF;
    background-color: #cfa500;
}


.gray-crusta.btn {
  color: #FFFFFF;
  background-color: #7a7d84;
  font-weight: normal;	
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  display: table-cell;	
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 2rem;
  border-radius: 0rem;	
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 56px;
  width: 59.039%;
}

.gray-crusta.btn:hover,
.gray-crusta.btn:focus,
.gray-crusta.btn:active,
.gray-crusta.btn.active {
    color: #FFFFFF;
    background-color: #cc1e16;
}



.white-260px.btn {
  color: #727171;
  background-color: #FFF;
  font-weight: normal;	
  line-height: 1.25;
  text-align: left;
  white-space: nowrap;
  display: table-cell;	
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1.8rem;
  border-radius: 0rem;	
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 50px;
  width: 260px;
  padding-left: 25px;
}

.white-260px.btn:hover,
.white-260px.btn:focus,
.white-260px.btn:active,
.white-260px.btn.active {
    color: #fff;
    background-color: #cc1e16;
}


.white-300px.btn {
  color: #0c1d3b;
  background-color: #ebebeb;
  font-weight: normal;	
  line-height: 1.25;
  text-align: left;
  white-space: inherit;
	
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  border-top: 1px solid #625151;
  padding: 0.5rem;
  font-size: 1.4rem;
  border-radius: 0rem;	
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 34px;
  width: 90%;
  max-width:300px;
  padding-left: 0px;
  padding-right: 25px;
  display:block;
}

.white-300px.btn:hover,
.white-300px.btn:focus,
.white-300px.btn:active,
.white-300px.btn.active {
    color: #fff;
    background-color: #cc1e16;
}

.red-171px.btn {
  color: #FFFFFF;
  background-color: #cc1e16;
  font-weight: normal;	
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  display: table-cell;	
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1.8rem;
  border-radius: 0rem;	
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 43px;
  width: 171px;
}

.red-171px.btn:hover,
.red-171px.btn:focus,
.red-171px.btn:active,
.red-171px.btn.active {
    color: #FFFFFF;
    background-color: #cfa500;
}


/*------------------------- products 左右 START ----------------------*/


.product_left{ width:22%; padding-top: 10px;}
.product_right{ width:75%; padding:0 3% 0 2%;}
.product_left,.product_right{ float:left;}
.product_right .pricing { min-height: 260px; padding-bottom: 20px;}/*products.asp下方相關產品的高度*/
@media screen and (min-width: 768px) and (max-width: 930px){
.product_left{ width:30%;}
.product_right{ width:70%;}
}
@media screen and (min-width: 601px) and (max-width: 767px){
.product_left{ width:45%;}
.product_right{ width:55%;}
}
@media screen and (min-width: 200px) and (max-width: 768px){
.product_left,.product_right{ float: none; width:100%;padding-top: 8%;/*margin-top: 14%;*/}
}

/*------------------------- Bootstrap v2.3.2  for nav-list --products頁左側收合選單 START ----------------------*/

.well {
  min-height: 20px;
  padding: 0px;
  margin-bottom: 0px;
  background-color: #ececec;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}


.nav-list {
    padding-left: 16px;
    padding-right: 15px;
    margin-bottom: 0;
    width: 80%;
	margin-left: 10%;
}
.nav-list.tree{ margin-left: 0;}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
  cursor: pointer;
}

.nav-list > li > a {
  padding: 3px 15px;
}

.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  background-color: #08c;
}

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

.nav-list .divider {
  width: 100%;
  height: 1px;
  margin: 5px 0px;
  overflow: hidden;
  border-bottom: 1px solid #888888;
}

.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.428571429;
  color: #1F1F1F;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  text-transform: uppercase;
}

/* Space them out when they follow another list item (link) */
.nav li + .nav-header {
  margin-top: 9px;
}
/*------------------------- Bootstrap v2.3.2  for nav-list --products頁左側收合選單 END ----------------------*/
	
		
/*------------------------- products頁右側Tab選單和條列式內容 START ----------------------*/	
@media (max-width: 1200px){.magnify { padding-bottom:10px;}}
.item-photo{display:flex;justify-content:center;align-items:center;border-right:0px solid;}

.nav-tabs {
  border: 0px solid #ddd!important;
	width: 100%;
    position: relative;
}

/*products.asp右側Tab選單的框線*/
.nav-tabs > li {
  float: left;
  margin-bottom: 1px;
}

.tab-content { width:100%; overflow: inherit; padding-top:6%;}
@media screen and (max-width: 767px) and (min-width: 200px){.tab-content { width:100%; overflow:scroll;}}

.tabtop > li { width: calc(50% - 3px); margin-right: 3px;}/*products.asp右側Tab選單的框線*/
@media (min-width: 1430px){.tabtop > li { width: calc(25% - 3px);}}/*products.asp右側Tab選單的框線*/
.tabtop li a {
		font-weight:550;
		color:#fff;
		background-color: #7a7e85;
		border-radius:0px;
		width: 100%;
		text-align: center !important;
		border: 0px solid #ebebeb !important;
		    margin-bottom: 2px;
}
.tabtop li a:hover {color:#fff;background-color: #505256 !important;}
.tabtop .active a {background-color:#3d78b2 !important;text-decoration:none; color:#FFF !important;}
.tabtop .active a:hover {color:#fff !important;}

.nav > li > a:focus {color:#fff;background-color: #505256 !important;}


	
/*------------------------- products頁右側條列式內容 END ----------------------*/	
	
	
	
	
/*------------------------- products頁下方亂數出現的圖片 START ----------------------*/		
/* Removes the default 20px margin and creates some padding space for the indicators and controls */
.carousel {
    margin-bottom: 0;
    padding: 0px 0px 0px 0px;
}

/* Reposition the controls slightly */
.carousel-control {
    top: 30%;
    opacity: 1;
    width: 53px;
    height: 53px;
    z-index: 100;
    color: #7a7e84;
    display: block;
    font-size: 30px;
    cursor: pointer;
    overflow: hidden;
    line-height: 53px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
	vertical-align: middle;
/*    -webkit-border-radius: 100px;
    border-radius: 100px; */
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;	
}


/* 清除左右箭頭的漸層底色*/
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
    color: #cd1e17;
	font-size: 48px;
	font-weight: 700;
/*    background: #cd1e17; */
    border: 0px transparent;
  	text-decoration: none;
 	filter: alpha(opacity=90);
 	outline: 0;
 	opacity: .9;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.carousel-control.left>span:nth-child(1){
    left: 45%;
}
.carousel-control.right>span:nth-child(1){
    right: 45%;
}
	
/*------------------------- products頁下方亂數出現的圖片 END ----------------------*/		




/*------------------------- Modal START ----------------------------------------*/

/* search視窗尺寸設定 */
.modal {
  text-align: center;
  padding: 0!important;
}

.modal-content {

}
.modal-title {
	text-align: left;
}

.modal-dialog-gallery {
	margin: 69px auto 0;
  display: inline-block;
  vertical-align: middle;
}

.modal-dialog-360 {
	max-width:800px;
	width: 90% !important;
	margin: 10% auto;
  display: inline-block;
  vertical-align: middle;
}


.modal-body-gallery {
  	width: 100% !important;
	max-width: 1300px;
  	margin: 0;
}

.modal-body-360 {
  width: 100% !important;
  max-width: 800px;
  margin: 0 auto;
}


.modal-btn:hover, .modal-btn:focus {
	background:#FF0004;
	color: #fff
}


.modal-partners-title {
	font-size: 26px;
	letter-spacing: 1px;
}
@media (max-width: 1550px){
.modal-partners-title {font-size: 24px;}	
}
@media (max-width: 991px) and (min-width: 768px){
.modal-partners-title {font-size: 20px;}	
}
@media (max-width: 767px){
.modal-partners-title {font-size: 16px;letter-spacing: 0px;}
}

.modal-partners-title2 {
	font-size: 16px;
	letter-spacing: 1px;
}

/*------------------------- Modal END ----------------------------------------*/





.font_11px_white {
	FONT-SIZE: 11px; COLOR: #FFFFFF; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; LETTER-SPACING: 0px;
}



.font_11px_white_spac1 {
	FONT-SIZE: 11px; COLOR: #FFFFFF; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; LETTER-SPACING: 1px;
}

.font_11px_dark_gray2_spac1 {
	FONT-SIZE: 11px; COLOR: #5f5f5f; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; LETTER-SPACING: 1px
}

.font_11px_dark_spac1_bold {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; LETTER-SPACING: 1px
}

.font_11px_dark_gray3_spac1 {
	FONT-SIZE: 11px; COLOR: #535353; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; LETTER-SPACING: 1px
}

.font_11px_dark_gray4_spac1 {
	FONT-SIZE: 11px; COLOR: #4c4c4c; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; LETTER-SPACING: 1px
}

.font_10px_dark_gray6_spac0 {
	FONT-SIZE: 10px; COLOR: #7f7f7f; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; LETTER-SPACING: 0px
}

.font_11px_dark_gray_spac1 {
	FONT-SIZE: 11px; COLOR: #535353; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; LETTER-SPACING: 1px; LINE-HEIGHT: 18px;
}

.font_11px_dark_gray_spac0 {
	FONT-SIZE: 11px; COLOR: #535353; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; LETTER-SPACING: 0px; LINE-HEIGHT: 18px;
}

.font_11px_red_spac1 {
	FONT-SIZE: 11px; COLOR: #d11600; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; LETTER-SPACING: 1px
}

.font_11px_bold_red_spac1 {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #d11600; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; LETTER-SPACING: 1px
}

.font_13px_bold_red_spac1 {
	FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #d11600; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; LETTER-SPACING: 1px; LINE-HEIGHT: 18px;
}

.font_9px_dark_gray {
	FONT-SIZE: 9px; COLOR: #5f5f5f; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; LETTER-SPACING: 0px;
}

.font_9px_gray_spac0 {
	FONT-SIZE: 9px; COLOR: #5f5f5f; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; LETTER-SPACING: 0px;
}

.font_9px_black {
	FONT-SIZE: 9px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.font_9px_red_spac0 {
	FONT-SIZE: 9px; COLOR: #d11600; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; LETTER-SPACING: 0px;
}

.font_10px_black {
	FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.font_10px_black_spa0 {
	FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; LETTER-SPACING: 0px;
}

.font_11px_gray_spac0 {
	FONT-SIZE: 11px; COLOR: #969696; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; LETTER-SPACING: 0px; LINE-HEIGHT: 18px;
}

.font_11px_gray_bold {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #969696; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; LETTER-SPACING: 0px;
}

.font_16px_bold_red {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #d11600; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; LETTER-SPACING: 0px;
}



.title_bold_16px_dark_gray {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #5f5f5f; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; LETTER-SPACING: 0px
}

.title_bold_16px_black {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; LETTER-SPACING: 0px
}

.title_bold_18px_black {
	FONT-WEIGHT: bold; FONT-SIZE: 18px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; LETTER-SPACING: 0px
}

.title_bold_14px_black {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; LETTER-SPACING: 0px
}

.title_bold_12px_black_spac1 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; LETTER-SPACING: 1px
}

.title_bold_12px_dark_gray_spac1 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #5f5f5f; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; LETTER-SPACING: 1px
}

.title_bold_12px_red_spac1 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #d11600; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; LETTER-SPACING: 1px
}

.title_bold_red_16px_spac0 {
	FONT-WEIGHT: bold; FONT-SIZE: 18px; COLOR: #d11600; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; LETTER-SPACING: 0px
}

.title_bold_red_22px_spac1 {
	FONT-SIZE: 22px; COLOR: #d11600; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; LETTER-SPACING: 1px
}




.Cell_Bottom_Line_light_white {
	border-bottom-style: solid;
	border-bottom-color: #ededed;
	border-bottom-width: 1px;
}

.Cell_Bottom_Line_light_gray {
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	border-bottom-width: 1px;
}
	
.Cell_Bottom_Line_gray {
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
}	

.Cell_Bottom_Line_dark_gray {
	border-bottom-style: solid;
	border-bottom-color: #bcbcbc;
	border-bottom-width: 1px;
}

.Cell_Bottom_Line_black {
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
}
	
.Cell_Under_Line_white {
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-bottom-width: 1px;
}	

.Cell_Left_Line_white {
	border-left-style: solid;
	border-left-color: #ffffff;
	border-left-width: 1px;
}

.Cell_Left_Line_black {
	border-left-style: solid;
	border-left-color: #000000;
	border-left-width: 1px;
}

.Cell_Top_Line_dark_gray {
	border-top-style: solid;
	border-top-color: #bcbcbd;
	border-top-width: 1px;
}

.Cell_Top_Line_light_gray {
	border-top-style: solid;
	border-top-color: #cccccc;
	border-top-width: 1px;
}


.Cell_Right_Line_gray {
	border-right-style: solid;
	border-right-color: #cccccc;
	border-right-width: 1px;
}

.Cell_Top_Line_white {
	border-top-style: solid;
	border-top-color: #ffffff;
	border-top-width: 1px;
	padding: 10 5 1 2
}


.Cell_Top_Line_light_gray2 {
	border-top-style: solid;
	border-top-color: #e1e1e1;
	border-top-width: 1px;
}
.Cell_Left_Line_light_gray2 {
	border-left-style: solid;
	border-left-color: #e1e1e1;
	border-left-width: 1px;
}
.Cell_Right_Line_light_gray2 {
	border-right-style: solid;
	border-right-color: #e1e1e1;
	border-right-width: 1px;
}
.Cell_Bottom_Line_light_gray2 {
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
	border-bottom-width: 1px;
}



.Cell_Top_Line_light_black {
	border-top-style: solid;
	border-top-color: #6d6e71;
	border-top-width: 1px;
}
.Cell_Left_Line_light_black {
	border-left-style: solid;
	border-left-color: #6d6e71;
	border-left-width: 1px;
}
.Cell_Right_Line_light_black {
	border-right-style: solid;
	border-right-color: #6d6e71;
	border-right-width: 1px;
}
.Cell_Bottom_Line_light_black {
	border-bottom-style: solid;
	border-bottom-color: #6d6e71;
	border-bottom-width: 1px;
}

.Cell_Bottom_Line_light_black_2px {
	border-bottom-style: solid;
	border-bottom-color: #6d6e71;
	border-bottom-width: 2px;
}

.Cell_Bottom_Line_light_gray {
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
}

.Cell_Bottom_Line_light_gray3 {
	border-bottom-style: solid;
	border-bottom-color: #d3d3d3;
	border-bottom-width: 1px;
}

.table_boder_black_1px {
	border-top-style: solid;
	border-top-color: #000000;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-left-width: 1px;	
	border-right-style: solid;
	border-right-color: #000000;
	border-right-width: 1px;	
}
