
* {
    margin: 0;
    padding: 0;
}
body {
    background: #fff url("../images/bg.png") repeat scroll center top;
    color: #333;
    font-family: "source-han-sans-traditional",sans-serif;
    font-size: 12pt;
    line-height: 1.2;
    font-weight:300;
    font-style:normal;
}
a {
    color: #1122cc;
    text-decoration: underline;
}
a img {
    border: 0 none;
}
ul.root {
    list-style: outside none none;
    margin-left: 0;
}
ul, ol {
    list-style-position: outside;
    margin-left: 3em;
}
ol ul {
    list-style: outside none disc;
}
ul ul {
}
ul.list li, ul li {
    list-style-image: url("../images/list-style-a.png");
}
ul.root li, ul.post-list li, ul.root ul {
    list-style: outside none none;
    margin-left: 0;
}
ol li {
    padding-bottom: 16px;
}
ol li li {
    padding: 4px;
}
div.terms ol {
    counter-reset: level 0;
    list-style: outside none none;
    margin-left: 3em;
    padding-left: 0;
}
div.terms ol ol {
    padding-left: 2em;
}
div.terms li::before {
    content: counter(level, decimal) ".";
    counter-increment: level 1;
    display: inline-block;
    margin-left: -2.5em;
    padding-right: 0.5em;
}
div.terms ol ol {
    counter-reset: level-1 0;
    margin-left: 0;
}
div.terms ol ol li::before {
    content: counter(level, decimal) "." counter(level-1, decimal) ".";
    counter-increment: level-1 1;
}
div.terms ol ol ol {
    counter-reset: level-2 0;
    margin-left: 0;
}
div.terms ol ol ol li::before {
    content: counter(level, decimal) "." counter(level-1, decimal) "." counter(level-2, decimal) ".";
    counter-increment: level-2 1;
}
.clearfix::before, .clearfix::after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
}
.clearfix::after {
    clear: both;
}
.clearfix {
}
.table {
    border: 1px solid #b6b6b6;
    border-collapse: collapse;
    vertical-align: middle;
}
.table td, .table th {
    padding: 5px;
}
.table-content td {
    padding: 2px 10px 2px 2px;
}
.tl {
    text-align: left;
}
.table caption {
    background-color: #b6b6b6;
    color: #ffffff;
    font-size: 13pt;
    font-weight: bold;
    padding: 10px;
}
table.ttc, table.ttc td, table.ttc th, td.ttc, th.ttc {
    text-align: center;
}
table.vt {
    vertical-align: top;
}
.table td, .table th {
    border: 1px solid #b6b6b6;
}
.table th {
    background-color: #ccc;
    text-align: left;
}
table.tb2r th, table.tb2r td {
    width: 50%;
}
table.table100 {
    width: 100%;
}
.post-news table {
    --table-boder: 1px solid #b6b6b6;
    width: 100%;
    border: var(--table-boder);
    border-collapse: collapse;
    vertical-align: middle;
}
.post-news table td, .post-news table th {
    padding: 5px;
    border: var(--table-boder);
}
.post-news table th {
    background-color: #ccc;
    text-align: left;
}
.post-news table.no--border {
    --table-boder: none;
}
.remarks {
    color: #ec1c24;
}
.error {
    color: #ec1c24;
}
.bk {
    display: block;
}
.hide {
    display: none;
}
.tc {
    display: table-cell;
}
label.pl {
    clear: right;
    padding-left: 7px;
}
label.disabled {
    color: #ccc;
}
label.br {
    display: block;
    padding-bottom: 5px;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.nav a {
    display: block;
    text-decoration: none;
}
.hnav li {
    display: block;
    float: left;
}
.h {
    color: #ec1c24;
    font-weight: bold;
}
.form {
    border: 0 none;
}
.form legend {
    font-weight: bold;
    padding: 0 10px;
}
.form .pack {
    display: block;
    padding: 8px 0;
}
.form .pack label.error {
    display: block;
    text-align: left;
    width: auto;
}
.form .pack label {
    display: inline-block;
    padding-right: 16px;
    text-align: right;
    vertical-align: top;
    width: 100px;
}
.button {
    background-color: #999;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 2px 8px;
    text-decoration: none;
}
.submit {
    background-color: #ec1c24;
}
input[type="text"], textarea {
    border: 1px solid #b3b3b3;
    padding: 5px;
}
.select {
    border: 1px solid #b3b3b3;
    padding: 5px;
}
.select option {
    color: #666;
    padding: 1px 5px;
}
.notice {
    color: #ec1c24;
}
.require {
    color: #ec1c24;
}
#weapper-outter {
    background: rgba(0, 0, 0, 0) url("../images/bg-wrapper.png") repeat-y scroll center top;
}
#wrapper {
    background: #fff none repeat scroll 0 0;
    box-shadow: 4px 0 20px -2px #999, -4px 0 20px -2px #999;
    margin: 0 auto;
    width: 1000px;
}
.top-bar-container {
    background-color: #ec1c24;
    height: 40px;
}
.top-bar, .header, .main, .relation-menu, .footer, .footer-bottom {
    font-size: 10pt;
    margin: 0 auto;
    width: 945px;
}
.top-menu {
    color: #fff;
    float: left;
    font-size: 10pt;
    height: 14px;
    padding: 13px 0;
}
.top-menu li {
    border-left: 1px solid #fff;
    height: 14px;
}
.top-menu li.st {
    border: 0 none;
}
.top-menu a {
    color: #fff;
    margin-top: -2px;
    padding: 0 14px;
}
.top-menu a:hover {
    text-decoration: underline;
}
.header {
    height: 100px;
    position: relative;
}
.logo {
    display: block;
    margin-top: 36px;
}
.main-container {
    background: rgba(0, 0, 0, 0) url("../images/bg-main.png") no-repeat scroll center -30px;
    margin-bottom:20px;
}
.main {
    padding: 24px 15px 0;
    width: 915px;
}
.main-menu {
    height: 42px;
    width: 915px;
}
.main-menu ul {
    list-style: outside none none;
    position: absolute;
    width: 915px;
    z-index: 999;
}
.main-menu .root {
    height: 22px;
    line-height: 1.2;
    margin-bottom: 20px;
    padding-left: 30px;
}
.main-menu .root a {
    color: #333333;
    font-weight: 600;
    text-decoration: none;
}
.main-menu .root li {
    float: left;
    height: 25px;
    padding-right: 13px;
    position: relative;
    width: 170px;
    z-index: 999;
}
.main-menu .root li a {
    cursor: pointer;
    font-size: 13pt;
    height: 25px;
}
.main-menu .root li a:hover .icon, .main-menu li.sfHover a .icon {
    background-position: -42px -91px;
}
.main-menu .root li ul {
    background-color: #fff;
    border: 1px solid #b6b6b6;
    box-shadow: 3px 2px 4px 0 #333;
    padding: 4px;
    width: 164px;
    z-index: 999;
}
.main-menu .root li.sfHover ul, .main-menu li:hover ul {
    left: 27px;
    top: 28px;
}
.main-menu .root li ul {
    display: none;
}
.main-menu .root li ul li {
    border-color: #b6b6b6;
    border-style: solid;
    border-width: 3px 5px;
    color: #4d4d4d;
    font-size: 12pt;
    height: auto;
    margin-top: -4px;
    padding: 0;
    width: 154px;
}
.main-menu .root li ul li.first {
    background: #b6b6b6 url("../images/icon.png") no-repeat scroll -85px -3px;
    margin-top: 0;
    padding-top: 24px;
}
.main-menu .root li ul li a {
    background: #fff none repeat scroll 0 0;
    color: #4d4d4d;
    font-size: 12pt;
    height: auto;
    padding: 4px 5px 8px;
    width: 144px;
}
.main-menu .root li ul li a:hover, .main-menu li ul li.sfHover a {
    background-color: #ec1c24;
    color: #fff;
}
.component {
    margin-bottom: 10px;
}
.component .c {
    overflow: hidden;
}
.component .h {
    background: #ec1c24 none repeat scroll 0 0;
    border-bottom: 1px solid #b6b6b6;
    color: #fff;
    font-size: 12pt;
    font-weight: bold;
    height: 28px;
    line-height: 22px;
}
.icon-tool-float {
    background-image: url("../images/rsz_tools_icon.png");
    display: block;
    float: left;
    height: 58px;
    left: -8px;
    margin-right: 26px;
    position: absolute;
    top: -11px;
    width: 70px;
    z-index: 999;
}
.icon-address-finder {
    background-position: -38px -123px;
}

