body {
    background: #ffffff;
    font: 14px/18px "微軟正黑體", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #666;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: none;
    margin: 0px;
    padding: 0px;
    background: #727171 url(../images/BodyBG.jpg) repeat-y center;
}

.PopBody {
    background: #eeeeee;
}

a {
    transition: color;
    /*for the future*/
    transition-duration: 2000ms;
    -webkit-transition: color;
    -webkit-transition-duration: 2000ms;
    -moz-transition: color;
    -moz-transition-duration: 2000ms;
    -o-transition: color;
    -o-transition-duration: 2000ms;
    text-decoration: none;
    color: #0fa1b8;
}

a:visited {
    /*color: #3656c3;*/
}

a:hover {
    transition: color;
    transition-duration: 300ms;
    -webkit-transition: color;
    -webkit-transition-duration: 300ms;
    -moz-transition: color;
    -moz-transition-duration: 300ms;
    -o-transition: color;
    -o-transition-duration: 300ms;
    color: #ff83c2;
}

input {
    transition: color;
    /*for the future*/
    transition-duration: 2000ms;
    -webkit-transition: color;
    -webkit-transition-duration: 2000ms;
    -moz-transition: color;
    -moz-transition-duration: 2000ms;
    -o-transition: color;
    -o-transition-duration: 2000ms;
    text-decoration: none;
    color: #0fa1b8;
    font: 14px/18px "微軟正黑體", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input:hover {
    transition: color;
    transition-duration: 300ms;
    -webkit-transition: color;
    -webkit-transition-duration: 300ms;
    -moz-transition: color;
    -moz-transition-duration: 300ms;
    -o-transition: color;
    -o-transition-duration: 300ms;
    color: #ff83c2;
}

a:hover img,
a img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    transition: opacity 0.5s linear;
}

p {
    margin-bottom: 20px;
}

.CLR {
    clear: both;
}

.PadinTop20 {
    padding-top: 20px;
}

.Padinleft20 {
    padding-left: 20px;
}

.paddingTopBtm_15 {
    padding: 15px 0;
}

.padding20 {
    padding: 20px;
}

.FloatLeft {
    float: left;
}

.FloatRight {
    float: right;
}

.Align_Center {
    text-align: center;
}

.Align_Right {
    text-align: right;
}

.padin_15px {
    padding: 15px;
}

.GreenBold {
    color: #038c00;
    font-weight: 700;
}

.CapitalNum {
    display: inline-block;
    font-weight: 700;
}

.BlockLine {
    display: block;
}

.DisplayNone {
    display: none;
}

.InlineBlock {
    display: inline-block;
}

.RedHighLight {
    font-weight: 700;
    color: #ff0000;
}

.Bold {
    font-weight: 700;
}

.BorderNone {
    border: 0 !important;
}

.Divide_BorderBTM01_grey {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 15px;
    padding-top: 15px;
}

.LineHeight180 {
    line-height: 180%;
}

#Container {
    width: 1000px;
    margin: 0 auto;
    background: #0fa1b8 url(../images/ContainerBG.jpg) no-repeat;
}

#Container_innerPage {
    width: 1000px;
    margin: 0 auto;
    background: #0fa1b8 url(../images/ContainerBG_innerPage.jpg) no-repeat;
}

[canvas=container] {
    background-color: transparent;
}

#GlobalHeader {
    width: 1000px;
    height: 116px;
    position: relative;
    display: block;
}

#GlobalHeader #HeaderNav {
    background: transparent url(../images/HeaderNavBG.png) no-repeat;
    width: 1000px;
    height: 43px;
    position: relative;
}

#GlobalHeader #HeaderNav ul {
    float: right;
    margin-top: 10px;
}

#GlobalHeader #HeaderNav ul li {
    float: left;
    margin-right: 15px;
    font-weight: 700;
}

#GlobalHeader #HeaderNav ul li.List a {
    background: transparent url(../images/ListIcon_001.png) no-repeat 0px 2px;
    padding: 0 0 0 20px
}

#GlobalHeader #Logo {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 99;
}

#GlobalHeader #Logo a img {
    opacity: 1;
    filter: none;
}

#GlobalHeader #GuideNav {
    background: transparent url(../images/MainNavBG.png) no-repeat;
    width: 1000px;
    height: 47px;
    position: absolute;
    bottom: 0px;
}

#GlobalHeader #GuideNav ul {
    float: right;
    margin-top: 15px;
}

#GlobalHeader #GuideNav ul li {
    float: left;
    margin-right: 15px;
    font-weight: 700;
    padding-left: 15px;
    background: transparent url(../images/MainNavBG_Divide.gif) no-repeat left center;
}

#GlobalHeader #GuideNav ul li a {
    color: #ffffff;
}

