/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * General CSS stylesheet for storefront pages
 *
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com>
 * @version    $Id: main.css, 15/08/2012, vjk
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
*/


.rf-element-title {
  color: #353535;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.rf-element-title:hover {
  color: #017DCB;
}

.rf-element-title-box {
  cursor: pointer;
}

.rf-show-all-cats-box span {
  cursor: pointer;
  color: #353535;
  font-size: 11px;
  font-weight: bold;
}
.rf-show-all-cats-box {
  width: 100%;
  text-align:right;
  padding: 5px 0px;
}

.rf-show-all-link {
  padding-left: 4px;
}

.rf-clear-link, .rf-reset-all-link {
  display: none;
}

.rf-color-attr-box {
  cursor: pointer;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
}

#rf_num_found_products_txt, #rf_found_box_show_link {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: bold;
  color: #525252;
}

#rf_products_loading_overlay {
  position: absolute;
  margin: 0;
  padding: 0;
  background: #6B6B6B;
  opacity: 0.5;
  z-index: 1015;
  display: none;
}

.rf-price-range-sel {
  color: #525252;
  font-weight: bold;
}

#rf_found_box {
  display: none;
  position: absolute;
  padding: 8px;
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
  width: 180px;
  height: 40px;
  text-align: left;
  z-index: 2800;
}

#rf_found_box:before {
  content: ' ';
  display: block;
  position: absolute;
  left: -6px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-color: #CCCCCC;
  border-width: 1px;
  border-style: none none solid solid;
  background-color: #FFFFFF;
  /* box-shadow: -2px 2px 10px rgba(0,0,0,0.3); */
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.rf-element-box {
  padding: 4px 2px 20px 5px;
}

.rf-element-box table {
  border-collapse:collapse;
  border-spacing:0px;
}

.rf-element-box input[type="text"] {
    padding: 2px;
}

.rf-customer-filters {
  width: 100%;
  padding: 10px 0px 0px 0px;
}

.rf-cats-hidden-cat {
  display: none;
}


.rf-slider-wrap {
  width: 98%;
}

.rf-slider-mark {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #005D98;
  z-index: 2;
}

.rf-txt-active {
  color: #343434;
}

.rf-txt-unactive {
  color: #B2B2B2;
}

.rf-attr-count {
  color: #B2B2B2;
  font-size: 11px;
  font-weight: normal;
}

.rf-filter-cats-title {
  color: #353535;
  text-align: center;
  width:100%;
  padding:7px 2px;
  background-color: #EFEFEF;
  font-size: 11px;
}


.menu-refine-filters ul {
  padding: 5px 5px;
  list-style: none outside none;
}

.menu-refine-filters ul li {
  padding: 5px 0;
}

/*!
* jQuery UI Slider 1.8.23
*
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Slider#theming
*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 3; width: 0.4em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .4em; }
.ui-slider-horizontal .ui-slider-handle { top: -0.5em; margin-left: -0.1em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }

