body {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #434343;
    font: 14px/18px "微軟正黑體", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
}

::selection {
    background: #c8013b;
    color: white;
    text-shadow: none;
}

a::selection {
    background: #eee;
    color: #F33;
    text-shadow: none;
}

a {
    color: #c8013b;
    moz-transition: color;
    moz-transition-duration: 2000ms;
    o-transition: color;
    o-transition-duration: 2000ms;
    text-decoration: none;
    transition: color;
    transition-duration: 2000ms;
    webkit-transition: color;
    webkit-transition-duration: 2000ms;
}

a:visited {
    /*color: #3656c3;*/
}

a:hover {
    color: #2e90fd;
    moz-transition: color;
    moz-transition-duration: 300ms;
    o-transition: color;
    o-transition-duration: 300ms;
    transition: color;
    transition-duration: 300ms;
    webkit-transition: color;
    webkit-transition-duration: 300ms;
}

a:hover img,
a img:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
    transition: opacity 0.5s linear;
}

p {
    /*margin-bottom: 20px;*/
}

.CLR {
    clear: both;
}

.PadinTop10 {
    padding-top: 10px;
}

.PadinTop20 {
    padding-top: 20px;
}

.Padinleft20 {
    padding-left: 20px;
}

.padding20 {
    padding: 20px;
}

.PaddingZero {
    padding: 0px !important;
}

.MarginLeft20 {
    margin-left: 20px;
}

.FloatLeft {
    float: left;
}

.FloatRight {
    float: right;
}

.Align_Center {
    text-align: center;
}

.Align_Right {
    text-align: right;
}

.padin_15px {
    padding: 15px;
}

.GreenBold {
    color: #c8013b;
    font-weight: 700;
    margin-bottom: 5px;
}

.BlueBold {
    color: #c8013b;
    font-weight: 700;
}

.CapitalNum {
    display: inline-block;
    font-weight: 700;
}

.BlockLine {
    display: block;
}

.InlineBlock {
    display: inline-block;
}

.RedHighLight {
    color: #ff0000;
    font-weight: 700;
}

.BlueHighLight {
    color: #c8013b;
    font-weight: 700;
}

.paddingTopBtm_15 {
    padding: 15px 0;
}

.BorderNone {
    border: 0 !important;
}

.Divide_BorderBTM01_grey {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 15px;
    padding-top: 15px;
}

.DL_Style03 {
    line-height: 180%;
}

.DL_Style03 dd {
    margin-bottom: 10px;
}

.DisplayNone {
    display: none;
}

.ListStyle02 {
    background: url(../images/ListIcon_006.png) no-repeat 0px 2px;
    margin: 5px 0;
    padding-left: 20px;
}

p.ListStyle02 {
    margin: 0px !important;
}

.ListStyle03 li {
    background: url(../images/ListIcon_009.png) no-repeat 0px 2px;
    margin: 5px 0;
    padding-left: 20px;
}

.BTN_Style02 {
    background: url(../images/BTN_BG02.jpg) repeat-x bottom;
    border: 1px solid #bfc0c5;
    border-radius: 3px;
    color: #434343;
    display: inline-block;
    font-size: 1.15em;
    font-weight: 700;
    line-height: 50px;
    moz-border-radius: 3px;
    padding: 0 50px 0 10px;
    position: relative;
    webkit-border-radius: 3px;
}

.BTN_Style02 .Icon {
    background: url(../images/Arrow_icon_02.png) no-repeat center center;
    height: 32px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 32px;
}

.BTN_Style01 {
    background: url(../images/BTN_BG02.jpg) repeat-x bottom;
    border: 1px solid #bfc0c5;
    border-radius: 3px;
    color: #434343;
    display: block;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    moz-border-radius: 3px;
    padding: 5px 20px;
    webkit-border-radius: 3px;
}

.TitleStyle_2Contain {
    border-bottom: 2px solid #c8013b;
    overflow: hidden;
}

.TitleStyle_2Contain .TitleStyle_2 {
    padding: 5px 0;
}

.TitleStyle_2Contain .TitleStyle_2 h2 {
    color: #c8013b;
    font-size: 1.2em;
}

.List_Style_Type_on ul {
    line-height: 180%;
    list-style-type: disc;
}

.List_Style_Type_on ul li {
    margin-left: 20px;
    padding: 0 10px 15px 0;
}

.List_Style_Type_on ol {
    line-height: 180%;
    list-style-type: decimal;
}

.List_Style_Type_on ol li {
    margin-left: 20px;
    padding: 0 10px 15px 0;
}

.BTN_Style03 {
    background: #ffffff url(../images/gradient_grey_01.jpg) repeat-x bottom;
    border: 1px solid #dedede;
    border-radius: 3px;
    display: inline-block;
    margin: 0 5px 0 0;
    moz-border-radius: 3px;
    padding: 4px 15px;
    webkit-border-radius: 3px;
}

.BTN_Style03 .Icon {
    background: url(../images/ArrowRight_007.png) no-repeat 0 2px;
    padding: 0 0 0 20px;
}

.BTN_Style03:hover {
    background: #c8013b;
    color: #ffffff;
}

.BTN_Style03:hover .Icon {
    background: url(../images/ArrowRight_007_white.png) no-repeat 0 2px;
}

.BTN_Style03_down {
    background: #ffffff url(../images/gradient_grey_01.jpg) repeat-x bottom;
    border: 1px solid #dedede;
    border-radius: 3px;
    display: inline-block;
    margin: 0 5px 5px 0;
    moz-border-radius: 3px;
    padding: 3px 5px;
    webkit-border-radius: 3px;
}

.BTN_Style03_down .Icon {
    background: url(../images/ArrowDown_007.png) no-repeat 0 2px;
    padding: 0 0 0 20px;
}

.BTN_Style03_down:hover {
    background: #c8013b;
    color: #ffffff;
}

.BTN_Style03_down:hover .Icon {
    background: url(../images/ArrowDown_007_white.png) no-repeat 0 2px;
}

.BTN_Style04 {
    background: #ffffff url(../images/BTN_BG02.jpg) repeat-x bottom !important;
    border: 1px solid #bfc0c5 !important;
    border-radius: 3px !important;
    color: #434343;
    display: inline-block !important;
    font-size: 1em;
    font-weight: 700 !important;
    line-height: 20px;
    margin: 5px;
    min-height: 40px;
    moz-border-radius: 3px !important;
    padding: 5px 50px 5px 10px !important;
    position: relative !important;
    vertical-align: top;
    webkit-border-radius: 3px !important;
    width: 92px;
    zoom: 1;
}

.BTN_Style04:hover {
    background: #c8013b url(../images/BTN_BG02_color.jpg) repeat-x bottom !important;
    border: 1px solid #e6205a !important;
    color: #ffffff;
}

.BTN_Style04 .Icon {
    background: url(../images/Arrow_icon_02s.png) no-repeat center center;
    height: 32px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 32px;
}

.BTN_Style04:hover .Icon {
    background: url(../images/Arrow_icon_02s_white.png) no-repeat center center;
}

.BTN_List_Style01 {}

.BTN_List_Style01 .Header {
    border-bottom: 3px solid #b90137;
    color: #b90137;
    font-size: 1.2em;
    font-weight: 700;
    padding: 10px 0;
}

.BTN_List_Style01 .Content {
    background: #eeeeee;
    padding: 20px;
}

.BTN_List_Style01 .BTN_List a {
    background: #ffffff url(../images/BTN_BG02.jpg) repeat-x bottom !important;
    border: 1px solid #bfc0c5 !important;
    border-radius: 3px !important;
    color: #434343;
    display: inline !important;
    display: inline-block !important;
    font-size: 1em;
    font-weight: 700 !important;
    line-height: 145%;
    margin: 5px;
    min-height: 45px;
    moz-border-radius: 3px !important;
    padding: 5px 50px 5px 10px !important;
    position: relative !important;
    vertical-align: top;
    webkit-border-radius: 3px !important;
    width: 130px;
    zoom: 1;
}

.BTN_List_Style01 .BTN_List a .Icon {
    background: url(../images/Arrow_icon_02s.png) no-repeat center center;
    height: 32px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 32px;
}

.BTN_List_Style02 {}

.BTN_List_Style02 .Header {
    border-bottom: 3px solid #b90137;
    color: #b90137;
    font-size: 1.2em;
    font-weight: 700;
    padding: 10px 0;
}

.BTN_List_Style02 .Content {
    background: #eeeeee;
    padding: 10px;
}

.BTN_List_Style02 .BTN_List a {
    background: #ffffff url(../images/BTN_BG02.jpg) repeat-x bottom !important;
    border: 1px solid #bfc0c5 !important;
    border-radius: 3px !important;
    color: #434343;
    display: inline !important;
    display: inline-block !important;
    font-size: 1em;
    font-weight: 700 !important;
    line-height: 20px;
    margin: 5px;
    min-height: 40px;
    moz-border-radius: 3px !important;
    padding: 5px 50px 5px 10px !important;
    position: relative !important;
    vertical-align: top;
    webkit-border-radius: 3px !important;
    width: 92px;
    zoom: 1;
}

.BTN_List_Style02 .BTN_List a:hover {
    background: #c8013b url(../images/BTN_BG02_color.jpg) repeat-x bottom !important;
    border: 1px solid #e6205a !important;
    color: #ffffff;
}

.BTN_List_Style02 .BTN_List a .Icon {
    background: url(../images/Arrow_icon_02s.png) no-repeat center center;
    height: 32px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 32px;
}

.BTN_List_Style02 .BTN_List a:hover .Icon {
    background: url(../images/Arrow_icon_02s_white.png) no-repeat center center;
}

.ListInfo_Style1 {
    border-bottom: 3px solid #b90137;
    overflow: hidden;
}

.ListInfo_Style1 p {
    line-height: 100%;
    margin: 0 !important;
}

#FileDownloadContainer .FileDownBox {
    background: #e7e7e7;
    border: 1px solid #d2d2d2;
    margin-bottom: 10px;
    padding: 5px 5px 5px 0px;
}

#FileDownloadContainer .FileDownBox .FileDown {
    float: left;
    width: 340px;
}

#FileDownloadContainer .FileDownBox .FileDown .FileType {
    float: left;
    margin: 0px 10px;
}

#FileDownloadContainer .FileDownBox .FileDown .Info {
    background: #ffffff;
    float: left;
    min-height: 50px;
    position: relative;
    width: 273px;
}

#FileDownloadContainer .FileDownBox .FileDown .Info .FileName {
    margin: 5px !important;
    max-width: 150px;
}

#FileDownloadContainer .FileDownBox .FileDown .Info .FileName a {
    color: #009ae9;
    font-weight: 700;
}

#FileDownloadContainer .FileDownBox .FileDown .Info .FileName a:hover {
    color: #fcb631;
}

#FileDownloadContainer .FileDownBox .FileDown .Info .FileSize {
    background: #f1f1f1;
    border-radius: 3px;
    font-size: 0.9em;
    moz-border-radius: 3px;
    padding: 2px 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    webkit-border-radius: 3px;
}

.Topic_Style01 {
    background: url(../images/Topic_Style01.jpg) no-repeat left center;
    color: #4f549b;
    display: block;
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: 20px;
    padding-left: 18px;
    width: 100%;
    display: inline-block;
}

.Topic_Style02 {
    background: url(../images/Topic_Style02.png) no-repeat left 2px;
    color: #c8013b;
    display: block;
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: 15px;
    padding-left: 18px;
}

.Topic_Style02_noBlock {
    background: url(../images/Topic_Style02.png) no-repeat left center;
    color: #c8013b;
    display: inline-block;
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: 15px;
    margin-right: 10px;
    padding-left: 18px;
}

.Topic_Style03 {
    background: url(../images/Topic_Style03.png) no-repeat left center;
    color: #666666;
    display: block;
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: 15px;
    padding-left: 18px;
}

.Topic_Style03_noBlock {
    background: url(../images/Topic_Style03.png) no-repeat left center;
    color: #666666;
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: 15px;
    padding-left: 18px;
}

.Topic_Style04 {
    background: url(../images/Topic_Style04.png) no-repeat left center;
    color: #c8013b;
    font-weight: 700;
    padding-left: 25px;
}

.Topic_Style05 {
    background: url(../images/Topic_Style02.png) no-repeat left center;
    color: #c8013b;
    font-weight: 700;
    padding-left: 20px;
}

.Topic_Style06 {
    background: url(../images/BorderBottomStyle_1.jpg) no-repeat left bottom;
    color: #c8013b;
    font-size: 140%;
    font-weight: 700;
    line-height: 110% !important;
    margin-bottom: 10px !important;
    padding: 0 0 10px 0;
}

.InputBTN_3 {
    background: -moz-linear-gradient(center top, #ffc477 5%, #fb9e25 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25));
    background-color: #ffc477;
    border: 1px solid #eeb44f;
    border-radius: 3px;
    box-shadow: inset 0px 1px 0px 0px #fce2c1;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
    font-size: 105%;
    margin: 0 5px;
    moz-border-radius: 3px;
    moz-box-shadow: inset 0px 1px 0px 0px #fce2c1;
    padding: 3px 15px;
    text-shadow: 1px 1px 0px #cc9f52;
    webkit-border-radius: 3px;
    webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1;
}

.InputBTN_3:hover {
    background: -moz-linear-gradient(center top, #fb9e25 5%, #ffc477 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477));
    background-color: #fb9e25;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
}

.InputBTN_3:active {
    position: relative;
    top: 1px;
}

.ItemDetail_2 {
    color: #6f6e6e;
}

.ItemDetail_2 th {
    color: #c8013b;
}

.ItemDetail_2 td {
    line-height: 180%;
    padding: 8px;
}

.ItemDetail_2 td a {
    border-bottom: 1px solid #c8013b;
}

.ItemDetail_2 td a:hover {
    border-bottom: 1px solid #f93599;
}

.ItemDetail_2 td.hd {
    color: #6f6e6e;
    color: #c8013b;
    font-weight: 700;
    text-align: right;
    vertical-align: top;
    width: 185px;
}

.ItemDetail_2 .odd td {
    background-color: #f5f5f5;
}

.mailto {
    background: url(../images/SubMenuIcon001.jpg) no-repeat 0 -2px;
    padding: 0 0 0 25px;
}

.NoResult {
    margin: 0 auto;
    width: 460px;
}

#Container {
    /*節慶版*/
    /*background: url(../images/national_day/content_bg.png) center 210px no-repeat;*/
}

#Header_1Container {
    background: #c8013b;
}

