﻿div.jDrop {margin:.3em .5em .3em 0;float:left;}

div.jSel{cursor:pointer;background:url(/images/templates/jSelectboxjSel.gif); padding:0px 0px;min-width:100px; height:22px;overflow:hidden;float:left;}
div.jSel.hover{cursor:pointer;background-position:0px -22px;color:#000;}
span.jSelOp{cursor:pointer;float:left;padding:4px 7px;white-space:nowrap;}

div.jDropBut{cursor:pointer;color:#000;background:url(/images/templates/jSelectboxjDropBut.gif);background-repeat:none;width:22px;height:22px;float:left;}
div.jDropBut.hover{cursor:pointer;background-position:0px -22px;color:#fff;}

* html div.jOpDrop { 
   height: expression( this.scrollHeight > 201 ? "200" : "auto" ); /* sets max-height for IE */
   cursor:pointer;margin:0px!important;position:absolute;z-index:10; overflow-y:scroll; overflow-x:hidden; display:none;background:#FCFCFC; bottom left;border:1px solid #333;
}
div.jOpDrop {
   max-height: 200px; /* sets max-height value for all standards-compliant browsers */
   cursor:pointer;margin:0px!important;position:absolute;z-index:10; overflow-y:scroll; overflow-x:hidden; display:none;background:#FCFCFC; bottom left;border:1px solid #333;
}

div.jOp{cursor:pointer;padding:2px 7px 3px 7px;padding-right:17px;white-space:nowrap;}
.jDrop img{width:15px;height:15px;vertical-align:middle;margin:-2px 5px 0 0px; position:relative;}
div.jOpDrop div.jOp.hover{cursor:pointer;background:#DDDDDD;}