#GlobalHeader #GuideNav ul li a:hover {
    color: #0fa1b8;
}

#GlobalHeader #GuideNav ul li.First {
    background: none;
}

#GlobalHeader #MainNav_innerPage {
    background: transparent url(../images/MainNavBG_innerPage.png) no-repeat;
    width: 1000px;
    height: 47px;
    position: absolute;
    bottom: 0px;
    text-align: right;
}

/*
h1 {
    padding: 15px 15px 15px 30px !important;
    color: #ffffff;
    background: #434343 url(../images/Main_hd_icon.jpg) no-repeat 15px 20px;
    font-size: 22px;
    width: 935px;
    margin: 0 auto !important;
    overflow: hidden;
    line-height: initial;
}
*/

h1 i.StampNumb {
    float: right;
}

.h2Title {
    padding: 15px 15px 15px 30px !important;
    color: #ffffff;
    background: #434343 url(../images/Main_hd_icon.jpg) no-repeat 15px 20px;
    font-size: 22px;
    width: 935px;
    margin: 0 auto !important;
    overflow: hidden;
    line-height: initial;
}

#Body {
    width: 950px;
    margin: 2px auto 0 auto;
    background: #ffffff;
    padding: 15px;
    min-height: 500px;
}

#Body_innerPage {
    width: 950px;
    margin: 0px auto;
    background: #ffffff;
    padding: 15px;
    min-height: 500px;
}

#Search {
    width: 183px;
    height: 309px;
    background: transparent url(../images/SearchIndexBG.png) no-repeat;
    padding: 16px 20px 10px 10px;
    margin-right: 20px;
    float: left;
}

#Search h2 {
    width: 42px;
    height: 7px;
    background: transparent url(../images/SearchHeader.png) no-repeat;
    display: block;
    text-indent: -9999px;
}

#Search form {
    margin-top: 20px;
}

#Search form ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c9c9c9;
}

#Search form ul li .search_title {
    background: transparent url(../images/SearchIcon_001.png) no-repeat 0px 0px;
    padding: 0 0 0 20px;
    color: #0fa1b8;
    font-size: 16px;
    margin-bottom: 5px;
    float: left;
}

#Search form ul li input,
#Search form ul li select {
    width: 100%;
    overflow: visible;
    color: #ffffff;
    background: #0fa1b8;
    padding: 2px;
    border: none;
    font: 14px/18px "微軟正黑體", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#Search form ul li input {
    width: 98%;
}

#Search form ul li select.Space {
    margin-bottom: 5px;
}

#Search form .Submit {
    border: 1px solid #aaaaaa;
    background: url(../images/SearchBTN_BG.jpg) repeat-x bottom;
    padding: 5px 0px;
    width: 100%;
    overflow: visible;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #0fa1b8;
}

#Search form .Submit:hover {
    color: #f93599;
}

#Choice {
    float: left;
    width: 715px;
}

.ChoiceFullWidth {
    float: none !important;
    width: 950px !important;
}

#Choice .hd {
    background: transparent url(../images/ChoiceHeaderBG.png) no-repeat;
    width: 715px;
    height: 44px;
    position: relative;
    margin-bottom: 15px;
}

.ChoiceFullWidth .hd {
    background: transparent url(../images/ChoiceHeaderBG_Full.png) no-repeat !important;
    width: 950px !important;
}

#Choice .hd h2 {
    position: absolute;
    top: 12px;
    left: 12px;
    color: #0fa1b8;
    font-size: 20px;
}

#Choice .hd .more {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 13px;
    padding: 2px 10px;
    border: 1px solid #d2d2d2;
    background: url(../images/MoreBTNTextBG.png) repeat-x;
}

#Choice ul.content li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0px 6px;
    margin-bottom: 10px;
    border-right: 1px solid #e5e5e5;
    vertical-align: top;
}

.ChoiceFullWidth ul.content li {
    padding: 0px 13px !important;
    line-height: 1.25;
}

#Choice ul.content li a {
    cursor: pointer;
    display: block;
    width: 139px;
    padding: 10px;
    -webkit-transition: background-color 1000ms linear;
    -moz-transition: background-color 1000ms linear;
    -o-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}

#Choice ul.content li a:hover {
    background: #0fa1b8;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

#Choice ul.content li.Last {
    border-right: none;
}

#Choice ul.content li a h2 {
    font-size: 18px;
    padding: 5px 0;
}

#Choice ul.content li a h3 {
    font-size: 13px;
}

#Choice ul.content li a .IMG {
    margin: 5px auto 0px auto;
    width: 129px;
    border: 1px solid #e5e5e5;
    padding: 3px;
    background: #ffffff;
}

