@charset "utf-8";

.tukimenu .menu {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    box-shadow: rgba(0,0,0,.1) 0 3px 3px;
    padding-top: 5px;
    padding-top: 0 \9;
    background: #fff \9;
    text-align: left;
}

.tukimenu .show {
    display: block;
}

.tukimenu .menu:before,.tukimenu .menu:after {
    display: block;
    display: none \9;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: -11px;
    left: 8px;
    border: 8px transparent solid;
    border-bottom-color: #999;
}

.tukimenu .menu:after {
    border-bottom-color: #fff;
    top: -10px;
}

.tukimenu .menu .in {
    background: #fff;
    border: 1px #aaa solid;
    border-top: none \9;
}

.dextab {
    border-bottom: 1px #ddd solid;
    line-height: 1.4em;
    white-space: nowrap;
}

.dextab li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: bottom;
    margin-bottom: -1px;
    margin-right: 2px;
}

.dextab li a {
    display: block;
    float: left;
    border: 1px #ddd solid;
    padding: .4em 1em;
    background: #eee;
    color: #555;
    text-decoration: none;
    font-weight: bold;
    border-radius: 2px;
    box-shadow: inset rgba(0,0,0,.03) 0 -.1em .1em,inset rgba(255,255,255,.5) 0 1em 1em,inset rgba(255,255,255,.5) 1px 1px 0;
    cursor: pointer;
}

.dextab li.current a {
    border-bottom-color: #fff;
    background: #fff;
    box-shadow: none;
}

.dextabwrp {
    border: 1px #ddd solid;
    margin-top: -1px;
    line-height: 1.5em;
    padding: 6px 6px;
    display: none;
}

.apostrophe_tao li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btw {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    background: #e2e2e2 url(../images/btw.png) 0 0 repeat-x;
    border: 1px #b2b2b2 solid;
    border-radius: 2px;
    font: 1em/1.85 arial,tahoma,'microsoft yahei','simsun',Helvetica,sans-serif;
    font-weight: bold;
    max-height: 40px;
    color: #555;
    text-shadow: rgba(255,255,255,1) 0 1px 0;
    box-shadow: rgba(0,0,0,.1) 0 1px 1px;
}

.btw span {
    display: block;
    padding: 0 1.5em;
    border: 1px #fff solid;
    border-color: #fff #eee #eee #fff;
    border-radius: 2px;
}

.btw:hover {
    border-color: #8b8b8b;
    box-shadow: inset rgba(255,255,255,.1) 0 1em 1em,rgba(0,0,0,.1) 0 1px 1px;
    color: #000;
    text-decoration: none;
}

.btw:active {
    box-shadow: inset rgba(0,0,0,.1) 0 1em 1em;
}

.btw.green {
    background-position: 0 -40px;
    background-color: #a1ce49;
    border-color: #85ad30;
    color: #38522d;
    text-shadow: rgba(255,255,255,.3) 0 1px 0;
}

.btw.green span {
    border-color: #e2f4be #b3d86e #b3d86e #e2f4be;
}

.btw.green:hover {
    border-color: #6e8836;
    color: #000;
}

.btw.green:active {
    box-shadow: inset rgba(0,0,0,.08) 0 1em 1em;
}

.btw.red {
    background-position: 0 -80px;
    background-color: #ff7f00;
    border-color: #d18c30;
    color: #fff;
    text-shadow: rgba(0,0,0,.1) 0 1px 0;
}

.btw.red span {
    border-color: #ffc851 #ff9933 #ff9933 #ffc851;
}

.btw.red:hover {
    border-color: #d15010;
    color: #fff;
}

.btw.red:active {
    box-shadow: inset rgba(0,0,0,.06) 0 1em 1em,inset rgba(255,255,255,.1) 0 -1em 1em;
}

.btw.yellow {
    background-position: 0 -120px;
    background-color: #ffc834;
    border-color: #e5bc49;
    color: #66582b;
    text-shadow: rgba(255,255,255,.3) 0 1px 0;
}

.btw.yellow span {
    border-color: #fff1bd #ffd35d #ffd35d #fff1bd;
}

.btw.yellow:hover {
    border-color: #c49a26;
    color: #000;
}

.btw.yellow:active {
    box-shadow: inset rgba(0,0,0,.05) 0 1em 1em;
}