#Header_1 {
    height: 35px;
    margin: 0 auto;
    position: relative;
    width: 1002px;
    z-index: 99999;
}

#BackToPost {
    left: 30px;
    position: absolute;
    top: 0;
}

#HeaderNavContainer {
    background: #f9f9f9;
    border: 1px solid #e7e7e7;
    padding: 5px 10px;
    position: absolute;
    right: 30px;
    top: 15px;
}

#HeaderNav_Nav {
    float: left;
}

#HeaderNav_Nav a {
    color: #707070;
    float: left;
    font-size: 0.9em;
    padding: 0px 10px;
    text-decoration: none;
}

#HeaderNav_Nav a:hover {
    color: #b90137;
}

#FontSizeContainer {
    float: left;
    margin-right: 10px;
}

#FontSizeContainer .Header {
    color: #707070;
    float: left;
    font-size: 0.9em;
    margin: 0px 5px 0px 10px;
    text-decoration: none;
}

#FontSizeContainer .Icon {
    background: url(../images/FontSize_BG.jpg) no-repeat;
    display: inline;
    display: inline-block;
    height: 15px;
    margin-bottom: 2px;
    text-indent: -9999px;
    vertical-align: middle;
    width: 15px;
    zoom: 1;
}

#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 {
    filter: alpha(opacity=70);
    opacity: .7;
}

#CustomerServiceContainer {
    float: left;
    margin: 1px 0 0 10px;
    position: relative;
}

#Header_VersionContainer {
    left: -10px;
    position: absolute;
    top: 8px;
}

#Header_Version_Nav {}

#Header_Version_Nav li {
    float: left;
    margin: 0px 10px;
}

#Header_Version_Nav li a {
    color: #ffffff;
    font-size: 0.9em;
    text-decoration: none;
}

#Header_Version_Nav li a:hover {
    color: #ffec1c;
}

#Header_2 {
    /*background: url(../images/Header_2.jpg) no-repeat;*/
    margin: 0 auto;
    width: 1002px;
    height: 130px;
    position: relative;
    /*節慶版*/
    /*background: url(../images/national_day/Insurance_header.png) no-repeat 249px 19px;*/
    overflow: hidden;
}

#LogoContainer {
    float: left;
}

#Logo {
    left: 31px;
    position: relative;
    top: 35px;
}

#ServiceLinksContainer {
    font-size: 12px;
    position: absolute;
    right: 30px;
    top: 55px;
}

#ServiceLinks {}

#ServiceLinks li {
    float: left;
    margin-left: 10px;
    text-align: center;
}

#ServiceLinks li a {
    color: #707070;
    display: block;
}

#ServiceLinks li a:hover {
    color: #c8013b;
}

#ServiceLinks li a .img {
    display: block;
    height: 40px;
    width: 48px;
}

#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;
}

#ServiceLinks li.current a {
    color: #c8013b;
}

#ServiceLinks li.current a .img {
    background-position: center -40px;
}

#Header_3Container {
    background: url(../images/Header_3BG.jpg) repeat-x;
}

#Header_3 {
    background: url(../images/Header_3.jpg) no-repeat;
    height: 45px;
    margin: 0 auto;
    position: relative;
    width: 1002px;
    z-index: 9999;
}

#MainMenuContainer {
    left: 0px;
    margin: 0px 0px 0px 30px;
    /*position: absolute;*/
    top: 0px;
    width: 673px;
}

.MainPreviousBTN {
    float: left;
}

.MainNextBTN {
    float: right;
}

#SearchContainer {
    background: url(../images/Search_BG.jpg) no-repeat;
    height: 25px;
    position: absolute;
    right: 30px;
    top: 9px;
    width: 260px;
}

#SearchContainer input.sb_input {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    float: left;
    margin: 4px 3px 0 5px;
    width: 185px;
}

#SearchContainer input.sb_search {
    background: url(../images/Search_BTN.png) no-repeat center center;
    border: medium none;
    cursor: pointer;
    float: right;
    height: 17px;
    margin: 4px 5px 0 7px;
    width: 53px;
}

#ContainerInner {
    margin: 0 auto;
    width: 950px;
}

#content {
    margin: 0 auto;
    width: 1002px;
}

#content h1 {
    color: #333;
    line-height: 1em;
}

#content ul {
    list-style: none;
    padding-left: 0;
}

#content ul li {
    margin-bottom: 0px;
}

#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;
}

#QuickSearch .Header {
    border-bottom: 1px solid #dcdcdc;
    padding: 8px 10px;
}

#QuickSearch .Header h2 {
    background: url(../images/InfoSearchHeader.png) no-repeat;
    display: block;
    height: 18px;
    text-indent: -9999px;
    width: 75px;
}

#QuickSearch .Content {}

#QuickSearchContainer #QuickSearchDrop {
    float: left;
    border-right: 1px solid #dcdcdc;
    padding: 10px;
}

#QuickSearchContainer .QuickSearchHeader {}

#QuickSearchContainer #QuickSearchBTN {
    float: left;
    border-left: 1px solid #dcdcdc;
    margin-left: 0px;
    padding: 10px 10px;
}

#QuickSearchBTN a {
    display: inline-block;
    width: 65px;
    overflow: hidden;
    margin: 0 1px;
    text-align: center;
    vertical-align: top;
}

#QuickSearchBTN a img {
    width: 100%;
}

.input-sm {
    width: 50px;
}

.input-md {
    width: 100px;
}

.input-lg {
    width: 185px;
}

.ListSelect {
    overflow: hidden;
}

.ListSelect p.InputWrap {
    margin-right: 5px;
}

.ListSelect p.InputWrap select {
    background: #c8013b;
    border: 1px solid #ff4e80;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    moz-border-radius: 5px;
    padding: 3px 5px;
    position: relative;
    webkit-border-radius: 5px;
}

#QuickSearch .ListSelect p.InputWrap {
    float: left;
    width: calc(100% - 60px);
}

#QuickSearch .ListSelect p.submitWrap {
    float: left;
}

#QuickSearch .ListSelect p.InputWrap select {
    width: 100%;
    height: 29px;
}


.subMenu2 {
    background: #f5f5f5;
    border: 1px solid #eeeeee;
    padding: 3px 10px;
}

.subMenu2 a {
    background: url(../images/navarrow_hover.png) no-repeat 0 5px;
    margin-right: 10px;
    padding: 0 0 0 10px;
}

#PlanHeader {
    float: left;
}

#PlanContent li {
    float: left;
}

#PlanContent li img:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#AppointmentRelatedContainer {
    position: relative;
}

#AppointmentRelatedContainer #Deco {
    position: absolute;
    right: -20px;
    top: -20px;
    z-index: 200;
}

#AppointmentRelatedContainer .Links {
    margin-bottom: 10px;
}

#AppointmentRelatedContainer .Links a:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#MainContentContainer {
    background-position: center;
    margin: 0 auto;
    padding: 0px;
    width: 1002px;
}

#MainContentInner {
    min-height: 500px;
    padding: 0px 30px;
}

#MainContentLeft {
    float: left;
    width: 262px;
}

.MainContentLeft659 {
    width: 659px;
}

#PostOnlyContainer {
    background: url(../images/LatestNewsBG.jpg) repeat-x bottom;
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-top: 3px solid #c8013b;
    position: relative;
    width: 657px;
}

#PostOnly .MoreBTN_1 {
    bottom: 0px;
    position: absolute;
    right: 0px;
}

#PostOnly .MoreBTN_1 a {
    display: block;
}

#PostOnly dd {
    margin: 12px 0px;
    overflow: hidden;
}

#PostOnly dd .Date {
    background: url(../images/LatestNewsDateBG.png) no-repeat;
    color: #ffffff;
    display: block;
    float: left;
    font-size: 0.9em;
    margin-right: 5px;
    padding: 1px 0px;
    text-align: center;
    width: 75px;
}

#PostOnly dd .Link {
    color: #c8013b;
    display: block;
    float: left;
    font-size: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 530px;
}

#PopularChooseLocation {
    float: right;
    margin-bottom: 10px;
}

#PopularChooseLocation span {
    margin-right: 5px;
    vertical-align: middle;
}

#SearchForRentContainer {
    height: 310px;
    position: relative;
}

#SearchForRentHeader {
    position: absolute;
    top: 0px;
    z-index: 5;
}

#SearchForRentContent {
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    left: 0px;
    moz-border-radius: 3px;
    padding: 25px 7px 7px 7px;
    position: absolute;
    top: 25px;
    webkit-border-radius: 3px;
    z-index: 3;
}

#SearchForRentContent a:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#SearchForRentContent select {
    border: 1px solid #d0d0d0;
    color: #1c94c4;
    margin-bottom: 10px;
    padding: 2px;
    width: 243px;
}

#SearchForRentFill {
    background: url(../images/SearchForRentFillBG.jpg) no-repeat;
    height: 24px;
    margin-bottom: 10px;
    width: 244px;
}

#SearchForRentFill input {
    background: transparent;
    border: 0px;
    padding: 4px 0px 0px 5px;
}

#SearchForRentConfirm {
    margin-bottom: 10px;
}

#SearchForRentConfirm .confirm {
    background: url(../images/SearchForRentBTN.jpg) no-repeat;
    border: 0px none;
    cursor: pointer;
    height: 20px;
    width: 243px;
}

#SearchForRentConfirm .confirm:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#SearchLocationContainer a:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#ServiceIcon_1 {
    float: left;
}

#ServiceContent {
    float: left;
}

#ServiceHeader {
    background: #fbfcf9;
    border: 1px solid #d5d5d5;
    margin-bottom: 3px;
    padding: 3px 35px;
}

#ServiceSelect {
    margin-bottom: 3px;
}

#ServiceSelect select {
    color: #1c94c4;
    width: 108px;
}

#ServiceSelect input.confirm_2 {
    background: #c8013b;
    background: linear-gradient(to bottom, #c8013b 0%, #014ea4 100%);
    background: -moz-linear-gradient(top, #c8013b 0%, #014ea4 100%);
    background: -ms-linear-gradient(top, #c8013b 0%, #014ea4 100%);
    background: -o-linear-gradient(top, #c8013b 0%, #014ea4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c8013b), color-stop(100%, #014ea4));
    background: -webkit-linear-gradient(top, #c8013b 0%, #014ea4 100%);
    border: 0;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c8013b', endColorstr='#014ea4', GradientType=0);
    font-size: 0.9em;
    moz-border-radius: 2px;
    padding: 3px 6px;
    text-align: center;
    webkit-border-radius: 2px;
}

#ServiceSelect input.confirm_2:hover {
    filter: alpha(opacity=70%);
    opacity: 0.7;
}

#ServiceTimeIcon {
    background: url(../images/ServiceIcon_2.jpg) no-repeat;
    display: block;
    float: left;
    height: 19px;
    overflow: hidden;
    text-indent: -99999px;
    white-space: nowrap;
    width: 20px;
}

#ServiceMailContainer a:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#MainContentRight {
    float: right;
    /*margin: 0px 0px 0px 20px;*/
}

.MainContentRight260 {
    width: 260px;
}

#MainAdContainer {
    height: 250px;
    width: 658px;
    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;
    font-size: 0;
    -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 {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#PurchaseStepsDeco {
    left: 0px;
    position: absolute;
    top: -25px;
    z-index: 100;
}

#ProductGuideLine {
    float: left;
}

#ProductGuideLine img:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#BuyHowContainer {
    margin-top: 16px;
}

#BuyHowContainer a:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#FAQWikiContainer {
    background: url(../images/FAQWiki_BG.jpg) no-repeat;
    height: 81px;
    width: 260px;
}

#FAQWikiContainer a:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#FAQ {
    float: left;
    margin: 10px 5px 0px 20px;
}

#Wiki {
    float: left;
    margin: 10px 0px 0px 0px;
}

#DownloadContainer {
    background: url(../images/Download.jpg) no-repeat;
    height: 81px;
    width: 260px;
}

#Download {
    left: 7px;
    position: relative;
    top: 35px;
}

#ContactPhoneContainer {}

.HelpPhone a {
    background: #c8013b;
    color: #ffffff;
    float: left;
    font-size: 0.9em;
    margin-right: 5px;
    padding: 3px 0px;
    text-align: center;
    text-decoration: none;
    width: 127px;
}

.HelpMail a {
    background: #c8013b;
    color: #ffffff;
    float: left;
    font-size: 0.9em;
    padding: 3px 0px;
    text-align: center;
    text-decoration: none;
    width: 127px;
}

.HelpPhone a:hover {
    background: #0890ef;
    color: #ffec1c;
}

.HelpMail a:hover {
    background: #0890ef;
    color: #ffec1c;
}

#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;
}

.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;
    font-size: 0.9em;
}

#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: #038c00;
}

#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 {
    border-bottom: 1px solid #e2d3d3;
    float: left;
    height: 31px;
    margin: 3px 6px;
    overflow: hidden;
    text-indent: -999px;
    width: 190px;
}

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 {
    height: 602px;
    left: 863px;
    margin-top: -602px;
    position: relative;
    top: 736px;
    width: 83px;
    z-index: 99999;
}

#QuickMenu img {
    display: block;
}

#QuickMenu .Content {
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    min-height: 560px;
    width: 81px;
}

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 {
    border-bottom: 1px solid #dfdfdf;
    float: left;
    height: 61px;
    margin: 0px 6px;
    overflow: hidden;
    text-indent: -999px;
    width: 69px;
}

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;
}

#MainContentInner #Breadcrumbs {
    background: #ffffff url(../images/Breadcrumbs_BG.jpg) repeat-x bottom;
    border: 1px solid #e0e0e0;
    border-top: 0px;
    color: #b8b2ae;
    font-size: 1em;
    padding: 6px 10px 7px 10px;
}

#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: #c8013b;
}

#MainContentInner #Breadcrumbs .current {
    color: #c8013b;
}

#LocalNavContainer {
    float: left;
    margin-top: 0px;
}

#LocalNav {
    width: 232px;
}

#LocalNav .LocalNavBG_Top {
    background: url(../images/LocalNavAreaBG_Top.png) no-repeat bottom center;
    height: 5px;
    width: 232px;
}

