.iws-dropdown-component {}
.iws-dropdown { font-size:9px; position:relative;cursor:pointer;width:49px; margin-right: 5px; }
.iws-dropdowna { font-size:9px; position:relative;cursor:pointer;width:49px; }
.iws-dropdown select {border:0px; z-index:0; position:absolute; width:100%; display:none; opacity:0;width:0px;height:0px; }
.iws-dropdown-label {line-height:15px; background: url(/images/dropdown2.png);  z-index:1;  height:16px; outline:0px; padding: 0px 0px 0px 6px; text-align: left;}
.iws-dropdown-labelwrapper {position:absolute;z-index:1;top:0;left:0;}
.iws-dropdown-leftcap { background:url("/images/template/inputs.png") no-repeat;float:left; width:6px; background-position:0px 0px; height:25px; z-index:1;position:absolute; left:-2px;}
.iws-dropdown-arrow {  z-index: 1; position: absolute; right: 8px; width: 20px; height: 8px; background: url(/images/buttons/dropdown_arrow.png) no-repeat; top: 9px; cursor: pointer;}
.iws-dropdown-arrow:hover { /*background-position:-0px -16px;*/ }
.iws-dropdown-arrow:active { /* background-position:-0px -16px; */ }
.iws-dropdown-list-wrapper { overflow-y:auto;z-index:100; position:absolute; top:16px; border:0px solid #5d5d5d; border-top:0; overflow:hidden;overflow-y:auto !important; display:none; /* -moz-box-shadow: 3px 3px 5px #000; -webkit-box-shadow: 3px 3px 5px #000; box-shadow: 3px 3px 5px #000; */ }
.iws-dropdown-list-container { z-index:100; width:69px; }
.iws-dropdown-item {  -o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
  -webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
      -ms-transition: all 0.2s ease-out;  /* IE10? */
          transition: all 0.2s ease-out;display:block; padding:0px 0px 0px 0px; text-align:center; height:21px; line-height:21px; background-color: #4c4239; border-bottom:1px solid #ccc; text-align:left;padding-left:5px;}
		   
.iws-dropdown-item:hover { background:#7F8898;color:white;}
.iws-dropdown-group {background:#eeeeee;color:#000;font-weight:bold;}
.iws-dropdown-group:hover {background:#eeeeee;color:#000}

.iws-dropdown-focus { /*outline:0px solid #f60;*/ }
.iws-dropdown-focus .iws-dropdown-label {outline:0px solid #fff;}
.iws-dropdown-item-selected { /* color:#000; text-shadow:1px 1px 1px #fff;background:#fff0a5 */}
.iws-dropdown-item-selected:hover {/* background:#fff0a5;*/ }
.iws-dropdown-item-disabled { background:#cfcfcf !important; color:#666 !important; cursor:default !important; }

.iws-dropdown.standard { margin:6px 0px 0px 2px;width:170px;height:18px;}
.iws-dropdown.standard select { width:170px; }
.iws-dropdown.standard .iws-dropdown-label { width:136px; }
.iws-dropdown.standard .iws-dropdown-list-container { width:167px; }

/*.iws-dropdown.standard { margin:6px 0px 0px 2px;width:84px;height:18px;}
.iws-dropdown.standard select { width:80px; }
.iws-dropdown.standard .iws-dropdown-label { width:56px; }
.iws-dropdown.standard .iws-dropdown-list-container { width:81px; }*/

.iws-dropdown.standard { margin:4px 0px 0px 2px;width:170px;height:25px;}
.iws-dropdown.standard select { width:170px; }
.iws-dropdown.standard .iws-dropdown-label { width:136px; }
.iws-dropdown.standard .iws-dropdown-list-container { width:167px; }

.iws-dropdown.narrow { width:115px; }
.iws-dropdown.narrow select { width:30px; }
.iws-dropdown.narrow .iws-dropdown-label { width:79px; }
.iws-dropdown.narrow .iws-dropdown-list-container { width:113px; }

.iws-dropdown.mini { width:34px; }
.iws-dropdown.mini select { width:34px; width:0px;border:0px; }
.iws-dropdown.mini .iws-dropdown-label { width:14px; }
.iws-dropdown.mini .iws-dropdown-list-container { width:29px; }

.iws-dropdown-panel { margin:0 0 20px 0; height:30px; }
.iws-dropdown-panel > * { float:left; margin:0 20px 0 0; }
.iws-dropdown-panel.squeezed > * { margin:0 5px 0 0; }

.iws-dropdown:hover .iws-dropdown-label {color:black;}