.altsel *{margin:0;padding:0;}



.altsel {
    height: 27px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    font:bold 13px Arial, sans-serif;
    width:162px;
    background: url(../images/select1.png) 0 0 no-repeat;
    color:#333;
    vertical-align:middle;
}

.altselText {
    padding: 2px 10px 0 10px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    z-index: 1;
    font:bold 13px Arial, sans-serif;
    top: 4px;
    left: 0;
}
* html .altselText {
    height: 20px;
}
.altsel ul{list-style:none;}
.altsel li {
    cursor: pointer;
    white-space: nowrap;
    padding: 4px 10px;
    font-size: 12px
}
.altsel li.altSel-optsGroup {
    cursor: pointer;
    white-space: nowrap;
    padding:0 0 0 5px;
}
.altsel li.altSel-optsGroup li{
    padding-right:25px;
}

.altsel .altselOptHover {
    background: #ccc;
}
.altsel.altselMultiple .altselOptHover{
    background: #ccc;
}
.altsel li.altSelDisOpt{
    color:#ccc;
    background:none;
    cursor:default;
}
.altsel .altselActive {
    background: #ccc;
    color: #333;
}


.altsel-scroll-wrap, .altsel-multi-wrap {
    display: block;
    position: absolute;
    top:100%;
    background: #fff;
    border: 1px solid #c9c9c9;
    min-width: 99%;
    width: auto;
    z-index:3;
    border-radius: 5px;
    margin-top: 2px;
}

.altsel .jspContainer {
    position: relative;
    overflow: hidden;
    z-index: 5;
    color: #000;
    margin: -1px 0 0 -1px;
}

.altsel .jspTrack {
    height: 100%;
    width: 16px !important;
    background: #fff;
    /*position: absolute;*/
    top: 0;
    right: 0;
}
.altsel .jspDrag {
    position: absolute;
    background-position: -40px -26px;
    cursor: pointer;
    width: 15px !important;
    /*	height: 27px !important;*/
    right: -3px;
    background: #fff;
    border: 1px solid #cdcdcd;
    z-index: 1;
    border-radius: 4px;
}


.altsel .jScrollPaneDragBottom {
    bottom: 0;
}
.altsel .jspDragTop {
    top: 0;
}
.altsel .jspArrowUp { /* пїЅпїЅпїЅпїЅпїЅпїЅпїЅ пїЅпїЅпїЅпїЅпїЅ */
    top: 0;
    width: 20px !important
}

.altsel .jspArrowDown { /* пїЅпїЅпїЅпїЅпїЅпїЅпїЅ пїЅпїЅпїЅпїЅ */
    top: auto;
    bottom: 0;
    width: 20px !important
}

.altsel .jspArrowUp:hover {

}

.altsel .jspArrowDown, .altsel .jspArrowUp{
    font-size:0;
    text-decoration:none;
    overflow: hidden;
    cursor: pointer;
    width: 11px;
    height: 19px;
    /*position: absolute;*/
    right: -1px;
    text-indent:-99px;
    background-image: url(../images/arrs.gif) !important;
    background-repeat: no-repeat !important;

}
.jspArrowDown {background-position: 4px -41px !important;}
.jspArrowUp {background-position: 4px 5px !important; }
.altsel .altSel-optsGroupName{
    cursor: auto;
    font-style: italic;
    font-weight: bold;
    padding-left:8px;
}
.jspPane {margin-left:  0 !important; }

.jspHorizontalBar {display: none;}
.jspVerticalBar {background:none !important}