body {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #666666;
    font: 14px/18px "微軟正黑體", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
}

a {
    color: #006ee9;
    text-decoration: none;
    transition: color 2000ms ease 0s;
}

a:visited {
    /*color: #959595;*/
}

a:hover {
    color: #00aeff;
    transition: color 300ms ease 0s;
}

p {
    /*    margin-bottom: 20px;*/
}

.CLR {
    clear: both;
}

.padding20 {
    padding: 20px;
}

.PadinTop20 {
    padding-top: 20px;
}

.Padinleft20 {
    padding-left: 20px;
}

.FloatLeft {
    float: left;
}

.FloatRight {
    float: right;
}

.Align_Center {
    text-align: center;
}

.Align_Right {
    text-align: right;
}

.padin_15px {
    padding: 15px;
}

.GreenBold {
    color: #006EE9;
    font-weight: 700;
}

.BlueBold {
    color: #006EE9;
    font-weight: 700;
}

.CapitalNum {
    display: inline-block;
    font-weight: 700;
}

.BlockLine {
    display: block;
}

.InlineBlock {
    display: inline-block;
}

.RedHighLight {
    font-weight: 700;
    color: #ff0000;
}

.BlueHighLight {
    font-weight: 700;
    color: #009ae9;
}

.paddingTopBtm_15 {
    padding: 15px 0;
}

.BorderNone {
    border: 0 !important;
}

.Divide_BorderBTM01_grey {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 15px;
    padding-top: 15px;
}

.A_Style1 {
    background: #ffffff url(../images/Breadcrumbs_BG.jpg) repeat-x bottom;
    border: 1px solid #cacaca;
    border-radius: 3px;
    box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
    color: #818181;
    cursor: pointer;
    font-size: 0.9em;
    moz-border-radius: 3px;
    moz-box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
    padding: 3px 8px;
    text-decoration: none;
    vertical-align: middle;
    webkit-border-radius: 3px;
    webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
}

.A_Style1:hover {
    color: #006ee9;
}

.List_Style_Type_on ul {
    list-style-type: disc;
    line-height: 180%;
}

.List_Style_Type_on ul li {
    padding: 0 10px 15px 0;
    margin-left: 20px;
}

.List_Style_Type_on ol {
    list-style-type: decimal;
    line-height: 180%;
}

.List_Style_Type_on ol li {
    padding: 0 10px 15px 0;
    margin-left: 20px;
}

.keyword {
    margin: 0 5px;
}

.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: #0072ff;
}

.BTN_Style03:hover .Icon {
    background: url(../images/ArrowRight_007_white.png) no-repeat 0 2px;
}

.BTN_Style03_down {
    padding: 3px 5px;
    margin: 0 5px 5px 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_down .Icon {
    padding: 0 0 0 20px;
    background: url(../images/ArrowDown_007.png) no-repeat 0 2px;
}

.BTN_Style03_down:hover {
    color: #ffffff;
    background: #0072ff;
}

.BTN_Style03_down:hover .Icon {
    background: url(../images/ArrowDown_007_white.png) no-repeat 0 2px;
}

dl.dl_Style02 {
    margin-top: 10px;
    line-height: 180%;
}

dl.dl_Style02 dt {
    padding-left: 20px;
    margin-left: 20px;
    margin-bottom: 10px;
    background: url(../images/Topic_Style03.png) no-repeat left 5px;
    color: #666666;
    font-weight: 700;
}

dl.dl_Style02 dd {
    padding-left: 20px;
    margin-left: 20px;
    margin-bottom: 10px;
    background: url(../images/ListIcon_002.jpg) no-repeat 3px 8px;
}

dl.dl_Style02 dd.Note {
    margin: 0px 0px 10px 20px;
    display: block;
    background: none;
}

dl.dl_Style02 dd.TableInDD {
    background: none;
}

dl.dl_Style02 dd dd {
    padding-left: 20px;
    margin-left: 0px;
    margin-bottom: 10px;
    background: url(../images/ListIcon_003.jpg) no-repeat 3px 8px;
}

dl.dl_Style02 dd dd {
    padding-left: 20px;
    margin-left: 0px;
    margin-bottom: 10px;
    background: url(../images/ListIcon_003.jpg) no-repeat 3px 8px;
}

dl.dl_Style02 dd dd dd {
    padding-left: 20px;
    margin-left: 0px;
    margin-bottom: 10px;
    background: url(../images/ListIcon_007.png) no-repeat 3px 8px;
}

dl.dl_Style02 dl {
    padding-top: 10px;
}

dl.dl_Style02 dl dl {
    background: #f2f2f2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 10px 0;
    padding: 10px 10px 5px 10px;
}

dl.dl_Style02 dl dt {
    margin-left: 0px;
}

.NoteStyle {
    padding: 5px 10px;
    background: #c6e1ff;
    color: #006ee9;
    font-weight: 700;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#Warning_Style1 {
    background: #ffffff url(../images/IndexNews_BG.jpg) repeat-x bottom;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    moz-border-radius: 5px;
    padding: 60px 30px;
    webkit-border-radius: 5px;
}

#Warning_Style1 .content {
    background: url(../images/warning_blue.png) no-repeat left top;
    border: 0;
    margin: 0 auto;
    overflow: hidden;
    padding: 15px 15px 15px 125px;
    width: 350px;
}

.InputBTN_3 {
    -moz-box-shadow: inset 0px 1px 0px 0px #fce2c1;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1;
    box-shadow: inset 0px 1px 0px 0px #fce2c1;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25));
    background: -moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
    background-color: #ffc477;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #eeb44f;
    display: inline-block;
    color: #ffffff;
    font-size: 105%;
    padding: 3px 15px;
    margin: 0 5px;
    text-shadow: 1px 1px 0px #cc9f52;
    cursor: pointer;

}

.InputBTN_3:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477));
    background: -moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
    background-color: #fb9e25;
}

.InputBTN_3:active {
    position: relative;
    top: 1px;
}

#Container {
    /*節慶版*/    
	/*background: url(../images/national_day/content_bg.png) center 210px no-repeat;*/
}

#Header_1Container {
    background: #0072ff;
}

#Header_1 {
    margin: 0 auto;
    width: 1002px;
    height: 35px;
    position: relative;
    z-index: 99999;
}

#BackToPost {
    left: 30px;
    position: absolute;
    top: 0;
}

#BackToPost a:hover {
    opacity: 0.7;
}

#HeaderNavContainer {
    position: absolute;
    right: 30px;
    top: 15px;
    padding: 5px 10px;
    border: 1px solid #e7e7e7;
    background: #f9f9f9;
}

#HeaderNav_Nav {
    float: left;
    margin-right: 15px;
}

#HeaderNav_Nav a {
    color: #707070;
    float: left;
    font-size: 13px;
    padding: 0 13px;
    text-decoration: none;
}

#HeaderNav_Nav a:hover {
    color: #006ee9;
}

#FontSizeContainer {
    float: left;
    margin-right: 10px;
}

#FontSizeContainer .Header {
    float: left;
    font-size: 12px;
    color: #707070;
    text-decoration: none;
    margin: 0px 5px 0px 10px;
}

#FontSizeContainer .Icon {
    text-indent: -9999px;
    background: url(../images/FontSize_BG.jpg) no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    margin-bottom: 3px;
}

#FontSizeContainer .Icon_L {
    background: url(../images/FontSize_L.jpg) no-repeat 0px 0px;
}

#FontSizeContainer .Icon_M {
    background: url(../images/FontSize_M.jpg) no-repeat 0px 0px;
}

#FontSizeContainer .Icon_S {
    background: url(../images/FontSize_S.jpg) no-repeat 0px 0px;
}

#FontSizeContainer .Icon_L:hover,
#FontSizeContainer .Icon_M:hover,
#FontSizeContainer .Icon_S:hover,
#FontSizeContainer .current {
    background-position: bottom;
}

#SocialMediaContainer {
    float: left;
    margin: 2px 10px;
}

#SocialMediaContainer a:hover {
    opacity: 0.7;
}

#CustomerServiceContainer {
    float: left;
    margin: 1px 0 0 10px;
    position: relative;
}

#Header_VersionContainer {
    position: absolute;
    top: 8px;
    left: -10px;
}

#Header_Version_Nav {}

#Header_Version_Nav li {
    float: left;
    margin: 0px 10px;
}

#Header_Version_Nav li a {
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
}

#Header_Version_Nav li a:hover {
    color: #ffec1c;
}

#Header_2 {
	background: url(../images/Header_2.jpg) no-repeat;
    /*節慶版*/
	/*background: url(../images/national_day/Finances_header.png) no-repeat 194px 31px;*/       
	margin: 0 auto;
	width: 1002px;
	height: 130px; 
	position: relative;
}

#LogoContainer {
    float: left;
}

#Logo {
    position: relative;
    top: 35px;
    left: 31px;
}

/***業務Links***/

#ServiceLinksContainer {
    position: absolute;
    right: 30px;
    top: 55px;
    font-size: 12px;
}

#ServiceLinks {}

#ServiceLinks li {
    float: left;
    margin-left: 10px;
    text-align: center;
}

#ServiceLinks li a {
    display: block;
    color: #707070;
}

#ServiceLinks li a:hover {
    color: #0072ff;
}

#ServiceLinks li a .img {
    width: 48px;
    height: 40px;
    display: block;
}

#ServiceLinks li a:hover .img {
    background-position: center -40px;
}

#ServiceLinks .MailActive a .img {
    background: url(../images/icon-MailActive.png) no-repeat center 0px #fff;
}

#ServiceLinks .Saving a .img {
    background: url(../images/icon-Saving.png) no-repeat center 0px #fff;
}

#ServiceLinks .Insurance a .img {
    background: url(../images/icon-Insurance.png) no-repeat center 0px #fff;
}

#ServiceLinks .Stamp a .img {
    background: url(../images/icon-Stamp.png) no-repeat center 0px #fff;
}

#ServiceLinks .Product a .img {
    background: url(../images/icon-Product.png) no-repeat center 0px #fff;
}