#LocalNav .LocalNavAreaBG_BTM {
    background: url(../images/LocalNavAreaBG_BTM.png) no-repeat top center;
    height: 7px;
    width: 232px;
}

#LocalNav .LocalNavBG_BodyContainer {
    background: url(../images/LocalNavAreaBG_Body.png) repeat-y;
}

#LocalNav .LocalNavBG_Body {
    margin: 0 auto;
    width: 224px;
}

#LocalNav .LocalNavBG_Body .LocalNavGraphic img {
    display: block;
}

#LocalNav .LocalNavBG_Body .LocalNavTopic {
    background: #b90137 url(../images/LocalNavTopicBG.jpg) repeat-x;
    color: #ffffff;
    font-size: 1.15em;
    font-weight: 700;
    padding: 15px;
    text-shadow: 0px -1px 2px #000000;
}

#LocalNav .LocalNavBG_Body .LocalNavTopic a {
    color: #ffffff;
}

#MainContainer {
    float: left;
    padding: 20px 0px 20px 20px;
    padding-top: 0px;
}

#Main {
    width: 690px;
}

#Main h1 {
    border-bottom: 3px solid #eeeeee;
    color: #535353;
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#Main h1 .CurrentTitle {
    background: url(../images/h1_Divide.jpg) no-repeat 0px 3px;
    font-size: 26px;
    font-weight: normal;
    margin-left: 10px;
    padding-left: 10px;
}

#Main h2 {
    border-bottom: 3px solid #eeeeee;
    color: #535353;
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#Main h2 .CurrentTitle {
    background: url(../images/h1_Divide.jpg) no-repeat 0px 3px;
    font-size: 26px;
    font-weight: normal;
    margin-left: 10px;
    padding-left: 10px;
}

#MainContainer_Fullwidth {
    padding: 20px 0px 20px 0px;
    padding-top: 0px;
}

#Main_Fullwidth {}

#Main_Fullwidth h1 {
    border-bottom: 3px solid #eeeeee;
    color: #535353;
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#Main_Fullwidth h1 .CurrentTitle {
    background: url(../images/h1_Divide.jpg) no-repeat 0px 3px;
    font-size: 26px;
    font-weight: normal;
    margin-left: 10px;
    padding-left: 10px;
}

#Main_Fullwidth h2 {
    border-bottom: 3px solid #eeeeee;
    color: #535353;
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#Main_Fullwidth h2 .CurrentTitle {
    background: url(../images/h1_Divide.jpg) no-repeat 0px 3px;
    font-size: 26px;
    font-weight: normal;
    margin-left: 10px;
    padding-left: 10px;
}

#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 {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.BackToPrev {
    display: block;
    margin-bottom: 10px;
}

.BackToPrev a {
    background: url(../images/BackToPrev.png) no-repeat;
    color: #535353;
    display: inline-block;
    font-size: 1.1em;
    font-weight: 700;
    height: 22px;
    line-height: 22px;
    padding: 0 0 0 27px;
}

.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 {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#ContentsContainer {
    position: relative;
}

#ContentsContainer #Contents {
    position: relative;
}

#ContentsContainer #Contents p {
    line-height: 180%;
    margin: 0 0 20px 0;
    color: #333;
}

#ContentsContainer #Contents .article {
    word-break: normal;
    word-wrap: break-word;
}

#ContentsContainer #Contents .article p {
    line-height: 190%;
    margin: 0 0 20px 0;
}

#ContentsContainer #Contents .article strong {
    display: block;
    line-height: 190%;
}

#ContentsContainer #Contents .article ol {
    list-style-type: decimal;
    padding-left: 25px;
}

#ContentsContainer #Contents .article ul {
    list-style-type: disc;
    padding-left: 25px;
}

#ContentsContainer #Contents .ParagraphNext {
    line-height: 180%;
}

.ConditionSearchContainer {
    background: #eeeeee;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    font-size: 0.9em;
    margin: 0px 0px 20px;
    moz-border-radius: 3px;
    overflow: hidden;
    padding: 10px;
    webkit-border-radius: 3px;
}

.ConditionSearchContainer span,
.ConditionSearchContainer select,
.ConditionSearchContainer .Submit_1,
.ConditionSearchContainer input {
    vertical-align: middle !important;
}

.ConditionSearchContainer .Submit_1 {
    background: url(../images/QuickSearchBTN.jpg) no-repeat left center;
    border: 0px;
    cursor: pointer;
    display: inline-block;
    height: 23px;
    /*margin-left: 5px;*/
    text-indent: -9999px;
    width: 65px;
}

.ConditionSearchContainer .sec {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 10px;
    text-align: left;
}

.ConditionSearchContainer .sec span {
    padding: 0 5px;
}

.ConditionSearchContainer .sec span.hd {
    background: url(../images/ConditionSearch_divi.jpg) no-repeat left center;
    margin-left: 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 select,
.ConditionSearchContainer input {
    color: #878787;
    cursor: pointer;
}

.ConditionSearchContainer .Submit {
    width: 65px;
}

.ConditionSearchContainer .sec_1 {
    border-bottom: 1px solid #aad2ff;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: right;
}

.ConditionSearchContainer .sec_2 {
    text-align: right;
}

.TableStyle_02 {
    border: 1px solid #f5789d;
}

.TableStyle_02 th {
    background: #c8013b;
    border-bottom: 1px solid #f5789d;
    border-right: 1px solid #f5789d;
    color: #ffffff;
    padding: 10px;
}

.TableStyle_02 th.last {
    border-right: none;
}

.TableStyle_02 .hd {}

.TableStyle_02 .hd2 {
    background: #f2f2f2;
}

.TableStyle_02 td {
    border-bottom: 1px dotted #c9c9c9;
    border-left: 1px solid #ffffff;
    padding: 10px;
}

.TableStyle_02 td:first-child {
    border-left: 0px;
}

.TableStyle_02 .odd td {
    background: #f2f2f2;
}

.TableStyle_02 td.Last {
    border-bottom: none;
}

.TableStyle_02 .BorderRight {
    border-right: 1px solid #dcdcdc;
}

.TableStyle_03 {
    border: 1px solid #f5789d;
}

.TableStyle_03 th {
    background: #c8013b;
    border-bottom: 1px solid #f5789d;
    border-right: 1px solid #f5789d;
    color: #ffffff;
    padding: 10px;
}

.TableStyle_03 th.last {
    border-right: none;
}

.TableStyle_03 .hd {}

.TableStyle_03 .hd2 {
    background: #f2f2f2;
}

.TableStyle_03 td {
    border: 1px dotted #c9c9c9;
    padding: 10px;
}

.TableStyle_03 td:last-child {
    border-right: 0px;
}

.TableStyle_03 td:first-child {
    border-left: 0px;
}

.TableStyle_03 .odd td {
    background: #f2f2f2;
}

.TableStyle_03 td.Last {
    border-bottom: none;
}

.TableStyle_03 .BorderRight {
    border-right: 1px solid #dcdcdc;
}

.RelatedInfoContainer {
    background: #f8f7f7;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    moz-border-radius: 3px;
    webkit-border-radius: 3px;
}

.RelatedInfoContainer h3 {
    border-bottom: 1px solid #e9e9e9;
    color: #898989;
    font-size: 1.15em;
    font-weight: 700;
    padding: 10px 15px;
}

.RelatedInfoContainer .RelatedInfoList {
    padding: 15px;
}

.RelatedInfoContainer .RelatedInfoList li {
    background: url(../images/ListIcon_001.png) no-repeat left 6px;
    color: #898989;
    margin-bottom: 5px;
    padding: 3px 20px;
}

.RelatedInfoContainer .RelatedInfoList li a {
    color: #898989;
}

.RelatedInfoContainer .RelatedInfoList li a:hover {
    color: #c8013b;
}

.RelatedInfoContainer .RelatedInfoList li a.noBlock {
    display: inline-block;
}

.RelatedInfoContainer .note {
    padding: 0 20px;
}

.BoxContainer_Style1 {
    border: 1px solid #fabe7e;
    border-top: 2px solid #2e91ff;
}

.BoxContainer_Style1 h2 {
    background: #e8f5fe;
    color: #c8013b;
    font-size: 1.1em;
    padding: 10px 15px;
}

.BoxContainer_Style1 .tabs_fake {
    background: #E8F5FE;
    min-height: 35px;
}

.BoxContainer_Style1 .tabs_fake li {
    float: left;
    list-style-image: none !important;
    margin: 0 !important;
    padding: 0;
    text-indent: 0;
}

.BoxContainer_Style1 .tabs_fake li a {
    background: #E8F5FE;
    border-right: 1px solid #ffffff;
    color: #2c90ff;
    display: block;
    font-size: 1.1em;
    font-weight: 700;
    height: 35px;
    line-height: 35px;
    margin: 0px;
    padding: 0px 15px;
    position: relative;
    text-align: center;
    text-decoration: none;
    top: 1px;
}

.BoxContainer_Style1 .tabs_fake li.current a {
    background: #ffffff;
    color: #c8013b !important;
    cursor: default !important;
}

dl.dl_Style02 {
    line-height: 180%;
    margin-top: 10px;
}

dl.dl_Style02 dt {
    background: url(../images/Topic_Style03.png) no-repeat left 5px;
    color: #666666;
    font-weight: 700;
    margin-bottom: 10px;
    margin-left: 20px;
    padding-left: 20px;
}

dl.dl_Style02 dd {
    background: url(../images/ListIcon_002.jpg) no-repeat 3px 8px;
    margin-bottom: 10px;
    margin-left: 20px;
    padding-left: 20px;
}

dl.dl_Style02 dd.Note {
    background: none;
    display: block;
    margin: 0px 0px 10px 20px;
}

dl.dl_Style02 dd.TableInDD {
    background: none;
}

dl.dl_Style02 dd dd {
    background: url(../images/ListIcon_003.jpg) no-repeat 3px 8px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-left: 20px;
}

dl.dl_Style02 dd dd {
    background: url(../images/ListIcon_003.jpg) no-repeat 3px 8px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-left: 20px;
}

dl.dl_Style02 dd dd dd {
    background: url(../images/ListIcon_007.png) no-repeat 3px 8px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-left: 20px;
}

dl.dl_Style02 dl {
    padding-top: 10px;
}

dl.dl_Style02 dl dl {
    background: #f2f2f2;
    border-radius: 3px;
    margin: 10px 0;
    moz-border-radius: 3px;
    padding: 10px 10px 5px 10px;
    webkit-border-radius: 3px;
}

.Submit_Style1 {
    background: url(../images/Submit_Style1_BG.jpg) repeat-x;
    border: 0px;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    font-weight: 700;
    moz-border-radius: 3px;
    padding: 7px 40px;
    text-align: center;
    webkit-border-radius: 3px;
}

.ResultContainer {
    background: #eeeeee;
    border-radius: 3px;
    margin-bottom: 20px;
    moz-border-radius: 3px;
    padding: 10px;
    webkit-border-radius: 3px;
}

.ResultContainer dl dt {
    display: inline-block;
    float: left;
    font-size: 1.1em;
    font-weight: 700;
    margin-right: 10px;
}

.ResultContainer dl dd {
    display: inline-block;
    float: left;
}

.ResultContainer dl dd .Money {
    font-size: 1.1em;
    margin-right: 5px;
}

.ResultContainer dl dd .Cost {
    color: #ff0000;
    font-size: 1.3em;
    font-weight: 700;
}

#LocationBTNContainer {
    padding: 0 20px;
}

#LocationBTNContainer .LocationBTN li {
    display: block;
    float: left;
}

#LocationBTNContainer .LocationBTN li a {
    background: url(../images/BTN_BG02.jpg) repeat-x bottom;
    border: 1px solid #bfc0c5;
    border-radius: 3px;
    color: #434343;
    display: inline-block;
    font-size: 1.15em;
    font-weight: 700;
    line-height: 50px;
    margin: 5px;
    moz-border-radius: 3px;
    padding: 0px 10px;
    position: relative;
    webkit-border-radius: 3px;
    width: 130px;
}

#LocationBTNContainer .LocationBTN li a:hover {
    color: #c8013b;
}

#LocationBTNContainer .LocationBTN li .Icon {
    background: url(../images/Arrow_icon_02.png) no-repeat center center;
    height: 32px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 32px;
}

.pagination_1 {
    display: block;
    margin: 30px 0px;
    text-align: center;
}

.pagination_1 a {
    background: #ffffff;
    border: 1px solid #f68aa9;
    color: #c8013b;
    padding: 5px;
}

.pagination_1 a:hover {
    background: #c8013b;
    border: 1px solid #f68aa9;
    color: #ffffff;
}

.pagination_1 a.disable {
    background: #ffffff;
    border: 1px solid #bfbfbf;
    color: #999999;
}

.pagination_1 a.disable:hover {
    background: #ffffff;
    border: 1px solid #bfbfbf;
    color: #999999;
}

.pagination_1 a.current {
    background: #c8013b;
    border: 1px solid #f68aa9;
    color: #ffffff;
}

#LargeBTNContainer {}

#LargeBTNContainer a {
    background: url(../images/LargeBTN_BG.png) no-repeat center center;
    color: #c8013b;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    height: 204px;
    margin: 0px 10px 10px 0px;
    width: 213px;
}

#LargeBTNContainer a:hover {
    color: #e10001;
    filter: alpha(opacity=70%);
    opacity: 0.7;
}

#LargeBTNContainer .imgCenterContainer {
    height: 135px;
    line-height: 135px;
    text-align: center;
    width: 200px;
}

#LargeBTNContainer .imgCenter {
    margin-top: 0;
    vertical-align: middle;
}

#LargeBTNContainer .TitleContainer {
    background: url(../images/LargeBTNtxt_BG.png) no-repeat center center;
    height: 52px;
    margin: 0 auto;
    position: relative;
    width: 186px;
}

#LargeBTNContainer .Title {
    left: 5px;
    position: absolute;
    text-shadow: 1px 1px 1px #fff;
    top: 5px;
    width: 145px;
}

.Form_Style_Container {
    background: url(../images/GreyGradient_002.jpg) repeat-x bottom;
    border: 1px solid #c8013b;
    border-top-width: 3px;
}

.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 {}

.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;
}

.CalendarIcon_1 {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

#SiteMapContainer {}

#SiteMapContainer .SiteMap_Section {
    clear: both;
    margin-bottom: 15px;
}

