/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 * 
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.3.5
 * MODIFIED by Achim Girnth for artworks24 
 */

.easy-autocomplete {
  /* Theme Square */
  /* Round */
}

/* MODIFIED .eac-square SQUARE THEME für einfache Breite 100% **********************************************************************************************/

.easy-autocomplete.eac-square input {

}
.easy-autocomplete.eac-square input:hover, .easy-autocomplete.eac-square input:focus {
  box-shadow: none;
}
.easy-autocomplete.eac-square ul {
  background: none repeat scroll 0 0 #eef1f3;
  border-top: 1px solid #a7b7c0;
  display: none;
  margin-top: 17px;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: -1px;
  width:100%;
  text-align:left;
}
.easy-autocomplete.eac-square ul li, .easy-autocomplete.eac-square ul .eac-category {
  background: inherit;
  border-color: #a7b7c0;
  border-image: none;
  border-style: solid;
  border-width: 0 1px;
  display: block;
  font-size: 12px;
  font-weight: normal;
  padding: 0px 12px;
  transition: all 0.2s ease 0s;
}
.easy-autocomplete.eac-square ul li.selected, .easy-autocomplete.eac-square ul .eac-category.selected {
  background: none repeat scroll 0 0 #ffffff;
  cursor: pointer;
}
.easy-autocomplete.eac-square ul li:first-child, .easy-autocomplete.eac-square ul .eac-category:first-child {
/* NICHT ANWENDEN */
}
.easy-autocomplete.eac-square ul li:last-child, .easy-autocomplete.eac-square ul .eac-category:last-child {
  border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px;
}
.easy-autocomplete.eac-square ul li b, .easy-autocomplete.eac-square ul .eac-category b {
  font-weight: 400;
  color:#1470CC;
}

/* MODIFIED .eac-round ROUND THEME für doppelte Breite 200% **********************************************************************************************/

.easy-autocomplete.eac-round input {

}
.easy-autocomplete.eac-round input:hover, .easy-autocomplete.eac-round input:focus {
  box-shadow: none;
}
.easy-autocomplete.eac-round ul {
  background: none repeat scroll 0 0 #eef1f3;
  border-top: 1px solid #a7b7c0;
  display: none;
  margin-top: 17px;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: -1px;
  width:150%;
  text-align:left;
}
.easy-autocomplete.eac-round ul li, .easy-autocomplete.eac-round ul .eac-category {
  background: inherit;
  border-color: #a7b7c0;
  border-image: none;
  border-style: solid;
  border-width: 0 1px;
  display: block;
  font-size: 12px;
  font-weight: normal;
  padding: 0px 12px;
  transition: all 0.2s ease 0s;
}
.easy-autocomplete.eac-round ul li.selected, .easy-autocomplete.eac-round ul .eac-category.selected {
  background: none repeat scroll 0 0 #ffffff;
  cursor: pointer;
}
.easy-autocomplete.eac-round ul li:first-child, .easy-autocomplete.eac-round ul .eac-category:first-child {
/* NICHT ANWENDEN */
}
.easy-autocomplete.eac-round ul li:last-child, .easy-autocomplete.eac-round ul .eac-category:last-child {
  border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px;
}
.easy-autocomplete.eac-round ul li b, .easy-autocomplete.eac-round ul .eac-category b {
  font-weight: 400;
  color:#1470CC;
}


/*# sourceMappingURL=easy-autocomplete.themes.css.map */
