/*¿ìÑ¡½ð¶î*/

#gold-ui-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
}

#bargaining-chip-box {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 205px;
    height: 100%;
    text-align: right;
    z-index: 20000;
}

#bargaining-chip-box div {
    box-shadow: 5px 5px 5px #333;
    background:transparent url("/images/MONEY.gif") top right repeat-y;
    color:#fff;
    height:100px;
    line-height:100px;
}

div#gold-ui-drag{
    box-shadow: 3px 3px 3px #333;
    background-color:#fff;
    color:#000;
    position:absolute;
    text-align:center;
    z-index: 30000;
    font-size:10pt;
    border: 1px solid #333;        
    display:none;
}
div#gold-ui-drag span{
    height:30px;
    line-height:30px;
    display:block;
    width:100%;
    cursor: url("/images/openhand.cur"), auto; 
}

div#gold-ui-menu {
    background-color:#111;
    background: -moz-linear-gradient(top,  rgba(128,128,128,0.7) 0%, rgba(17,17,17,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(128,128,128,0.7)), color-stop(100%,rgba(17,17,17,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(128,128,128,0.7) 0%,rgba(17,17,17,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(128,128,128,0.7) 0%,rgba(17,17,17,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(128,128,128,0.7) 0%,rgba(17,17,17,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(128,128,128,0.7) 0%,rgba(17,17,17,1) 100%); /* W3C */
    position:absolute;
    z-index : 10005;
    width:120px;
    border-radius:8px;
    padding:7px;
    border:1px solid #111;
    display:none;
    box-shadow:9px 9px 9px rgba(17, 17, 17, 0.3);
    background-color:transparent \9;
    padding:0 \9;
    margin:0 \9;
    width:130px \9;
    *padding:0;
    *margin:0;
    *background-color:transparent;
    *width:130px;
}
label#gold-ui-label {
    position:absolute;
    z-index : 10005;
    color:#000;
    width:100px;
    padding:0;
    display:none;
    border-radius:8px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    div#gold-ui-menu {
        background-color:#111 \9;
        padding:7px \9;
        margin:0 \9;
        width:120px \9;
    }
}
div.top-tri div.before {
    width:0;
    height:0;
    border-top:15px solid #111;
    border-left:5px solid transparent;
    border-bottom:0;
    border-right:5px solid transparent;
    background-color:transparent;
    display:block;
    position:absolute;
    bottom:-14px;
    left:55px;
}

div.bottom-tri div.before {
    width:0;
    height:0;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-bottom:15px solid #111;
    background-color:transparent;
    display:block;
    position:absolute;
    top:-15px;
    left:55px;
}

div.top-tri::before {
    content: "";
    width:0;
    height:0;
    border-top:15px solid #111;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    background-color:transparent;
    display:block;
    position:absolute;
    bottom:-14px;
    left:55px;
}

div.right-tri::before {
    content: "";
    width:0;
    height:0;
    border-top:5px solid transparent;
    border-left:10px solid #333;
    border-bottom:5px solid transparent;
    background-color:transparent;
    display:block;
    position:absolute;
    right:-15px;
}

div.bottom-tri::before {
    content: "";
    width:0;
    height:0;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-bottom:15px solid #111;
    background-color:transparent;
    display:block;
    position:absolute;
    top:-15px;
    left:55px;
}

div.left-tri::before {
    content: "";
    width:0;
    height:0;
    border-top:5px solid transparent;
    border-right:10px solid #333;
    border-bottom:5px solid transparent;
    background-color:transparent;
    display:block;
    position:absolute;
    left:-15px;
}
div#gold-ui-menu div.linear-forie{
    padding:7px;
    background-color:transparent;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99888888', endColorstr='#111111',GradientType=0 ); /* IE6-9 */
    width:116px;
    min-height:50px;
    height:auto !important;
    height:50px;
    display:block;
}

div#gold-ui-menu a {
    display:block;
    width:118px;
    margin:0 auto;
    color:black;
    font-size:10pt;
    height:24px;
    line-height:24px;
    text-decoration:none;
    font-weight:normal;
    background-color:#fff;
    border-bottom:1px solid #ccc;
    text-align:center;
}
div#gold-ui-menu a:first-child {
    border-top-left-radius :5px;
    border-top-right-radius :5px;
    box-shadow:inset 3px 3px 3px rgba(192,192,192,0.7);
}
div#gold-ui-menu a:last-child {
    border-bottom-left-radius :5px;
    border-bottom-right-radius :5px;
}
div#gold-ui-menu a:hover {
    background-color:#bbdded;
}