#Choice ul.content li a .IMG a {
    width: 129px;
    padding: 0px;
    background: #f0f0f0;
}

#Choice ul.content li a .IMG table td {
    width: 129px;
    height: 165px;
    text-align: center;
    position: relative;
    background: #f0f0f0;
}

#Choice ul.content li a .IMG img {
    width: 129px;
    max-height: 165px;
    height: auto;
}

#Choice ul.content li a:hover .IMG img {
    opacity: 1;
    filter: alpha(opacity=100);
}

#Choice ul.content li a strong {
    font-size: 15px;
    line-height: 145%;
    height: 39px;
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 5px;
    display: block;
}

#Choice ul.content li a em {
    font-size: 12px;
    font-weight: normal;
    color: #7d7d7d;
    font-style: normal;
    display: block;
}

#Choice ul.content li a:hover h2,
#Choice ul.content li a:hover h3 {
    color: #ffffff;
}

#Choice p {
    color: #ffffff;
    font-size: 12px;
    padding: 2px 5px;
    background: #ff711c;
    display: block;
}

#Index_Sec2 {
    width: 100%;
    height: 120px;
    background: transparent url(../images/Index_Sec2BG.png) no-repeat center;
}

#Index_Sec2 .container {
    width: 475px;
    float: left;
    position: relative;
}

#Index_Sec2 .container .Header {}

#Index_Sec2 .container .Header h2 {
    color: #0fa1b8;
    font-size: 16px;
    padding: 10px 0 10px 10px;
    float: left;
}

#Index_Sec2 .container .Header .More {
    padding: 3px 0px 3px 10px;
    margin: 5px 15px 0 0;
    float: right;
    background: transparent url(../images/MoreIcon_001.gif) no-repeat 0 10px;
    font-size: 12px;
}

#Index_Sec2 .container .Header .More:hover {
    background: transparent url(../images/MoreIcon_001on.gif) no-repeat 0 10px;
}

#Timeline .hd {
    width: 950px;
    height: 38px;
    background: transparent url(../images/TimelineHeaderBG.png) no-repeat center;
    text-align: center;
}

#Timeline .hd h2 {
    color: #d10012;
    font-size: 16px;
    line-height: 33px;
}

#Timeline .PeriodSelect {
    margin: 10px auto;
    width: 950px;
    overflow: hidden;
}

#Timeline .PeriodSelect li {
    float: left;
    margin: 0 5px 7px 0;
}

#Timeline .PeriodSelect li a {
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #f5f5f5;
    display: block;
    border: 1px solid #d2d2d2;
}

#Timeline .PeriodSelect li a:hover,
#Timeline .PeriodSelect li a.current {
    background: #0fa1b8;
    color: #ffffff;
}

/*footer*/

#GlobalFooter {
    background: #008ca0 url(../images/FooterBG.jpg) repeat-x;
    color: #ffffff;
    font-size: 12px;
    padding: 15px;
}

#Footer a {
    color: #3bd6ee;
}

#Footer a:hover {
    color: #7be8f9;
}

#Footer .FooterSec_1Container {
    margin: 0 0 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
}

#Footer .FooterSec_1Container .Sec_1 {}

#Footer .FooterSec_1Container .Sec_1 .Line_1 {
    margin: 10px 0px 5px;
}

#Footer .FooterSec_1Container .Sec_1 .Line_1 span {
    margin: 0px 10px 0px 0px;
}

#Footer .FooterSec_1Container .Sec_1 .Mail_icon {
    padding: 0 25px 0 0;
    background: url(../images/Mail_icon.gif) no-repeat right 1px;
}

#Footer .FooterSec_1Container .Sec_1 .ServiceGuide_icon {
    padding: 0 18px 0 0;
    background: url(../images/ServiceGuide_icon.gif) no-repeat right 1px;
}

#Footer .FooterSec_1Container .Sec_1 .WebPhone_icon {
    padding: 0 18px 0 0;
    background: url(../images/WebPhone_icon.gif) no-repeat right 1px;
}

.marginTop20 {
    margin-top: 20px;
}

#Footer .FooterSec_1Container .Sec_1 p {
    margin-bottom: 10px;
}

#Footer .FooterSec_1Container .Sec_1 .Location {
    margin: 0px 5px 0px 0px !important;
    padding: 2px 17px 2px 10px;
    background: #bff7ff url(../images/Location_BG_arrow.png) no-repeat right center;
    border: 1px solid #007080;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #006c7c;
    font-size: 11px;
}

#Footer .FooterSec_1Container .Sec_2 {
    float: right;
}

#Footer .FooterSec_1Container .Sec_2 a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

#Footer .FooterSec_1Container .A_Plus {
    display: block;
    margin-top: 10px;
}