#ServiceLinks .Fund a .img {
    background: url(../images/icon-Fund.png) no-repeat center 0px #fff;
}

#ServiceLinks .SellFund a .img {
    background: url(../images/icon-SellFund.png) no-repeat center 0px #fff;
}

#ServiceLinks .RealEstate a .img {
    background: url(../images/icon-RealEstate.png) no-repeat center 0px #fff;
    width: 55px;
}

#ServiceLinks .Investment a .img {
    background: url(../images/icon-Investment.png) no-repeat center 0px #fff;
}

#ServiceLinks li.current a {
    color: #0072ff;
}

#ServiceLinks li.current a .img {
    background-position: center -40px;
}

/***業務Links end***/

#Header_3Container {
    background: url(../images/Header_3BG.jpg) repeat-x;
}

#Header_3 {
    background: url(../images/Header_3.jpg) no-repeat;
    margin: 0 auto;
    width: 1002px;
    height: 45px;
    position: relative;
    z-index: 9999;
}

#MainMenuContainer {
    width: 673px;
    margin: 0px 0px 0px 30px;
    /*position: absolute;*/
    top: 0px;
    left: 0px;
}

.MainPreviousBTN {
    float: left;
}

.MainNextBTN {
    float: right;
}

#SearchContainer {
    width: 260px;
    height: 25px;
    background: url(../images/Search_BG.jpg) no-repeat;
    margin-bottom: 17px;
}

#SearchContainer input.sb_input {
    margin: 4px 3px 0px 5px;
    float: left;
    color: #ffffff;

    border: none;
    background: transparent;
}

#SearchContainer input.sb_search {
    background: url(../images/Search_BTN.png) no-repeat center center;
    height: 17px;
    width: 53px;
    border: none;
    float: right;
    margin: 4px 5px 0px 7px;

    cursor: pointer;
}



#ContainerInner {
    margin: 0 auto;
    width: 950px;
}


#content {
    width: 1002px;
    margin: 0 auto;
}

#content h1 {
    color: #333;
    line-height: 1em;
}

#content ul {
    padding-left: 0;
    list-style: none;
}

#content ul li {
    margin-bottom: 0px;
}


/*
pre { 
	border: 1px solid #CCC;
	background-color: #EEE;
	color: #333;
	padding: 10px 20px;
}
*/

/***快速查詢***/

/*QuickSearch*/

#QuickSearchContainer {
    background: url(../images/InfoSearchBG.jpg) repeat-x bottom;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    moz-border-radius: 3px;
    position: relative;
    webkit-border-radius: 3px;
    width: 657px;
}

#QuickSearchContainer .Header {
    border-bottom: 1px solid #dcdcdc;
    padding: 8px 10px;
}

#QuickSearchContainer .Content {}

#QuickSearchContainer #QuickSearchDrop {
    padding: 15px 15px 5px;
}

#QuickSearchContainer .QuickSearchHeader {}

#QuickSearchContainer #QuickSearchBTN {
    border-top: 1px solid #dcdcdc;
    padding: 15px 10px;
}

#QuickSearchBTN a {
    display: inline-block;
    width: 77px;
    overflow: hidden;
    margin: 0 5px;
    text-align: center;
    font-size: 80%;
    vertical-align: top;
}

#QuickSearchContainer #QuickSearchBTN a:hover {
    opacity: 0.7;
}

#QuickSearch .ListSelect p.InputWrap,
#QuickSearch .ListSelect p.submitWrap {
    float: left;
}

#QuickSearch .ListSelect p.InputWrap select {
    width: 300px;
}

/*QuickSearch end*/

.ListSelect p.InputWrap {
    margin-right: 5px;
}

.ListSelect p.InputWrap select {
    background: #0072ff;
    border: 1px solid #00b4ff;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    moz-border-radius: 5px;
    padding: 3px 5px;
    position: relative;
    webkit-border-radius: 5px;
}

.Submit_3 {
    background: -moz-linear-gradient( center top, #0090ff 5%, #0072ff 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0090ff), color-stop(1, #0072ff));
    background-color: #0072ff;
    border: 1px solid #00b4ff;
    border-radius: 5px;
    box-shadow: inset 0px 1px 0px 0px #86e3f2;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0090ff', endColorstr='#0072ff');
    font-size: 11px;
    moz-border-radius: 5px;
    moz-box-shadow: inset 0px 1px 0px 0px #86e3f2;
    padding: 6px 10px 4px;
    text-shadow: 1px 1px 0px #39c0d5;
    webkit-border-radius: 5px;
    webkit-box-shadow: inset 0px 1px 0px 0px #86e3f2;
}

.Submit_3:hover {
    background: -moz-linear-gradient( center top, #0072ff 5%, #0090ff 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0072ff), color-stop(1, #0090ff));
    background-color: #0072ff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0072ff', endColorstr='#0090ff');
}

.Submit_3:active {
    position: relative;
    top: 1;
}



/***快速查詢 END***/

/***規劃***/

#PlanHeader {
    float: left;
}

#PlanContent li {
    float: left
}

#PlanContent li img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    /* For IE8 and earlier */
}

/***規劃 END***/

/***預約申購***/

#AppointmentRelatedContainer {
    position: relative;
}

#AppointmentRelatedContainer #Deco {
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 200;
}

#AppointmentRelatedContainer .Links {
    margin-bottom: 10px;
}

#AppointmentRelatedContainer .Links a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    /* For IE8 and earlier */
}

/***預約申購 END***/

#MainContentContainer {
    padding: 0px;
    margin: 0 auto;
    width: 1002px;
    /*background: url(images/PageBTNBG.jpg) repeat-y;*/
    background-position: center;
}

#MainContentInner {
    padding: 0px 30px;
}

#MainContentLeft {
    float: left;
}


#AdBannerContainer {
    background: url(../images/AdBannerBG.jpg) no-repeat;
    width: 660px;
    height: 110px;
    position: relative;
}

#AdBannerHeader {
    position: absolute;
    top: 10px;
    left: 10px;
}

#AdBannerMore {
    position: absolute;
    top: 0px;
    right: 0px;
}

.AdBanner {
    position: absolute;
    top: 45px;
    left: 40px;
}

/*最新消息*/

#PostOnlyContainer {
    /*background: url(../images/PostOnly.jpg) no-repeat;*/
    width: 658px;
    border-top: 3px solid #006ee9;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    position: relative;
}

#PostOnlyHeader {
    position: absolute;
    top: 8px;
    left: 15px;
}


/*最新消息 END*/

/*選擇縣市*/

#PopularChooseLocation {
    float: right;
    margin-bottom: 10px;
}

#PopularChooseLocation span {
    margin-right: 5px;
    vertical-align: middle;
}

/*選擇縣市 END*/

/*可供出租物件搜尋*/

#SearchForRentContainer {
    position: relative;
    background: url(../images/SearchForRentBG.jpg) no-repeat bottom;
    width: 260px;
    height: 185px;
}

#SearchForRentMore {
    position: absolute;
    top: 17px;
    right: 17px;
    z-index: 100;
}

#SearchForRentHeader {
    position: absolute;
    top: 0px;
}

#SearchForRentContent {
    position: absolute;
    top: 45px;
    left: 8px;

}

#SearchForRentContent a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    /* For IE8 and earlier */
}

#SearchForRentContent select {
    width: 243px;
    margin-bottom: 10px;
    color: #1c94c4;
}

#SearchForRentFill {
    background: url(../images/SearchForRentFillBG.jpg) no-repeat;
    width: 244px;
    height: 24px;
    margin-bottom: 10px;
}

#SearchForRentFill input {
    border: 0px;
    background: transparent;
    padding: 4px 0px 0px 5px;
}

#SearchForRentConfirm {
    margin-bottom: 10px;
}

#SearchForRentConfirm .confirm {
    background: url(../images/SearchForRentBTN.jpg) no-repeat;
    width: 243px;
    height: 20px;
    border: 0px none;
    cursor: pointer;
}

#SearchForRentConfirm .confirm:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    /* For IE8 and earlier */
}

/*可供出租物件搜尋END*/

/*郵局代售及兌付公債之據點*/

#SearchLocationContainer a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    /* For IE8 and earlier */
}

/*郵局代售及兌付公債之據點 END*/

/*服務電話查詢*/

#ServiceIcon_1 {
    float: left;
}



#ServiceContent {
    float: left;
}

#ServiceHeader {
    border: 1px solid #d5d5d5;
    background: #fbfcf9;
    padding: 3px 35px;
    margin-bottom: 3px;
}

#ServiceSelect {
    margin-bottom: 3px;
}

#ServiceSelect select {
    width: 108px;
    color: #1c94c4;
}

#ServiceSelect input.confirm_2 {
    background: #006ee9;
    background: -moz-linear-gradient(top, #006ee9 0%, #014ea4 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #006ee9), color-stop(100%, #014ea4));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #006ee9 0%, #014ea4 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #006ee9 0%, #014ea4 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #006ee9 0%, #014ea4 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #006ee9 0%, #014ea4 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006ee9', endColorstr='#014ea4', GradientType=0);
    /* IE6-9 */
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 0;
    color: #ffffff;
    padding: 3px 6px;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
}

#ServiceSelect input.confirm_2:hover {
    opacity: 0.7;
    filter: alpha(opacity=70%);
}

#ServiceTimeIcon {
    text-indent: -99999px;
    background: url(../images/ServiceIcon_2.jpg) no-repeat;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    width: 20px;
    height: 19px;
    float: left;
}

#ServiceMailContainer a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    /* For IE8 and earlier */
}

/*服務電話查詢 END*/

/*Content Right*/

#MainContentRight {
    float: right;
    margin: 0px 0px 0px 17px;
}

#MainAdContainer {
    width: 658px;
    height: 250px;
    position: relative;
}

#MainAdContainer .MoreWrap {
    position: absolute;
    right: 8px;
    bottom: 8px;
    z-index: 10;
}

