#wf_lh_col_wrapper {
  font-family         : Tahoma,sans-serif;
  font-size           : 11px;
  padding-top         : 40px;
  }
#wf_lh_col_wrapper h2 {
  padding             : 0 0 10px 0;
  color               :  #333;
  }
#wf_lh_col_wrapper .filter_box{
  width               : 155px;
  padding             : 0;
  margin-bottom       : 15px;
  }
#wf_lh_col_wrapper .clear {
  float               :right;
  font-size           : 10px;
  margin-top          : 2px;
  }
#wf_lh_col_wrapper .filter_box .filter_box_header {
  border-bottom       : 1px solid #CFCFCF;
  padding-bottom      :  2px;
  }
#wf_lh_col_wrapper .filter_box .filter_box_header {
  color               : #333;
  font-size           : 13px;
  font-weight         : 400;
  }
#wf_lh_col_wrapper .filter_box .filter_box_content {
  border-radius:0 0 4px 4px;
  border-top-width:0;
  padding:0;
  max-height:300px;
  overflow:auto;
  clear:both;
}
.filter_box_content ul, .selected_refine_parameters ul{
  padding:0;
  margin:0;
  list-style:none;
}
.filter_box_content ul li, .selected_refine_parameters ul li{
  padding:5px 0px 5px 22px;
  background:url("../product_thumb.php?img=images/awningFilter/unticked_box.png&h=15&w=15") no-repeat 5px 2px;
  cursor:pointer;
}
.filter_box_content ul li.last{
  border:none;
  -moz-border-radius:0 0 4px 4px;
  -webkit-border-radius:0 0 4px 4px;
  border-radius:0 0 4px 4px;
}
.filter_box_content ul li.two_cols{
  width:55px;
  float:left;
}
.filter_box_content ul li.selected{
  background:url("../product_thumb.php?img=images/awningFilter/thick_ticked_box.png&h=15&w=15") no-repeat 5px 2px;
}
#wf_lh_col_wrapper .filter_box .filter_box_header .clear, #wf_lh_col_wrapper #clear_all{
  cursor:pointer;
}
.filter_button {
    background-color    : #eee;
    background-image    : -webkit-linear-gradient( top, #fff, #ddd );
    background-image    : linear-gradient( to bottom, #fff, #ddd );
    border              : 1px solid #ccc;
    border-radius       : 4px;
    color               : #333;
    display             : block;
    font-size           : 13px;
    font-weight         : bold;
    margin-bottom       : 10px;
    padding             : 4px 7px;
    text-align          : center;
    }
.filter_button.red{
  color:#d1231e;
  font-size: 13px;
}
.filter_button:hover{
  filter: none;
  color:#e69abd;
  border-color: #999;
}
#loading{
  z-index:1000000;
  color:#fff;
  width:75%;
  height:420px;
  position:fixed;
  top:30%;
  left:150px;
  text-align:center;
  font-family:Tahoma,sans-serif;
  font-size:14px;
  font-weight:bold;
}
#loading div{
  width:100%;
  height:100%;
}
#loading span{
  position:absolute;
  top:50%;
  left:0;
  width:100%;
  text-align:center;
  color:#000;
}
.faded{
  opacity:0.4;
  filter:alpha(opacity=40) !important;
}
.faded *{
  filter:alpha(opacity=40) !important;
}
.filter_selected{
  color:#333;
  font-size:11px;
  padding:1px 5px;
  cursor:pointer;
  margin-bottom:-6px;
}
.filter_selected img{
  position:relative;
  top:-2px;
}
#apply_range,#enlarge_slider,#decrease_slider{
  cursor:pointer;
}
#apply_range{
  border-radius:4px;
  padding:2px;
  border: 1px solid #063;
  background:url("../images/cat_stripe_background_selected_sub.png") repeat scroll 0 0 transparent;
}
.price-slider{
  width:94%;
  margin-left:6px;
}

.ui-corner-all{
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
}
.ui-widget-content{
  border:1px solid #999;
}
.ui-widget{
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:1.1em;
}
.ui-slider{
  position:relative;
  text-align:left;
}
.ui-slider-horizontal .ui-slider-range{
  height:100%;
  top:0;
}
.ui-slider .ui-slider-range{
  border:0 none;
  display:block;
  font-size:0.7em;
  position:absolute;
  z-index:1;
}
.ui-widget-header{
  background-color:#CFCFCF;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
  background:#DFDFDF;
  border:1px solid #333;
}
.ui-slider-horizontal .ui-slider-handle{
  margin-left:-0.6em;
  top:-0.3em;
}
.ui-slider .ui-slider-handle{
  height:1.2em;
  position:absolute;
  width:0.6em;
  z-index:2;
}
.ui-slider-horizontal{
  height:0.8em;
}

/**
 *  For the currently selected options at the top of filter.php
 */
.selected_refine_parameters ul li {
  background:url(/images/cross_icon_grey_sml.png) no-repeat 0px 40%;
  padding-left:18px;
  width: 100%;
}
.selected_refine_parameters ul li:hover {
  background:url(/images/cross_icon_sml.png) no-repeat 0px 40%;
  width: 100%;
}

.selected_refine_parameters {
  float:left;
  margin-right:30px;
  list-style:none;
  margin-bottom:10px;
}
.selected_refine_parameters .selected_refine_param_head {
  font-size:12px;
  color:#666;
}
#popup {
       display: block;
    left: 433px;
    opacity: 1;
    position: absolute;
    top: 1041px;
    z-index: 9999;
}

.button {
    background-color: #2B91AF;
    border-radius: 10px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    padding: 20px 20px;
    text-align: center;
    text-decoration: none;
}

.button.small {
    border-radius: 15px;
    float: right;
    margin: 22px 5px 0;
    padding: 6px 15px;
}

.button.b-close, .button.bClose {
  background:url(/images/cross_icon.png) no-repeat 0px 6px;
    border-radius: 7px;
    box-shadow: none;
    font: bold 131% sans-serif;
    position: absolute;
    right: -18px;
    top: -5px;
}
#popup, #popup2, .bMulti {
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 0 25px 5px #999999;
    color: #111111;
    display: none;
    min-width: 450px;
    padding: 25px;
}
#fading_text {
-webkit-animation: fade-text 10s infinite;
-moz-animation: fade-text 10s infinite;
}
.no_result_text_bgtxt {
    color: #666666;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin: 40px auto 0;
    width: 90%;
    padding-top:30px;
}

#customerFilters {
  background-color    : #EEE;
  display             : none;
  margin-top          : 5px;
  outline              : 1px solid #CFCFCF;
  }
#customerFilters .selected_refine_parameters {
  padding: 5px;
  }
#customerFilters .filter_box_header {
  padding: 2px;
  }
#clear_all {
  float               : right;
  right               : 9px;
  }