#SiteMapContainer .SiteMap_Section h3.Title {
    background: #c8013b;
    border-radius: 3px;
    color: #ffffff;
    font-size: 1.2em;
    height: 39px;
    line-height: 39px;
    margin: 0 0 15px 0;
    moz-border-radius: 3px;
    padding: 3px 15px 0;
    webkit-border-radius: 3px;
}

#SiteMapContainer .SiteMap_Section h3.Title a {
    color: #ffffff;
}

#SiteMapContainer .SiteMap_Section h3.Title a:hover {
    color: #c8013b;
}

#SiteMapContainer .SiteMap_Section ul.SiteMapList {
    background: #f5f4f4;
    border-radius: 3px;
    display: inline;
    display: inline-block;
    margin: 0px 10px 20px 10px;
    padding: 15px;
    vertical-align: top;
    width: 260px;
    zoom: 1;
}

#SiteMapContainer .SiteMap_Section ul.SiteMapList h4 a {
    background: none;
    border-bottom: 1px dotted #e8e8e8;
    color: #c8013b;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
}

#SiteMapContainer .SiteMap_Section ul.SiteMapList h4 a:hover {
    color: #c8013b;
}

#SiteMapContainer .SiteMap_Section ul.SiteMapList a {
    background: url(../images/RoundIcon.png) no-repeat 0 4px;
    color: #666666;
    display: block;
    margin: 10px 0px;
    padding-left: 15px;
}

#SiteMapContainer .SiteMap_Section ul.SiteMapList a:hover {
    color: #c8013b;
}

.ProductContainer li {
    display: inline;
    display: inline-block;
    margin: 0px 10px;
    width: 130px;
    zoom: 1;
}

.ProductContainer li.Last {
    margin-right: 0px;
}

.ProductContainer li a {
    cursor: pointer;
    display: block;
}

.ProductContainer li a .IMG {
    background: url(../images/ImageShadow_01.png) center bottom no-repeat;
    margin: 5px auto 0 auto;
    padding-bottom: 5px;
    width: 130px;
}

.ProductContainer li a .IMG table td {
    background: #f0f0f0;
    height: 115px;
    position: relative;
    text-align: center;
    width: 130px;
}

.ProductContainer li a .IMG img {
    bottom: 0;
    height: auto;
    left: 0;
    max-height: 100%;
    max-width: 130px;
    right: 0;
    top: 0;
    width: auto;
}

.ProductContainer li a:hover>.IMG img {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.ProductContainer li a .IMG .SubBannerHot,
.ProductContainer li a .IMG .SubBannerNew,
.ProductContainer li a .IMG .SubBannerSale {
    height: 41px;
    position: absolute;
    right: -3px;
    top: -3px;
    width: 41px;
    z-index: 99;
}

.ProductContainer li a .IMG .SubBannerHot {
    background: url(../images/SubBannerHot.png) no-repeat;
}

.ProductContainer li a .IMG .SubBannerNew {
    background: url(../images/SubBannerNew.png) no-repeat;
}

.ProductContainer li a .IMG .SubBannerSale {
    background: url(../images/SubBannerSale.png) no-repeat;
}

.ProductContainer li a h3 {
    color: #535353;
    font-size: 1em;
    font-weight: normal;
    height: 50px;
    line-height: 170%;
    overflow: hidden;
}

.ProductContainer li a h2 {
    color: #009944;
    font-size: 1em;
    height: 50px;
    line-height: 170%;
    moz-transition: color;
    moz-transition-duration: 2000ms;
    o-transition: color;
    o-transition-duration: 2000ms;
    overflow: hidden;
    transition: color;
    transition-duration: 2000ms;
    webkit-transition: color;
    webkit-transition-duration: 2000ms;
}

.ProductContainer li a:hover h2 {
    color: #c8013b;
    moz-transition: color;
    moz-transition-duration: 300ms;
    o-transition: color;
    o-transition-duration: 300ms;
    transition: color;
    transition-duration: 300ms;
    webkit-transition: color;
    webkit-transition-duration: 300ms;
}

.ProductContainer li a h2 .Catelog {
    color: #000000;
    font-weight: 700;
    margin-right: 3px;
}

.ProductContainer li a p.Price {
    color: #ff0000;
    font-weight: 700;
    line-height: 170%;
}

.ProductContainer li a p.Price .hd {
    color: #535353;
}

.ProductContainer li a p .LineThrough {
    text-decoration: line-through;
}

.ProductContainer li a p .Discount {
    color: #ff0000 !important;
    font-size: 1.1em;
    font-weight: 700;
    margin: 0px 5px;
    text-decoration: none;
}

.ProductContainer_2 li {
    display: inline;
    display: inline-block;
    margin: 0px 8px 13px 8px;
    zoom: 1;
}

.ProductContainer_2 li.Last {
    margin-right: 0px;
}

.ProductContainer_2 li a {
    border: 1px solid #d8d8d8;
    cursor: pointer;
    display: block;
    padding: 10px;
    width: 145px;
}

.ProductContainer_2 li a .IMG {
    background: url(../images/ImageShadow_01.png) center bottom no-repeat;
    margin: 5px auto 5px auto;
    padding-bottom: 5px;
    width: 130px;
}

.ProductContainer_2 li a .IMG table td {
    background: #f0f0f0;
    height: 115px;
    position: relative;
    text-align: center;
    width: 130px;
}

.ProductContainer_2 li a .IMG img {
    bottom: 0;
    height: auto;
    left: 0;
    max-height: 100%;
    max-width: 130px;
    right: 0;
    top: 0;
    width: auto;
}

.ProductContainer_2 li a:hover>.IMG img {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.ProductContainer_2 li a .IMG .SubBannerHot,
.ProductContainer_2 li a .IMG .SubBannerNew,
.ProductContainer_2 li a .IMG .SubBannerSale {
    height: 41px;
    position: absolute;
    right: -3px;
    top: -3px;
    width: 41px;
    z-index: 99;
}

.ProductContainer_2 li a .IMG .SubBannerHot {
    background: url(../images/SubBannerHot.png) no-repeat;
}

.ProductContainer_2 li a .IMG .SubBannerNew {
    background: url(../images/SubBannerNew.png) no-repeat;
}

.ProductContainer_2 li a .IMG .SubBannerSale {
    background: url(../images/SubBannerSale.png) no-repeat;
}

.ProductContainer_2 li a h3 {
    color: #535353;
    font-size: 1em;
    font-weight: normal;
    height: 50px;
    line-height: 170%;
    overflow: hidden;
}

.ProductContainer_2 li a h2 {
    color: #009944;
    font-size: 1em;
    height: 50px;
    line-height: 170%;
    overflow: hidden;
}

.ProductContainer_2 li a h2 .Catelog {
    color: #000000;
    font-weight: 700;
    margin-right: 3px;
}

.ProductContainer_2 li a p.Price {
    color: #ff0000;
    font-weight: 700;
    line-height: 170%;
}

.ProductContainer_2 li a p.Price .hd {
    color: #535353;
}

.ProductContainer_2 li a:hover {
    background: #c8013b;
}

.ProductContainer_2 li a:hover>h3,
.ProductContainer_2 li a:hover>h2,
.ProductContainer_2 li a:hover>p.Price,
.ProductContainer_2 li a:hover>p.Price .hd {
    color: #ffffff;
}

#IndexNewsConatiner {
    margin: 0;
    padding: 0;
    width: 260px;
}

#IndexNewsConatiner .IndexNews {
    position: relative;
}

.IndexNews .Header {
    background: url(../images/IndexNews_Header.png) no-repeat;
    color: #ffffff;
    font-size: 1.15em;
    font-weight: 700;
    padding: 9px 20px 6px 15px;
    text-shadow: 0px -1px 2px #000000;
    width: 226px;
}

.IndexNews .BodyContent {
    background: #ffffff url(../images/IndexNews_BG.jpg) repeat-x bottom;
    border: 1px solid #dcdcdc;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    moz-border-radius-bottomleft: 3px;
    moz-border-radius-bottomright: 3px;
    padding: 20px 10px 10px;
    webkit-border-bottom-left-radius: 3px;
    webkit-border-bottom-right-radius: 3px;
    width: 239px;
}

.IndexNews .BodyContent li {
    background: url(../images/ListIcon_003.png) no-repeat 5px 5px;
    margin-bottom: 10px;
    padding: 0px 0px 0px 20px;
}

.IndexNews .BodyContent li a {}

.IndexNews .BodyContent li a h2 {
    color: #c8013b;
    font-size: 1em;
}

.IndexNews .BodyContent li a h3 {
    color: #535353;
    font-size: 0.9em;
    font-weight: normal;
    moz-transition: color 2000ms;
    o-transition: color 2000ms;
    transition: color 2000ms;
    webkit-transition: color 2000ms;
}

.IndexNews .BodyContent li a:hover h3 {
    color: #c8013b;
    font-size: 0.9em;
    font-weight: normal;
    moz-transition: color 300ms;
    o-transition: color 300ms;
    transition: color 300ms;
    webkit-transition: color 300ms;
}

#ProductSearchConatiner {
    margin: 0;
    padding: 0;
    width: 261px;
}

#ProductSearchConatiner .ProductSearch {
    margin-top: 5px;
    position: relative;
}

.ProductSearch .Header {
    background: url(../images/ProductSearch_Header.png) no-repeat;
    color: #ffffff;
    font-weight: 700;
    left: 7px;
    padding: 15px 140px 5px 50px;
    position: absolute;
    text-shadow: 0px -1px 2px #000000;
    top: 0px;
    z-index: 5;
}

.ProductSearch .BodyContent {
    background: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    left: 0px;
    moz-border-radius: 3px;
    padding: 20px 10px 10px;
    position: absolute;
    top: 25px;
    webkit-border-radius: 3px;
    width: 239px;
    z-index: 2;
}

.ProductSearch .BodyContent select {
    border: 1px solid #aaa;
    color: #1c94c4;
    display: block;
    height: 26px;
    line-height: 26px;
    margin-bottom: 2px;
    padding: 2px;
    width: 237px;
}

.ProductSearch .ProductSearchBTN {
    margin-top: 8px;
}

.ProductSearch .ProductSearchBTN input {
    border: 0;
    cursor: pointer;
    display: inline;
    display: inline-block;
    height: 20px;
    width: 114px;
    zoom: 1;
}

.ProductSearch .ProductSearchBTN input:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.ProductSearch .ProductSearchBTN input.Clear {
    background: url(../images/ProductSearch_InputClear.png) no-repeat;
    margin-right: 5px;
}

.ProductSearch .ProductSearchBTN input.Search {
    background: url(../images/ProductSearch_InputSearch.png) no-repeat;
}

#ServiceFeedBackContainer {
    position: relative;
}

.TabsStyle2Container_fake {}

.TabsStyle2Container_fake ul.tabs_fake {
    border-bottom: 1px solid #c8013b;
    min-height: 35px;
}

.TabsStyle2Container_fake ul.tabs_fake li {
    float: left;
    list-style-image: none !important;
    margin: 0 !important;
    padding: 0;
    text-indent: 0;
}

.TabsStyle2Container_fake ul.tabs_fake a {
    background: #efefef;
    border-right: 1px solid #ffffff;
    color: #898989;
    display: block;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    margin: 0px;
    padding: 0px 33px;
    position: relative;
    text-align: center;
    text-decoration: none;
    top: 0px;
}

.TabsStyle2Container_fake ul.tabs_fake a.current,
.TabsStyle2Container_fake ul.tabs_fake a.current:hover,
.TabsStyle2Container_fake ul.tabs_fake li.current a {
    background: #ffffff;
    border-left: 1px solid #c8013b;
    border-right: 1px solid #c8013b;
    border-top: 3px solid #c8013b;
    color: #c8013b !important;
    cursor: default !important;
    top: 1px;
}

.TabsStyle2Container_fake .Content {
    padding: 20px 0;
}

.tabs2_fake {
    margin: 20px 0 0 10px;
}

.tabs2_fake li {
    float: left;
}

.tabs2_fake li a {
    background: #f0f0f0;
    border-right: 1px solid #ffffff;
    color: #898989;
    display: block;
    font-size: 1.1em;
    font-weight: 700;
    height: 35px;
    line-height: 35px;
    margin: 0px;
    padding: 0px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    top: 1px;
}

.tabs2_fake li a.current {
    background: #c8013b;
    color: #ffffff !important;
    cursor: default !important;
}

.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;
}

.ContactWindowContainer {
    background: url(../images/ContactWindow_BG.jpg) repeat-x bottom;
    border: 1px solid #dedede;
    border-radius: 3px;
    float: left;
    margin-right: 20px;
    moz-border-radius: 3px;
    text-shadow: 1px 1px 1px #fff;
    webkit-border-radius: 3px;
    width: 520px;
}

.ContactWindowContainer .sec_1 {
    background: url(../images/PhoneIcon_001.png) no-repeat 15px 15px;
    border-bottom: 1px solid #c9c9c9;
    padding: 20px 15px 15px 85px;
}

.ContactWindowContainer .sec_1 .Title {
    color: #242520;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-right: 5px;
}

.ContactWindowContainer .sec_1 .Loca {
    display: inline-block;
    margin-bottom: 10px;
}

.ContactWindowContainer .sec_1 .Phone {
    color: #ff711c;
    font-size: 20px;
    font-weight: 700;
}

.ContactWindowContainer .sec_2 {
    border-top: 1px solid #ffffff;
    padding: 15px;
}

.ContactWindowContainer .sec_2 .Title {
    color: #626262;
    font-weight: 700;
    margin-right: 5px;
}

.Note2Container {
    border: 1px solid #e3e3e3;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 3px solid #e3e3e3;
    float: left;
    moz-border-radius-bottomleft: 3px;
    moz-border-radius-bottomright: 3px;
    webkit-border-bottom-left-radius: 3px;
    webkit-border-bottom-right-radius: 3px;
    width: 398px;
}

.Note2Container h2 {
    border-bottom: 1px solid #e3e3e3;
    font-size: 1.3em;
    font-weight: 700;
    padding: 10px;
}

.Note2Container .content {
    padding: 10px 15px;
}

.Note2Container .content li {
    background: url(../images/ListIcon_004.jpg) no-repeat 0px 10px;
    padding: 5px 5px 5px 15px;
}

.InnerItemTitle {
    display: inline-block;
}