#MainAdContainer .MoreWrap a.More {
    width: 20px;
    height: 20px;
    display: block;
    background: #e5e5e5 url(../images/MainAdMore.jpg) no-repeat 0px 0px;
    border: 1px solid #b9b9b9;
    text-indent: -9999px;
    -webkit-transition: all .3s ease;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#MainAdContainer .MoreWrap a.More:hover,
#MainAdContainer .MoreWrap a.More:active {
    background-position: 100% 0;
}

#flexslider_big .slides > li img,
#MainAd a img {
    height: 250px;
}


#ProductSearchConatiner {}

/*線上預訂步驟*/

#PurchaseSteps {
    float: left;
    position: relative;
}

#PurchaseSteps img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    /* For IE8 and earlier */
}

#PurchaseStepsDeco {
    position: absolute;
    top: -25px;
    left: 0px;
    z-index: 100;
}

/*線上預訂步驟 END*/

/*商品導覽*/

#ProductGuideLine {
    float: left;
}

#ProductGuideLine img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    /* For IE8 and earlier */
}

/*商品導覽 END*/

/***如何購買?***/

#BuyHowContainer {
    margin-top: 16px;
}

#BuyHowContainer a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    /* For IE8 and earlier */
}

/***如何購買? END***/

/***基金問與答***/

#FAQWikiContainer {
    background: url(../images/FAQWiki_BG.jpg) no-repeat;
    width: 260px;
    height: 81px;
}

#FAQWikiContainer a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    /* For IE8 and earlier */
}

#FAQ {
    float: left;
    margin: 10px 5px 0px 20px;
}

#Wiki {
    float: left;
    margin: 10px 0px 0px 0px;
}

/***基金問與答 END***/

/*下載專區*/

#DownloadContainer {
    background: url(../images/Download.jpg) no-repeat;
    width: 260px;
    height: 81px;
}

#Download {
    position: relative;
    top: 35px;
    left: 7px;
}

/*下載專區 END*/

/*諮詢專線*/

#ContactPhoneContainer {}

.HelpPhone a {
    float: left;
    color: #ffffff;
    background: #006ee9;
    width: 127px;
    /*height: 24px;*/
    text-align: center;
    margin-right: 5px;
    text-decoration: none;
    padding: 3px 0px;
    font-size: 12px;
}

.HelpMail a {
    float: left;
    color: #ffffff;
    background: #006ee9;
    width: 127px;
    /*height: 24px;*/
    text-align: center;
    text-decoration: none;
    padding: 3px 0px;
    font-size: 12px;
}

.HelpPhone a:hover {
    color: #ffec1c;
    background: #0890ef;
}

.HelpMail a:hover {
    color: #ffec1c;
    background: #0890ef;
}

/*諮詢專線 END*/

#FooterContainer {
    background: url(../images/FooterContainerBG.jpg) repeat-x #fff;
    border-top: 1px solid #e2e2e2;
    clear: both;
    padding-top: 1px;
}

#Footer {
    margin: 0 auto;
    width: 970px;
    font-size: 0.85em;
}

#Footer .FooterSec_1Container {
    border-bottom: 1px solid #dcdcdc;
    margin: 5px 15px 10px 15px;
    padding-bottom: 10px;
}

#Footer .FooterSec_1Container .Sec_1 {
    color: #464648;
}

#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 .Line_1 a {
    display: inline-block;
}

#Footer .FooterSec_1Container .Sec_1 .Mail_icon {
    background: url(../images/Mail_icon.gif) no-repeat right 1px;
    padding: 0 25px 0 0;
}

#Footer .FooterSec_1Container .Sec_1 .ServiceGuide_icon {
    background: url(../images/ServiceGuide_icon.gif) no-repeat right 1px;
    padding: 0 18px 0 0;
}

#Footer .FooterSec_1Container .Sec_1 .WebPhone_icon {
    background: url(../images/WebPhone_icon.gif) no-repeat right 1px;
    padding: 0 18px 0 0;
}

#Footer .notification {
    padding: 15px;
    margin: 15px;
    background: #ffffff url('../images/Gradient_Style05.jpg') repeat-x bottom;
    font-size: 90%;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    line-height: 200%;
}

.marginTop20 {
    margin-top: 20px;
}

#Footer .FooterSec_1Container .Sec_1 p {
    margin-bottom: 10px;
}

#Footer .FooterSec_1Container .Sec_1 .Location {
    background: #eeeeee url(../images/Location_BG_arrow.png) no-repeat right center;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    margin: 0px 5px 0px 0px !important;
    moz-border-radius: 3px;
    padding: 2px 17px 2px 10px;
    webkit-border-radius: 3px;
}

#Footer .FooterSec_1Container .Sec_2 {
    float: right;
}

#Footer .FooterSec_1Container .Sec_2 a:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#Footer .FooterSec_1Container .A_Plus {
    display: block;
    margin-top: 10px;
}

#Footer .FooterSec_2Container {
    margin: 0px 15px 0px 15px;
}

#Footer .FooterSec_2Container .Sec_1 {
    color: #464648;
    float: left;
}

#Footer .FooterSec_2Container .Sec_1 p {
    margin-bottom: 10px;
}

#Footer .FooterSec_2Container .Sec_1 p a {
    color: #464648;
    text-decoration: none;
}

#Footer .FooterSec_2Container .Sec_1 p a:hover {
    color: #006EE9;
}

#Footer .FooterSec_2Container .Sec_1 p .divide {
    margin: 0px 5px;
}

#Footer .FooterSec_2Container .Sec_2 {
    float: right;
}

#Footer .FooterSec_2Container .Sec_2 .Traffic {
    color: #464648;
    float: right;
    margin-right: 15px;
    margin-top: 20px;
}


ul.ServiceMainNav .Nav1,
ul.ServiceMainNav .Nav2,
ul.ServiceMainNav .Nav3,
ul.ServiceMainNav .Nav4,
ul.ServiceMainNav .Nav5,
ul.ServiceMainNav .Nav6 {
    float: left;
    width: 190px;
    height: 31px;
    text-indent: -999px;
    overflow: hidden;
    margin: 3px 6px;
    border-bottom: 1px solid #e2d3d3;
}

ul.ServiceMainNav .Nav1 {
    background: url(../images/MenuService01.jpg) no-repeat;
}

ul.ServiceMainNav .Nav2 {
    background: url(../images/MenuService02.jpg) no-repeat;
}

ul.ServiceMainNav .Nav3 {
    background: url(../images/MenuService03.jpg) no-repeat;
}

ul.ServiceMainNav .Nav4 {
    background: url(../images/MenuService04.jpg) no-repeat;
}

ul.ServiceMainNav .Nav5 {
    background: url(../images/MenuService05.jpg) no-repeat;
}

ul.ServiceMainNav .Nav6 {
    background: url(../images/MenuService06.jpg) no-repeat;
}

ul.ServiceMainNav .Nav1:hover {
    background: url(../images/MenuService01on.jpg) no-repeat;
}

ul.ServiceMainNav .Nav2:hover {
    background: url(../images/MenuService02on.jpg) no-repeat;
}

ul.ServiceMainNav .Nav3:hover {
    background: url(../images/MenuService03on.jpg) no-repeat;
}

ul.ServiceMainNav .Nav4:hover {
    background: url(../images/MenuService04on.jpg) no-repeat;
}

ul.ServiceMainNav .Nav5:hover {
    background: url(../images/MenuService05on.jpg) no-repeat;
}





/*內頁右側QuickMenu*/

#QuickMenu {
    z-index: 99999;
    position: relative;
    top: 736px;
    left: 863px;
    width: 83px;
    height: 602px;
    margin-top: -602px;
    /*margin: 0 auto;*/
}

#QuickMenu img {
    /*vertical-align: bottom;*/
    display: block;
}

#QuickMenu .Content {
    width: 81px;
    min-height: 560px;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}

ul.QuickNav .Nav1,
ul.QuickNav .Nav2,
ul.QuickNav .Nav3,
ul.QuickNav .Nav4,
ul.QuickNav .Nav5,
ul.QuickNav .Nav6,
ul.QuickNav .Nav7,
ul.QuickNav .Nav8,
ul.QuickNav .Nav9 {
    float: left;
    width: 69px;
    height: 61px;
    text-indent: -999px;
    overflow: hidden;
    margin: 0px 6px;
    border-bottom: 1px solid #dfdfdf;
}

ul.QuickNav .Nav1 {
    background: url(../images/QuickMenu_001.jpg) no-repeat;
}

ul.QuickNav .Nav2 {
    background: url(../images/QuickMenu_002.jpg) no-repeat;
}

ul.QuickNav .Nav3 {
    background: url(../images/QuickMenu_003.jpg) no-repeat;
}

ul.QuickNav .Nav4 {
    background: url(../images/QuickMenu_004.jpg) no-repeat;
}

ul.QuickNav .Nav5 {
    background: url(../images/QuickMenu_005.jpg) no-repeat;
}

ul.QuickNav .Nav6 {
    background: url(../images/QuickMenu_006.jpg) no-repeat;
}

ul.QuickNav .Nav7 {
    background: url(../images/QuickMenu_007.jpg) no-repeat;
}

ul.QuickNav .Nav8 {
    background: url(../images/QuickMenu_008.jpg) no-repeat;
}

ul.QuickNav .Nav9 {
    background: url(../images/QuickMenu_009.jpg) no-repeat;
}

ul.QuickNav .Nav1:hover {
    background: url(../images/QuickMenu_001on.jpg) no-repeat;
}

ul.QuickNav .Nav2:hover {
    background: url(../images/QuickMenu_002on.jpg) no-repeat;
}

ul.QuickNav .Nav3:hover {
    background: url(../images/QuickMenu_003on.jpg) no-repeat;
}

ul.QuickNav .Nav4:hover {
    background: url(../images/QuickMenu_004on.jpg) no-repeat;
}

ul.QuickNav .Nav5:hover {
    background: url(../images/QuickMenu_005on.jpg) no-repeat;
}

ul.QuickNav .Nav6:hover {
    background: url(../images/QuickMenu_006on.jpg) no-repeat;
}

