﻿* {
	/* font-family: Helvetica, sans-serif;
	font-size: 14px; */
	font-family: 微軟正黑體, Arial, Helvetica, 宋体, sans-serif;
	font-size: 14px;
}

.content{
	/*width: 1000px;*/
	margin: 0px auto;
	overflow: hidden;
	background: #ffffff;
	padding: 0px;
	height:100%;	
}

.CertShopImg
{
    margin-top:30px;
    margin-bottom:30px;      
    width:100%;
    text-align:center;
  
}
div.head-top {
	padding: 10px 20px 0px 20px;
	border-bottom:1px solid #666666;

    margin:0px 20px 10px 20px;
    
}
.LabelHeadTop
{      
    background: url(../Img/HeadBColor.png)bottom repeat-x;
    font-size:20px;
    font-weight: bold;
}
.section_column 
{
   
	margin: 10px 20px 10px 20px;
	/*line-height: 30px;*/
	font-size: 16px;
	/*font-weight: bold;*/
	/*line-height: 30px;*/
	/*border-bottom: 1px solid #5b996a;*/
	padding: 0px 20px 0px 20px;
}
.section_column_bottom 
{
   
	margin: 10px 20px 10px 20px;
	padding: 0px 20px 0px 20px;
	/*line-height: 30px;*/
	font-size: 18px;
	font-weight: bold;
	/*line-height: 30px;*/
	border-bottom: 1px solid #5b996a;
}
.section 
{
    margin:10px 20px 10px 20px;
	padding: 10px;
	background: #FFFFFF;

	border: 1px solid #cccccc;
	padding: 0px 20px 0px 20px;
	
}
.section .section_column 
{
   
	margin: 10px 20px 10px 20px;
	padding: 0px 20px 0px 20px;
	/*line-height: 30px;*/
	font-size: 18px;
	font-weight: bold;
	/*line-height: 30px;*/
	border-bottom: 1px solid #5b996a;
}
.section .column 
{
   
	margin: 10px 0;
	/*line-height: 30px;*/
	font-size: 15px;
	/*font-weight: bold;*/
	/*line-height: 30px;*/
	/*border-bottom: 1px solid #5b996a;*/
}

.css_table {
	display: table;
}

.css_tr {
	display: table-row;
	font-size:15px;
}

.css_td{
	display: table-cell;
	padding: 5px 0;
	font-size:15px;
}
p {
 /*text-indent: 2em; *//*em是相对单位，2em即现在一个字大小的两倍*/
 line-height: 22px;
	font-size:14px;
	 font-weight:normal;
}
p.Sentence{
 text-indent: 2em; /*em是相对单位，2em即现在一个字大小的两倍*/
 /*line-height: 22px;
	font-size:15px;
	 font-weight:normal;*/
}
div.Sentence
{
   text-indent: 2em; /*em是相对单位，2em即现在一个字大小的两倍*/ 
  text-align: justify;

   width:900px; 
  
}
p.CCALogIntro
{
    color:#0080FF;
}

ol {
    counter-reset: item;
}
ol li {
    display: block;
    position: relative;
}
ol li:before {
    content: counters(item, ".")".";
    counter-increment: item;
    position: absolute;
    margin-right: 100%;
    right: 10px; /* space between number and text */
}

ol.lower-alpha {
  counter-reset: list;
}
ol.lower-alpha > li {  
  list-style:none;
}
ol.lower-alpha > li:before {
  content: counter(list, lower-alpha) ")";
  counter-increment: list;
}

ol.upper-alpha {
  counter-reset: list;
}
ol.upper-alpha > li {  
  list-style:none;
}
ol.upper-alpha > li:before {
  content: counter(list, upper-alpha) ")";
  counter-increment: list;
}

ol.none {
 list-style:none;
 
}

ol.none li {  
  list-style:none;
}

ol.none li:before
{
  content:"";
}


table.GridGold
{
    margin:10px 0 10px 0;
    padding: 3px;
    border-collapse: collapse;
    color: #333333;
    border: solid 0px #AAAAAA; 
    font-size: 14px; /*13px*/
   font-family: 微軟正黑體;
   background-color:#ffffff;
   width:880px;
}

