/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 * 
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.3.5
 * Copyright  License: 
 */

/*เมนูภาษาไทย : DB Helvethaica X 53 Ext*/
@font-face {
      font-family: 'helvethaicaX_ext';
      src: url("../fonts/DB_Helvethaica_X_53_Ext/db_helvethaica_x_ext_v3.2-webfont.eot");
      src: url("../fonts/DB_Helvethaica_X_53_Ext/db_helvethaica_x_ext_v3.2-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/DB_Helvethaica_X_53_Ext/db_helvethaica_x_ext_v3.2-webfont.woff") format("woff"), url("../fonts/DB_Helvethaica_X_53_Ext/db_helvethaica_x_ext_v3.2-webfont.ttf") format("truetype"), url("../fonts/DB_Helvethaica_X_53_Ext/db_helvethaica_x_ext_v3.2-webfont.svg") format("svg");
      font-weight: normal;
      font-style: normal;
}

/*Body header ภาษาไทย : DB Helvethaica X 63 Medium Ext*/
@font-face {
      font-family: 'helvethaicaX_med';
      src: url("../fonts/DB_Helvethaica_X_63_MedExt/db_helvethaica_x_med_ext_v3.2-webfont.eot");
      src: url("../fonts/DB_Helvethaica_X_63_MedExt/db_helvethaica_x_med_ext_v3.2-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/DB_Helvethaica_X_63_MedExt/db_helvethaica_x_med_ext_v3.2-webfont.woff") format("woff"), url("../../../fonts/DB_Helvethaica_X_63_MedExt/db_helvethaica_x_med_ext_v3.2-webfont.ttf") format("truetype"), url("../../../fonts/DB_Helvethaica_X_63_MedExt/db_helvethaica_x_med_ext_v3.2-webfont.svg") format("svg");
      font-weight: normal;
      font-style: normal;
}

/*Body content ภาษาไทย : DB Helvethaica X 55 Regular*/
@font-face {
      font-family: 'helvethaicaX_regular';
      src: url("../fonts/DB_Helvethaica_X_55_Regular/db_helvethaica_x_v3.2-webfont.eot");
      src: url("../fonts/DB_Helvethaica_X_55_Regular/db_helvethaica_x_v3.2-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/DB_Helvethaica_X_55_Regular/db_helvethaica_x_v3.2-webfont.woff") format("woff"), url("../fonts/DB_Helvethaica_X_55_Regular/db_helvethaica_x_v3.2-webfont.ttf") format("truetype"), url("../fonts/DB_Helvethaica_X_55_Regular/db_helvethaica_x_v3.2-webfont.svg") format("svg");
      font-weight: normal;
      font-style: normal;
}

/*เมนูภาษาอังกฤษ :  Berthold Akzidenz Grotesk Extended*/
@font-face {
      font-family: 'akzidenzBE_ex';
      src: url("../fonts/Akzidenz_Grotesk_BE_Ex/akzidgrocffex-webfont.eot");
      src: url("../fonts/Akzidenz_Grotesk_BE_Ex/akzidgrocffex-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Akzidenz_Grotesk_BE_Ex/akzidgrocffex-webfont.woff") format("woff"), url("../fonts/Akzidenz_Grotesk_BE_Ex/akzidgrocffex-webfont.ttf") format("truetype"), url("../fonts/Akzidenz_Grotesk_BE_Ex/akzidgrocffex-webfont.svg") format("svg");
      font-weight: normal;
      font-style: normal;
}

/*Body header ภาษาอังกฤษ : Berthold Akzidenz Grotesk Medium Extended*/
@font-face {
      font-family: 'akzidenzBE_md';
      src: url("../fonts/Akzidenz_Grotesk_BE_MdEx/akzidgrocffmdex-webfont.eot");
      src: url("../fonts/Akzidenz_Grotesk_BE_MdEx/akzidgrocffmdex-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Akzidenz_Grotesk_BE_MdEx/akzidgrocffmdex-webfont.woff") format("woff"), url("../fonts/Akzidenz_Grotesk_BE_MdEx/akzidgrocffmdex-webfont.ttf") format("truetype"), url("../fonts/Akzidenz_Grotesk_BE_MdEx/akzidgrocffmdex-webfont.svg") format("svg");
      font-weight: normal;
      font-style: normal;
}

/*Body content ภาษาอังกฤษ : Berthold Akzidenz Grotesk Light Extended*/
@font-face {
      font-family: 'akzidenzBE_light';
      src: url("../fonts/Akzidenz_Grotesk_BE_LightEx/akzidgrocffligex-webfont.eot");
      src: url("../fonts/Akzidenz_Grotesk_BE_LightEx/akzidgrocffligex-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Akzidenz_Grotesk_BE_LightEx/akzidgrocffligex-webfont.woff") format("woff"), url("../fonts/Akzidenz_Grotesk_BE_LightEx/akzidgrocffligex-webfont.ttf") format("truetype"), url("../fonts/Akzidenz_Grotesk_BE_LightEx/akzidgrocffligex-webfont.svg") format("svg");
      font-weight: normal;
      font-style: normal;
}

.easy-autocomplete {
  position: relative;

  width: 100% !important;
  font-family: 'helvethaicaX_regular';
}

.easy-autocomplete-container {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.easy-autocomplete-container ul {
  background: none repeat scroll 0 0 #242424;
  border-top: 1px solid #808080;
  display: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: -1px;
}
.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category {
  background: inherit;
  border-color: #808080;
  border-image: none;
  border-style: solid;
  border-width: 0 1px;
  display: block;
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  padding: 4px 12px;
}
.easy-autocomplete-container ul li:last-child {
  border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px;
}
.easy-autocomplete-container ul li.selected {
  background: none repeat scroll 0 0 #000;
  cursor: pointer;
}
.easy-autocomplete-container ul li.selected div {
  font-weight: normal;
}
.easy-autocomplete-container ul li div {
  display: block;
  font-weight: normal;
  word-break: break-all;
}
.easy-autocomplete-container ul li b {
  font-weight: bold;
}
.easy-autocomplete-container ul .eac-category {
  font-color: #aaa;
  font-style: italic;
}

.eac-description .eac-item span {
  color: #aaa;
  font-style: italic;
  font-size: 0.9em;
}

.eac-icon-left .eac-item img {
  margin-right: 4px;
  max-height: 30px;
}

.eac-icon-right .eac-item {
  margin-top: 8px;
  min-height: 24px;
  position: relative;
}
.eac-icon-right .eac-item img {
  margin-left: 4px;
  max-height: 30px;
  position: absolute;
  right: -4px;
  top: -8px;
}

/*# sourceMappingURL=easy-autocomplete.css.map */