ul.QuickNav .Nav7:hover {
    background: url(../images/QuickMenu_007on.jpg) no-repeat;
}

ul.QuickNav .Nav8:hover {
    background: url(../images/QuickMenu_008on.jpg) no-repeat;
}

ul.QuickNav .Nav9:hover {
    background: url(../images/QuickMenu_009on.jpg) no-repeat;
}

/*內頁右側QuickMenu End*/

#MainContentInner #Breadcrumbs {
    background: #f6f6f6 url(../images/Breadcrumbs_BG.jpg) repeat-x;
    border: 1px solid #e0e0e0;
    border-top: 0px;
    padding: 6px 10px 7px 10px;
    color: #b8b2ae;
    font-size: 14px;
}

#MainContentInner #Breadcrumbs .HomeBTN {
    background: url(../images/Breadcrumbs_Home.gif) no-repeat left center;
    padding-left: 15px;
}

#MainContentInner #Breadcrumbs a {
    color: #959595;
}

#MainContentInner #Breadcrumbs a:hover {
    color: #006ee9;
}

#MainContentInner #Breadcrumbs .current {
    color: #006ee9;
}

#LocalNavContainer {
    float: left;
    margin-top: 20px;
    margin-top: 0px;
    /*******無障礙*******/
}

#LocalNav {
    width: 232px;
}

#LocalNav .LocalNavBG_Top {
    background: url(../images/LocalNavAreaBG_Top.png) no-repeat bottom center;
    width: 232px;
    height: 5px;
}

#LocalNav .LocalNavAreaBG_BTM {
    background: url(../images/LocalNavAreaBG_BTM.png) no-repeat top center;
    width: 232px;
    height: 7px;
}

#LocalNav .LocalNavBG_BodyContainer {
    background: url(../images/LocalNavAreaBG_Body.png) repeat-y;
}

#LocalNav .LocalNavBG_Body {
    width: 224px;
    margin: 0 auto;
}

#LocalNav .LocalNavBG_Body .LocalNavGraphic img {
    display: block;
}

#LocalNav .LocalNavBG_Body .LocalNavTopic {
    padding: 15px;
    color: #ffffff;
    text-shadow: 0px -1px 2px #000000;
    font-size: 16px;
    font-weight: 700;
    background: #0160ca url(../images/LocalNavTopicBG.jpg) repeat-x;
}

#LocalNav .LocalNavBG_Body .LocalNavTopic a {
    color: #ffffff;
}

#MainContainer {
    padding: 20px 0px 20px 20px;
    padding-top: 0px;
    /*******無障礙*******/
    float: left;
}

#Main {
    width: 690px;
}

#Main h1 {
    font-size: 28px;
    font-weight: bold;
    color: #535353;
    line-height: 28px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 3px solid #eeeeee;
}

#Main h1 .CurrentTitle {
    margin-left: 10px;
    padding-left: 10px;
    background: url(../images/h1_Divide.jpg) no-repeat 0px 3px;
    font-weight: normal;
    font-size: 26px;
}

#Main h2 {
    font-size: 28px;
    font-weight: bold;
    color: #535353;
    line-height: 28px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 3px solid #eeeeee;
}

#Main h2 .CurrentTitle {
    margin-left: 10px;
    padding-left: 10px;
    background: url(../images/h1_Divide.jpg) no-repeat 0px 3px;
    font-weight: normal;
    font-size: 26px;
}


#MainContainer_Fullwidth {
    padding: 20px 0px 20px 0px;
    padding-top: 0px;
    /*******無障礙*******/
}

#Main_Fullwidth {}

#Main_Fullwidth h1 {
    font-size: 28px;
    font-weight: bold;
    color: #535353;
    line-height: 28px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 3px solid #eeeeee;
}

#Main_Fullwidth h1 .CurrentTitle {
    margin-left: 10px;
    padding-left: 10px;
    background: url(../images/h1_Divide.jpg) no-repeat 0px 3px;
    font-weight: normal;
    font-size: 26px;
}

#Main_Fullwidth h2 {
    font-size: 28px;
    font-weight: bold;
    color: #535353;
    line-height: 28px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 3px solid #eeeeee;
}

#Main_Fullwidth h2 .CurrentTitle {
    margin-left: 10px;
    padding-left: 10px;
    background: url(../images/h1_Divide.jpg) no-repeat 0px 3px;
    font-weight: normal;
    font-size: 26px;
}

#Main #Section_2 {
    margin-bottom: 20px;
}

#Main #Section_2 #ShareNav {
    float: right;
}

#Main #Section_2 #ShareNav a {
    margin-left: 5px;
}

#Main #Section_2 #ShareNav a img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    /* For IE8 and earlier */
}

#Contents .BackToPrev,
#Main_Fullwidth .BackToPrev {
    display: block;
    margin-bottom: 10px;
}

#Contents .BackToPrev a,
#Main_Fullwidth .BackToPrev a {
    display: inline-block;
    padding: 0 0 0 27px;
    height: 22px;
    line-height: 22px;
    background: url(../images/BackToPrev.png) no-repeat;
    font-size: 15px;
    font-weight: 700;
    color: #535353;
}

#Contents .BackToPrev a:hover,
#Main_Fullwidth .BackToPrev a:hover {
    color: #000000;
}

#Main_Fullwidth #Section_2 {
    margin-bottom: 20px;
}

#Main_Fullwidth #Section_2 #ShareNav {
    float: right;
}

#Main_Fullwidth #Section_2 #ShareNav a {
    margin-left: 5px;
}

#Main_Fullwidth #Section_2 #ShareNav a img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    /* For IE8 and earlier */
}

#ContentsContainer {
    position: relative;
}

#ContentsContainer #Contents {
    color: #434343;
    /*line-height: 180%;*/
    position: relative;
}

#ContentsContainer #Contents p {
    line-height: 180%;
    margin: 0 0 20px 0;
}

#ContentsContainer #Contents .article p {
    line-height: 190%;
    margin: 0 0 20px 0px;
}

#ContentsContainer #Contents .article strong {
    line-height: 190%;
    display: block;
    /*margin-bottom: 10px;*/
}

.Topic_Style01 {
    color: #4f549b;
    font-weight: 700;
    background: url(../images/Topic_Style01.jpg) no-repeat left center;
    padding-left: 18px;
    font-size: 15px;
    margin-bottom: 20px;
    display: block;
}

.Topic_Style02 {
    color: #006ee9;
    font-weight: 700;
    background: url(../images/Topic_Style02.png) no-repeat left center;
    padding-left: 18px;
    font-size: 15px;
    margin-bottom: 15px;
    display: block;
}

.Topic_Style02_noBlock {
    color: #006ee9;
    font-weight: 700;
    background: url(../images/Topic_Style02.png) no-repeat left center;
    padding-left: 18px;
    font-size: 15px;
    margin-bottom: 15px;
    display: inline-block;
}

.Topic_Style03 {
    color: #666666;
    font-weight: 700;
    background: url(../images/Topic_Style03.png) no-repeat left center;
    padding-left: 18px;
    font-size: 15px;
    margin-bottom: 15px;
    display: block;
}

.Topic_Style03_noBlock {
    color: #666666;
    font-weight: 700;
    background: url(../images/Topic_Style03.png) no-repeat left center;
    padding-left: 18px;
    font-size: 15px;
    margin-bottom: 15px;
}

.Topic_Style04 {
    color: #666666;
    background: url(../images/Topic_Style04.jpg) no-repeat left center;
    padding-left: 18px;
}

.ConditionSearchContainer {
    font-size: 13px;
    background: #e8f5fe;
    border: 1px solid #aad2ff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    margin: 0px 0px 20px;
}

.ConditionSearchContainer .sec {
    border-bottom: 1px solid #aad2ff;
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 10px;
    text-align: left;
}

.ConditionSearchContainer .sec span {
    padding: 0 5px;
}

.ConditionSearchContainer .sec label {
    cursor: pointer;
}

.ConditionSearchContainer .sec label span {
    padding: 0px 5px 0 0;
}

.ConditionSearchContainer div.Last {
    border: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.ConditionSearchContainer span,
.ConditionSearchContainer select,
.ConditionSearchContainer .Submit_1,
.ConditionSearchContainer input {
    vertical-align: middle !important;
}

.ConditionSearchContainer .Submit_1 {
    text-indent: -9999px;
    background: url(../images/QuickSearchBTN.jpg) no-repeat left center;
    display: inline-block;
    width: 65px;
    height: 23px;
    border: 0px;
    cursor: pointer;
    margin-left: 5px;
}

.ConditionSearchContainer .sec_1 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #aad2ff;
    text-align: right;
}

.ConditionSearchContainer .sec_2 {
    text-align: right;
}

.ConditionSearchContainer select,
.ConditionSearchContainer input {
    color: #626262;
}



.TableStyle_02 {
    border: 1px solid #e3e3e3;
}

.TableStyle_02 th {
    padding: 10px;
}

.TableStyle_02 .th {
    background: #0072ff !important;
    border-bottom: 1px solid #a5cdff;
    border-right: 1px solid #a5cdff;
    color: #ffffff;
}

.TableStyle_02 .th2 {
    background: #2f8cff !important;
    border-bottom: 1px solid #a5cdff;
    border-right: 1px solid #a5cdff;
    color: #ffffff;
}

.TableStyle_02 .hd {
    background: #eeeeee;
}

.TableStyle_02 .hd2,
.TableStyle_02 .odd .hd {
    background: #e5e5e5;
}

.TableStyle_02 td {
    border: 1px solid #e3e3e3;
    border-right: 0px;
    line-height: 180%;
    padding: 10px;
}

.TableStyle_02 .odd td {
    background: #f2f2f2;
}


.RelatedInfoContainer {
    background: #f8f7f7;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.RelatedInfoContainer h3 {
    color: #898989;
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 700;
}

.RelatedInfoContainer .RelatedInfoList {
    padding: 15px;
}