table.GridGold caption
{
    padding: 3px;
    background-color: #E7E7E7;
     border: solid 0px #AAAAAA;
     /*border-bottom:solid 1px #AAAAAA;*/
	/* border-bottom-style: none; */
    color: #333333;
    font-size: 14px;
    text-align: left;
    height: 20px;
}
table.GridGold th
{
    padding: 3px;
    color: #ffffff;
    background-color: #61A964; /* old color  #5D7B9D  */
   /* border-collapse: collapse; */
    /*border: solid 0px #AAAAAA;*/
    border:solid 1px #AAAAAA;
    text-align: left;
    font-size: 14px;
    font-family: 微軟正黑體;
  /*  border-radius:3px;*/
}



table.GridGold td 
{
    padding: 3px;
    border: solid 1px #AAAAAA;
    /*border:solad 1px #AAAAAA;  */
    text-align:left;
    vertical-align:top;
    font-size: 14px;
    font-family: 微軟正黑體;
    
}

table.GridGold td.tdLeft
{
    text-align: left;
    padding-left:10px;
}
table.GridGold td.tdCenter
{
    text-align: center;
    padding-left:10px;
}
table.GridGold th.thCenter
{
  text-align:center;
}


table.GridRating
{
    margin:10px 0 10px 0;
    padding: 3px;
    border-collapse: collapse;
    color: #333333;
    border: solid 0px #AAAAAA; 
    font-size: 13px;
   font-family: 微軟正黑體;
   background-color:#ffffff;
   width:800px;
}

table.GridRating caption
{
    padding: 3px;
    background-color: #E7E7E7;
     border: solid 0px #AAAAAA;
     /*border-bottom:solid 1px #AAAAAA;*/
	/* border-bottom-style: none; */
    color: #333333;
    font-size: 15px;
    text-align: left;
    height: auto;
}
table.GridRating th
{
    padding: 3px;
    color: #ffffff;
    background-color: #61A964; /* old color  #5D7B9D  */
   /* border-collapse: collapse; */
    /*border: solid 0px #AAAAAA;*/
    border:solid 1px #AAAAAA;
    text-align: left;
    font-size: 14px;
    font-family: 微軟正黑體;
  /*  border-radius:3px;*/
}



table.GridRating td 
{
    padding: 3px;
    border: solid 1px #AAAAAA;
    /*border:solad 1px #AAAAAA;  */
    text-align:left;
    vertical-align:top;
    font-size: 14px;
    font-family: 微軟正黑體;
    
}

table.GridRating td.tdLeft
{
    text-align: left;
    padding-left:10px;
}
table.GridRating th.thCenter
{
  text-align:center;
}

ul.faqscope li
{
    margin:10px 0;
}
.CCAIntro
{
    font-weight:bold;
    font-size:24px;
    
}
.RedFont span
{
    color:#4E4A12;
    font-size:15px; 
}
ol.lower-alpha {list-style-type: lower-alpha;}
ol.lower-roman {list-style-type: lower-roman;}  

.HyperLink
{
   font-size:18px;
   padding:10px;
   
    width: 250px;
	height: 40px;
	line-height: 70px;
	background:#38693A; /*#5B996A */
	color: #fff;
	/*font-weight: bold;*/
	font-size: 20px;
	text-align: center;
	margin : 10px;
	text-decoration: none;
	/*border: 1px solid #445f40;*/
			 border-radius:5px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	
	list-style:none;
	white-space:nowrap;     
}
.HyperLink:hover
{
    background: #72b683;
	color: #fff;
	text-decoration: none;
}

.paging
{

}

.paging a
{
    background-color: #FFFFFF; /*#00C157*/
    padding: 3px 5px;
    text-decoration: none;
    border: 1px solid #CCCCCC; /*#00C157*/
}

.paging a:hover
{
     background-color:#FFFFFF ; /*#E1FFEF*/
     color: #FFFFFF;
     border: 1px solid #CCCCCC; /*#00C157*/
}

.paging span
{
     background-color: #61A964; /*#E1FFEF*/
     padding: 5px 8px;
     color: #000000;
     border: 1px solid  #CCCCCC; /*#00C157*/
}

tr.paging
{
     background: none !important;
}
        

tr.paging tr
{
      background: none !important;
}

tr.paging td
{
      border: none;
}

.txt_center
{
    text-align:center;
}

.txt_bold
{
    font-weight:bold;
}


.CertShopImg Img {
    margin: 10px;
}