/* -------------
 * Buttons
 * ------------- */
button {margin:0;padding:0;border:none;background-color:transparent;cursor:pointer;overflow:visible;outline:none;moz-outline:none;}
*:first-child+html button[type]{width:1;} /* IE7 */

button span {
  background: transparent url(/general/img/jnice/btn_right.gif) no-repeat scroll right top;
  display: block;
  float: left;
  padding: 0px 4px 0px 0px; /* sliding doors padding */
  margin: 0px;
}

button span span {
  background: transparent url(/general/img/jnice/btn_left.gif) no-repeat;
  color: #FFFFFF;
  padding: 1px 4px 0px 8px;
  font-weight: normal;
  font-size: 10px;
  line-height: 13px;
  text-transform: lowercase;
  display: block;
  text-decoration: none;
}

/* -------------
 * Inputs
 * ------------- */
.jNiceInputWrapper {
  margin-right:5px;
  background: transparent url(/general/img/jnice/input_left.gif) no-repeat left top;
  float:left;
}

.jNiceInputInner {
  background: transparent url(/general/img/jnice/input_right.gif) no-repeat right top;
  padding: 0px 13px 2px 0;
  margin: 0 0 0 13px;
}
.win.ff2 .jNiceInputInner,
.win.ff3 .jNiceInputInner{
  padding-top:4px;
  }
.jNiceInputInner input {
  font-size:13px;
  line-height: 26px;
  height: 26px;
  *line-height: 24px;/* IE Hacks */
  *height: 24px;/* IE Hacks */
  vertical-align:middle;padding:0;margin:0;background:none;border:none;outline:none;
}
/*
.jNiceInputWrapper_hover { background-position: left bottom; }
.jNiceInputWrapper_hover .jNiceInputInner { background-position: right bottom; }
*/

/* -------------
 * Radios
 * ------------- */
.jRadioWrapper { float: left; z-index: 2; }
.jNiceRadio {
  background: transparent url(/general/img/jnice/radio.gif) no-repeat 50% 0;
  height: 13px;
  width: 14px;
  position:absolute;left:0px;top:0px;cursor:pointer;vertical-align:middle;
  }

/* -------------
 * Checkboxes
 * ------------- */
.jNiceCheckbox {
  background: transparent url(/general/img/jnice/checkbox.gif) no-repeat 50% 0;
  height: 14px;
  width: 15px;
  position:absolute;left:0px;top:0px;z-index:2;cursor:pointer;
}
/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
.jNiceChecked {background-position:50% 100%;}
/* -------------
 * Selects
 * ------------- */

.jNiceWrapper select {border:none;margin:0;padding:0;width:25px;}

.jNiceSelectWrapper {
  height: 12px;
  left:0px;top:0px;z-index:3;position:absolute;
}

.jNiceWrapper iframe {position:absolute;z-index:1;left:0px;top:0px; width:30px;}

.jNiceSelectWrapper .jNiceSelectText {
  height: 12px;
  line-height: 12px;
  padding: 0px 0 0 0px;
  overflow:hidden;float:none;position:absolute;z-index:100;
  border-bottom:1px dashed #718aaa; 
  color:#718aaa;
  cursor:pointer;
  z-index:100;
}
.jNiceSelectWrapper:hover .jNiceSelectText{
  border:0;
  }
.jNiceSelectWrapper .jNiceSelectOpen {
  width: 10px;
  height: 12px;
  background:transparent url(/general/img/ico-down.gif) no-repeat 50% 50%;
  z-index:100;display:block;position:absolute;right:0px;
  cursor:pointer;
}

.jNiceSelectWrapper ul {
  top: 12px;
  /*
  background:#fff url(/general/img/jnice/select_list.gif) no-repeat 0 0;
  border-width:0 1px 1px 0;
  */
  border: solid 1px #718aaa;
  background:#fff;
  height: auto;
  position:absolute;left:0px;list-style:none;display: none;margin:0;padding:0;overflow-y:auto;z-index:100;width: 95%;
  overflow:hidden;
}
.jNiceSelectWrapper ul a {
  color:#718aaa;
  background-color: #FFF;
  display:block;padding:0px 5px 0 4px;text-decoration:none;
  width:100%;
  margin:3px 0 0 0;
}
.jNiceSelectWrapper ul a:first-child,
.jNiceSelectWrapper ul a.first-child{
  margin-top:0;
  }
.jNiceSelectWrapper ul a:hover,
.jNiceSelectWrapper ul a.selected { background:#718aaa; color:#fff; }


.jNiceFocus { border: dotted 1px #666666; }

.jNiceHidden {opacity:0;z-index:-1;position:relative;}
.jNiceWrapper {position:relative;vertical-align:top;}
.jNiceWrapper input {outline:none;moz-outline:none;}