.RelatedInfoContainer .RelatedInfoList li {
    margin-bottom: 5px;
    padding: 3px 20px;
    background: url(../images/ListIcon_001.png) no-repeat left 6px;
    color: #898989;
}

.RelatedInfoContainer .RelatedInfoList li a {
    color: #898989;
    /*display: block;*/
}

.RelatedInfoContainer .RelatedInfoList li a:hover {
    color: #006ee9;
}

.RelatedInfoContainer .RelatedInfoList li a.noBlock {
    display: inline-block;
}

.RelatedInfoContainer .RelatedInfoList li li {
    margin-bottom: 5px;
    padding: 3px 20px;
    background: url(../images/ListIcon_003.jpg) no-repeat 5px 11px;
    color: #898989;
}

.RelatedInfoContainer .note {
    padding: 0 20px;
}

.BoxContainer_Style1 {
    border: 1px solid #aad2ff;
    border-top: 2px solid #2e91ff;
}

.BoxContainer_Style1 h2 {
    background: #e8f5fe;
    padding: 10px 15px;
    color: #006ee9;
    font-size: 15px;
}

.BoxContainer_Style1 .tabs_fake {
    background: #E8F5FE;
    min-height: 35px;
}

.BoxContainer_Style1 .tabs_fake li {
    float: left;
    text-indent: 0;
    padding: 0;
    margin: 0 !important;
    list-style-image: none !important;
}

.BoxContainer_Style1 .tabs_fake li a {
    background: #E8F5FE;
    font-weight: 700;
    font-size: 15px;
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    color: #2c90ff;
    padding: 0px 15px;
    margin: 0px;
    position: relative;
    top: 1px;
    border-right: 1px solid #ffffff;
}

.BoxContainer_Style1 .tabs_fake li.current a {
    background: #ffffff;
    cursor: default !important;
    color: #006EE9 !important;
}


#Main #ContentsContainer #Contents .article {
    word-wrap: break-word;
    word-break: normal;
}

#Main #ContentsContainer #Contents .article dl {
    margin-top: 10px;
}

#Main #ContentsContainer #Contents .article dl dt {
    padding-left: 20px;
    margin-left: 20px;
    margin-bottom: 10px;
    background: url(../images/Topic_Style03.png) no-repeat left center;
    color: #666666;
    font-weight: 700;
}

#Main #ContentsContainer #Contents .article dl dd {
    padding-left: 20px;
    margin-left: 20px;
    margin-bottom: 10px;
    background: url(../images/ListIcon_002.jpg) no-repeat 3px 5px;
}

#Main #ContentsContainer #Contents .article dl dd.Note {
    margin: 0px 0px 10px 20px;
    display: block;
    background: none;
}

#Main #ContentsContainer #Contents .article dl dd dd {
    padding-left: 20px;
    margin-left: 0px;
    margin-bottom: 10px;
    background: url(../images/ListIcon_003.jpg) no-repeat 3px 5px;
}



.Submit_Style1 {
    padding: 7px 40px;
    background: url(../images/Submit_Style1_BG.jpg) repeat-x;
    color: #ffffff;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0px;
    cursor: pointer;
    text-align: center;
}

.Topic_Style02 {
    padding-left: 20px;
    background: url(../images/Topic_Style02.png) no-repeat left center;
    color: #006ee9;
    font-weight: 700;
}

.ResultContainer {
    background: #eeeeee;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.ResultContainer dl dt {
    float: left;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    margin-right: 10px;
}

.ResultContainer dl dd {
    float: left;
    display: inline-block;
}

.ResultContainer dl dd .Money {
    font-size: 15px;
    margin-right: 5px;
}

.ResultContainer dl dd .Cost {
    font-size: 18px;
    font-weight: 700;
    color: #ff0000;
}

#LocationBTNContainer {
    padding: 0 20px;
}

#LocationBTNContainer .LocationBTN li {
    float: left;
    display: block;

}

#LocationBTNContainer .LocationBTN li a {
    padding: 0px 10px;
    width: 130px;
    background: url(../images/BTN_BG02.jpg) repeat-x bottom;
    border: 1px solid #bfc0c5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 5px;
    line-height: 50px;
    display: inline-block;
    color: #434343;
    font-size: 16px;
    font-weight: 700;
    position: relative;
}

#LocationBTNContainer .LocationBTN li a:hover {
    color: #006ee9;
}

#LocationBTNContainer .LocationBTN li .Icon {
    width: 32px;
    height: 32px;
    background: url(../images/Arrow_icon_02.png) no-repeat center center;
    position: absolute;
    top: 10px;
    right: 10px;
}

.pagination_1 {
    text-align: center;
    display: block;
    margin: 30px 0px;
}

.pagination_1 a {
    padding: 5px;
    color: #006ee9;
    background: #ffffff;
    border: 1px solid #aad2ff;
}

.pagination_1 a:hover {
    color: #ffffff;
    background: #006ee9;
    border: 1px solid #aad2ff;
}

.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: #006ee9;
    border: 1px solid #aad2ff;
}


#LargeBTNContainer {}

#LargeBTNContainer a {
    background: url(../images/LargeBTN_BG.png) no-repeat center center;
    width: 213px;
    height: 204px;
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    color: #006ee9;
    margin: 0px 10px 10px 0px;
}

#LargeBTNContainer a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70%);
    color: #e10001;
}

#LargeBTNContainer .imgCenterContainer {
    width: 200px;
    height: 135px;
    text-align: center;
    line-height: 135px;
}

#LargeBTNContainer .imgCenter {
    margin-top: 0;
    vertical-align: middle;
}

#LargeBTNContainer .TitleContainer {
    background: url(../images/LargeBTNtxt_BG.png) no-repeat center center;
    width: 186px;
    height: 52px;
    margin: 0 auto;
    /*padding: 5px 15px 0px 5px;*/
    position: relative;
}

#LargeBTNContainer .Title {
    /*margin: 5px 15px 0px 5px;*/
    position: absolute;
    top: 5px;
    left: 5px;
    width: 145px;
    text-shadow: 1px 1px 1px #fff;
}

.Form_Style01 p {
    line-height: 190%;
}

.Form_Style01 .Note {
    margin-left: 10px;
}

.Form_Style01 .Note em {
    color: #0075e9;
}

.Form_Style01 .NoteLink img {
    margin: -5px 0px 0px 10px;
    vertical-align: middle;
}

.Form_Style01 a {
    color: #0075e9;
}

.Form_Style01 a:hover {
    /*text-decoration: underline;*/
}

.input_style01 {
    color: #959595;
    margin: 0px 5px;
}

.DL_Style02 dd {
    line-height: 190%;
}

.DL_Style02 dd dd {
    margin-left: 18px;
}

.Note2 {
    color: #ff0000;
    margin: 5px 0px;
}

/*
.ListContainer {
	float: right;
	margin: 0px 0px 15px 5px;
}
.ListContainer a {
	padding: 5px 5px 5px 25px;
	background: #f7f7f7 url(../images/list_icon.png) no-repeat 5px 7px;
	border: 1px solid #dedede;
	
}
*/

/* Sean New Style*/

.topic-Wrap {
    position: relative;
}

.topic-Wrap .tr {
    position: absolute;
    top: 0;
    right: 0;
}

.Submit {
    text-indent: -9999px;
    background: url(../images/QuickSearchBTN.jpg) no-repeat left center;
    display: inline-block;
    width: 65px;
    height: 23px;
    border: 0px;
    cursor: pointer;
    margin-left: 5px;
}

.hide-text {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.fundInfo-lists {
    width: 696px;
    padding: 0 0 20px;
}

.fundInfo-lists li {
    float: left;
    border-top: 3px solid #aaa;
    height: 60px;
    width: 135px;
    position: relative;
    margin: 0 3px 3px 0;
    overflow: hidden;
    background: #f2f2f2;
}

.fundInfo-lists li:hover,
.fundInfo-lists li.current {
    border-top: 3px solid #006ee9;
    color: #006ee9;
}

.fundInfo-lists li a {
    padding: 10px 5px 10px 40px;
    color: #535353;
    height: 36px;
    vertical-align: middle;
    display: table-cell;
    *display: inline;
    zoom: 1;
}

.fundInfo-lists li a:hover {
    color: #006ee9;
}

.fundInfo-lists li .icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    overflow: hidden;
    position: absolute;
    top: 13px;
    left: 6px;
    background-image: url(../images/icon_fundInfo.png);
}

.fi1 {
    background-position: 0 0;
}

.fi2 {
    background-position: 0 30px;
}

.fi3 {
    background-position: 0 60px;
}

.fi4 {
    background-position: 0 90px;
}

.fi5 {
    background-position: 0 120px;
}

.fi6 {
    background-position: 0 150px;
}

.fi7 {
    background-position: 0 180px;
}

.fi8 {
    background-position: 0 210px;
}

.fi9 {
    background-position: 0 240px;
}

.fundInfo-lists li:hover .fi1,
.fundInfo-lists li.current .fi1 {
    background-position: -30px 0;
}

.fundInfo-lists li:hover .fi2,
.fundInfo-lists li.current .fi2 {
    background-position: -30px 30px;
}

.fundInfo-lists li:hover .fi3,
.fundInfo-lists li.current .fi3 {
    background-position: -30px 60px;
}

.fundInfo-lists li:hover .fi4,
.fundInfo-lists li.current .fi4 {
    background-position: -30px 90px;
}

.fundInfo-lists li:hover .fi5,
.fundInfo-lists li.current .fi5 {
    background-position: -30px 120px;
}

.fundInfo-lists li:hover .fi6,
.fundInfo-lists li.current .fi6 {
    background-position: -30px 150px;
}

.fundInfo-lists li:hover .fi7,
.fundInfo-lists li.current .fi7 {
    background-position: -30px 180px;
}

.fundInfo-lists li:hover .fi8,
.fundInfo-lists li.current .fi8 {
    background-position: -30px 210px;
}

.fundInfo-lists li:hover .fi9,
.fundInfo-lists li.current .fi9 {
    background-position: -30px 240px;
}