.InnerItemTitle .TitleContain {
    line-height: 30px;
    margin-right: 42px;
    width: 800px;
}

.InnerItemTitle .TitleContain .highLight {
    background: #fecf5e;
    border: 2px solid #ff711c;
    border-radius: 3px;
    color: #ff511c;
    font-weight: 700;
    margin-right: 15px;
    moz-border-radius: 3px;
    padding: 2px 5px;
    webkit-border-radius: 3px;
}

.InnerItemTitle .TitleContain .Title {
    color: #535353;
    font-size: 25px;
    font-weight: 700;
    vertical-align: middle;
}

.BackToPrevious {
    width: 98px;
}

.ExternalMap {
    border: 1px solid #c9c9c9;
    border-radius: 10px;
    margin: 0 auto;
    moz-border-radius: 10px;
    padding: 15px;
    webkit-border-radius: 10px;
    width: 800px;
}

.BackToTop_2 {
    background: #eeeeee;
    border-radius: 5px;
    display: block;
    height: 35px;
    margin: 15px 0px;
    moz-border-radius: 5px;
    position: relative;
    webkit-border-radius: 5px;
}

.BackToTop_2 a {
    background: url(../images/bullet_top.png) no-repeat 0 3px;
    color: #727171;
    font-size: 0.9em;
    margin: 4px 0 0 0 !important;
    padding: 0 0 0 15px;
    position: absolute;
    right: 15px;
    top: 5px;
}

.BackToTop_2 a:hover {
    color: #c8013b;
}

#MainAdOverView {}

#MainAdOverView li {
    background: #eeeeee url(../images/MainAdShadow.jpg) no-repeat bottom center;
    clear: both;
    display: inline-block;
    overflow: hidden;
    padding-bottom: 45px;
}

#MainAdOverView li a {
    color: #535353;
    cursor: pointer;
}

#MainAdOverView li:hover a {
    color: #c8013b;
}

#MainAdOverView li .Info {
    display: block;
    padding: 20px;
    width: 216px;
}

#MainAdOverView li .Info .InfoDesc {
    font-size: 22px;
    line-height: 130%;
    margin-bottom: 15px;
}

#MainAdOverView li .Info p {
    color: #989898;
}

#MainAdOverView li .IMG img {
    display: block;
    width: 684px;
}

#MainAdSmallOverView {
    margin-right: -28px;
}

#MainAdSmallOverView li {
    display: inline;
    display: inline-block;
    margin: 0 27px 27px 0;
    vertical-align: top;
    width: 212px;
    zoom: 1;
}

#MainAdSmallOverView li a {
    background: #eeeeee;
    color: #535353;
    display: inline-block;
    padding: 10px;
}

#MainAdSmallOverView li a:hover {
    color: #c8013b;
}

#MainAdSmallOverView li a .Info {
    display: block;
}

#MainAdSmallOverView li a .Info .smallInfoDesc {
    font-size: 1em;
    line-height: 130%;
    margin-bottom: 10px;
}

#MainAdSmallOverView li a .IMG {
    margin-bottom: 10px;
}

#MainAdSmallOverView li a .IMG img {
    display: block;
    width: 191px;
}

#DownloadLink {
    height: 97px;
    position: relative;
    width: 260px;
}

#DownloadLink .Header {
    background: url(../images/DownloadHeader.png) no-repeat center;
    color: #ffffff;
    font-weight: 700;
    left: 7px;
    padding: 15px 140px 5px 50px;
    position: absolute;
    text-shadow: 0px -1px 2px #000000;
    top: 0px;
    z-index: 5;
}

#DownloadLink .BodyContent {
    background: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    left: 0px;
    moz-border-radius: 3px;
    padding: 25px 10px 15px;
    position: absolute;
    top: 25px;
    webkit-border-radius: 3px;
    width: 239px;
    z-index: 2;
}

.topic-Wrap {
    position: relative;
}

.topic-Wrap .tr {
    position: absolute;
    right: 0;
    top: 0;
}

.topic-Wrap .Submit {
    background: url(../images/QuickSearchBTN.jpg) no-repeat left center;
    border: 0px;
    cursor: pointer;
    display: inline-block;
    height: 23px;
    margin-left: 5px;
    text-indent: -9999px;
    width: 65px;
}

.topic-Wrap select {
    color: #878787;
}

#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;
}

.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 {}

.ResultState .HighLightRed {
    color: #e60012;
    font-weight: 700;
}

.OpenLink {
    background: url(../images/OpenLink_Icon.png) no-repeat 0 0;
    padding: 2px 0px 2px 25px;
}

.Notebook_1,
.Notebook_2 {
    margin-right: 10px;
    padding: 2px 0px 2px 20px;
}

.Notebook_1 {
    background: url(../images/Notebook_Icon_01.png) no-repeat 0 0;
}

.Notebook_2 {
    background: url(../images/Notebook_Icon_02.png) no-repeat 0 0;
}

.NoteList {
    background: url(../images/NoteList_Icon_01.png) no-repeat 0 0;
    padding: 2px 0px 2px 23px;
}

.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);
    margin: 0 auto;
    moz-border-radius: 5px;
    padding: 10px;
    text-align: center;
    webkit-border-radius: 5px;
    width: 570px;
}

.Step_Style1 p.Describe .hd {
    color: #c8013b;
    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;
    margin: 10px auto;
    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: #c8013b;
    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;
}

.NoteStyle {
    background: #ffcfdd;
    border-radius: 5px;
    color: #c8013b;
    font-weight: 700;
    moz-border-radius: 5px;
    padding: 5px 10px;
    webkit-border-radius: 5px;
}

.faq-list {
    margin: 0 0 30px;
}

.faq-btn {
    background: url(../images/bg_article-lista.png) repeat-x #eee;
    border: 1px solid #eee;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 85%;
    line-height: 160%;
    margin: 0 0 10px;
    padding: 10px 40px 10px 35px;
    position: relative;
    webkit-border-radius: 5px;
    width: 610px;
}

.faq-btn:hover {
    color: #c8013b;
}

.faq-btn h3 {
    font-size: 1.2em;
    font-weight: 400;
}

.faq-content {
    float: left;
    line-height: 160%;
    padding: 10px 35px;
    position: relative;
}

.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;
}

.faq-list .icon-arrow {
    background: url(../images/icon-faqArrow.png) no-repeat;
    display: inline-block;
    height: 22px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 22px;
}

.faq-list .icon-questions {
    background: url(../images/icon-questions.png) no-repeat;
    display: inline-block;
    height: 22px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 22px;
}

.faq-list .icon-answer {
    background: url(../images/icon-answer.png) no-repeat;
    display: inline-block;
    height: 22px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 22px;
}

.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;
    overflow: hidden;
    padding: 12px 10px;
    position: relative;
}

.grid-pager {
    float: left;
}

.sort-method-buttons {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}

.sort-method-buttons li {
    float: left;
    position: relative;
}

.sort-method-buttons a {
    background: url(../images/icon-sortMethodA.png) 8px 16px no-repeat;
    border-left: 1px solid #ddd;
    color: #424242;
    display: block;
    padding: 12px 10px 12px 20px;
}

.sort-method-buttons a:hover,
.sort-method-buttons .current {
    background: url(../images/icon-sortMethodAhover.png) 9px 16px no-repeat;
    color: #c8013b;
}

.msg-list {
    line-height: 180%;
}

.msg-list li a {
    border-bottom: 1px solid #d9d9d9;
    display: block;
    padding: 15px 30px 0;
}

.msg-list .Date {
    color: #c8013b;
    margin: 0 0 5px;
}

.msg-list .Topic {
    color: #434343;
    font-size: 1.3em;
    margin: 0 0 10px;
    position: relative;
}

.Topic .label {
    padding: 0 0 0 10px;
    vertical-align: middle;
}

.msg-list a:hover .Topic {
    color: #c8013b;
}

.msg-list .Thumbs {
    color: #7c7c7c;
    font-size: 1.1em;
    padding: 0 0 15px;
}

.topNews-slider .sliderkit img {
    height: auto;
    width: auto;
    max-height: 568px;
    max-width: 400px;
}

#ServiceDescription_Style01 {}

#ServiceDescription_Style01 li {
    border-top: 1px solid #d2d2d2;
    clear: both;
    overflow: hidden;
    padding: 20px 0;
}

#ServiceDescription_Style01 li:first-child {
    border-top: 0px;
    padding-top: 0px;
}

#ServiceDescription_Style01 li .IMG {
    float: left;
    width: 165px;
}

#ServiceDescription_Style01 li div.Thumb {
    float: left;
    width: 500px;
}

#ServiceDescription_Style01 li div.Thumb .BTN {
    margin-left: 15px;
}

#ServiceDescription_Style01 li div.Thumb dl {
    margin-top: 0px;
}

#ServiceDescription_Style02 {}

#ServiceDescription_Style02 .IMG {
    display: block;
    float: left;
    margin: 0 20px 0 0;
    width: 215px;
}

#ProductList p {
    line-height: 160% !important;
}

#ProductList li {
    clear: both;
    position: relative;
}

#ProductList li {
    border-bottom: 1px solid #d9d9d9;
    display: block;
    min-height: 160px;
    overflow: hidden;
    padding: 20px 0 35px;
}

#ProductList li dl dt.ThumbImg {
    background: #ffffff;
    border: 1px solid #eeeeee;
    display: block;
    float: left;
    margin: 0 15px 15px 0;
    padding: 1px;
    width: 140px;
}

#ProductList li dl dt.ThumbImg td {
    background: #e9e9e9;
    height: 140px;
    text-align: center;
    width: 140px;
}

#ProductList li dl dt.ThumbImg td a {
    display: block;
    height: auto;
    width: 140px;
}

#ProductList li dl dt.ThumbImg img {
    background: #ffffff;
    height: auto;
    max-height: 100%;
    max-width: 140px;
    transition: opacity 1s linear;
    width: auto;
}

#ProductList li:hover dl dt.ThumbImg img {
    filter: alpha(opacity=70);
    opacity: 0.7;
    transition: opacity 0.5s linear;
}

#ProductList li dl dd {
    float: left;
    width: 525px;
}

#ProductList li dl dd p.Topic {
    color: #c8013b;
    display: block;
    font-size: 130%;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 5px !important;
    moz-transition: color;
    moz-transition-duration: 2000ms;
    o-transition: color;
    o-transition-duration: 2000ms;
    transition: color;
    transition-duration: 2000ms;
    webkit-transition: color;
    webkit-transition-duration: 2000ms;
}

#ProductList li:hover dl dd p.Topic {
    color: #0072ff;
    moz-transition: color;
    moz-transition-duration: 300ms;
    o-transition: color;
    o-transition-duration: 300ms;
    transition: color;
    transition-duration: 300ms;
    webkit-transition: color;
    webkit-transition-duration: 300ms;
}

/* 2022/01/10 */
.contract_type {
    display: inline-block;
    vertical-align: top;
    padding: 5px 8px;
    color: #fff;
    background: #cc023e;
    margin-right: 5px;
}

#ProductList li div.ToolBTN {
    bottom: 15px;
    position: absolute;
    right: 0px;
}

#ProductList li div.ToolBTN a {
    background: url(../images/BTN_BG_003.jpg) no-repeat;
    display: inline-block;
    font-size: 11px;
    padding: 2px 5px 2px 15px;
    width: 50px;
}

#ProductList_2 p {
    line-height: 160% !important;
    margin-bottom: 5px !important;
}

#ProductList_2 li {
    display: inline;
    display: inline-block;
    min-height: 145px;
    overflow: hidden;
    padding-top: 15px;
    position: relative;
    vertical-align: top;
    /* 20220810修改 */
    width: 342px;
    zoom: 1;
}

#ProductList_2 li dl dt.ThumbImg {
    background: #ffffff;
    border: 1px solid #eeeeee;
    display: block;
    float: left;
    margin: 0 15px 0 0;
    padding: 1px;
    width: 140px;
}

#ProductList_2 li dl dt.ThumbImg td {
    background: #e9e9e9;
    height: 140px;
    text-align: center;
    width: 140px;
}

#ProductList_2 li dl dt.ThumbImg td a {
    width: 140px;
    display: block;
}

#ProductList_2 li dl dt.ThumbImg img {
    background: #ffffff;
    height: auto;
    max-height: 100%;
    max-width: 140px;
    transition: opacity 1s linear;
    width: auto;
}

#ProductList_2 li:hover dl dt.ThumbImg img {
    filter: alpha(opacity=70);
    opacity: 0.7;
    transition: opacity 0.5s linear;
}

#ProductList_2 li dl dd {
    float: left;
    width: 175px;
}

#ProductList_2 li dl dd p.Topic {
    color: #c8013b !important;
    display: block;
    font-size: 110%;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 5px !important;
    moz-transition: color;
    moz-transition-duration: 2000ms;
    o-transition: color;
    o-transition-duration: 2000ms;
    transition: color;
    transition-duration: 2000ms;
    webkit-transition: color;
    webkit-transition-duration: 2000ms;
}

#ProductList_2 li:hover dl dd p.Topic {
    color: #0072ff !important;
    moz-transition: color;
    moz-transition-duration: 300ms;
    o-transition: color;
    o-transition-duration: 300ms;
    transition: color;
    transition-duration: 300ms;
    webkit-transition: color;
    webkit-transition-duration: 300ms;
}

#ProductList_2 li div.ToolBTN {
    bottom: 15px;
    position: absolute;
    right: 0px;
}

#ProductList_2 li div.ToolBTN a {
    background: url(../images/BTN_BG_003.jpg) no-repeat;
    display: inline-block;
    font-size: 0.9em;
    padding: 2px 5px 2px 15px;
    width: 50px;
}

#ProductList_2 li div.ToolBTN2 a {
    background: url(../images/BTN_BG_003.jpg) 0 center no-repeat;
    background-size: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: middle;
    margin-top: 4px;
    margin-right: -4px;
    /* 20220810修改 */
    font-size: 0.7em;
    padding: 2px 5px 2px 15px;
    width: 48px;
    line-height: 16px;
    color: #c8013b !important;
}

#ProductList_2 li div.ToolBTN2 a:first-child {
    margin-right: 2px;
}

#ProductList_2 .ListStyle03 li {
    display: block;
    margin-bottom: 3px;
    min-height: 0px;
    overflow: visible;
    padding-top: 0px;
    position: relative;
    vertical-align: top;
    width: 160px;
}