.icon-custom {
    background-position: -76px -65px;
}

.component .hs {
    background: #595959 none repeat scroll 0 0;
    color: #fff;
    font-size: 12pt;
    font-weight: bold;
    height: 23px;
    line-height: 22px;
}
.component .hs .ht {
    margin-left: 70px;
}
.f {
    background-color: #b6b6b6;
    border-right: 15px solid #ec1c24;
    height: 15px;
}
.sidebar {
    float: left;
}
.home-sidebar {
    padding: 0 20px 0 9px;
    width: 280px;
}
.post-sidebar {
    padding: 0 10px 0 0;
    width: 220px;
}
.post-sidebar .component {
    border: 1px solid #b6b6b6;
}
.post-sidebar .tools-component .h {
}
.post-sidebar .component .h {
    background-color: transparent;
    border: 0 none;
    color: #ec1c24;
}
.post-sidebar .component .icon-title-w {
    background-position: -40px -62px;
    width: 35px;
}
.post-sidebar .component .f {
    height: 0;
}
.post-sidebar .tools-component .pack a .icon {
    margin-right: 12px;
}
.post-sidebar .tools-component .pack {
    border: 0 none;
}
.post-sidebar .tools-component .icon-tool {
    background-position: -9px -120px;
    margin-right: 12px;
}
.tools-component {
    line-height: 1.5;
    position: relative;
}
.tools-component .pack {
    border: 1px solid #b6b6b6;
    height: 27px;
    margin-top: -1px;
}
.tools-component .pack a {
    color: #4d4d4d;
    display: block;
    font-size: 11pt;
    font-weight: 600;
    height: 27px;
    margin-top: 2px;
    text-decoration: none;
}
.tools-component .pack a:hover {
    color: #ec1c24;
}
.icon {
    background-image: url("../images/icon.png?v=2");
    display: block;
    float: left;
    height: 28px;
    width: 28px;
}
.tools-component .pack a .icon {
    background-repeat: no-repeat;
    height: 27px;
    margin: 0 1px 0 50px;
    width: 42px;
}
.icon-title-w {
    background-position: -40px -32px;
    margin-top: -2px;
    width: 35px;
}
.icon-title-r {
    background-position: -40px -62px;
    margin-top: -2px;
    width: 35px;
}
.icon-calc {
    background-position: 2px -1px;
}
.icon-trace {
    background-position: 2px -32px;
}
.icon-location {
    background-position: 2px -62px;
}
.icon-eform {
    background-position: -38px -1px;
}
.icon-tool {
    background-position: -7px -91px;
}
.hot-search {
    background-color: #fff;
    color: #ec1c24;
    float: right;
    font-size: 10pt;
    height: 18px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: right;
    top: 60px;
    width: 500px;
}
.hot-search:hover {
    overflow: visible;
}
.hot-search a {
    color: #4d4d4d;
    height: 20px;
    overflow: hidden;
    padding-left: 16px;
    text-decoration: none;
    text-overflow: ellipsis;
}
.hot-search a:hover {
    color: #ec1c24;
    text-decoration: underline;
}
.free-component {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px 0;
}
.free-component .c {
    display: block;
    height: 110px;
}
.banner-container {
    background-color: #b6b6b6;
    float: left;
    height: 330px;
    margin-bottom: 10px;
    width: 600px;
}
.banner {
    padding: 15px;
}
.wt-rotator .thumbnails {
    bottom: 10px;
    right: 15px;
}
.wt-rotator .thumbnails li {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 25px;
        height: 14px !important;
    line-height: 999 !important;
    margin-right: 8px !important;
    width: 14px !important;
}
.wt-rotator .thumbnails li:hover {
    background: #ec1c24 none repeat scroll 0 0;
}
.wt-rotator .thumbnails li.curr-thumb {
    background: #ec1c24 none repeat scroll 0 0;
}
.news .post-list li a {
    float: left;
    padding-left: 0;
    width: 500px;
}
.news .post-list li .date {
    float: left;
}
.news-component {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #b6b6b6 #b6b6b6 -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    float: left;
    width: 598px;
}
.news-component .c {
    height: 193px;
    padding: 0 28px 0 35px;
}
.news-component .news-list {
    height: 160px;
    list-style: outside none none;
    margin-left: 0;
    margin-top: 4px;
    overflow: hidden;
}
.news-component .news-list li {
    border-bottom: 1px dotted #999;
    height: 40px;
    list-style-image: none;
    overflow: hidden;
    padding-bottom: 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-component .news-list a {
    color: #4d4d4d;
    font-size: 10.5pt;
    text-decoration: none;
}
.news-component .news-list a:hover {
    color: #ec1c24;
}
.news-component .news-list .date {
    color: #999;
    font-size: 10.5pt;
    font-weight: bold;
    padding-right: 13px;
}
.new-footer {
    float: right;
    font-size: 10pt;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
}
.new-footer span, .new-footer a {
    padding: 0 8px;
}
.new-footer a {
    color: #ec1c24;
    text-decoration: none;
}
.new-pager span, .new-pager a {
    border-right: 1px solid #4d4d4d;
}
.post-list {
    font-size: 10.5pt;
    list-style: outside none none;
    margin-left: 0;
    padding: 0 40px 0 10px;
}
.post-list li {
    border-bottom: 1px dotted #999;
    padding: 10px 0 6px;
}
.post-list a {
    color: #4d4d4d;
    text-decoration: none;
}
.post-list a:hover {
    color: #a3a3a3;
}
.post-list li .date {
    color: #999;
    padding-right: 20px;
}
.post-news .next-prev {
    padding-top: 80px;
}
.post-news .next-prev a {
    color: #4d4d4d;
    margin-left: 20px;
}
.post-news .next-prev a:hover {
    text-decoration: underline;
}
.post-footer {
    float: left;
    padding: 40px 0 0 10px;
    width: 90%;
}
.post-pager {
    display: none;
}
.ctt-h {
    border-bottom: 1px solid #999;
    font-size: 1.5em;
    padding: 0.2em 0 0.5em;
}
.relation-menu-1 {
    float: left;
    width: 150px;
}
.relation-menu-1 .dept-menu {
    width: 150px;
}
.relation-menu-2 {
    width: 940px;
}
.dept-menu a:hover {
    background-color: #C0C0C0;
}
.relation-menu-2 .dept-menu {
    width: 100%;
}
.dept-menu {
    height: 65px;
    margin: 10px 0 0 30px;
    padding-left: 0;
}
.dept-text {
    float: left;
    font-size: 0.8em;
    margin: 14px 0 0;
    width: 100px;
    color: #4d4d4d;
}
.dept-menu-ctt {
    height: 65px;
    margin: 10px auto 0;
    padding-left: 0;
}
.dept-menu-ctt a {
    background: rgba(0, 0, 0, 0) url("../images/ctt-combine.png") no-repeat scroll 0 0;
    height: 65px;
    margin-bottom: 20px;
}
.dept-menu-ctt .ctt {
    background-position: 0 0;
    width: 100px;
}
.dept-menu-ctt .ctt:hover {
    background-position: 0 -62px;
}
.relation-menu-container {
    background-color: #eaeaea;
    height: 230px;
}
.relation-menu .h {
    color: #EC1C24;
    font-size: 10.5pt;
    font-weight: 400;
    padding-top: 20px;
    text-align: left;
    padding-bottom: 10px;
    margin-left: 35px;
}



.relation-menu .h a {
    color: #ec1c24;
    font-size: 1.2em;
    text-decoration: none; 

}

.relation-menu .arrow {
    background-image: url("../uploads/images/arrow.svg");
    display: block;
    float: left;
    height: 20px;
    width: 20px;
    margin-right:5px;
}

.dept-menu li {
    margin-left: 5px;
}
.dept-menu2 {
    width: 600px;
}
.dept-menu a {
    background-color: #fff;
    height: 68px;
    margin-bottom: 5px;
    width: 224px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.dept-menu a img {
    border: 1px solid #bbb;
    float: left;
    margin: 6px;
    width: 4em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.footer {
    padding-bottom: 20px;
}
.bottom-menu {
}
.bottom-menu ul.root ul {
    list-style: outside none none;
    padding-top: 5px;
}
.bottom-menu ul.root li li {
}
.bottom-menu ul.root > li, .email-subscription {
    float: left;
    padding: 0 39px 40px 0;
    width: 150px;
}
.bottom-menu ul.root > li > a {
    color: #ec1c24;
    font-size: 11pt;
    font-weight: bold;
}
.bottom-menu ul.root > li {
    padding-bottom: 15px;
}
.bottom-menu ul li {
    padding-bottom: 8px;
}
.bottom-menu ul a {
    color: #4d4d4d;
    font-size: 10.5pt;
    text-decoration: none;
}
.bottom-menu ul a:hover {
    color: #ec1c24;
}
.copyright {
    color: #808080;
    font-size: 10pt;
}
.footer-container {
    padding: 30px 0 0;
}
.post .content {
    clear: both;
    color: #4d4d4d;
    font-size: 10pt;
    line-height: 1.5;
    position: relative;
}
.breadcrumb-container {
    float: left;
    overflow: hidden;
    width: 683px;
}
.breadcrumb {
    font-size: 10.5pt;
    margin-left: 0;
    padding: 0 6px;
}
.breadcrumb li {
    background: rgba(0, 0, 0, 0) url("../images/icon-breadcrumb.png") no-repeat scroll left center;
    color: #666;
    display: block;
    float: left;
    list-style: outside none none;
    padding: 3px 6px 3px 12px;
}
.breadcrumb li.root {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding-left: 0;
}
.breadcrumb li a {
    color: #333333;
    text-decoration: none;
}
.breadcrumb li a:hover {
    color: #ec1c24;
}
.post-container {
    float: left;
    padding-bottom: 60px;
    width: 562px;
}
.post-title {
    color: #b0201c;
    font-size: 12.5pt;
    font-weight: bold;
    padding: 18px 0 12px;
}
.post-title .icon {
    width: 42px;
}
.post-title .date {
    color: #999;
    font-size: 10pt;
    font-weight: normal;
}
.postage-price-table {
    width: 100%;
}
.postage-price-table .weight {
    width: 175px;
}
.postage-price-table .head {
}
.postage-price-table th {
    background-color: #b0201c;
    color: #fff;
}
.postage-price-table th, .postage-price-table td {
    border: 1px solid #b6b6b6;
    padding: 6px;
}
.postage-price-table caption {
    background-color: #b6b6b6;
    color: #fff;
    font-size: 12pt;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    text-align: left;
}
.local-table caption {
    background: #b6b6b6 url("../images/local.png") no-repeat scroll 19px center;
    padding-left: 110px;
}
.surface-table caption {
    background: #b6b6b6 url("../images/ship.png") no-repeat scroll 19px center;
    padding-left: 110px;
}
.postage-price-table-container {
    border-bottom: 1px dotted #ec1c24;
    margin-bottom: 14px;
    padding-bottom: 20px;
}
.air-table caption {
    background: #b6b6b6 url("../images/airplane.png") no-repeat scroll 19px center;
    padding-left: 110px;
}
.relation-link-container {
}
.relation-link .h {
    background: #b3b3b3 none repeat scroll 0 0;
    color: #fff;
    font-size: 12pt;
    font-weight: bold;
    height: 30px;
    line-height: 25px;
}
.relation-link .c {
    border: 1px solid #b6b6b6;
    padding: 12px 30px;
}
.relation-link li {
    list-style: inside none decimal;
    padding: 5px 0;
}
.wt-rotator, .wt-rotator .screen {
    border: 0 none;
    height: 300px;
    width: 570px;
}
.footer-menu-container {
    text-align: center;
}
.footer-menu-container a {
    border-left: 1px solid #666;
    color: #666;
    font-size: 11pt;
    padding: 0 16px;
    text-decoration: none;
}
.footer-menu-container a.st {
    border: 0 none;
}
.search {
    background: rgba(0, 0, 0, 0) url("../images/bg-search.png") no-repeat scroll 0 0;
    color: #666;
    height: 22px;
    padding: 6px 0 12px;
    width: 184px;
}
input.txt-search[type="text"] {
    background-color: transparent;
    border: 0 none;
    height: 16px;
    margin-left: 12px;
    width: 130px;
}
.btn-search {
    background-color: transparent;
    border: 0 none;
    cursor: pointer;
    height: 25px;
    margin-left: 10px;
    width: 20px;
}
.cat-menu-container {
    margin-bottom: 20px;
}
.cat-menu .root > li > a {
    background-color: #ec1c24;
    color: #fff;
    display: block;
    font-size: 11.5pt;
    font-weight: bold;
    padding: 3px 0;
    width: 220px;
}
.cat-menu ul {
    line-height: 1.5;
    list-style: outside none none;
}
.cat-menu ul li {
}
.cat-menu ul li a {
    color: #4d4d4d;
    display: block;
    padding: 4px 10px;
    text-decoration: none;
}
.cat-menu .root > li > ul > li {
    border: 1px solid #b6b6b6;
    margin-top: -1px;
}
.cat-menu .root > li > ul > li a {
    background-color: #fff;
    color: #4c4c4c;
    font-size: 10pt;
    font-weight: normal;
    padding-left: 36px;
    padding-right: 16px;
}
.cat-menu .root > li > ul > li a:hover, .cat-menu .root > li > ul > li.active a {
    background-color: #b0201c;
    color: #fff;
}
.post-sidebar .tools-component .pack a {
    font-size: 11pt;
    overflow: hidden;
    padding-right: 4px;
}
.branch-network .post-title {
}
.branch-network .content {
    border: 1px solid #b6b6b6;
}
.branch-network .caption {
    margin: 0 8px;
    padding: 8px 0;
}
.branch-network .caption span {
    display: inline-block;
    font-weight: bold;
    width: 32px;
}
.post-map-container {
    padding: 0 20px;
}
.post-name-table {
    padding: 8px 0 18px;
}
.post-name-table table {
    border-collapse: collapse;
    width: 100%;
}
.post-name-table table td {
    border: 1px solid #b6b6b6;
    padding: 2px 16px;
    width: 50%;
}
.post-name-table table td.office {
    cursor: pointer;
}
.post-name-table table td.selected, .post-name-table table td.office:hover {
    background-color: #b0201c;
    color: #fff;
}
.post-item {
    border: 1px solid #b6b6b6;
    display: none;
    margin-bottom: 18px;
    padding: 10px 16px;
}
.post-item .desc {
    color: #d97465;
    font-size: 12.5pt;
    font-weight: bold;
    padding: 0;
}
.easypay .post-item .desc {
    padding: 0;
}
.post-item .address {
    float: left;
    width: 200px;
}
.post-item .office-hour {
    padding-left: 215px;
}
.office-hour .date, .office-hour .t, .office-hour .w {
    float: left;
}
.office-hour .w {
    clear: both;
    width: 160px;
}
.post-item .services {
    clear: both;
    padding-bottom: 10px;
    padding-top: 20px;
}
.post-item .services .t {
    float: left;
    width: 40px;
}
.post-item .services .ss {
    padding-left: 60px;
}
.post-item .services .s {
    background: rgba(0, 0, 0, 0) url("../images/icon-tick.png") no-repeat scroll right center;
    border: 1px solid #b6b6b6;
    float: left;
    margin: -1px 0 0 -1px;
    padding: 1px 24px 1px 4px;
}
#post-map-canvas {
    margin-bottom: 18px;
}
.postage-calculator .post-title, .parcel-calculator .post-title {
}
.sending {
    border: 1px solid #b6b6b6;
    height: 120px;
    overflow: hidden;
    width: 279px;
}
.sending .caption {
    border-bottom: 1px solid #b6b6b6;
    color: #ec1c24;
    font-size: 12.5pt;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    width: 85px;
}
.office-hour .date {
}
.office-hour .t {
    padding-left: 5px;
    width: 159px;
}
.sending a {
    background: rgba(0, 0, 0, 0) url("../images/icon-breadcrumb.png") no-repeat scroll 26px center;
    border-bottom: 1px solid #b6b6b6;
    border-left: 1px solid #b6b6b6;
    color: #4d4d4d;
    display: block;
    float: right;
    height: 45px;
    line-height: 41px;
    padding-left: 45px;
    text-decoration: none;
    width: 100px;
}
.sending-letters {
    background: rgba(0, 0, 0, 0) url("../images/sending-letters.png") no-repeat scroll 18px 45px;
}
.sending-parcels {
    background: rgba(0, 0, 0, 0) url("../images/sending-parcels.png") no-repeat scroll 18px 41px;
    margin-left: -1px;
}
.calculator-page .step {
    border: 1px solid #b6b6b6;
    margin-bottom: 8px;
    overflow: hidden;
    padding: 8px;
}
.calculator-page .c {
    display: inline-block;
    font-weight: bold;
    width: 26px;
}
.calculator-page .section {
    border-bottom: 1px solid #b6b6b6;
    margin-bottom: 8px;
    padding: 8px 26px 20px;
}
.calculator-page .caption {
    border-bottom: 1px solid #b6b6b6;
    padding-bottom: 8px;
}
.calculator-page .caption .loader {
    float: right;
}
.calculator-page .button-pack {
    clear: both;
}
.calculator-page .button-pack .button {
    float: right;
    margin-right: 10px;
}
.calculator-page .fill {
    display: inline-block;
    font-weight: bold;
    width: 190px;
}
.calculator-service-table {
    width: 100%;
}
.calculator-service-table th {
    padding: 16px 0;
}
.calculator-service-table td {
    padding: 10px 0;
}
.calculator-page .caption a {
    color: #ec1c24;
    float: right;
    text-decoration: none;
}
.calculator-page .glance {
    float: right;
    font-size: 13pt;
    font-weight: bolder;
}
.easy-pay .caption {
    background-color: #d97465;
    color: #fff;
    height: 21px;
    line-height: 21px;
    padding-left: 15px;
}
.easy-pay .desc {
    border: 1px solid #b6b6b6;
    height: 120px;
}
.easy-pay .easy-pay-icon {
    border-right: 1px solid #b6b6b6;
    height: 120px;
    line-height: 120px;
    text-align: center;
    vertical-align: middle;
    width: 204px;
}
.easy-pay .easy-pay-icon img {
    vertical-align: middle;
}
.easy-pay .easy-pay-content {
    height: 120px;
    padding: 0 10px;
    vertical-align: middle;
    width: 335px;
}
.post-container {
    min-height: 400px;
    width: 685px;
}
.mark {
    color: #d97465;
    display: block;
    font-size: 12pt;
    font-weight: bold;
    text-decoration: none;
}
.post-12 .format {
    list-style-image: url("../images/list-style-a.png");
    list-style-position: inside;
    margin-left: 1em;
}
.post-12 .table td, .post-12 .table th {
    padding: 3px 15px;
    text-align: left;
    width: 50%;
}
.part-start {
    padding-top: 3em;
}
.top-tool {
}
.language {
    font-size: 10pt;
    height: 12px;
    padding: 13px 10px;
}
.language a {
    border-left: 1px solid #fff;
    color: #fff;
    display: block;
    float: left;
    height: 12px;
    line-height: 12px;
    padding: 0 10px;
    text-decoration: none;
}
.language a:first-child {
    border: 0 none;
}
.mail-charge {
    margin-bottom: 20px;
}
.mail-charge th, .mail-charge td {
    padding: 5px 2px;
}
.term-list li {
    padding: 4px 0;
}
.footer-bottom-container {
    background-color: #666;
    color: #fff;
    font-size: 11pt;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}
.footer-bottom .visitor {
    padding-right: 20px;
}
.eform-table {
    text-align: left;
}
.eform-table .head {
    background-color: #b0201c;
    color: #fff;
    font-weight: bolder;
}
.eform-table .remark {
    color: #999;
    display: block;
    padding-left: 2em;
}
.pillarbox-table td {
    width: 33%;
}
.post-20 ul {
    padding-left: 1em;
}
.tablelessform label {
    float: left;
    font-weight: bold;
    width: 120px;
}
.tablelessform div {
    margin-left: 120px;
}
.tablelessform input, .tablelessform span {
    margin-bottom: 5px;
    width: 180px;
}
div.regulations {
    counter-reset: chapter 0;
    width: 500px;
}
.regulations h1 {
    counter-reset: section 0;
    padding-top: 8px;
}
.regulations h2 {
    float: left;
    padding-right: 3px;
    text-indent: 20px;
}
.regulations h1::before {
    content: counter(chapter, decimal) ". ";
    counter-increment: chapter 1;
}
.regulations h2::before {
    content: counter(chapter, decimal) ". " counter(section, decimal) " ";
    counter-increment: section 1;
}
.regulations div.item {
    margin-left: 3.5em;
}
.sitemap ul {
    padding-left: 2em;
}
.sitemap ul ul {
    padding-left: 2em;
}
.sitemap ul ul ul {
    padding-left: 2em;
}
.sitemap div {
    float: left;
    width: 50%;
}
.sitemap ul a {
    color: #4d4d4d;
    text-decoration: none;
}
.sitemap ul a[href] {
    color: #1122cc;
    text-decoration: underline;
}
ul.address-format ul {
    padding-left: 2em;
}
ul.address-format li.dataline {
    list-style: outside none none;
    padding-top: 20px;
}
ul.address-format li.dataline .headline {
    font-weight: bold;
    padding-left: 0;
    text-decoration: underline;
}
ul.address-format li.dataline span {
    padding-left: 1.5em;
}
ul.address-format li.dataline .address-example {
    list-style: outside none none;
    padding-top: 14px;
}
.jobs {
    border-bottom: 1px dotted #ec1c24;
    margin: 0 20px;
    padding: 20px 0;
}
.job-title {
    color: #4d4d4d;
    font-size: 10.5pt;
    font-weight: bold;
}
.job-event {
    padding-left: 2em;
    padding-top: 2px;
}
.job-event li {
    padding: 2px 0;
}
.job-event a {
    text-decoration: none;
}
.track-form {
    border: 1px solid #b6b6b6;
    padding: 20px 8px 26px 20px;
}
.track-form label {
    float: left;
    height: 28px;
    line-height: 20px;
    padding-right: 1em;
}
.track-form label.br {
    width: 180px;
}
.track-form .mailcode {
    float: left;
    text-transform: uppercase;
}
.track-form .button-pack {
    float: left;
    margin-left: 1em;
    margin-top: 2px;
    padding-left: 183px;
}
.error-mail-message {
    margin-bottom: 5px;
}
.track-form .tips {
    padding-bottom: 8px;
}
.track-result {
    padding-top: 30px;
}
.track-result .search-mail {
    display: block;
    padding-bottom: 10px;
}
.track-result .mail-code {
    font-size: 12.5pt;
    font-weight: bold;
}
.comment-form {
    border: 1px solid #b6b6b6;
    padding: 8px;
}
.comment-form .pack-button {
    padding-left: 116px;
}
.comment-form label.error {
    padding-left: 116px;
}
.kiosk-table {
    width: 100%;
}
.kiosk-table p {
    font-weight: bold;
    padding-bottom: 5px;
}
.language-not-find-post {
    float: none;
    margin: 0 auto;
    padding-top: 40px;
    text-align: center;
}
.language-not-find-post .content {
    font-size: 11.5pt;
}
.f-w-directmail {
    background: rgba(0, 0, 0, 0) url("../images/bg-directmail.jpg") no-repeat scroll 0 29px;
}
.f-w-phy {
    background: rgba(0, 0, 0, 0) url("../images/bg-philately.jpg?v=6") no-repeat scroll 0 30px;
    background-size:278px 110px;
}
.easypay .post-map-container, .post-137 .post-map-container {
    border: 1px solid #b6b6b6;
    padding-bottom: 20px;
    padding-top: 12px;
}
.easypay .cap-name, .post-137 .cap-name {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #b6b6b6;
    border-color: #b6b6b6 #b6b6b6 -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    color: #000;
    font-weight: bold;
    padding: 2px 16px;
}
.easypay .desc, .post-137 .desc {
    padding: 0 0 16px 130px;
}
.easypay .desc .mark, .post-137 .desc .mark {
    padding-bottom: 20px;
}
.easypay .we, .post-137 .we {
    background: rgba(0, 0, 0, 0) url("../images/easy-pay-water.png") no-repeat scroll 30px 20px;
}
.easypay .dsat, .post-137 .dsat {
    background: rgba(0, 0, 0, 0) url("../images/easy-pay-car.png") no-repeat scroll 30px 20px;
}
.easypay .ihm, .post-137 .ihm {
    background: rgba(0, 0, 0, 0) url("../images/easy-pay-house.png") no-repeat scroll 30px 20px;
}
.post-137 .desc {
    border: 1px solid #b6b6b6;
    margin-bottom: 10px;
    padding-top: 10px;
}
.post-poster {
    border: 1px solid #b6b6b6;
    padding: 9px;
    width: 665px;
}
.vd-machine {
    position: absolute;
    right: 16px;
    top: -50px;
}
.post-quarterly .table th {
    text-align: center;
}
a.download {
    display: inline-block;
    height: 20px;
    width: 20px;
}
.post-quarterly .table td.download {
    text-align: center;
}
.table a.download {
    background: rgba(0, 0, 0, 0) url("../images/pdf.png") no-repeat scroll 0 0;
}
.post-pager a, .post-pager span {
    border-right: 1px solid #b6b6b6;
    font-size: 10.5pt;
    padding: 0 8px;
}
.post-63 .commodities {
    border-bottom: 1px dotted #d97465;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.post-63 .commodity {
    margin: 10px 20px 10px 0;
}
.post-63 .commodity img {
    border: 18px solid #b6b6b6;
}
.commodity {
    border: 1px solid #b6b6b6;
    float: left;
    margin: 10px 10px 10px 0;
}
.commodity img {
    border: 14px solid #b6b6b6;
}
.commodity p {
    padding: 2px 5px;
}
.pillarbox {
    position: absolute;
    right: 16px;
    top: -105px;
}
.download-table .table th {
    text-align: center;
}
.download-table .table td.download {
    text-align: center;
}
.validcode-image {
    cursor: pointer;
}
.validcode-image {
    cursor: pointer;
}
.validcode {
    margin-right: 10px;
}
#___gcse_0 {
    float: left;
    height: 22px;
    width: 140px;
}
.gsc-control-cse {
    background-color: transparent !important;
    border: 0 none !important;
    height: 22px;
    padding: 0 !important;
}
.gsc-input {
    background-color: transparent !important;
    border: 0 none !important;
    height: 16px !important;
    margin-left: 12px !important;
    padding: 0 !important;
    width: 110px !important;
}
.gsc-input-box, .gsc-input-box-hover, .gsc-input > input:focus, .gsc-input-box-focus {
    background: transparent none repeat scroll 0 0 !important;
    border: 0 none !important;
    box-shadow: none !important;
    height: 16px !important;
    width: 110px !important;
}
.cse input.gsc-search-button, input.gsc-search-button {
    background-color: transparent !important;
    background-image: none !important;
    border: 0 none !important;
    cursor: pointer !important;
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 0 !important;
}
input.gsc-input {
    color: #666 !important;
    font-size: 10pt !important;
    font-weight: normal !important;
    margin-top: 1px !important;
    width: 120px !important;
}
#gsc-i-id1 {
    background-image: none !important;
}
#gs_cb0 {
    display: none;
}
.gsc-adBlock, .gsib_b {
    display: none !important;
}
.gsc-modal-background-image {
    background-color: #333 !important;
}
.gsst_b {
    padding: 0 !important;
}
.btn-search {
    float: left;
}
.gsc-search-box {
    height: 20px !important;
}
.gsib_a {
    padding-top: 2px !important;
}
#phone-list, #email {
    margin: 0;
    padding: 20px;
    width: auto;
}
.email-list a {
    display: block;
    margin-bottom: 30px;
    margin-left: 40px;
}
#phone-list h3, .email-list h3 {
    background-color: #999999;
    background-image: linear-gradient(to bottom, #999999 0%, #aaaaaa 100%);
    color: #fff;
    padding: 5px 0 5px 20px;
}
#phone-list .ui-accordion-content > ul > li {
    margin-left: 10px;
}
#phone-list .ui-accordion-content > ul > li:hover {
    color: red;
}
#phone-list ul li:last-child {
    border: medium none;
}
.sub-tel {
    display: inline-block;
    margin: 0;
    width: 100px;
}
.sub-tel li {
    border: medium none;
    padding: 0;
}
.accordion {
    margin: 50px;
    width: 500px;
}
.accordion div ul li {
    vertical-align: top;
}
.accordion div ul li div {
    display: inline;
}
.accordion div ul li label {
    display: inline-block;
    margin-right: 100px;
    width: 150px;
}
.accordion .ui-accordion-header {
    background-color: #ec1c24;
    background-image: linear-gradient(to bottom, #999999 0%, #aaaaaa 100%);
    border-color: rgba(250, 250, 250, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 11pt;
    line-height: 25px;
    text-indent: 10px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    width: 100%;
}
.accordion div ul li {
    list-style: outside none none;
}
.ui-accordion-content ul li *, #phone-list ul li * {
    padding: 0;
    vertical-align: top;
}
.accordion .ui-accordion-content {
    background-color: #f3f3f3;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset, 0 -1px 0 0 rgba(0, 0, 0, 0.4) inset;
    color: #777777;
    font-size: 10pt;
    height: auto;
    line-height: 16pt;
    margin-right: -2px;
}
.accordion .ui-accordion-content > * {
    margin: 0;
    padding: 0;
}
#contact ul {
    list-style: outside none none;
}
.list-wrap {
    background: #eeeeee none repeat scroll 0 0;
    padding: 10px 10px 30px;
}
.list-wrap ul li {
    border-bottom: 1px solid #cccccc;
    padding: 5px;
}
label.parent {
    vertical-align: top;
}
label.sub {
    text-align: right;
}
.list-wrap ul li label {
    display: inline-block;
    padding: 5px;
    width: 188px;
}
.list-wrap ul li div {
    display: inline-block;
}
.contact-method div {
    display: inline;
}
.contact-method label {
    display: inline-block;
    font-weight: bold;
    width: 150px;
}
#contact .nav {
    margin: 0;
    overflow: hidden;
}
#contact .nav li {
    float: left;
    list-style: outside none none;
    margin: 0 10px 0 0;
    width: auto;
}
#contact .nav li.last {
    margin-right: 0;
}
#contact .nav li a {
    background: #aaaaaa none repeat scroll 0 0;
    border: 0 none;
    color: white;
    display: block;
    font-size: 15px;
    padding: 5px;
    text-align: center;
}
#contact .nav li a:hover, #contact .nav li a:focus, #contact .nav li a.current {
    background: #b0201c none repeat scroll 0 0;
}
div.readonly textarea {
    border: medium none;
    overflow: auto;
    resize: none;
}
div.readonly input {
    border: medium none;
    overflow: auto;
    resize: none;
    width: 200px;
}
.email {
    width: 250px;
}
.cart-button-list {
    margin: 30px 0;
}
div.shopping-cart table, div.shopping-cart table tr th {
    text-align: center;
}
div.shopping-cart table {
    margin: 10px 0;
}
div.shopping-cart {
    margin-bottom: 30px;
}
div.shopping-cart-container h3 {
    font-size: 13px;
}
div.shopping-cart table input[type="text"] {
    height: 10px;
    width: 30px;
}
h3.cart-product-value {
    float: right;
}
h3.cart-total {
    font-size: 15px;
    margin: 20px 0;
}
div.cart-button-list input {
    border: 1px solid #ddd;
    margin-right: 20px;
    padding: 5px;
}
span.telAreaCode {
    display: inline-block;
    width: 30px;
}
.region-list ul li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 10px;
}
.region-list {
    margin: 20px 0 10px;
}
.region-list ul li a {
    color: #006699;
    line-height: 20px;
    padding: 5px;
    text-decoration: none;
}
.region-list ul li a.active {
    background-color: #dadada;
}
.region-list ul li a:hover {
    color: #888;
}
.orderform label {
    text-align: left;
}
.orderform {
    border: 1px solid #cacaca;
    margin: 30px 0;
    padding: 10px;
}
.orderform legend {
    font-size: 15px;
}
.orderform div textarea.address {
    height: 80px;
    width: 300px;
}
.region-list ul {
    margin: 0;
}
input.shortint {
    width: 40px;
}
.view-cart {
    bottom: 55px;
    position: absolute;
    right: 0;
}
.cart-item-counter {
    background: transparent url("../images/yellow-point.png") no-repeat scroll left top;
    color: #999999;
    height: 20px;
    min-height: 20px;
    min-width: 20px;
    position: relative;
    right: 20px;
    text-align: center;
    top: 35px;
    width: 20px;
    z-index: 5;
}
.icon-view-cart {
    background: transparent url("../images/icon-shoppingcart.png") no-repeat scroll left top;
    display: block;
    height: 35px;
    left: -16px;
    position: relative;
    top: 21px;
    width: 35px;
    z-index: 2;
}
.icon-view-cart:hover, .view-cart:hover .icon-view-cart {
    background: transparent url("../images/icon-shoppingcart.png") no-repeat scroll -35px top;
}
.view-cart-link {
    background-color: #b0201c;
    color: #ffffff;
    padding: 5px 5px 5px 20px;
    position: relative;
    text-decoration: none;
    z-index: 1;
}
.view-cart-link:hover, .view-cart:hover .view-cart-link {
    background-color: #b5ab72;
}
.delivery-method {
    margin: 20px 0;
}
.declaration {
    border: 1px solid #cacaca;
    clear: both;
    font-size: 15px;
    margin: 30px 0;
    padding: 30px;
}
.delivery-method h3 {
    margin: 20px 0;
}
.button-pack {
    clear: both;
}
.radio-group {
    float: right;
    margin: 30px 0;
}
.button-pack input:hover {
    background-color: #b5ab72;
}
.button-pack input {
    background-color: #9d0000;
}
input.disable {
    background-color: #999;
    cursor: default;
}
img.loading {
    margin: 10px 0 0 10px;
    width: 150px;
}
label.msg, label.product-msg {
    color: #9d0000;
    display: block;
    margin: 10px 0 0 10px;
    width: 150px;
}
.list-gift-cat {
    margin: 0;
}
.p-head {
    color: #df8d80;
    font-size: 1.5em;
    font-weight: bold;
    margin: 20px 0;
}
.p-info {
    padding-left: 10px;
    width: 100px;
}
.list-gift-cat li {
    list-style: outside none none;
    margin: 0 0 50px;
}
.list-gift-group {
    margin: 0;
}
.list-gift-group li {
    border: 1px solid #b6b6b6;
    display: inline;
    float: left;
    margin: 0 15px 30px 0;
}
.list-gift-group li.edge {
    margin-right: 0;
}
.order-panel input {
    display: inline;
    vertical-align: top;
}
.order-panel input[type="submit"], .order-panel input[type="button"] {
    border: 1px solid #999999;
    color: #ffffff;
    cursor: pointer;
    font-size: 13px;
    padding: 5px;
    width: 100%;
}
.order-region {
    margin: 10px 0 0 10px;
}
.order-region input[type="text"] {
    height: 15px;
    width: 50px;
}
.order-region .button {
    background-color: #b1201d;
    color: #ffffff;
}
.dest {
    padding-left: 10px;
}
.msg-zone {
    display: block;
    height: 30px;
    margin: 10px;
    min-height: 30px;
}
.order-control {
    float: right;
    padding: 0 5px 5px 0;
    width: 105px;
}
.order-control input[type="text"] {
    height: 10px;
}
.gift .info div {
    margin-right: 10px;
}
.p-desc {
    vertical-align: top;
}
.p-info div.name {
    width: 190px;
}
.p-info div.name p {
    font-size: 15px;
    font-weight: bold;
    height: 40px;
}
.lnk-details:hover {
    color: #9d0000;
}
.lnk-details {
    color: #78dafd;
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin: 10px 0;
    text-decoration: none;
}
.lnk-enlarge {
    color: #9d0000;
    text-decoration: none;
}
.gift-details-desc {
    padding: 30px;
}
.gift-details-desc ul li {
    border: 0 none;
    margin: 10px 0;
}
.gift-details-desc h3 {
    margin: 10px 0;
}
.gift-banner {
    border: 1px solid #bababa;
    padding: 10px;
}
.cart-icon {
    background: transparent url("../images/icon-shoppingcart.png") no-repeat scroll left top;
    display: block;
    float: left;
    height: 35px;
    position: relative;
    top: -10px;
    width: 35px;
}
.cart-panel-header h3.cart-title {
    background-color: #b0201c;
    color: #ffffff;
    line-height: 25px;
    margin: 0 10px 0 20px;
    padding-left: 20px;
}
.cart-panel-body {
    margin-left: 20px;
}
.cart-panel {
    border: 1px solid #b6b6b6;
    padding: 5px;
}
.cart-panel div {
    margin: 10px 0;
}
.cart-panel label {
    display: block;
    float: left;
    width: 70px;
}
.cart-panel-body a {
    background-color: #b0201c;
}
.cart-panel-body a:hover {
    background-color: #b5ab72;
}
.post-office-container {
    border: 1px solid #b6b6b6;
    padding-left: 10px;
}
.post-office-container .h {
    font-size: 16px;
    padding: 5px 0 10px;
}
.post-office-container .pack {
    margin-bottom: 20px;
    padding: 10px 20px 10px 10px;
}
.post-office-container .pack h3 {
    border-bottom: 1px solid #888;
    color: #666;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.height-increase {
    height: 600px;
}
.tips:hover {
    color: #b5ab72;
}
.tips {
    color: #b0201c;
    text-decoration: none;
}
#delivery-terms {
    padding: 20px;
}
.left {
    float: left;
}
.right {
    float: right;
}
.center {
    text-align: center;
}
.relation-menu {
    width: 970px;
}
.custom-combobox {
    display: inline-block;
    position: relative;
}
.custom-combobox-toggle {
    bottom: 0;
    margin-left: -1px;
    min-height: 27px;
    padding: 0;
    position: absolute;
    top: 0;
}
.custom-combobox-input {
    margin: 0;
    padding: 0.3em;
}
.ui-autocomplete li {
    list-style: outside none none;
}
.sticky {
    float: none;
    left: auto;
    position: fixed;
    z-index: 6;
}
.ui-autocomplete {
    height: 300px;
    overflow: scroll;
}
.marquee {
    margin: 0 auto;
    overflow: hidden;
    padding-top: 20px;
    width: 60%;
}
#cse {
    float: left;
    height: 22px;
    width: 140px;
}