#Footer .FooterSec_2Container {}

#Footer .FooterSec_2Container .Sec_1 {
    float: left;
}

#Footer .FooterSec_2Container .Sec_1 p {
    margin-bottom: 10px;
}

#Footer .FooterSec_2Container .Sec_1 p a {}

#Footer .FooterSec_2Container .Sec_1 p a:hover {}

#Footer .FooterSec_2Container .Sec_1 p .divide {
    margin: 0px 5px;
}

#Footer .FooterSec_2Container .Sec_2 {
    float: right;
}

#Footer .FooterSec_2Container .Sec_2 .Traffic {
    float: right;
    margin-top: 20px;
}

/*footer end*/

.oldIE {
    display: none;
    padding: 10px 0px;
    text-align: center;
}

.loadingIcon {
    display: block;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-image: url(../images/loading.gif?v3.4);
    width: 28px;
    height: 28px;
    margin-bottom: 10px;
}

.BackToPrev {
    display: inline-block;
    width: 135px;
}

.BackToPrev:first-child {
    width: 120px;
}

.BackToPrev a {
    /*	float: right;*/
    display: block;
    padding: 0 0 0 30px;
    margin: 10px 30px 0 0;
    height: 25px;
    line-height: 25px;
    text-align: left;
    background: transparent url(../images/BackToPrev.png) no-repeat left;
}

#ConditionSearchContainer {
    width: 950px;
}

#ConditionSearchContainer .Form {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 290px;
    border-right: 1px solid #adf4aa;
    margin-right: 10px;
    padding-right: 10px;
}

#ConditionSearchContainer span,
#ConditionSearchContainer select,
#ConditionSearchContainer .Submit_1,
#ConditionSearchContainer input {
    vertical-align: middle !important;
}

#ConditionSearchContainer .Title {
    font-weight: 700;
}

#ConditionSearchContainer .Submit_1 {
    text-indent: -9999px;
    background: url(../images/QuickSearchBTN.jpg) no-repeat left center;
    display: inline-block;
    width: 65px !important;
    height: 23px;
    border: 0px;
    cursor: pointer;
    margin-left: 5px;
    float: right;
}

#ConditionSearchContainer .Submit_1:hover {
    opacity: 0.85;
    filter: alpha(opacity=85);
}

#ConditionSearchContainer .sec_1 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #adf4aa;
    text-align: right;
}

#ConditionSearchContainer .sec_2 {
    text-align: right;
}

#ConditionSearchContainer select,
#ConditionSearchContainer input {
    color: #626262;
    border: 1px solid #d2d2d2;
    overflow: visible;
    padding: 2px;
    width: 140px;
}

#ConditionSearchContainer select {
    /*min-width: 140px;*/
}

#InnerItemTitle {}

#InnerItemTitle .TitleContain {
    width: 690px;
}

#InnerItemTitle .TitleContain h2 {
    color: #535353;
    font-weight: 700;
    font-size: 28px;
    vertical-align: middle;
    line-height: 180%;
}

#InnerItemTitle .TitleContain h3 {
    color: #848383;
    font-size: 20px;
}

#InnerItemTitle .ShareNav {
    margin: 20px 0 0 0;
}

#InnerItemTitle .ShareNav a {
    padding: 0 0 0 20px;
    margin: 0 5px 0 0;
    height: 16px;
    line-height: 16px;
}

#InnerItemTitle .ShareNav a.Nav_1 {
    background: url(../images/ShareNav_FB.png) no-repeat left center;
}

#InnerItemTitle .ShareNav a.Nav_2 {
    background: url(../images/ShareNav_Twitter.png) no-repeat left center;
}

#InnerItemTitle .ShareNav a.Nav_3 {
    background: url(../images/ShareNav_Mail.png) no-repeat left center;
}

#InnerItemTitle .ShareNav a.Nav_4 {
    background: url(../images/ShareNav_Print.png) no-repeat left center;
}

#ItemDetail {
    float: left;
    width: 340px;
    color: #0fa1b8;
    font-size: 16px;
}

#ItemDetail td {
    padding: 5px 8px;
    border-bottom: 1px solid #e4e4e4;
}

#ItemDetail .hd {
    text-align: right;
    color: #6f6e6e;
    width: 120px;
    font-weight: 700;
    padding: 5px 8px;
    border-bottom: 1px solid #e4e4e4;
}

#ItemDetail .odd .hd,
#ItemDetail .odd td {
    background-color: #f5f5f5;
}

#Related {
    position: relative;
    background: #eeeeee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
}

#Related .Deco {
    position: absolute;
    top: -20px;
    left: 10px;
    width: 50px;
    height: 58px;
    display: block;
    background: url(../images/Art_Deco.png) no-repeat;
}