.btw.disable,.btw.disable:hover,.btw.disable:active {
    background: #e2e2e2;
    border-color: #ccc;
    cursor: not-allowed;
    color: #999;
    box-shadow: none;
}

.btw.disable span {
    border-color: #eee;
    cursor: not-allowed;
}

.btw.disable span:before {
    opacity: .5;
}

.btw.disable input[type=button],.btw.disable input[type=submit] {
    cursor: not-allowed;
}

.btw ::selection {
    background-color: transparent;
    color: inherit;
    text-shadow: inherit;
}

.btw input[type=button],.btw input[type=submit] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    filter: Alpha(opacity=0);
    opacity: 0;
    line-height: 999em;
    cursor: pointer;
}

.btw.full {
    display: block;
}

.btw.full span {
    float: none;
    text-align: center;
}

.btw.icon_cart,.btw.icon_pay,.btw.icon_link,.btw.icon_mail,.btw.icon_scan {
    font-size: 16px;
    line-height: 32px;
}

.btw.icon_cart span:before,.btw.icon_pay span:before,.btw.icon_link span:before,.btw.icon_mail span:before,.btw.icon_scan span:before {
    display: block;
    background: url(../images/btw.png) no-repeat;
    content: '';
    width: 32px;
    height: 32px;
    float: left;
    box-shadow: inset rgba(0,0,0,0.1) -1px 0 0,rgba(255,255,255,0.3) 1px 0 0;
    margin: 0 1.5em 0 -1.2em;
    margin: 0 0 0 -1.2em \9;
    padding-right: .4em;
}

.btw.icon_cart span:before {
    background-position: 0 -160px;
}

.btw.icon_pay span:before {
    background-position: 0 -192px;
}

.btw.icon_link span:before {
    background-position: 0 -224px;
}

.btw.icon_mail span:before {
    background-position: 0 -256px;
}

.btw.icon_scan span:before {
    background-position: 0 -288px;
}

.Dtip {
    position: relative;
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    cursor: help;
}

.Dtip .tipBox {
    position: absolute;
    font-size: 11px;
    background: rgba(0,0,0,.8);
    color: #ddd;
    font-weight: normal;
    display: none;
    text-align: left;
    z-index: 999;
    min-height: 1.5em;
    line-height: 1.5em;
    padding: .6em 1em;
    border-radius: 2px;
    white-space: nowrap;
    top: -0.2em;
    left: 20px;
}

.Dtip .tipBox:before {
    display: block;
    content: '';
    border: 4px transparent solid;
    position: absolute;
    width: 0;
    height: 0;
}

.Dtip:hover .tipBox {
    display: inline-block;
}

.Dtip .tipBox a {
    color: #fff;
    font-weight: bold;
}

.Dtip.tD .tipBox {
    white-space: normal;
}

.Dtip.tT .tipBox {
    top: -3em;
    left: -.8em;
}

.Dtip.tT .tipBox:before {
    border-color: transparent;
    border-top-color: rgba(0,0,0,.8);
    bottom: -8px;
    left: 1em;
}

.Dtip.tR .tipBox {
}

.Dtip.tR .tipBox:before {
    border-color: transparent;
    border-right-color: rgba(0,0,0,.8);
    top: 1em;
    left: -8px;
}

.Dtip.tB .tipBox {
    top: auto;
    bottom: -3em;
    left: -.8em;
}

.Dtip.tB .tipBox:before {
    border-color: transparent;
    border-bottom-color: rgba(0,0,0,.8);
    top: -8px;
    left: 1em;
}

.Dtip.tL .tipBox {
}

.Dtip.tL .tipBox:before {
    border-color: transparent;
    border-left-color: rgba(0,0,0,.8);
    top: 1em;
    right: -8px;
}

.tukivalidator-alert {
    position: absolute;
    background: #eee;
    left: 0;
    bottom: -3em;
    border: 1px #f90 solid;
    border-radius: 3px;
    font-size: 1em;
    font-style: normal;
    color: #f60;
    line-height: 1.8em;
    padding: 0 .5em;
    box-shadow: inset rgba(255,255,255,.5) 0 .9em .9em,rgba(0,0,0,.1) 0 1px 1px;
    white-space: nowrap;
    z-index: 99;
}

.tukivalidator-alert:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: .5em;
    top: -1em;
    border: 6px transparent solid;
    border-bottom-color: #f90;
}

.tukivalidator-alert.dn {
    display: none;
}