#InnerProductContainer .Header {
    border-bottom: 1px solid #c8013b;
    overflow: hidden;
    padding: 0 0 15px 0;
}

#InnerProductContainer .RelatedContainer .Header {
    border-bottom: 0;
    padding: 3px 10px;
}

#InnerProductContainer .Header h2 {
    color: #c8013b;
    display: block;
    float: left;
    font-size: 22px;
    line-height: 22px;
    width: 460px;
}

#InnerProductContainer .Header .DateRelease {
    color: #c8013b;
    display: block;
    float: right;
}

#InnerProductContainer .ProductDetail {
    overflow: hidden;
    position: relative;
}

#InnerProductContainer .ProductDetail .IMGContainer {
    background: #ffffff;
    border: 1px solid #d2d2d2;
    float: left;
    margin: 0 15px 15px 0;
    padding: 3px;
    width: 240px;
}

#InnerProductContainer .ProductDetail .IMGContainer .IMG {
    background: #eeeeee;
}

#InnerProductContainer .ProductDetail .IMGContainer .IMG img {
    display: block;
    width: 240px;
}

#InnerProductContainer .Brief {
    display: block;
    float: left;
    width: 427px;
}

#InnerProductContainer .Brief .ToolBTN {
    bottom: 15px;
    position: absolute;
    right: 0px;
}

#InnerProductContainer .Brief .ToolBTN a {
    background: url(../images/BTN_BG_003.jpg) no-repeat;
    display: inline-block;
    font-size: 12px;
    padding: 2px 5px 2px 15px;
    width: 50px;
}

.ToolBTN2 a {
    background: url(../images/BTN_BG_003.jpg) no-repeat;
    display: inline-block;
    font-size: 12px;
    padding: 2px 5px 2px 15px;
    width: 50px;
}

#JournalListContainer {
    width: 720px;
}

#JournalListContainer p {
    line-height: 160% !important;
    margin-bottom: 5px !important;
}

#JournalListContainer li {
    background: #ffffff url(../images/GreyGradient_002.jpg) repeat-x bottom;
    border: 1px solid #dcdcdc;
    display: inline;
    display: inline-block;
    margin: 0 20px 20px 0;
    padding: 15px 15px 95px 15px;
    position: relative;
    vertical-align: top;
    zoom: 1;
}

#JournalListContainer li:hover {
    background: #fb4a7e url(../images/Gradient_Style03.jpg) repeat-x bottom;
    border: 1px solid #dcdcdc;
}

#JournalListContainer li .Link {
    left: 15px;
    position: absolute;
    top: 15px;
    z-index: 2;
}

#JournalListContainer li .Link .LinkCover {
    margin-bottom: 10px;
}

#JournalListContainer li .Link .Topic {
    font-weight: 700;
}

#JournalListContainer li .Link .Date {
    font-size: 90%;
}

#JournalListContainer li .Link .FileType {
    text-align: right;
}

#JournalListContainer li .Link .FileType img {
    filter: alpha(opacity=100);
    opacity: 1;
}

#JournalListContainer li:hover .Link .Topic,
#JournalListContainer li:hover .Link .Date {
    color: #ffffff;
}

#JournalListContainer li .IMG {
    background: #d2d2d2;
    border: 1px solid #ffffff;
    width: 173px;
}

#JournalListContainer li .IMG td {
    height: 232px;
    width: 175px;
}

#JournalListContainer li .IMG td img {
    display: block;
    height: auto;
    max-height: 100%;
    max-width: 173px;
    width: auto;
}

#BankingServiceContainer {
    background: #ffffff url(../images/GreyGradient_002.jpg) repeat-x bottom;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    moz-border-radius: 3px;
    webkit-border-radius: 3px;
    width: 658px;
}

#BankingServiceContainer ul.Content {
    background: url(../images/BankingServiceImg_01.png) 20px bottom no-repeat;
    overflow: hidden;
    padding: 0 !important;
}

#BankingServiceContainer ul.Content li {
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    float: left;
    margin-left: -1px;
    max-width: 137px;
    min-width: 137px;
    padding: 15px;
}

#BankingServiceContainer ul.Content li:first-child {
    border-left: 0px;
    max-width: 120px !important;
    min-width: 120px !important;
}

#BankingServiceContainer ul.Content li:last-child {
    border-right: 0px;
}

#BankingServiceContainer ul.Content li.last-child {
    border-right: 0px;
}

#BankingServiceContainer ul.Content li:first-child h2.Header {
    background: none;
    color: #313131;
}

#BankingServiceContainer ul.Content li h2.Header {
    background: url(../images/ArrowRight_001.png) right 0 no-repeat;
    display: inline-block;
    font-size: 1.3em;
    margin-bottom: 10px;
    padding-right: 17px;
}

#BankingServiceContainer ul.Content li ul.List {
    margin-bottom: 5px;
    min-height: 107px;
}

#BankingServiceContainer ul.Content li ul.List li {
    background: url(../images/ListIcon_005.png) left 5px no-repeat;
    border: none;
    float: none;
    margin-bottom: 3px;
    min-width: 0px;
    padding: 0px;
    padding-left: 15px;
}

#BankingServiceContainer ul.Content li ul.List li a {
    display: block;
    font-size: 90%;
}

#BankingServiceContainer ul.Content li .ListMoreSelect {
    overflow: hidden;
}

#BankingServiceContainer ul.Content li .ListMoreSelect p {
    display: block;
    float: left;
}

#BankingServiceContainer ul.Content li .ListMoreSelect p.InputWrap {
    height: 24px;
    margin-right: 3px;
}

#BankingServiceContainer ul.Content li .ListMoreSelect p.InputWrap select {
    background: #c8013b;
    background: none;
    border: 0px;
    color: #ffffff;
    padding: 2px;
    width: 93px;
}

#BankingServiceContainer ul.Content li .ListMoreSelect p.submitWrap {
    height: 24px;
}

#BankingServiceContainer ul.Content li .ListMoreSelect p.submitWrap input.Submit_2 {
    background: -moz-linear-gradient(center top, #ffc477 5%, #fb9e25 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25));
    background-color: #ffc477;
    border: 1px solid #eeb44f;
    border-radius: 3px;
    box-shadow: inset 0px 1px 0px 0px #fce2c1;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
    font-size: 0.9em;
    height: 24px;
    moz-border-radius: 3px;
    moz-box-shadow: inset 0px 1px 0px 0px #fce2c1;
    padding: 2px 4px;
    text-shadow: 1px 1px 0px #cc9f52;
    webkit-border-radius: 3px;
    webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1;
    width: 38px;
}

#BankingServiceContainer ul.Content li .ListMoreSelect p.submitWrap input.Submit_2:hover {
    background: -moz-linear-gradient(center top, #fb9e25 5%, #ffc477 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477));
    background-color: #fb9e25;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
}

#BankingServiceContainer ul.Content li .ListMoreSelect p.submitWrap input.Submit_2:active {
    position: relative;
    top: 1px;
}

#OtherServices {
    background: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    moz-border-radius: 3px;
    padding: 1px 0 0 1px;
    webkit-border-radius: 3px;
    width: 658px;
}

#OtherServices .Content {
    background: #f7f5f6;
    background: linear-gradient(to bottom, #f7f5f6 0%, #eeeeee 100%);
    background: -moz-linear-gradient(top, #f7f5f6 0%, #eeeeee 100%);
    background: -ms-linear-gradient(top, #f7f5f6 0%, #eeeeee 100%);
    background: -o-linear-gradient(top, #f7f5f6 0%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f5f6), color-stop(100%, #eeeeee));
    background: -webkit-linear-gradient(top, #f7f5f6 0%, #eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f5f6', endColorstr='#eeeeee', GradientType=0);
}

#OtherServices .Content p.HeadDco {
    background: #fb9a2f url(../images/ArrowRight_002.gif) no-repeat 3px 20px;
    float: left;
    min-height: 46px;
    width: 10px;
}

#OtherServices .Content ul {}

#OtherServices .Content li {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #bfbfbf;
    float: left;
    min-height: 47px;
    width: 160px;
}

#OtherServices .Content li:last-child {
    border-right: 0px;
}

#OtherServices .Content li.last-child {
    border-right: 0px;
}

#OtherServices .Content li a {
    display: block;
    padding: 5px 60px 5px 5px;
    position: relative;
    z-index: 5;
}

#OtherServices .Content li a span {
    color: #1e77bd;
    font-size: 90%;
    font-weight: 700;
}

#OtherServices .Content li a span.LightColor {
    color: #3a9ce8;
}

#OtherServices .Content li a:hover span {
    color: #f93599;
}

#OtherServices .Content li a img.IMG {
    position: absolute;
    right: 7px;
    top: -3px;
    z-index: 10;
}

#LatestNewsContainer {
    width: 260px;
}

#LatestNewsContainer #LatestNewsHeader {
    margin-bottom: 14px;
}

#LatestNewsContainer #LatestNewsHeader .Header {
    float: left;
}

#LatestNewsContainer #LatestNewsHeader .More {
    float: right;
}

#LatestNewsContainer #FocusContainer {
    margin-bottom: 8px;
}

#LatestNewsContainer #FocusContainer .FocusImage {
    background: #ffffff;
    border: 1px solid #c9c9c9;
    float: left;
    margin: 0px 5px 5px 0px;
    padding: 1px;
}

#LatestNewsContainer #FocusContainer .FocusTopic {
    color: #ef254b;
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}

#LatestNewsContainer #FocusContainer .FocusTopic:hover {
    color: #0088dc;
}

#LatestNewsContainer #FocusContainer .FocusThumb {
    color: #505050;
    font-size: 0.9em;
}

#LatestNewsContainer #FocusContainer .FocusThumb a {}

#LatestNewsContainer #FocusContainer .FocusThumb a:hover {}

#LatestNewsContainer #NewsList li {
    color: #c8013b;
    overflow: hidden;
    padding: 5px;
    text-overflow: ellipsis;
}

#LatestNewsContainer #NewsList li.BgColor {
    background: #fdf3e1;
}

#LatestNewsContainer #NewsList li a {
    font-size: 0.9em;
    white-space: nowrap;
    width: 220px;
}

#LatestNewsContainer #NewsList li a:hover {}

#LoanServicesContainer {
    border: 1px solid #dcdcdc;
    border-top: 3px solid #0072ff;
    position: relative;
    width: 657px;
}

#LoanServicesContainer .Header {
    border-bottom: 1px solid #dcdcdc;
    padding: 10px;
}

#LoanServicesContainer .Header h2 {
    background: url(../images/LoanServicesHeader.png) no-repeat;
    display: block;
    height: 18px;
    text-indent: -9999px;
    width: 75px;
}

#LoanServicesContainer .Content .Sec_1 {
    position: relative;
}

#LoanServicesContainer .Content .Sec_1 .Sec_1_left {
    border-right: 1px solid #dcdcdc;
    float: left;
    height: 135px;
    position: relative;
    width: 450px;
}

#LoanServicesContainer .Content .Sec_1 .Sec_1_left h3 {
    background: url(../images/LoanServices_Text_1.png) no-repeat;
    display: block;
    height: 41px;
    left: 20px;
    position: absolute;
    text-indent: -9999px;
    top: 20px;
    width: 108px;
}

#LoanServicesContainer .Content .Sec_1 .Sec_1_left h4 {
    background: url(../images/LoanServices_Text_2.png) no-repeat;
    display: block;
    height: 16px;
    left: 20px;
    position: absolute;
    text-indent: -9999px;
    top: 70px;
    width: 208px;
}

#LoanServicesContainer .Content .Sec_1 .Sec_1_left .Graphic {
    position: absolute;
    right: -40px;
    top: -22px;
}

#LoanServicesContainer .Content .Sec_1 .Sec_1_right {
    float: left;
    height: 105px;
    padding: 15px 20px;
}

#LoanServicesContainer .Content .Sec_1 .Sec_1_right h3 {
    background: url(../images/LoanServices_Text_3.png) no-repeat;
    display: block;
    height: 37px;
    text-indent: -9999px;
    width: 153px;
}

#LoanServicesContainer .Content .Sec_1 .Sec_1_right h4 {
    background: url(../images/LoanServices_Text_4.png) no-repeat;
    display: block;
    height: 21px;
    margin-bottom: 5px;
    text-indent: -9999px;
    width: 153px;
}

#LoanServicesContainer .Content .Sec_1 .Sec_1_right h5 {
    text-align: right;
}

#LoanServicesContainer .Content .Sec_2 {
    background: #ffffff url(../images/GreyGradient_003.jpg) repeat-x bottom;
    border-top: 1px solid #dcdcdc;
    height: 40px;
    padding-left: 75px;
    position: relative;
}

#LoanServicesContainer .Content .Sec_2 .Graphic {
    bottom: 0px;
    left: 15px;
    position: absolute;
}

#LoanServicesContainer .Content .Sec_2 h2 {
    background: url(../images/ArrowRight_004.png) no-repeat right 3px;
    float: left;
    font-size: 1.1em;
    line-height: 40px;
    padding-right: 25px;
}

#LoanServicesContainer .Content .Sec_2 p {
    float: left;
    line-height: 40px;
    padding-left: 10px;
}

#LoanServicesContainer .Content .Sec_2 a.more {
    background: url(../images/ArrowRight_005.png) no-repeat left 12px;
    color: #0072ff;
    float: right;
    font-weight: 700;
    line-height: 40px;
    padding: 0 10px 0 20px;
}

#LoanServicesContainer .Content .Sec_2 a.more:hover {
    color: #c8013b;
}

#CourtAuctionedContainer {
    border: 1px solid #dcdcdc;
    position: relative;
}

#CourtAuctionedContainer a {
    color: #006ee9;
}

#CourtAuctionedContainer a:hover {
    color: #c8013b;
}

#CourtAuctionedContainer a:visited {
    /*color: #3656c3;*/
}

#CourtAuctionedContainer .Header {
    border-bottom: 1px solid #dcdcdc;
    overflow: hidden;
    padding: 10px;
}

#CourtAuctionedContainer .Header h2 {
    background: url(../images/CourtAuctionedHeader.png) no-repeat;
    display: block;
    float: left;
    height: 17px;
    text-indent: -9999px;
    width: 92px;
}

#CourtAuctionedContainer .Header .more {
    background: #006ee9;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    float: right;
    font-size: 0.9em;
    moz-border-radius: 3px;
    padding: 1px 10px;
    webkit-border-radius: 3px;
}

