/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
.ac_results {
  background: white;
  border: 1px solid #eeeeee;
  width: 271px;
  margin-top: -1px;
}
.ac_results li {
  padding: 0 10px;
  font-weight: normal;
  color: #686666;
  font-size: 13px;
  line-height: 22px;
}
.ac_results li.ac_odd {
  background: white;
}

#search_block_top {
  position: relative;
}
#search_block_top .fa-search {
  border: 1px solid #eeeeee;
  border-radius: 3px;
  background: #fcfcfc;
  padding: 7px;
  width: 30px;
  height: 30px;
}
#search_block_top .fa-search:hover {
  cursor: pointer;
}

form#searchbox {
  width: 260px;
  z-index: 10;
}
form#searchbox label {
  color: #383838;
}
form#searchbox input.search_query {
  max-width: 200px;
  float: left;
}
form#searchbox .btn {
  float: left;
  background: #f9b002;
  border-color: #f9b002;
  margin-left: 5px;
}