#Related h2 {
    margin: 5px 0 15px 60px;
    color: #0fa1b8;
    font-size: 17px;
}

#Related .Content {
    background: #ffffff;
    padding: 10px;
}

#Related .Content .IMG_List {}

#Related .Content .IMG_List dd {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0px 5px;
    width: 168px;
}

#Related .Content .IMG_List dd a {
    cursor: pointer;
    display: block;
    width: 140px;
    padding: 13px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    -webkit-transition: background-color 1000ms linear;
    -moz-transition: background-color 1000ms linear;
    -o-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}

#Related .Content .IMG_List dd a:hover {
    background: #0fa1b8;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

#Related .Content .IMG_List dd.Last {
    border-right: none;
}

#Related .Content .IMG_List dd a .IMG {
    margin: 5px auto 5px auto;
    width: 129px;
    border: 1px solid #e5e5e5;
    padding: 3px;
    background: #ffffff;
}

#Related .Content .IMG_List dd a .IMG a {
    width: 129px;
    padding: 0px;
    border: 0px;
}

#Related .Content .IMG_List dd a .IMG table td {
    width: 129px;
    height: 165px;
    text-align: center;
    position: relative;
    background: #f0f0f0;
}

#Related .Content .IMG_List dd a .IMG img {
    width: 129px;
    max-height: 165px;
    height: auto;
}

#Related .Content .IMG_List dd a:hover .IMG img {
    opacity: 1;
    filter: alpha(opacity=100);
}

#Related .Content .IMG_List dd a h2 {
    font-size: 15px;
    height: 45px;
    overflow: hidden;
    margin: 0 0 5px 0;
    text-shadow: none;
}

#Related .Content .IMG_List dd a h3 {
    font-size: 12px;
    font-weight: normal;
    color: #7d7d7d;
    text-shadow: none;
}

#Related .Content .IMG_List dd a:hover h2,
#Related .Content .IMG_List dd a:hover h3 {
    color: #ffffff;
}

#Related .Search {
    margin: 0 0 15px 0;
}

#Related .Search select {
    padding: 2px;
    width: 150px;
    overflow: visible;
    color: #787878;
    border: 1px solid #c9c9c9;
}

.Submit_2 {
    display: inline-block;
    background: url(../images/Submit_2.jpg) no-repeat;
    width: 50px;
    height: 24px;
    text-indent: -9999px;
    cursor: pointer;
    border: 0px;
}

/*
#Catalog {
	float: left;
	width: 220px;
	margin-left: 15px;
}
#Catalog .hd {
	background: transparent url(../images/HeaderBG_short.png) no-repeat;
	width: 220px;
	height: 44px;
	position: relative;
	margin-bottom: 15px;
}
#Catalog .hd h2 {
	position: absolute;
	top: 12px;
	left: 12px;
	color: #0fa1b8;
	font-size: 20px;
}
#Catalog .content li a {
	background: transparent url(../images/CateListBG.png) no-repeat;
	width: 210px;
	height: 38px;
	margin: 0 auto 10px auto;
	position: relative;
	display: block;
}
#Catalog .content li a .Title {
	position: absolute;
	top: 9px;
	left: 25px;
	font-size: 15px;
	font-weight: 700;
	color: #626262;
	cursor: pointer;
}
#Catalog .content li a .Number {
	position: absolute;
	top: 9px;
	right: 10px;
	font-size: 12px;
	color: #d10012;
}
#Catalog .content li a:hover .Title, #Catalog .content li a:hover .Number {
	color: #f93599;
}
*/

#Catalog {
    float: left;
    width: 220px;
    margin-left: 15px;
}

#Catalog .hd {
    background: transparent url(../images/HeaderBG_short.png) no-repeat;
    width: 220px;
    height: 44px;
    position: relative;
    margin-bottom: 15px;
}

#Catalog .hd h2 {
    position: absolute;
    top: 12px;
    left: 12px;
    color: #0fa1b8;
    font-size: 20px;
}

#Catalog .content li {
    background: #f5f5f5 url(../images/CateListBG.png) no-repeat left center;
    width: 210px;
    margin: 0 auto 10px auto;
    border-bottom: 4px solid #ededed;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#Catalog .content li a {
    display: block;
    padding: 10px 10px 10px 25px;
    overflow: hidden;
}

#Catalog .content li a .Title {
    float: left;
    width: 140px;
    font-size: 15px;
    font-weight: 700;
    color: #626262;
    cursor: pointer;
}

#Catalog .content li a:visited .Title {
    color: #a4a4a4;
}

#Catalog .content li a .Number {
    float: right;
    font-size: 12px;
    color: #d10012;
}