#CourtAuctionedContainer .Header .more:hover {
    background: #c8013b;
}

#CourtAuctionedContainer .Content .Sec_1 table th {
    background: #ffffff url(../images/GreyGradient_003.jpg) repeat-x bottom;
    font-weight: 700;
}

#CourtAuctionedContainer .Content .Sec_1 table th,
#CourtAuctionedContainer .Content .Sec_1 table td {
    border-left: 1px solid #e7e6e6;
    padding: 10px 5px;
}

#CourtAuctionedContainer .Content .Sec_1 table td {
    border-top: 1px solid #dcdcdc;
}

#CourtAuctionedContainer .Content .Sec_1 table th:first-child,
#CourtAuctionedContainer .Content .Sec_1 table td:first-child {
    border-left: 0px;
}

#CourtAuctionedContainer .Content .Sec_1 table tr:first-child td {
    border-top: 0px;
}

#CourtAuctionedContainer .Content .Sec_2 {
    background: #ffffff url(../images/GreyGradient_003.jpg) repeat-x bottom;
    border-top: 1px solid #dcdcdc;
    height: 40px;
    position: relative;
}

#CourtAuctionedContainer .Content .Sec_2 {
    background: #ffffff url(../images/GreyGradient_003.jpg) repeat-x bottom;
    border-top: 1px solid #dcdcdc;
    height: 40px;
    padding: 0 10px;
    position: relative;
}

#CourtAuctionedContainer .Content .Sec_2 a {
    line-height: 40px;
    padding: 0 15px;
}

#CourtAuctionedContainer .Content .Sec_2 a.process {
    background: url(../images/Process_Icon.png) no-repeat left 3px;
}

#CourtAuctionedContainer .Content .Sec_2 a.search {
    background: url(../images/Search_Icon_2.png) no-repeat left 3px;
}

#Banner_M a {
    display: inline-block;
}

#WhyChooseContainer {
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    moz-border-radius: 3px;
    webkit-border-radius: 3px;
}

#WhyChooseContainer .Header {
    background: url(../images/WhyChoose_hdIMG.jpg) right top no-repeat;
    border-bottom: 1px solid #dcdcdc;
    padding: 15px;
}

#WhyChooseContainer .Header h2 {
    background: url(../images/WhyChoose_hd.jpg) no-repeat;
    display: block;
    height: 33px;
    margin-bottom: 10px;
    text-indent: -9999px;
    width: 171px;
}

#WhyChooseContainer .Header a.more {
    background: #c8013b url(../images/arrow-right_1.gif) no-repeat right 6px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 0.9em;
    moz-border-radius: 3px;
    padding: 1px 20px 1px 10px;
    webkit-border-radius: 3px;
}

#WhyChooseContainer .Header a.more:hover {
    background-color: #006ee9;
}

#WhyChooseContainer .Content li {
    margin: 16px 10px;
    padding-left: 70px;
}

#WhyChooseContainer .Content li.Reason_1 {
    background: url(../images/Reason_1_IMG.jpg) no-repeat left top;
}

#WhyChooseContainer .Content li.Reason_1 h2 {
    background: url(../images/Reason_1_hd.jpg) no-repeat;
    display: block;
    height: 16px;
    margin-bottom: 5px;
    text-indent: -9999px;
    width: 137px;
}

#WhyChooseContainer .Content li.Reason_1 p {
    font-size: .85em;
}

#WhyChooseContainer .Content li.Reason_2 {
    background: url(../images/Reason_1_IMG.jpg) no-repeat left top;
}

#WhyChooseContainer .Content li.Reason_2 h2 {
    background: url(../images/Reason_2_hd.jpg) no-repeat;
    display: block;
    height: 16px;
    margin-bottom: 5px;
    text-indent: -9999px;
    width: 137px;
}

#WhyChooseContainer .Content li.Reason_2 p {
    font-size: .85em;
}

#WhyChooseContainer .Content li.Reason_3 {
    background: url(../images/Reason_3_IMG.jpg) no-repeat left top;
}

#WhyChooseContainer .Content li.Reason_3 h2 {
    background: url(../images/Reason_3_hd.jpg) no-repeat;
    display: block;
    height: 16px;
    margin-bottom: 5px;
    text-indent: -9999px;
    width: 137px;
}

#WhyChooseContainer .Content li.Reason_3 p {
    font-size: .85em;
}

#IndexNewsContainer {
    background: url(../images/InfoSearchBG.jpg) repeat-x bottom;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    font-size: .85em;
    moz-border-radius: 3px;
    webkit-border-radius: 3px;
}

#IndexNewsContainer .Header {
    border-bottom: 1px solid #dcdcdc;
    overflow: hidden;
    padding: 10px;
}

#IndexNewsContainer .Header h2 {
    background: url(../images/NewsHeader.png) no-repeat;
    display: block;
    float: left;
    height: 18px;
    text-indent: -9999px;
    width: 75px;
}

#IndexNewsContainer .Header .more {
    background: #c8013b;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    float: right;
    font-size: 0.9em;
    moz-border-radius: 3px;
    padding: 1px 10px;
    webkit-border-radius: 3px;
}

#IndexNewsContainer .Header .more:hover {
    background: #0072ff;
}

#IndexNewsContainer .Content {
    padding: 0px 10px;
}

#IndexNewsContainer .Content dd {
    margin: 12px 0px;
    overflow: hidden;
}

#IndexNewsContainer .Content dd .Date {
    background: #c8013b;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    float: left;
    font-size: .85em;
    margin-right: 5px;
    moz-border-radius: 3px;
    padding: 1px 0px;
    text-align: center;
    webkit-border-radius: 3px;
    width: 75px;
}

#IndexNewsContainer .Content dd .Link {
    color: #434343;
    display: block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 150px;
}

#IndexNewsContainer .Content dd .Link a {
    color: #434343;
}

#IndexNewsContainer .Content dd .Link a:hover {
    color: #c8013b;
}

#IndexNewsContainer .Content dd .Link a:visited {
    /*color: #959595;*/
}

#ReservationContainer {
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    moz-border-radius: 3px;
    webkit-border-radius: 3px;
}

#ReservationContainer .Header {
    background: url(../images/ReservationHDimg.jpg) left bottom no-repeat;
    border-bottom: 1px solid #dcdcdc;
    padding: 10px 10px 25px 10px;
}

#ReservationContainer .Header h2 {
    background: url(../images/ReservationHeader.png) no-repeat;
    display: block;
    height: 18px;
    text-indent: -9999px;
    width: 74px;
}

#ReservationContainer .Content {
    padding: 15px 0;
}

#ReservationContainer .Content a {
    display: block;
    margin: 10px auto 0 auto;
    width: 237px;
}

#ReservationContainer .Content a:first-child {
    margin-top: 0px;
}

#IndexVideoContainer {
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    moz-border-radius: 3px;
    webkit-border-radius: 3px;
}

#IndexVideoContainer .Header {
    border-bottom: 1px solid #dcdcdc;
    overflow: hidden;
    padding: 10px;
}

#IndexVideoContainer .Header h2 {
    background: url(../images/IndexVideoHeader.png) no-repeat;
    display: block;
    float: left;
    height: 18px;
    text-indent: -9999px;
    width: 75px;
}

#IndexVideoContainer .Header .more {
    background: #c8013b;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    float: right;
    font-size: 0.9em;
    moz-border-radius: 3px;
    padding: 1px 10px;
    webkit-border-radius: 3px;
}

#IndexVideoContainer .Header .more:hover {
    background: #c8013b;
}

#IndexVideoContainer .Content {
    background: url(../images/InfoSearchBG.jpg) repeat-x bottom;
    height: 210px;
    position: relative;
}

#IndexVideoContainer .Content .Link {
    left: 10px;
    position: absolute;
    top: 10px;
    z-index: 2;
}

#IndexVideoContainer .Content .Link p {
    line-height: 160%;
    margin: 5px 0;
}

#IndexVideoContainer .Content .IMG {
    background: #000000;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 236px;
    z-index: 1;
}

#IndexVideoContainer .Content .IMG td {
    height: 139px;
    width: 236px;
}

#IndexVideoContainer .Content .IMG td img {
    display: block;
    height: auto;
    max-height: 100%;
    max-width: 236px;
    width: auto;
}

textarea#content {
    width: 500px;
}

#FileDownloadContainer .FileDownBox {
    background: #e7e7e7;
    border: 1px solid #d2d2d2;
    margin-bottom: 10px;
    padding: 5px 5px 5px 0px;
}

#FileDownloadContainer .FileDownBox .FileDown {
    float: left;
    width: 340px;
}

#FileDownloadContainer .FileDownBox .FileDown .FileType {
    float: left;
    margin: 0px 10px;
}

#FileDownloadContainer .FileDownBox .FileDown .Info {
    background: #ffffff;
    float: left;
    min-height: 50px;
    position: relative;
    width: 267px;
}

#FileDownloadContainer .FileDownBox .FileDown .Info .FileName {
    margin: 5px;
    max-width: 150px;
}

#FileDownloadContainer .FileDownBox .FileDown .Info .FileName a {
    color: #009ae9;
    font-weight: 700;
}

#FileDownloadContainer .FileDownBox .FileDown .Info .FileName a:hover {
    color: #fcb631;
}

#FileDownloadContainer .FileDownBox .FileDown .Info .FileSize {
    background: #f1f1f1;
    border-radius: 3px;
    font-size: 0.9em;
    moz-border-radius: 3px;
    padding: 2px 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    webkit-border-radius: 3px;
}

.PrintInput {
    background: #eee;
    clear: both;
    margin: 15px 0 0;
    padding: 15px;
    text-align: center;
}