#SiteMapContainer {}

#SiteMapContainer .SiteMap_Section {
    margin-bottom: 15px;
    /*padding-bottom: 15px;*/
    /*border-bottom: 1px solid #e8e8e8;*/
    clear: both;
}

#SiteMapContainer .SiteMap_Section h3.Title {
    background: #006ee9;
    color: #ffffff;
    padding: 3px 15px 0;
    height: 39px;
    line-height: 39px;
    font-size: 17px;
    margin: 0 0 15px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#SiteMapContainer .SiteMap_Section h3.Title a {
    color: #ffffff;
}

#SiteMapContainer .SiteMap_Section h3.Title a:hover {
    color: #fc9a31;
}

#SiteMapContainer .SiteMap_Section ul.SiteMapList {
    width: 260px;
    margin: 0px 10px 20px 10px;
    background: #f5f4f4;
    padding: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}

#SiteMapContainer .SiteMap_Section ul.SiteMapList h4 a {
    border-bottom: 1px dotted #e8e8e8;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    background: none;
    color: #006ee9;
}

#SiteMapContainer .SiteMap_Section ul.SiteMapList h4 a:hover {
    color: #fc9a31;
}

#SiteMapContainer .SiteMap_Section ul.SiteMapList a {
    margin: 10px 0px;
    display: block;
    color: #666666;
    padding-left: 15px;
    background: url(../images/RoundIcon.png) no-repeat 0 4px;
}

#SiteMapContainer .SiteMap_Section ul.SiteMapList a:hover {
    color: #fc9a31;
}

.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: #006ee9;
}

#MainAdOverView {}

#MainAdOverView li {
    background: #eeeeee url(../images/MainAdShadow.jpg) no-repeat bottom center;
    padding-bottom: 45px;
    overflow: hidden;
    clear: both;
    display: inline-block;
}

#MainAdOverView li a {
    color: #535353;
    cursor: pointer;
}

#MainAdOverView li:hover a {
    color: #006ee9;
}

#MainAdOverView li .Info {
    display: block;
    width: 216px;
    padding: 20px;
}

#MainAdOverView li .Info .InfoDesc {
    font-size: 22px;
    line-height: 130%;
    margin-bottom: 15px;
}

#MainAdOverView li .Info p {
    color: #989898;
}

#MainAdOverView li .IMG img {
    width: 684px;
    display: block;
}

#MainAdSmallOverView {
    margin-right: -28px;
}

#MainAdSmallOverView li {
    /*float: left;*/
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    margin: 0 27px 27px 0;
    width: 212px;
}

#MainAdSmallOverView li a {
    color: #535353;
    background: #eeeeee;
    display: inline-block;
    padding: 10px;
}

#MainAdSmallOverView li a:hover {
    color: #006ee9;
}

#MainAdSmallOverView li a .Info {
    display: block;
}

#MainAdSmallOverView li a .Info .smallInfoDesc {
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 10px;
}

#MainAdSmallOverView li a .IMG {
    margin-bottom: 10px;
}

#MainAdSmallOverView li a .IMG img {
    width: 191px;
    display: block;
}

.ItemDetail {
    color: #535353;
    float: left;
    width: 400px;
}

.ItemDetail td {
    border-bottom: 1px solid #d3d3d3;
    padding: 14px;
}

.ItemDetail td.hd {
    color: #898989;
    text-align: right;
    width: 120px;
}

.ItemDetail td .Price {
    color: #ff711c;
    font-weight: 700;
}

.faq-list {
    margin: 0 0 30px;
}

.faq-btn {
    display: block;
    padding: 10px 40px 10px 35px;
    border: 1px solid #eee;
    background: url(../images/bg_article-lista.png) repeat-x #eee;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 160%;
    position: relative;
    float: left;
    cursor: pointer;
    margin: 0 0 10px;
    font-size: 85%;
    width: 610px;
}

.faq-btn:hover {
    color: #006ee9;
}

.faq-btn:visited {
    color: #006ee9;
}

.faq-btn h3 {
    font-weight: 400;
    font-size: 14px;
}

.faq-content {
    padding: 10px 35px;
    float: left;
    position: relative;
    line-height: 160%;
}

.faq-list .on .icon-arrow {
    background: url(../images/icon-faqArrow-on.png) no-repeat;
}

.faq-list .over .icon-arrow,
.faq-list a:hover {
    opacity: 0.7;
    /*filter:alpha(opacity=70); /* For IE8 and earlier */
}

.faq-list .icon-arrow {
    width: 22px;
    height: 22px;
    display: inline-block;
    background: url(../images/icon-faqArrow.png) 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: 12px;
    left: 5px;
}


/*************************************************消息-上方4則廣告輪撥版本************************************************************/

.topNews-slider {
    background: url(../images/bg-sliderkit-btm.png) center bottom no-repeat;
    padding: 0 0 27px;
}

.page-controls {
    padding: 0 0 20px;
}

.page-controls-inner {
    background: url(../images/bg-pageControls-inner.png) repeat-x #f5f5f5;
    border: 1px solid #ddd;
    padding: 12px 10px;
    position: relative;
    overflow: hidden;
}

.grid-pager {
    float: left;
}

.sort-method-buttons {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

.sort-method-buttons li {
    position: relative;
    float: left;
}

.sort-method-buttons a {
    border-left: 1px solid #ddd;
    padding: 12px 10px 12px 20px;
    display: block;
    color: #424242;
    background: url(../images/icon-sortMethodA.png) 8px 16px no-repeat;
}

.sort-method-buttons a:hover,
.sort-method-buttons .current {
    color: #006ee9;
    background: url(../images/icon-sortMethodAhover.png) 9px 16px no-repeat;
}

.msg-list {
    line-height: 180%;
}

.msg-list li a {
    display: block;
    border-bottom: 1px solid #d9d9d9;
    padding: 15px 30px 0;
}

.msg-list .Date {
    color: #006ee9;
    margin: 0 0 5px;
}

.msg-list .Topic {
    color: #434343;
    font-size: 18px;
    margin: 0 0 10px;
    position: relative;
}

.Topic .label {
    padding: 0 0 0 10px;
    vertical-align: middle;
}

.msg-list a:hover .Topic {
    color: #006ee9;
}

.msg-list .Thumbs {
    color: #7c7c7c;
    font-size: 15px;
    padding: 0 0 15px;
}

.topNews-slider .sliderkit img {
    max-width: 400px;
    max-height: 568px;
    height: 100%;
}

/**********************************************消息-上方4則廣告輪撥版本 END***************************************************************/

#FileDownloadContainer .FileDownBox {
    background: #e7e7e7;
    border: 1px solid #d2d2d2;
    padding: 5px 5px 5px 0px;
    margin-bottom: 10px;
}

#FileDownloadContainer .FileDownBox .FileDown {
    float: left;
    width: 334px;
}

#FileDownloadContainer .FileDownBox .FileDown .FileType {
    float: left;
    margin: 0px 10px;
}

#FileDownloadContainer .FileDownBox .FileDown .Info {
    float: left;
    background: #ffffff;
    width: 267px;
    min-height: 50px;
    position: relative;
}

#FileDownloadContainer .FileDownBox .FileDown .Info .FileName {
    max-width: 150px;
    margin: 5px;
}

#FileDownloadContainer .FileDownBox .FileDown .Info .FileName a {
    /*line-height: 50px;*/
    color: #009ae9;
    font-weight: 700;
}

#FileDownloadContainer .FileDownBox .FileDown .Info .FileName a:hover {
    color: #fcb631;
}

#FileDownloadContainer .FileDownBox .FileDown .Info .FileSize {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #f1f1f1;
    padding: 2px 10px;
    font-size: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.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%);
}

.PrivacyPolicy {
    background: #e8ebe6;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.PrivacyPolicy .img_1 {
    float: right;
    margin: -26px -5px 0px 20px;
}

.Form_Style_Container {
    border: 1px solid #006ee9;
    border-top-width: 3px;
    background: url(../images/GreyGradient_002.jpg) repeat-x bottom;
}

.Form_Style01 p {
    line-height: 190%;
}

.Form_Style01 .Note {
    margin-left: 10px;
}

.Form_Style01 .Note em {
    color: #0075e9;
}

.Form_Style01 .NoteLink img {
    margin: -5px 0px 0px 10px;
    vertical-align: middle;
}

.Form_Style01 a {
    color: #0075e9;
}

.Form_Style01 a:hover {
    /*text-decoration: underline;*/
}

.Form_Style01_Popup {
    width: 600px;
    margin: 0 auto;
}

.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;
}

.List_BTN_Style3 {
    width: 725px;
}

.List_BTN_Style3 ul {
    list-style-type: none !important;
    padding-left: 0px !important;
}

.List_BTN_Style3 li {
    margin: 0 0px 10px 0;
}

.List_BTN_Style3 li a {
    display: block;
    padding: 5px 25px 5px 35px;
    border: 1px solid #eee;
    background: url(../images/bg_article-lista.png) repeat-x #eee;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: 160%;
    position: relative;
    font-size: 100%;
    font-weight: 400;
    color: #535353;
}

.List_BTN_Style3 li a:hover {
    color: #0072ff;
}

.List_BTN_Style3 li a:visited {
    color: #392277;
}

.List_BTN_Style3 li a .hd {
    font-weight: 700;
    color: #0072ff;
    margin-right: 10px;
}

.List_BTN_Style3 .icon-arrow,
.List_BTN_Style3 li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    /* For IE8 and earlier */
}

.List_BTN_Style3 .icon-arrow {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(../images/Topic_Style02.png) no-repeat;
    position: absolute;
    top: 8px;
    left: 10px;
}

.List_BTN_Style3 .icon-arrow2 {
    width: 8px;
    height: 13px;
    display: inline-block;
    background: url(../images/ArrowIcon_3.png) no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
}

.ContentBoxContainer {
    width: 680px;
    margin: 0 auto;
}

.ContentBoxContainer .ContentBox_top {
    width: 680px;
    height: 30px;
    display: block;
    background: url(../images/ContentBox_BGtop.jpg) no-repeat;
}

