/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/*@mixin sub-heading($sub-heading-bg, $sub-heading-color) {
  color: $sub-heading-color;
  a{
    color: $sub-heading-color;
    &:hover{
      color: $sub-heading-color;
    }
  }
  padding: $base-box-padding;
  position: relative;
  background: $sub-heading-bg;  
}*/
/****/
/* RIGHT TO LEFT */
/** CHECKOUT BY STEP */
/*  
 * LAYOUT VARIABLES 
 */
.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;
}
.ac_results li:hover, .ac_results li.ac_over {
  background: #fbfbfb;
}

form#searchbox {
  position: relative;
  height: 37px;
}
form#searchbox label {
  color: #9c9c9c;
}
form#searchbox input#search_query_top {
  max-width: 222px;
  margin-bottom: 10px;
  display: inline-block;
  float: left;
  text-align: left;
  padding-left: 30px;
  height: 43px;
  font-family: 'Open Sans';
    -moz-border-radius-topleft:6px;
	-moz-border-radius-bottomleft:6px;
	-webkit-border-top-left-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	border-bottom-left-radius:6px;
	border-top-left-radius:6px;
}
.rtl form#searchbox input#search_query_top {
  float: right;
}
.rtl form#searchbox input#search_query_top {
  text-align: right;
}
.rtl form#searchbox input#search_query_top {
  padding-right: 30px;
  padding-left: inherit;
}
form#searchbox .button-search {
  float: left;
  position: absolute;
  top:12px;
  left: 0px;
  background: none;
  border: none;
  z-index: 9;
}
.rtl form#searchbox .button-search {
  float: right;
}
.rtl form#searchbox .button-search {
  right: 0px;
  left: auto;
}