.PrintInput a {
    background: #333333;
    background: -moz-linear-gradient(top, #666666, #333333);
    background: -ms-linear-gradient(top, #666666, #333333);
    background: -o-linear-gradient(top, #666666, #333333);
    background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#333333));
    background: -webkit-linear-gradient(top, #666666, #333333);
    background-image: -ms-linear-gradient(top, #666666 0%, #333333 100%);
    border: 1px solid #222222;
    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;
    moz-box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
    padding: 3px 15px;
    text-decoration: none;
    vertical-align: middle;
    webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
}

.PrintInput a:hover {
    background: #222222;
    background: -moz-linear-gradient(top, #555555, #222222);
    background: -ms-linear-gradient(top, #555555, #222222);
    background: -o-linear-gradient(top, #555555, #222222);
    background: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#222222));
    background: -webkit-linear-gradient(top, #555555, #222222);
    background-image: -ms-linear-gradient(top, #555555 0%, #222222 100%);
    text-shadow: #222222 0 1px 0;
}

.PrivacyPolicy {
    background: #e8ebe6;
    border-radius: 5px;
    moz-border-radius: 5px;
    padding: 15px;
    webkit-border-radius: 5px;
}

.PrivacyPolicy .img_1 {
    float: right;
    margin: -26px -5px 0px 20px;
}

.feedback p {
    color: #545454;
    padding: 0 0 15px;
}

.feedback .error,
.feedback .completed {
    text-align: center;
}

.feedback .error-pic {
    background: url(../images/img-captchaError.jpg) center top no-repeat;
    height: 180px;
}

.feedback .completed-pic-2 {
    background: url(../images/img-feedbackCompleted-2.jpg) center top no-repeat;
    height: 300px;
}

.feedback .error-title,
.feedback .completed-title {
    font-size: 1.15em;
    margin: 0 0 .5em;
}

.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 {
    background: url(../images/bg_article-lista.png) repeat-x #eee;
    border: 1px solid #eee;
    border-radius: 3px;
    color: #535353;
    display: block;
    font-size: 100%;
    font-weight: 400;
    line-height: 160%;
    padding: 5px 25px 5px 35px;
    position: relative;
    webkit-border-radius: 3px;
}

.List_BTN_Style3 li a:hover {
    color: #c8013b;
}

.List_BTN_Style3 li a:visited {
    /*color: #3656c3;*/
}

.List_BTN_Style3 li a .hd {
    color: #c8013b;
    font-weight: 700;
    margin-right: 10px;
}

.List_BTN_Style3 .icon-arrow,
.List_BTN_Style3 li a:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.List_BTN_Style3 .icon-arrow {
    background: url(../images/Topic_Style02.png) no-repeat;
    display: inline-block;
    height: 15px;
    left: 10px;
    position: absolute;
    top: 8px;
    width: 15px;
}

.List_BTN_Style3 .icon-arrow2 {
    background: url(../images/ArrowIcon_3.png) no-repeat;
    display: inline-block;
    height: 13px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 8px;
}

.ContentBoxContainer {
    margin: 0 auto;
    width: 680px;
}

.ContentBoxContainer .ContentBox_top {
    background: url(../images/ContentBox_BGtop.jpg) no-repeat;
    display: block;
    height: 30px;
    width: 680px;
}

.ContentBoxContainer .ContentBox_btm {
    background: url(../images/ContentBox_BGbtm.jpg) no-repeat;
    display: block;
    height: 30px;
    width: 680px;
}

.ContentBoxContainer .ContentBox_md {
    background: url(../images/ContentBox_BGmd.jpg) repeat-y;
    display: inline-block;
    overflow: hidden;
    padding: 0 20px;
}

.ContentBoxContainer .ContentBox_md .GraphicImg {
    display: block;
    float: left;
    margin-right: 20px;
    width: 230px;
}

.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 {
    width: 260px;
    background: url("../images/InfoSearchBG.jpg") repeat-x scroll center bottom rgba(0, 0, 0, 0);
    border: 1px solid #DCDCDC;
    border-radius: 3px;
}

#ServiceGuideHeader {
    height: 17px;
    overflow: hidden;
    padding: 10px;
    border-bottom: 1px solid #DCDCDC;
}

#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;
}

/*廣告橫*/

#AdBannerContainer {
    width: 660px;
    height: 125px;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}

#AdBannerHeader {
    border-bottom: 1px solid #dcdcdc;
    padding: 12px 10px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 12px 0;
    float: left;
}

#AdBannerHeader img {
    width: 78px;
}

#AdBannerMore {
    position: absolute;
    top: 0px;
    right: 0px;
}

#AdBannerContainer .AdBanner {
    position: absolute;
    top: 56px;
    left: 40px;
}

/*廣告橫 END*/

.Submit_3 {
    background: -moz-linear-gradient(center top, #f6245f 5%, #c8013b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6245f), color-stop(1, #c8013b));
    background-color: #c8013b;
    border: 1px solid #ff4e80;
    border-radius: 5px;
    box-shadow: inset 0px 1px 0px 0px #ffbccf;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6245f', endColorstr='#c8013b');
    font-size: 0.9em;
    moz-border-radius: 5px;
    moz-box-shadow: inset 0px 1px 0px 0px #ffbccf;
    padding: 6px 10px 4px;
    text-shadow: 1px 1px 0px #ff4e80;
    webkit-border-radius: 5px;
    webkit-box-shadow: inset 0px 1px 0px 0px #ffbccf;
}

.Submit_3:hover {
    background: -moz-linear-gradient(center top, #c8013b 5%, #f6245f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c8013b), color-stop(1, #f6245f));
    background-color: #c8013b;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c8013b', endColorstr='#f6245f');
}

.Submit_3:active {
    position: relative;
    top: 1;
}

#Mobilemenu-mainService,
nav.sb-navbar,
nav #Logo a.Logo_link,
.mobile-select-menu {
    display: none;
}


/************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 {
    float: left;
    width: 202px;
}

.address_2 {
    float: left;
    width: 286px;
    margin-left: 8px;
}

.sear-wrap {
    display: inline-block;
    margin-left: 8px;
}

.sec_2 {
    float: left;
    width: 100%;
    text-align: left;
}

.ConditionSearchContainer .sec_1 {
    border-bottom: 1px solid #aad2ff;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: left;
    float: left;
    width: 100%;
}

input#office_name2,
.sec_2 .d-sear-title {
    float: left;
}

.sear-wrap2 {
    float: left;
    width: 30px;
    margin: 0 0 0 8px;
}

.office_sear {
    float: left;
    width: 224px;
}

table.TableStyle_02.rwd-tax-table {
    display: none;
}

table.rwd-insrule-table {
    display: none;
}

.RwdContent {
    display: none;
}

.ToolBTN a p {
    display: none;
}

.marquee {
    display: none;
}

.rwd_list {
    display: none;
}

/*宣告利率*/
#ContentsContainer #Contents .article .ic-card-tab {
    width: 99%;
    overflow: hidden;
    margin: 0 auto 30px auto;
    border-radius: 5px;
    list-style-type: none;
    padding-left: 0;
}

.ic-card-tab li {
    float: left;
    width: 15%;
    text-align: center;
    background: url(../images/bg_article-lista.png) repeat-x bottom #ffffff;
    font-size: 15px;
    font-weight: bold;
}

.ic-card-tab li:first-child {
    border-left: 0;
}

.ic-card-tab li a {
    display: block;
    width: 100%;
    padding: 15px 0;
}

.ic-card-tab li .current {
    background: #c8013b;
    color: #fff;
}

.rwd-postaddresault {
    display: none;
}

/* 商品櫥窗 附約 */
.TableStyle_02 tr.attachment_contract td {
    border-top: 1px solid #ffb2c8;
}

a:focus,
input:focus,
button:focus {
    outline: 3px solid #0086d8;
}

.acc-key a:focus {
    outline: 3px solid #0086d8;
    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;
}

/* QA */

.faq-btn .icon-questions {
    width: 22px;
    height: 22px;
    display: inline-block;
    background: url(../images/icon-questions.png) no-repeat;
    position: absolute;
    top: 10px;
    left: 10px;
}

.faq-btn .icon-arrow {
    width: 22px;
    height: 22px;
    display: inline-block;
    background: url(../images/icon-faqArrow.png) no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
}

.faq-btn.on .icon-arrow {
    background: url(../images/icon-faqArrow-on.png) no-repeat;
}

.cac_tabs {
    display: flex;
    justify-content: space-between;
}

.cac_tabs li {
    flex: 1;
}

/*------------航海王------------*/
/*-啟航-*/
.setSail {
    background: #a0d8ef;
    padding-top: 18px;
}

.setSail a:hover,
.setSail a:hover img {
    opacity: 1;
}

.sailTitle {
    width: 90%;
    margin: 0 auto 24px auto;
    display: block;
    max-width: 470px;
}

.sailRoute {
    background: url(../images/sailBg.svg) no-repeat top;
    background-size: 100%;

    background-color: #40a9c6;
    position: relative;
    overflow: hidden;
    padding-top: 32%;
}


@keyframes whaleScale {
    0% {
        transform: scale(0.1);
    }

    100% {
        transform: scale(1);
    }
}

.whale {
    width: 33%;
    position: absolute;
    bottom: 13%;
    left: 12%;
    animation: whaleScale 4s forwards;
}

@keyframes boatMove {
    0% {
        right: -50%;
    }

    100% {
        right: 16%;
    }
}

.boat {
    width: 26.5%;
    position: absolute;
    bottom: -4%;
    right: -50%;
    animation: boatMove 4s 2s forwards;
}

@keyframes bubbleScale {
    0% {
        transform: scale(0.4);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 100%;
    }
}

.bubble {
    width: 25%;
    position: absolute;
    bottom: 46%;
    left: 18.5%;
    animation: bubbleScale 10s forwards;
    /* animation: bubbleScale 3s 4s forwards;
    animation-play-state:running;
    opacity: 0; */
}

.sailWave {
    background: #40a9c6;
}

/*-登錄-*/
.sheetCont {
    background: url(../images/sheetBg2.svg) no-repeat top;
    background-size: contain;
    height: 558px;
}

.sheetContInner {
    margin: 0 auto;
    width: 50%;
    padding: 10px 0;
}

.gender {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 25px 0;
    justify-content: center;
}

.gender a {
    width: 40%;
    margin: 0 2%;
    position: relative;
    /*border: 4px solid #b5b5b6;*/
    border-radius: 100%;
}

.gender a img {
    border: 4px solid #b5b5b6;
    border-radius: 100%;
    margin: 0 0 10px 0;
}

.gender a,
.gender a.active:focus {
    outline: 0;
}

.gender a.active img {
    border: 4px solid #c30d23;
}

.gender a span {
    color: #6a3906;
    font-size: 1.05rem;
    font-weight: bold;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.info {
    padding: 0;
    margin: 0 0 2% 0;
    list-style: none;
}

.info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 20px 0;
}

.infoInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 255px;
}

.info li:last-child {
    margin-bottom: 0;
}

.info li label,
.info li b {
    font-weight: bold;
    color: #6a3906;
    font-size: 1.25rem;
}

.info li label {
    width: 80px;
    text-align: right;
}

.info li b {
    width: 20px;
}

.info li input {
    border: 0;
    border-radius: 40px;
    padding: 9px;
    margin: 0 7px;
    width: 160px;
}

.info li select {
    border: 0;
    border-radius: 40px;
    padding: 9px;
    margin: 0 7px;
    width: 178px;
}

.info li label:last-child {
    min-width: 20px;
    text-align: center;
}

.bottomBtn {
    display: inline-block;
    width: 100%;
    margin: 30px 0 0 0;
    text-align: center;
}

.bottomBtn a {
    background: #036eb8;
    color: #fff;
    padding: 9px 30px;
    font-size: 1rem;
    border-radius: 35px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
}

.sheetCont {
    background: url(../images/sheetBg2.svg) no-repeat top;
    background-size: contain;
    height: 558px;
}

.sheetContInner_p3 {
	margin: 0 auto;
	width: 55%;
	padding: 10px 0;
}

.sheetCont_p3 {
	background: url(../images/sheetBg4.svg) no-repeat top;
	background-size: 100%;
	height: 678px;
}

.sheetCont_p3_img {
	width: 90%;
	margin: 0 auto;
}

.sheetCont_p3_img img {
	width: 100%;
}

.sheetCont_p3_txt {
	text-align: center;
	font-weight: bold;
	font-size: 1.125rem;
	color: #784125;
	line-height: 1.5;
	padding: 16px 0 0 0;
}

.sheetCont_p3_txt span {
	display: block;
}

@media (max-width: 420px) {
	.sheetContInner_p3 {
		width: 60%;
	}

	.sheetCont_p3_img {
		width: 85%;
	}

	.sheetCont_p3_txt {
		font-size: 2.75vw;
		padding: 12px 0 0 0;
	}
}

@media (max-width: 375px) {
	.sheetCont_p3_img {
		width: 80%;
	}
}

/*-航線-*/
.route {
    background: url(../images/routeBg.svg) no-repeat top;
    background-size: cover;
    width: 100%;

}

.routeInner {
    width: 92%;
    margin: 0 auto;
    padding: 24px 0;
}

.routeLeft {
    width: 66%;
    position: relative;
}

ul.routeFont {
    position: absolute;
    top: 112px;
}

ul.routeFont li {
    position: relative;
}

ul.routeFont li img {
    width: 100%;
}

ul.routeFont li::before {
    width: 270px;
    height: 1px;
    position: absolute;
    content: "";
    background: #6a3906;
    left: 81px;
    bottom: 0px;
}

ul.routeFont li:last-child::before {
    display: none;
}

img.routeList {
    width: 100%;
}

.routeRight {
    width: calc(100% - 66%);
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.routeInner .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    align-items: center;
    justify-content: center;
    width: 100%;
}

img.routeBout {
    width: 88%;
    margin: 0 auto;
    display: block;
}

.routeBtn {
    width: 85%;
    margin: 10px auto 0 auto;
    display: block;
}

/*-未知風險-*/
.risk {
    background: #a0d8ef;
    width: 100%;
}

.riskInner {
    width: 92%;
    margin: 0 auto;
    padding: 30px 0;
}

.riskTitle {
    width: 90%;
    margin: 0 auto 28px auto;
    display: block;
    max-width: 440px;
}

.riskItem {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.riskItem li {
    width: calc(100% / 4 - 10px);
    margin: 0 5px;
    padding-top: 24%;
    cursor: pointer;

}

.riskItem li:first-child {
    background: url(../images/riskItem1.svg) no-repeat top;
    background-size: contain;

}

.riskItem li:nth-child(2) {
    background: url(../images/riskItem2.svg) no-repeat top;
    background-size: contain;

}

.riskItem li:nth-child(3) {
    background: url(../images/riskItem3.svg) no-repeat top;
    background-size: contain;

}

.riskItem li:nth-child(4) {
    background: url(../images/riskItem4.svg) no-repeat top;
    background-size: contain;

}

.riskItem li:first-child.active {
    background: url(../images/riskItem1-hover.svg) no-repeat top;
    background-size: contain;

}

.riskItem li:nth-child(2).active {
    background: url(../images/riskItem2-hover.svg) no-repeat top;
    background-size: contain;

}

.riskItem li:nth-child(3).active {
    background: url(../images/riskItem3-hover.svg) no-repeat top;
    background-size: contain;

}

.riskItem li:nth-child(4).active {
    background: url(../images/riskItem4-hover.svg) no-repeat top;
    background-size: contain;

}

.riskItem li img {
    display: none;
}

.riskWave {
    width: 100%;
}

.riskWord {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.riskWord li {
    width: calc(100% / 4 - 10px);
    margin: 0 5px;
}

.riskWord li img {
    display: none;
}

.waveColor {
    background: #7dcddc;
}

.waveColor .bottomBtn {
    margin: 0 0 20px 0;
}

.riskInner2 {
    width: 92%;
    height: 88px;
    margin: 0 auto;
    padding: 0 0 30px 0;
}

/*-航海路線-*/
.equiCont {
    background: url(../images/sheetBg2.svg) no-repeat top;
    background-size: contain;
    height: 558px;
}

.equiContInner {
    margin: 0 auto;
    width: 60%;
    padding: 10px 0;
}

.equiFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
}

.equiFlex a {
    width: calc(100% / 2 - 20px);
    margin: 0 10px;
    padding-top: 31%;
    max-width: 120px;

}

.equiMid {
    max-width: 120px;
    margin: 0 auto;
    display: block;
    padding-top: 31%;

}

.equi1 {
    background: url(../images/equip1.svg) no-repeat top;

}

.equi2 {
    background: url(../images/equip2.svg) no-repeat top;

}

.equi3 {
    background: url(../images/equip3.svg) no-repeat top;

}

.equi4 {
    background: url(../images/equip4.svg) no-repeat top;

}

.equi5 {
    background: url(../images/equip5.svg) no-repeat top;

}


.equi1.active {
    background: url(../images/equip1-hover.svg) no-repeat top;

}


.equi2.active {
    background: url(../images/equip2-hover.svg) no-repeat top;

}


.equi3.active {
    background: url(../images/equip3-hover.svg) no-repeat top;

}


.equi4.active {
    background: url(../images/equip4-hover.svg) no-repeat top;

}


.equi5.active {
    background: url(../images/equip5-hover.svg) no-repeat top;

}

/*-寶箱-*/

.treasureInner {
    width: 92%;
    margin: 0 auto;
    padding: 30px 0;
}

.treasureTitle {
    width: 100%;
}

.boxList {
    background: url(../images/treasureBg.svg) no-repeat top;
    background-size: 100%;
    height: 217px;
}

.boxListInner {
    margin: 0 auto;
    width: 88%;
    padding: 0;
}

.box {}

.boxWord {}

.boxList ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.boxList ul li {
    width: calc(100% / 4 - 20px);
    margin: 0 10px;
}

/*
.box .boxImg {
	
	background-size: contain;
	padding-top: 122%;
}*/
/*
.boxList ul li:nth-child(1) .box.boxOpen .boxImg {
	background: url(../images/box-open1.svg) no-repeat top;
	background-size: contain;
	padding-top: 122%;
}

.boxList ul li:nth-child(2) .box.boxOpen .boxImg {
	background: url(../images/box-open2.svg) no-repeat top;
	background-size: contain;
	padding-top: 122%;
}

.boxList ul li:nth-child(3) .box.boxOpen .boxImg {
	background: url(../images/box-open3.svg) no-repeat top;
	background-size: contain;
	padding-top: 122%;
}

.boxList ul li:nth-child(4) .box.boxOpen .boxImg {
	background: url(../images/box-open4.svg) no-repeat top;
	background-size: contain;
	padding-top: 122%;
}
*/

input.hide-input {
    opacity: 0;
    position: absolute;
}

.rule_container {
    display: flex;
}

.rule_item {
    width: 45%;
}

.rule_item2 {
    width: 10%;
    align-self: flex-end;
}