div.jDrop {
    font-family: verdana;
    color:       #000;
    float:       left;
    width:172px;
}

div.jSel {
    height:     18px;
    width:152px;
    overflow:   hidden;
    float:      left;
    color:#6a6a6a;
    cursor:pointer;
}

div.jSel.hover {
   color:#000000;
}
span.jSelOp {
    float:       left;
    padding:     4px 7px;
    white-space: nowrap;
}
div.jDropBut {
    color:      #000;
    background: url('../_img/urunsiralama_asagi.jpg');
    width:      20px;
    height:     20px;
    float:      left;
    cursor:pointer;
}
div.jDropBut.hover {
    background-position: 0px -20px;
}
div.jOpDrop {
    margin:     0px;
    padding:0px;
    position:   absolute;
    z-index:    10;
    width:172px;
    display:    none;
    background: url(jOpDrop.gif) bottom left;
    border:     1px solid #333;
    overflow:hidden;
}

div.jOp {
    padding:       1px 0px 2px 7px;
    white-space:   nowrap;
    width:100%;
    overflow:hidden;
}

div.jOpDrop div.jOp.hover {
    background: #8a8a8a ;
    color:      white;
}

