/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Simple form styles
 *
 * Copyright (c) 2011-present Qualiteam software Ltd. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */

.simple-search-product-form {
  float: right;
}

.simple-search-box {
  border: solid 1px #dfdfdf;
  /* height: 24px;
  width: 240px; */
  clear: both;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#search .simple-search-box input.form-text {
/*   width: 212px;
  float: right; */
  font-size: 12px;
  outline: none;
  background: none;
  border: none;
  margin: 2px;
  padding-right: 20px;
}

.simple-search-box button.submit-button {
  background: transparent url(images/search.png) no-repeat;
  border: none;
  float: right;
  padding: 0px;
/*   margin: 3px 3px 0px 0px; */
  width: 18px;
  height: 17px;
  text-indent: -8000em;
  position: relative;
 /*  top: -27px; */
}

.less-search-options-cell:not(.expanded) .less {
  display: none;
}

.less-search-options-cell.expanded .more {
  display: none;
}