.ContentBoxContainer .ContentBox_btm {
    width: 680px;
    height: 30px;
    display: block;
    background: url(../images/ContentBox_BGbtm.jpg) no-repeat;
}

.ContentBoxContainer .ContentBox_md {
    background: url(../images/ContentBox_BGmd.jpg) repeat-y;
    display: inline-block;
    padding: 0 20px;
    overflow: hidden;
}

#CompanyInfo .CompanyTitle {
    border-bottom: 1px solid #d9d9d9;
    display: block;
    height: 45px;
    line-height: 45px;
    margin: 0 0 10px 0;
    overflow: hidden;
    padding: 0 0 10px 0;
}

#CompanyInfo .CompanyTitle img.CompanyLogo {
    float: left;
    height: 45px;
    margin: 0 10px 0 0;
}

#CompanyInfo .CompanyTitle h2 {
    font-size: 25px;
}

#CompanyInfo .ItemDetail {
    float: none;
    font-size: 105%;
    width: 100%;
}

#CompanyInfo .ItemDetail td {
    border-bottom: 1px solid #e4e4e4;
    padding: 10px;
}

#CompanyInfo .ItemDetail td.hd {
    color: #6f6e6e;
    font-weight: 700;
    text-align: left;
    width: 175px;
}

#CompanyInfo .ItemDetail .odd td {
    background-color: #f5f5f5;
}

.ContentBoxContainer .ContentBox_md .GraphicImg {
    display: block;
    float: left;
    width: 230px;
    margin-right: 20px;
}

.ContentBoxContainer .ContentBox_md .GraphicImg img {
    width: 230px;
}

.ContentBoxContainer .ContentBox_md .LinksContainer {
    display: block;
    float: left;
    width: 385px;
}

.ContentBoxContainer .ContentBox_md .LinksContainer .List_BTN_Style3 {
    width: 385px !important;
}

#ServiceGuideContainer {
    /*background: url(../images/ServiceGuideBG.jpg) no-repeat;
	height: 258px;*/
    width: 260px;
    background: url("../images/InfoSearchBG.jpg") repeat-x scroll center bottom rgba(0, 0, 0, 0);
    border: 1px solid #DCDCDC;
    border-radius: 3px;
    /*margin-bottom: 20px;*/
}

#ServiceGuideHeader {
    height: 17px;
    overflow: hidden;
    padding: 10px;
    border-bottom: 1px solid #DCDCDC;
}

/*
#ServiceGuideContent {
	padding: 5px;
}
#ServiceGuideContent a {
	display: block;
	padding: 10px 10px 10px 40px;
    border: 1px solid #DCDCDC;
	font-weight: bold;
	background: #ffffff url(../images/gradient_grey_01.jpg) repeat-x bottom;
	position: relative;
	margin-top: -1px;
	*padding: 10px 10px 10px 10px;
}
#ServiceGuideContent a:hover {
	color: #ffffff;
	background: #0072ff;
}
#ServiceGuideContent a i.icon {
	position: absolute;
	top: 6px;
	left: 6px;
	width: 27px;
	height: 27px;
	display: block;
	*position: relative;
	*float: left;
	*top: 0px;
	*left: 0px;
	*margin-right: 5px;
}
#ServiceGuideContent a.ServiceGuide_01 i.icon {background: url(../images/ServiceGuide_01.png) no-repeat 0px top;}
#ServiceGuideContent a.ServiceGuide_02 i.icon {background: url(../images/ServiceGuide_02.png) no-repeat 0px top;}
#ServiceGuideContent a.ServiceGuide_03 i.icon {background: url(../images/ServiceGuide_03.png) no-repeat 0px top;}
#ServiceGuideContent a.ServiceGuide_04 i.icon {background: url(../images/ServiceGuide_04.png) no-repeat 0px top;}
#ServiceGuideContent a.ServiceGuide_05 i.icon {background: url(../images/ServiceGuide_05.png) no-repeat 0px top;}
#ServiceGuideContent a.ServiceGuide_06 i.icon {background: url(../images/ServiceGuide_06.png) no-repeat 0px top;}
#ServiceGuideContent a.ServiceGuide_07 i.icon {background: url(../images/ServiceGuide_07.png) no-repeat 0px top;}
#ServiceGuideContent a.ServiceGuide_08 i.icon {background: url(../images/ServiceGuide_08.png) no-repeat 0px top;}
#ServiceGuideContent a.ServiceGuide_09 i.icon {background: url(../images/ServiceGuide_09.png) no-repeat 0px top;}

#ServiceGuideContent a.ServiceGuide_01-1:hover, #ServiceGuideContent a.ServiceGuide_01-2:hover, #ServiceGuideContent a.ServiceGuide_01-3:hover, #ServiceGuideContent a.ServiceGuide_01-4:hover, #ServiceGuideContent a.ServiceGuide_01-5:hover, #ServiceGuideContent a.ServiceGuide_01-6:hover {
	background-position: 0px -89px;
}
*/

#ServiceGuideContent {
    padding: 10px 5px;
}

#ServiceGuideContent a {
    display: inline-block;
    vertical-align: top;
    width: 78px;
    text-align: center;
    color: #666666;
    font-weight: 700;
    font-size: 0.9em;
    margin: 5px 0;
}

#ServiceGuideContent a:hover {
    color: #c8013b;
}

#ServiceGuideContent a:hover img {
    opacity: 0.8;
}


#LatestNewsContainer {
    margin-bottom: 20px;
    width: 260px;
}

#LatestNewsContainer #LatestNewsHeader {
    margin-bottom: 14px;
}

#LatestNewsContainer #LatestNewsHeader .Header {
    float: left;
}

#LatestNewsContainer #LatestNewsHeader .More {
    float: right;
}

#LatestNewsContainer #LatestNewsHeader .More:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    /* For IE8 and earlier */
}

#LatestNewsContainer #FocusContainer {
    margin-bottom: 8px;
}

#LatestNewsContainer #FocusContainer .FocusImage {
    border: 1px solid #959595;
    padding: 1px;
    background: #ffffff;
    float: left;
    margin: 0px 5px 5px 0px;
}

#LatestNewsContainer #FocusContainer .FocusTopic {
    color: #ef254b;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
    line-height: 1.4em;
}

#LatestNewsContainer #FocusContainer .FocusTopic:hover {
    color: #0088dc;
}

#LatestNewsContainer #FocusContainer .FocusThumb {
    color: #505050;
    font-size: .9em;
    line-height: 1.4em;
}

#LatestNewsContainer #FocusContainer .FocusThumb a {
    color: #0088dc;
}

#LatestNewsContainer #FocusContainer .FocusThumb a:hover {
    color: #ef254b;
}

#LatestNewsContainer #NewsList li {
    padding: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
}

#LatestNewsContainer #NewsList li.BgColor {
    background: #edf7ff;
}

#LatestNewsContainer .Date {
    color: #0088dc;
    font-size: .85em;
}

#LatestNewsContainer #NewsList li a {
    color: #535353;
    width: 220px;
    font-size: .9em; //white-space: nowrap;
}

#LatestNewsContainer #NewsList li a:hover {
    color: #0088dc;
}

#LatestNewsContainer #NewsList li a:visited {
    color: #959595;
}

.NewsMoreContainer {}

.NewsMoreContainer .NewsMore a {
    padding: 1px 10px 1px 15px;
    background: #ffffff url(../images/NewsMore_Icon.gif) no-repeat -4px 7px;
    color: #7d7d7d;
    text-decoration: none;
    float: right;
    margin: 10px 0px 0px 0px;
    font-size: 100%;
}

.NewsMoreContainer .NewsMore a:hover {
    background: #5792ce url(../images/NewsMore_Icon.gif) no-repeat 5px 7px;
    color: #ffffff;
}


/************內頁美化新增************/

.Step_Style1 {
    overflow: hidden;
    text-shadow: 1px 1px 1px #ffffff;
}

.Step_Style1 p {
    clear: both;
}