#Catalog .content li a:hover .Title,
#Catalog .content li a:hover .Number {
    color: #f93599;
}

#SearchResult {
    padding: 15px 0px;
    border-top: 1px solid #e5e5e5;
}

#SearchResult .ResultState .HighLightRed {
    color: #e60012;
    font-weight: 700;
}

#SearchResult .ResultList td {
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}

#SearchResult .ResultList a {
    display: block;
    overflow: hidden;
}

#SearchResult .ResultList a .IMG {
    float: left;
    width: 85px;
    min-height: 110px;
    border: 2px solid #e5e5e5;
    padding: 3px;
    background: #ffffff;
    margin: 0 10px 0 0;
}

#SearchResult .ResultList a .IMG td {
    width: 85px;
    height: 110px;
    text-align: center;
    background: #ffffff;
    padding: 0;
    border: 0;
    vertical-align: middle;
}

#SearchResult .ResultList a .IMG td img {
    width: 85px;
    max-height: 110px;
    height: auto;
}

#SearchResult .ResultList a h3 {
    font-size: 15px;
    color: #626262;
    margin-bottom: 5px;
}

#SearchResult .ResultList a h3 .YearPublish {
    margin-right: 5px;
}



#SearchResult .ResultList a p.Cate {
    margin-bottom: 10px;
    padding: 2px 15px;
    background: #0fa1b8;
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

#SearchResult .ResultList a h2 {
    font-size: 17px;
    line-height: 150%;
}

#SearchResult .ResultList a h2 .Code {
    color: #626262;
    margin-right: 5px;
}

.pagination_1 {
    text-align: center;
    display: block;
    padding: 30px 0px;
}

.pagination_1 a {
    padding: 5px;
    color: #0fa1b8;
    background: #ffffff;
    border: 1px solid #9ef2ff;
}

.pagination_1 a:hover {
    color: #ffffff;
    background: #0fa1b8;
    border: 1px solid #9ef2ff;
}

.pagination_1 a.disable {
    color: #999999;
    background: #ffffff;
    border: 1px solid #bfbfbf;
}

.pagination_1 a.disable:hover {
    color: #999999;
    background: #ffffff;
    border: 1px solid #bfbfbf;
}

.pagination_1 a.current {
    color: #ffffff;
    background: #0fa1b8;
    border: 1px solid #9ef2ff;
}

.BackToTop_2 {
    display: block;
    background: #eeeeee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 15px 0px;
    position: relative;
    height: 35px;
}

.BackToTop_2 a {
    padding: 0 0 0 15px;
    background: url(../images/bullet_top.png) no-repeat 0 3px;
    font-size: 13px;
    color: #727171;
    margin: 4px 0 0 0 !important;
    position: absolute;
    top: 5px;
    right: 15px;
}

.BackToTop_2 a:hover {
    color: #0fa1b8;
}

/**********************外部*************************/

#ExterbalPage {
    background: #eeeeee;
}

#ExterbalPage .Container {
    width: 850px;
    margin: 0 auto;
    padding: 15px 0;
    /*background: #000000;*/
}

#ExterbalPage h1 {
    width: auto;
    line-height: 1.5;
}

#StampOverView {
    margin: 0 0 20px 0;
}

#StampOverView li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 10px 15px 0;
    vertical-align: top;
}

#StampOverView {
    width: 860px;
    margin: 0 0 20px 0;
}

#StampOverView li .IMG {
    margin: 0;
}

#StampOverView li .IMG img {
    background: #ffffff;
    padding: 3px;
    width: 260px;
    border: 3px solid #dcdcdc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#StampOverView li .Number {
    text-align: center;
}

#StampOverView_Large {
    background: #000000;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#StampOverView_Large li {
    text-align: center;
    margin-top: 15px;
}

#StampOverView_Large li:first-child {
    margin-top: 0px;
}

#StampOverView_Large li img {
    max-width: 820px;
}

#ExterbalPage .Description {
    float: left;
    width: 480px;
}

#ExterbalPage .Description h2 {
    font-size: 110%;
    color: #0fa1b8;
    padding: 10px;
    background: #f5f5f5;
    border: 1px solid #e4e4e4;
    margin-bottom: 10px;
}

#ExterbalPage .Description .article {
    line-height: 180%;
    padding: 0 10px;
}

/**********************外部*************************/

.PrintInput {
    background: #eee;
    clear: both;
    margin: 15px 0 0;
    padding: 15px;
    text-align: center;
}