.bigger-text
{
    font-size:1.2em;
}


.cep .dept-text {
    margin-top: 15px;
}
.elocker .dept-text {
    margin-top: 20px;
}
.dmail .dept-text {
    margin-top: 21px;
}
.ecert .dept-text {
    margin-top: 7px;
}
.esign .dept-text {
    margin-top: 20px;
}
.mus .dept-text {
    margin-top: 15px;
}
.phi .dept-text {
    margin-top: 18px;
}
.ems .dept-text {
    margin-top: 13px;
}
.telecom .dept-text {
    margin-top: 20px;
}
.dsc .dept-text {
    margin-top: 20px;
}

.gsc-search-button-v2
{
    
    margin-left:20px;
    display:none;
}

.data-tables .table .icon {
   background:none!important;
   text-align:center!important;
   vertical-align:middle;
   
}

.quarterly td.icon,.quarterly th.icon
{
    background-image:none;
    width:93%;
    
}
.quarterly td.icon em
{
    width:30px;
    height:30px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0) url("/macaupost/images/pdf.png") no-repeat scroll 0 0;

}

.dataTables_paginate .pagination
{
    float:right;
}

.dataTables_paginate .pagination
{
    float:right;
}

.dataTables_paginate .pagination li{
    float:left;
    list-style:none;
    margin:0 10px;
    width:20px;
    height:20px;
    padding:3px;
    background-color:#EC1C24;
    text-align:center;
    
}

.dataTables_paginate .pagination li a{
    color:#Fff;
    text-decoration:bisque;
    
}