@charset "UTF-8";
/* CSS Document */
.tips-wrap { position: absolute; z-index: 99; }
.tips-table { display: inline-block; font-size: 14px; color: #333; }
.tips-tbody { position: absolute; left: 0; top: 0; }
.tips-td-00, .tips-td-02, .tips-td-20, .tips-td-22, .tips-table-arrow { background: url(../../images/tips-bar-main.png) no-repeat; }
.tips-td-00 { background-position: 0 0; width: 13px; height: 17px; }
.tips-td-01 { height: 17px; }
.tips-td-02 { background-position: -30px 0; width: 13px; height: 17px; }
.tips-td-10 { background: url(../../images/tips-bar-y.png) 0 0 repeat-y; width: 13px; }
.tips-td-11 { background-color: #F7F7F7; padding: 4px 10px; }
.tips-td-12 { background: url(../../images/tips-bar-y.png) -13px 0 repeat-y; width: 13px; }
.tips-td-20 { background-position: 0 -17px; width: 13px; height: 19px; }
.tips-td-21 { height: 19px; }
.tips-td-22 { background-position: -30px -17px; width: 13px; height: 19px; }

.tips-td-top-normal { background: url(../../images/tips-bar-x.png) 0 0 repeat-x; height: 17px; width: 20px; float: left; }
.tips-td-top-arrow { background: url(../../images/tips-bar-main.png) -13px 0 no-repeat; width: 17px; height: 17px; float: left; }
.tips-td-top-full { background: url(../../images/tips-bar-x.png) 0 0 repeat-x; height: 17px; }

.tips-td-bottom-normal { background: url(../../images/tips-bar-x.png) 0 -17px repeat-x; height: 19px; width: 20px; float: left; }
.tips-td-bottom-arrow { background: url(../../images/tips-bar-main.png) -13px -17px no-repeat; width: 17px; height: 19px; float: left; }
.tips-td-bottom-full { background: url(../../images/tips-bar-x.png) 0 -17px repeat-x; height: 19px; }

.tips-table-close { width: 16px; height:16px; position: absolute; right: 0; top: 2px; }

.tips-td-11 p { line-height: 18px; }

.tips-overlay { position: absolute; z-index: 100; }