.PrintInput a {
    border: 1px solid #222222;
    background: #333333;
    background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#333333));
    background: -webkit-linear-gradient(top, #666666, #333333);
    background: -moz-linear-gradient(top, #666666, #333333);
    background: -ms-linear-gradient(top, #666666, #333333);
    background: -o-linear-gradient(top, #666666, #333333);
    background-image: -ms-linear-gradient(top, #666666 0%, #333333 100%);
    padding: 3px 15px;
    -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
    -moz-box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
    box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
    color: #FFFFFF;
    font-weight: 400;
    text-decoration: none;
    vertical-align: middle;
}

.PrintInput a:hover {
    text-shadow: #222222 0 1px 0;
    background: #222222;
    background: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#222222));
    background: -webkit-linear-gradient(top, #555555, #222222);
    background: -moz-linear-gradient(top, #555555, #222222);
    background: -ms-linear-gradient(top, #555555, #222222);
    background: -o-linear-gradient(top, #555555, #222222);
    background-image: -ms-linear-gradient(top, #555555 0%, #222222 100%);
}

.Result-Style {}

.Result-Style .Content {
    text-align: center;
}

.Result-Style .no-Result .img {
    background: url(../images/img-no-Result-2.png) center top no-repeat;
    height: 300px;
}

.Result-Style .Content .title {
    font-size: 1.15em;
    margin: 0 0 .5em;
}

.Result-Style .Content p {
    font-size: 1.15em;
    margin: 0 0 .5em;
}

.BTN_Style03 {
    padding: 4px 15px;
    margin: 0 5px 0 0;
    background: #ffffff url(../images/gradient_grey_01.jpg) repeat-x bottom;
    border: 1px solid #dedede;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
}

.BTN_Style03 .Icon {
    padding: 0 0 0 20px;
    background: url(../images/ArrowRight_007.png) no-repeat 0 2px;
}

.BTN_Style03:hover {
    color: #ffffff;
    background: #0fa1b8;
}

.BTN_Style03:hover .Icon {
    background: url(../images/ArrowRight_007_white.png) no-repeat 0 2px;
}

.faq-list {
    overflow: hidden;
}

.faq-btn {
    display: block;
    padding: 10px 40px 10px 10px;
    border: 1px solid #eee;
    background: #0fa1b8;
    color: #ffffff;
    text-shadow: 0px -1px 2px #000000;
    font-weight: bold;
    line-height: 160%;
    position: relative;
    float: left;
    cursor: pointer;
    margin: 0 0 1px;
    font-size: 85%;
    width: 860px;
}

.faq-btn:hover {
    color: #d4f9ff;
}

.faq-btn h3 {
    font-weight: 400;
    font-size: 15px;
}

.faq-content {
    float: left;
    position: relative;
    line-height: 160%;
}

.faq-list .on .icon-arrow {
    background: url(../images/MinusIcon.jpg) no-repeat;
}

.faq-list .over .icon-arrow,
.faq-list a:hover {}

.faq-list .icon-arrow {
    width: 22px;
    height: 22px;
    display: inline-block;
    background: url(../images/PlusIcon.jpg) no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
}

.faq-list .icon-questions {
    width: 22px;
    height: 22px;
    display: inline-block;
    background: url(../images/icon-questions.png) no-repeat;
    position: absolute;
    top: 10px;
    left: 10px;
}

.faq-list .icon-answer {
    width: 22px;
    height: 22px;
    display: inline-block;
    background: url(../images/icon-answer.png) no-repeat;
    position: absolute;
    top: 10px;
    left: 10px;
}

/*
.TabsContainer_Timeline .tabs {
	margin: 10px auto;
	width: 950px;
	overflow: hidden;
}
.TabsContainer_Timeline li{
	float: left;
	margin: 0 5px 0 0;
}
.TabsContainer_Timeline li a:hover,.TabsContainer_Timeline li a.current {
	background: #0fa1b8;
	color: #ffffff;
}
.TabsContainer_Timeline li a {
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #f5f5f5;
	display: block;
	border: 1px solid #d2d2d2;
}
.TabsContainer_Timeline .wrap .DisplayBlock {
	display: block;	
}
*/

.Post_NavContainer {
    margin: 50px 0px 40px 0px;
}

.Post_NavContainer .Prev,
.Post_NavContainer .Next {
    width: 45%;
    height: 23px;
    line-height: 23px;
    overflow: hidden;
    color: #434343;
}

.Post_NavContainer .Prev:hover,
.Post_NavContainer .Next:hover {
    color: #f93599;
}

.Post_NavContainer .Prev {
    float: left;
    padding: 0px 0px 0px 27px;
    background: url(../images/Previous_3.png) no-repeat left 0px;
    text-align: left;
}

.Post_NavContainer .Next {
    float: right;
    padding: 0px 27px 0px 0px;
    background: url(../images/Next_3.png) no-repeat right 0px;
    text-align: right;
}

#Footer a:focus {
    outline: 2px solid rgba(255, 255, 255, 0.7);
}

/*多圖輪播*/

.MultipleImageContainer_new_main {
    float: left;
    width: 587px;
    margin-right: 20px;
}

.MultipleImageContainer_new_bar {
    position: relative;
}

.cboxElement {
    display: none;
}

.MultipleImageContainer_new {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
}

.MultipleImageContainer_new > a {
    width: 100%;
    width: 567px;
    height: 404px;
    text-align: center;
    vertical-align: middle;
    background: #000000;
    margin: 10px 10px 0 10px;
    padding: 10px 0;
}

.MultipleImageContainer_new > a > img {
    max-width: 567px;
    max-height: 100%;
    width: auto;
    height: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    margin: auto;
}

.cycle-overlay {
    background-color: rgba(0, 0, 0, .8);
    padding: 5px 10px;
    color: #ffffff;
    display: block;
    width: 547px;
    margin: 0 10px 0 10px;
}

.cycle-overlay > div:first-child {
    display: none;
}

#adv-custom-pager {
    margin: 20px 0 20px 130px;
    float: left;
}

.cycle-pager-active {
    border: 3px solid #69ab00 !important;
}

#adv-custom-pager a {
    /*background: #e3e3e3;*/
    float: left;
    padding: 0;
    margin: 5px;
    border: 3px solid #fff;
}

#flexslider_small_1 a,
#flexslider_small_2 a {
    display: block;
    width: 100%;
}

/* 無障礙使用 */

.input-label,
.select-label {
    display: none;
}

.hyperlink-txt {
    display: none;
}

/* end of 無障礙 */

.sb-navbar {
    display: none;
}


.rwd_btn {
    display: none;
    text-align: center;
    padding: 20px 0 40px 0;
    font-size: 18px;
}

.rwd_btn a {
    display: inline-block;
    padding: 10px 0;
    background: #ddd;
    color: #333;
    width: 100px;
}


/* 無障礙使用-index */
.indexTitle1 {
    color: #0fa1b8;
    font-size: 20px;
    font-weight: bold;
    padding: 13px;
}

.indexTitle2 {
    color: #0fa1b8;
    font-size: 16px;
    padding: 10px 0 10px 10px;
    float: left;
    font-weight: bold;
}

.indexTitle3 {
    color: #d10012;
    font-size: 16px;
    line-height: 33px;
    font-weight: bold;
}


.timeGalleryDate {
    font-size: 15px;
    line-height: 15px;
    font-weight: normal;
    margin-bottom: 3.75px;
    color: #999999;

}

.vco-storyjs .timeGalleryName a {
    font-size: 28px;
    line-height: 30px;
    color: #0fa1b8;
    font-weight: 700;
}


.flag-content .timeGalleryName {
    font-weight: bold;
    font-size: 12px !important;
    line-height: 17.5px !important;
    font-size: 11px;
    color: #999999;
    margin: 4px 0 3px 0;

}



.marker.active .flag-content .timeGalleryName {
    color: #0088cc;

}


#Search .searTitle {
    width: 42px;
    height: 7px;
    background: transparent url(../images/SearchHeader.png) no-repeat;
    display: block;
    text-indent: -9999px;
}


/*-列表-*/
#Catalog .hd .sortTitle {
   
    color: #0fa1b8;
    font-size: 20px;
    font-weight: bold;
    padding:13px;
}


/*--*/
#Related .otherStampTitle {
    margin: 5px 0 15px 60px;
    color: #0fa1b8;
    font-size: 17px;
}

.otherStampSubtitle {
    font-weight: 400;
    font-size: 15px;
}


.otherStampListTitle {
    font-size: 16px;
    height: 45px;
    overflow: hidden;
    margin: 0 0 5px 0;
    text-shadow: none;
    color: #0fa1b8;
    font-weight: bold;
}

.otherStampListDate {
    font-size: 12px;
    font-weight: normal;
    color: #7d7d7d;
    text-shadow: none;
}

#Related .Content .IMG_List dd a:hover .otherStampListTitle,
#Related .Content .IMG_List dd a:hover .otherStampListDate {
    color: #ffffff;
}

.searchYearTitle {
    font-size: 15px;
    color: #626262;
    margin-bottom: 5px;
    margin-right: 5px;
    font-weight: bold;
}

#SearchResult .ResultList a .SearchListTitle .Code {
    color: #626262;
    margin-right: 5px;
    font-weight: bold;
}

.SearchListTitle {
    font-size: 17px;
    line-height: 150%;
}

/*-outline-*/
a:focus {
    outline: 3px solid #0086d8;
    border: 0;
}

.acc-key a:focus {
    outline: 3px solid #0086d8;
    border: 0 !important;
}
