@CHARSET "UTF-8";

.sbHolder{
    background-color: #2d2d2d;
    border: solid 1px #d1d1d1;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 30px;
    position: relative;
    width: 200px;
}
.sbHolder:focus .sbSelector{

}
.sbSelector{
    display: block;
    height: 30px;
    left: 0;
    line-height: 30px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;
    width: 170px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
    color: #EBB52D;
    outline: none;
    text-decoration: none;
}
.sbToggle{
    background: url(http://img.noxgame.kr/images/noxgame/dg/icon/select-icons.png) 0 -116px no-repeat;
    display: block;
    height: 30px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;

}
.sbToggle:hover{
    background: url(http://img.noxgame.kr/images/noxgame/dg/icon/select-icons.png) 0 -167px no-repeat;
}
.sbToggleOpen{
    background: url(http://img.noxgame.kr/images/noxgame/dg/icon/select-icons.png) 0 -16px no-repeat;
}
.sbToggleOpen:hover{
    background: url(http://img.noxgame.kr/images/noxgame/dg/icon/select-icons.png) 0 -66px no-repeat;
}
.sbHolderDisabled{
    background-color: #3C3C3C;
    border: solid 1px #d1d1d1;
}
.sbHolderDisabled .sbHolder{

}
.sbHolderDisabled .sbToggle{

}
.sbOptions{
    background-color: #212121;
    border: solid 1px #d1d1d1;
    list-style: none;
    left: -1px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    width: 200px;
    z-index:2;
    overflow-y: auto;
}
.sbOptions li{
    padding: 0 7px;
}
.sbOptions a{
    border-bottom: dotted 1px #515151;
    display: block;
    outline: none;
    padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
    color: #ddd;
    text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
    /*color: #EBB52D;*/
    color: red;
}
.sbOptions li.last a{
    border-bottom: none;
}
.sbOptions .sbDisabled{
    border-bottom: dotted 1px #515151;
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
    border-bottom: dotted 1px #515151;
    color: #EBB52D;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
    padding-left: 17px;
}

/* type01 ================================================================================================== */
.sbHolder_type01{
    background-color: #000;
    border: solid 1px #555555;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 35px;
    position: relative;
    width: 205px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}
.sbHolder_type01:focus .sbSelector_type01{

}
.sbSelector_type01{
    display: block;
    height: 35px;
    left: 0;
    line-height: 35px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;
    width: 178px;
}
.sbSelector_type01:link, .sbSelector_type01:visited, .sbSelector_type01:hover{
    color: #868686;
    /*color: #0b0b0b;*/
    outline: none;
    text-decoration: none;
}
.sbToggle_type01{
    background: url(http://cdn-img.kingkongsoft.kr/jo/icon/btn_all.png) -4px -4px no-repeat;
    display: block;
    height: 35px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
}
.sbToggle_type01:hover{
    background: url(http://cdn-img.kingkongsoft.kr/jo/icon/btn_all.png) -4px -4px no-repeat;
}
.sbToggleOpen_type01{
    background: url(http://cdn-img.kingkongsoft.kr/jo/icon/btn_all.png) -4px -4px no-repeat;
}
.sbToggleOpen_type01:hover{
    background: url(http://cdn-img.kingkongsoft.kr/jo/icon/btn_all.png) -4px -4px no-repeat;
}
.sbHolderDisabled_type01{
    background-color: #3C3C3C;
    border: solid 1px #d1d1d1;
}
.sbHolderDisabled_type01 .sbHolder_type01{

}
.sbHolderDisabled_type01 .sbToggle_type01{

}

.sbOptions_type01{
    background-color: #fff;
    border: solid 1px #d1d1d1;
    list-style: none;
    left: -1px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 26px;
    width: 205px;
    z-index:9;
    overflow-y: auto !important;
}
.sbOptions_type01 li{
    padding: 0 3px;
}
.sbOptions_type01 a{
    border-bottom: dotted 1px #515151;
    display: block;
    outline: none;
    padding: 3px 0 3px 3px;
}
.sbOptions_type01 a:link, .sbOptions_type01 a:visited{
    color: #0b0b0b;
    text-decoration: none;
}
.sbOptions_type01 a:hover,
.sbOptions_type01 a:focus,
.sbOptions_type01 a.sbFocus{
    /*color: #EBB52D;*/
    /*color: #fe0400;*/
    color: red;
}
.sbOptions_type01 li.last a{
    border-bottom: none;
}
.sbOptions_type01 .sbDisabled{
    border-bottom: dotted 1px #515151;
    color: #0b0b0b;
    display: block;
    padding: 3px 0 3px 3px;
}
.sbOptions_type01 .sbGroup{
    border-bottom: dotted 1px #515151;
    color: #EBB52D;
    display: block;
    font-weight: bold;
    padding: 3px 0 3px 3px;
}
.sbOptions_type01 .sbSub{
    padding-left: 17px;
}

/* type02 ================================================================================================== */
.sbHolder_type02{
    /*background-color: #ededed;*/
    background: #fff;
    border: solid 1px #e2e2e2;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 26px;
    position: relative;
    width: 330px;
    display: inline-block;
    *display: inline;
    *zoom: 2;
    vertical-align: middle;
}
.sbHolder_type02:focus .sbSelector_type02{

}
.sbSelector_type02{
    display: block;
    height: 26px;
    left: 0;
    line-height: 26px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;
    width: 330px;
}
.sbSelector_type02:link, .sbSelector_type02:visited, .sbSelector_type02:hover{
    /*color: #EBB52D;*/
    color: #362e2b;
    outline: none;
    text-decoration: none;
}
.sbToggle_type02{
    background: url(http://cdn-img.kingkongsoft.kr/jo/icon/btn_all.png) -1px -1px no-repeat;
    display: block;
    height: 26px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
    border-left: 1px solid #e2e2e2;
}
.sbToggle_type02:hover{
    background: url(http://cdn-img.kingkongsoft.kr/jo/icon/btn_all.png) -1px -1px no-repeat;

}
.sbToggleOpen_type02{
    background: url(http://cdn-img.kingkongsoft.kr/jo/icon/btn_all.png) -1px -1px no-repeat;
}
.sbToggleOpen_type02:hover{
    background: url(http://cdn-img.kingkongsoft.kr/jo/icon/btn_all.png) -1px -1px no-repeat;
}
.sbHolderDisabled_type02{
    background-color: #3C3C3C;

}
.sbHolderDisabled_type02 .sbHolder_type02{

}
.sbHolderDisabled_type02 .sbToggle_type02{

}
.sbOptions_type02{
    background-color: #fff;
    border: solid 1px #e2e2e2;
    list-style: none;
    left: -1px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 24px;
    width: 330px;
    z-index:2;
    overflow-y: auto;

}
.sbOptions_type02 li{
    padding: 0 3px;
}
.sbOptions_type02 a{
    border-bottom: dotted 1px #e1e1e1;
    display: block;
    outline: none;
    padding: 3px 0 3px 3px;

}
.sbOptions_type02 a:link, .sbOptions_type02 a:visited{
    color: #0b0b0b;
    text-decoration: none;
}
.sbOptions_type02 a:hover,
.sbOptions_type02 a:focus,
.sbOptions_type02 a.sbFocus{
    /*color: #EBB52D;*/
    /*color: #fe0400;*/
    color: red;
}
.sbOptions_type02 li.last a{
    border-bottom: none;
}
.sbOptions_type02 .sbDisabled{
    border-bottom: dotted 1px #e1e1e1;
    color: #0b0b0b;
    display: block;
    padding: 3px 0 3px 3px;
}
.sbOptions_type02 .sbGroup{
    border-bottom: dotted 1px #e1e1e1;
    color: #EBB52D;
    display: block;
    font-weight: bold;
    padding: 3px 0 3px 3px;
}
.sbOptions_type02 .sbSub{
    padding-left: 17px;
}

/* type03 ================================================================================================== */
.sbHolder_type03{
    background-color: #fff;
    border: solid 1px #e1e1e1;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 31px;
    position: relative;
    width: 100px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}
.sbHolder_type03:focus .sbSelector_type03{

}
.sbSelector_type03{
    display: block;
    height: 31px;
    left: 0;
    line-height: 31px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;
    width: 100px;
    z-index:2
}
.sbSelector_type03:link, .sbSelector_type03:visited, .sbSelector_type03:hover{
    /*color: #EBB52D;*/
    color: #0b0b0b;
    outline: none;
    text-decoration: none;
}
.sbToggle_type03{
    background: url(http://cdn-img.kingkongsoft.kr/jo/icon/btn_all.png) 2px 2px no-repeat;
    display: block;
    height: 33px;
    outline: none;
    position: absolute;
    right: -1px;
    top: -1px;
    width: 33px;
    border-left: 1px solid #e1e1e1;
}
.sbToggle_type03:hover{
    background: url(http://cdn-img.kingkongsoft.kr/jo/icon/btn_all.png) 2px 2px no-repeat;
}
.sbToggleOpen_type03{
    background: url(http://cdn-img.kingkongsoft.kr/jo/icon/btn_all.png) 2px 2px no-repeat;
}
.sbToggleOpen_type03:hover{
    background: url(http://cdn-img.kingkongsoft.kr/jo/icon/btn_all.png) 2px 2px no-repeat;
}
.sbHolderDisabled_type03{
    background-color: #fff;
    border: solid 1px #e1e1e1;
}
.sbHolderDisabled_type03 .sbHolder_type03{

}
.sbHolderDisabled_type03 .sbToggle_type03{

}
.sbOptions_type03{
    background-color: #fff;
    border: solid 1px #e1e1e1;
    list-style: none;
    left: -1px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 33px;
    width: 100px;
    z-index:2;
    overflow-y: auto;
}
.sbOptions_type03 li{
    padding: 0 3px;
}
.sbOptions_type03 a{
    border-bottom: dotted 1px #3a1d19;
    display: block;
    outline: none;
    padding: 5px 0 5px 3px;
}
.sbOptions_type03 a:link, .sbOptions_type03 a:visited{
    color: #0b0b0b;
    text-decoration: none;
}
.sbOptions_type03 a:hover,
.sbOptions_type03 a:focus,
.sbOptions_type03 a.sbFocus{
    /*color: #EBB52D;*/
    /*color: #fff;*/
    color: red;
}
.sbOptions_type03 li.last a{
    border-bottom: none;
}
.sbOptions_type03 .sbDisabled{
    border-bottom: dotted 1px #3a1d19;
    color: #fff;
    display: block;
    padding: 5px 0 5px 3px;
}
.sbOptions_type03 .sbGroup{
    border-bottom: dotted 1px #3a1d19;
    color: #EBB52D;
    display: block;
    font-weight: bold;
    padding: 5px 0 5px 3px;
}
.sbOptions_type03 .sbSub{
    padding-left: 17px;
}




/* type04 ================================================================================================== */
.sbHolder_type04{
    background-color: #fff;
    border: solid 1px #d1d1d1;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 33px;
    position: relative;
    width: 108px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    z-index: 2;
    text-align: left;
}
.sbHolder_type04:focus .sbSelector_type04{

}
.sbSelector_type04{
    display: block;
    height: 33px;
    left: 0;
    line-height: 35px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;
    width: 108px;

}
.sbSelector_type04:link, .sbSelector_type04:visited, .sbSelector_type04:hover{
    color: #868686;
    /*color: #919191;*/
    outline: none;
    text-decoration: none;
}
.sbToggle_type04{
    background: url(http://cdn-img.kingkongsoft.kr/jo/icon/btn_all.png) 2px 2px no-repeat;
    display: block;
    height: 34px;
    outline: none;
    position: absolute;
    right: -1px;
    top: -1px;
    width: 33px;
    vertical-align: middle;
    border-left: 1px solid #d1d1d1;
}
.sbToggle_type04:hover{
    background: url(http://cdn-img.kingkongsoft.kr/jo/icon/btn_all.png) 2px 2px no-repeat;
}
.sbToggleOpen_type04{
    background: url(http://cdn-img.kingkongsoft.kr/jo/icon/btn_all.png) 2px 2px no-repeat;
}
.sbToggleOpen_type04:hover{
    background: url(http://cdn-img.kingkongsoft.kr/jo/icon/btn_all.png) 2px 2px no-repeat;
}
.sbHolderDisabled_type04{
    background-color: #3C3C3C;
    border: solid 1px #3a1d19;
}
.sbHolderDisabled_type04 .sbHolder_type04{

}
.sbHolderDisabled_type04 .sbToggle_type04{

}
.sbOptions_type04{
    background-color: #fff;
    border: solid 1px #d1d1d1;
    list-style: none;
    left: -1px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 33px;
    width: 108px;
    z-index: 2;
    overflow-y: auto !important;
}
.sbOptions_type04 li{
    padding: 0 3px;
}
.sbOptions_type04 a{
    border-bottom: dotted 1px #d1d1d1;
    display: block;
    outline: none;
    padding: 5px 0 5px 3px;
}
.sbOptions_type04 a:link, .sbOptions_type04 a:visited{
    /*color: #fff;*/
    color: #000;
    text-decoration: none;
}
.sbOptions_type04 a:hover,
.sbOptions_type04 a:focus,
.sbOptions_type04 a.sbFocus{
    /*color: #EBB52D;*/
    color:red;
}
.sbOptions_type04 li.last a{
    border-bottom: none;
}
.sbOptions_type04 .sbDisabled{
    border-bottom: dotted 1px #3a1d19;
    color: #fff;
    display: block;
    padding: 5px 0 5px 3px;
}
.sbOptions_type04 .sbGroup{
    border-bottom: dotted 1px #3a1d19;
    color: #EBB52D;
    display: block;
    font-weight: bold;
    padding: 5px 0 5px 3px;
}
.sbOptions_type04 .sbSub{
    padding-left: 17px;
}




/* type05 ================================================================================================== */
.sbHolder_type05{
    background-color: #fff;
    border: solid 1px #d1d1d1;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 24px;
    position: relative;
    width: 210px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}
.sbHolder_type05:focus .sbSelector_type05{

}
.sbSelector_type05{
    display: block;
    height: 24px;
    left: 0;
    line-height: 24px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;
    width: 228px;
}
.sbSelector_type05:link, .sbSelector_type05:visited, .sbSelector_type05:hover{
    /*color: #EBB52D;*/
    color: #0b0b0b;
    outline: none;
    text-decoration: none;
}
.sbToggle_type05{
    background: url(http://cdn-img.kingkongsoft.kr/jo/icon/btn_all.png) -4px -4px no-repeat;
    display: block;
    height: 24px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
}
.sbToggle_type05:hover{
    background: url(http://cdn-img.kingkongsoft.kr/jo/icon/btn_all.png) -4px -4px no-repeat;
}
.sbToggleOpen_type05{
    background: url(http://cdn-img.kingkongsoft.kr/jo/icon/btn_all.png) -4px -4px no-repeat;
}
.sbToggleOpen_type05:hover{
    background: url(http://cdn-img.kingkongsoft.kr/jo/icon/btn_all.png) -4px -4px no-repeat;
}
.sbHolderDisabled_type05{
    background-color: #3C3C3C;
    border: solid 1px #d1d1d1;
}
.sbHolderDisabled_type05 .sbHolder_type05{

}
.sbHolderDisabled_type05 .sbToggle_type05{

}
.sbOptions_type05{
    background-color: #fff;
    border: solid 1px #d1d1d1;
    list-style: none;
    left: -1px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 24px;
    width: 210px;
    z-index: 2;
    overflow-y: auto;
}
.sbOptions_type05 li{
    padding: 0 3px;
}
.sbOptions_type05 a{
    border-bottom: dotted 1px #515151;
    display: block;
    outline: none;
    padding: 3px 0 3px 3px;
}
.sbOptions_type05 a:link, .sbOptions_type05 a:visited{
    color: #0b0b0b;
    text-decoration: none;
}
.sbOptions_type05 a:hover,
.sbOptions_type05 a:focus,
.sbOptions_type05 a.sbFocus{
    /*color: #EBB52D;*/
    /*color: #fe0400;*/
    color: red;
}
.sbOptions_type05 li.last a{
    border-bottom: none;
}
.sbOptions_type05 .sbDisabled{
    border-bottom: dotted 1px #515151;
    color: #0b0b0b;
    display: block;
    padding: 3px 0 3px 3px;
}
.sbOptions_type05 .sbGroup{
    border-bottom: dotted 1px #515151;
    color: #EBB52D;
    display: block;
    font-weight: bold;
    padding: 3px 0 3px 3px;
}
.sbOptions_type05 .sbSub{
    padding-left: 17px;
}