.Step_Style1 p.Describe {
    background: #f7f7f7;
    background: linear-gradient(to bottom, #f7f7f7 0%, #e8e8e8 100%);
    background: -moz-linear-gradient(top, #f7f7f7 0%, #e8e8e8 100%);
    background: -ms-linear-gradient(top, #f7f7f7 0%, #e8e8e8 100%);
    background: -o-linear-gradient(top, #f7f7f7 0%, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e8e8e8));
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #e8e8e8 100%);
    border: 1px solid #bfc0c5;
    border-radius: 5px;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e8e8e8', GradientType=0);
    line-height: 100% !important;
    margin: 0 auto !important;
    moz-border-radius: 5px;
    padding: 10px;
    text-align: center;
    webkit-border-radius: 5px;

}

.Step_Style1 p.Describe_part {
    background: #f7f7f7;
    background: linear-gradient(to bottom, #f7f7f7 0%, #e8e8e8 100%);
    background: -moz-linear-gradient(top, #f7f7f7 0%, #e8e8e8 100%);
    background: -ms-linear-gradient(top, #f7f7f7 0%, #e8e8e8 100%);
    background: -o-linear-gradient(top, #f7f7f7 0%, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e8e8e8));
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #e8e8e8 100%);
    border: 1px solid #bfc0c5;
    border-radius: 5px;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e8e8e8', GradientType=0);
    line-height: 100% !important;
    margin: 0 auto !important;
    moz-border-radius: 5px;
    padding: 10px;
    text-align: center;
    webkit-border-radius: 5px;
    width: 205px;
    display: inline-table;
    min-height: 208px;
}

.Step_Style1 p.Describe_part span.title {
    color: #06C;
    font-weight: bold;
    min-height: 42px;
}

.Step_Style1 p.Describe_part span.detail {
    margin-left: 15px;
    text-indent: -15px
}

.Step_Style1 p.Describe_part span {
    text-align: left;
    display: block;
    padding: 5px 0;
    line-height: 1.5em
}

.Step_Style1 p.Describe .hd {
    color: #006ee9;
    font-weight: 700;
    margin-right: 5px;
}

.Step_Style1 p.Arrow_down_02 {
    background: url(../images/Arrow_down_02.jpg) no-repeat 0 0;
    height: 20px;
    line-height: 100% !important;
    margin: 10px auto !important;
    width: 42px;
}

.Step_Style1 .TwoColumn {
    margin: 15px auto;
    overflow: hidden;
    width: 570px;
}

.Step_Style1 .TwoColumn .column {
    background: #f7f7f7;
    background: linear-gradient(to bottom, #f7f7f7 0%, #e8e8e8 100%);
    background: -moz-linear-gradient(top, #f7f7f7 0%, #e8e8e8 100%);
    background: -ms-linear-gradient(top, #f7f7f7 0%, #e8e8e8 100%);
    background: -o-linear-gradient(top, #f7f7f7 0%, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e8e8e8));
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #e8e8e8 100%);
    border: 1px solid #bfc0c5;
    border-radius: 5px;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e8e8e8', GradientType=0);
    float: left;
    margin: 0 5px;
    moz-border-radius: 5px;
    padding: 10px;
    webkit-border-radius: 5px;
    width: 250px;
}

.Step_Style1 .TwoColumn .column h2 {
    color: #006ee9;
    font-size: 1.1em;
    margin-bottom: 10px;
}

.Step_Style1 .TwoColumn .column ol {
    list-style-type: decimal !important;
    padding-left: 25px;
}

.Step_Style1 .TwoColumn .column ol li {
    margin-bottom: 5px;
}

.DownloadBTN a {
    background: #ffffff url(../images/Download_Icon_2.png) no-repeat 5px 4px;
    border: 1px solid #d2d2d2;
    color: #666666;
    display: inline-block;
    margin-right: 5px;
    padding: 2px 10px 2px 25px;
}

.DownloadBTN a:hover {
    color: #ff711c;
}

.ResultState {
    margin: 0 !important;
}

.ResultState .HighLightRed {
    color: #e60012;
    font-weight: 700;
}

.OpenLink {
    background: url(../images/OpenLink_Icon.png) no-repeat 0 0;
    padding: 2px 0px 2px 25px;
}

/************內頁美化新增************/

/************test 測試用，可刪除************/

.slider-nojq {
    width: 658px;
}

.slider-nojq img {
    width: 100%;
}

.slides-nojq {
    width: 590px;
    margin: 0 auto;
}

.slides-nojq li {
    width: 191px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 1px;
}

.slides-nojq li img {
    width: 191px;
    height: 54px;
}

/************test 測試用，可刪除************/

/* 無障礙使用 */

.input-label {
    display: none;
}

.hyperlink-txt {
    display: none;
}

/* end of 無障礙 */

.FatFooterHeader strong a {
    font-size: 15px;
}


/*查詢*/

.address_1,
.address_2 {
    display: inline-block;
}

.rwd_list {
    display: none;
}

.rwd_cont {
    display: none;
}

.rwd_index {
    display: none;
}

/*首頁查詢*/

.bookmark_list li.active {
    background: #0072ff;
    text-align: center;
    font-size: 18px;
}

.bookmark_list li.active a {
    color: #fff;
    background: #0072ff;
    padding: 15px 0;
}

.bookmark_list li a {
    padding: 15px 0;
    display: block;
    background: #0051b5;
}

.bookmark_list li {
    font-size: 18px;
    text-align: center;
    width: 50%;
    float: left;
}

.bookmark_list li a {
    color: #fff;
}

.bookmark_cont {
    background: #0072ff;
    padding: 20px 3%;
    display: inline-block;
    width: 94%;
}

.search_select {
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    font-family: "微軟正黑體";
    width: 80%;
    float: left;
    border: 0px;
}

.btn {
    float: left;
    width: 18%;
}

.determine {
    background: #ececec;
    border: 0px;
    padding: 12px 21%;
    font-size: 14px;
    margin: 0px 10px;
    font-family: "微軟正黑體";
}

.management {
    display: block;
    overflow: hidden;
}

.management_btn {
    display: inline-block;
    background: #fff;
}

.management_btn li {
    background: #fff;
    padding: 30px 4%;
    width: 42%;
    float: left;
}

.management_btn li a .pic {
    width: 18%;
    float: left;
}

.management_btn li a img {
    width: 100%;
}

.management_btn li a p {
    float: left;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.rwd_service {
    background: #e6e6e6;
    display: inline-block;
    width: 100%;
}

.service_title {
    background: #fff;
    margin: 3% 3% 1px;
    display: inline-block;
    width: 90%;
    padding: 15px 2%;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}

.service_list {
    margin: 0 3% 3%;
    width: 94%;
    display: block;
    overflow: hidden;
}

.service_list li {
    width: 33.06%;
    float: left;
    text-align: center;
    padding: 5% 0;
    background: #fff;
    border: 1px solid #e6e6e6;
}

.service_list li a p {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding: 12px;
}

/*頁簽輪播*/

.rhl-tag2 {
    float: left;
    /*    width: 100% !important;*/
    background: #fff;
    font-size: 15px;
    margin: 0 0 3px 0;
}

.rwd_news {
    margin: 0 3%;
    width: 94%;
}

.news_title p {
    float: left;
    width: 115px;
    font-size: 18.5px;
}

.news_title a {
    float: right;
    font-weight: bold;
    background: url(../images/icon-sortMethodAhover.png) center right no-repeat;
    padding-right: 14px;
    font-size: 15px;
}

.news_title {
    display: inline-block;
    width: 95%;
    margin: 0 0 2px 0;
    background: #fff;
    padding: 13px 2.5%;
    font-weight: bold;
}

.news_cont {
    background: #fff;
    margin-top: 3px;
}

.news_list li a p {
    float: left;
    width: 100%;
    color: #0072ff;
    margin: 4px 0 0px 0;
}

.news_list li a span {
    color: #333;
    font-size: 16px;
}

.news_list li {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    background: #eef4fc;
}

.news_list li:nth-child(2n) {
    background: #fff;
}

/*輪播*/

.link {
    margin: 3% 3% 0;
    width: 94%;
}

.link_title {
    display: inline-block;
    width: 95%;
    margin: 0 0 2px 0;
    background: #fff;
    padding: 13px 2.5%;
    font-weight: bold;
}

.link_title p {
    float: left;
    width: 115px;
    font-size: 18.5px;
}

.link_title a {
    float: right;
    font-weight: bold;
    background: url(../images/icon-sortMethodAhover.png) center right no-repeat;
    padding-right: 14px;
    font-size: 15px;
}

.link_cont {
    background: #fff;
    width: 100%;
    display: block;
    overflow: hidden;
}

.link_list li {
    float: left;
    width: 50%;
    text-align: center;
    padding: 20px 0;
}

.ui-slider-tabs-list li {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    font-family: 微軟正黑體;
    /*width: 105px;*/
    margin: 0px;
}
/*代銷基金  > 購買說明  > 基金申購手續費*/

 .finance-fee-table2 .rwd_list {
    margin: 0 0 15px 0;
    width: 100%;
    display: inline-block;
}
  
    .finance-fee-cont {
    margin: 5px 0 0 0;
}
    .finance-fee-cont3 {
        margin: 0 0 0 78px;
    }
    .finance-fee-cont3 span {
        display: inline-block;
        vertical-align: top;
        line-height: 180%;
        width: 13px;
    }
    .finance-fee-cont3 p {
        display: inline-block;
        vertical-align: top;
            width: 91%;
             margin: 0 !important;
    }
    .finance-fee-cont2 {
        margin: 0 0 0 26px;
    }
    .finance-fee-cont2 span {
        display: inline-block;
        vertical-align: top;
        line-height: 180%;
        width: 48px;
    }
    .finance-fee-cont2 p {
        display: inline-block;
        vertical-align: top;
            width: 91%;
             margin: 0 !important;
    }
    .finance-fee-table, .finance-fee-table2 {
        display: inline-block;
        margin: 15px 0;
        width: 100%;
    }
    .finance-fee-cont span {
        width: 25px;
        display: inline-block;
        vertical-align: top;
        line-height: 180%;
    }
    .finance-fee-cont p {
        display: inline-block;
        vertical-align: top;
        margin: 0 !important;
            width: 91%;
    }
    .finance-fee-wrap {
        font-size: 16px;
    }
    .finance-fee-wrap p {
        color: #333333 !important;
    }
    .finance-fee-wrap {
        font-size: 16px;
    }
    table.rwd_list.finance-fee {
        margin: 0 0 20px 0;
        width: 100%;
        display: none;
        font-size: 15px;
        line-height: 24px;
    }
    table.rwd_list.finance-fee tr th, table.rwd_list.finance-fee tr td {
    padding: 6px 8px;
}
.rwd-open800 {
    display: none;
}

a:focus ,
input:focus,
button:focus{
    outline: 3px solid #fde020;
	outline-offset:-3px;
}
.acc-key a:focus {
	outline: 3px solid #fde020;
	border: 0 !important;
}

.bxslider img{
    width: 100%;
    max-width: 790px;
}

.bxslider .slick-prev,
.bxslider .slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 28px;
    height: 28px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    background: transparent;
}

.bxslider .slick-prev {
    left: 20px;
    background: url(../images/ArrowPrev.png) 0 0 no-repeat;
    z-index: 1;
}

.bxslider .slick-next {
    right: 20px;
    background: url(../images/ArrowNext.png) 0 0 no-repeat;
}

.bxslider .slick-prev:hover,
.bxslider .slick-next:hover {
    opacity: 0.8;
}

.bxslider .slick-dots {
    position: absolute;
    bottom: 20px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.bxslider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    padding: 0;
    cursor: pointer;
}

.bxslider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.bxslider .slick-dots li button:before
{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: #333;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    opacity: .65;
}

.bxslider .slick-dots li.slick-active button:before {
    background-color: #69ab00;
    box-shadow: 0 0 0 2px #fff
}

.slick-dots li button:hover:before {
    opacity: 1;
}