
.amHightlightText{
    color:#002C6B !important;
}
.amHightlightBgI1{
    background:#002C6B !important;
}
.amHightlightBgI2{
    background:#385D94 !important;
}
.amHightlightBgL1{
    background:#858585 !important;
}
.amHightlightBgL2{
    background:#EDEDED !important;
}
.amHightlightBgL3{
    background:#F4F4F4 !important;
}
.amHightlightBorderLight{
    border-color:#838383 !important;
}
.amHightlightBorderDark{
    border-color:#CCCCCC !important;
}

.amHighlightGradientI1{
    background: #002C6B !important; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(top,  #002C6B 0%, #385D94 100%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002C6B), color-stop(100%,#385D94)) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #002C6B 0%,#385D94 100%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #002C6B 0%,#385D94 100%) !important; /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #002C6B 0%,#385D94 100%) !important; /* IE10+ */
background: linear-gradient(to bottom,  #002C6B 0%,#385D94 100%) !important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002C6B', endColorstr='#385D94',GradientType=0 ) !important; /* IE6-8 */
}
.amHighlightGradientI2{
   
    background: #385D94 !important; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(top,  #385D94 0%, #002C6B 100%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#385D94), color-stop(100%,#002C6B)) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #385D94 0%,#002C6B 100%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #385D94 0%,#002C6B 100%) !important; /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #385D94 0%,#002C6B 100%) !important; /* IE10+ */
background: linear-gradient(to bottom,  #385D94 0%,#002C6B 100%) !important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#385D94', endColorstr='#002C6B',GradientType=0 ) !important; /* IE6-8 */
}

.amHighlightGradientL1{
    background: #858585 !important; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(top,  #858585 0%, #EDEDED 100%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#858585), color-stop(100%,#EDEDED)) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #858585 0%,#EDEDED 100%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #858585 0%,#EDEDED 100%) !important; /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #858585 0%,#EDEDED 100%) !important; /* IE10+ */
background: linear-gradient(to bottom,  #858585 0%,#EDEDED 100%) !important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#858585', endColorstr='#EDEDED',GradientType=0 ) !important; /* IE6-8 */
}
.amHighlightGradientL2{
    background: #EDEDED !important; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(top,  #EDEDED 0%, #858585 100%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EDEDED), color-stop(100%,#858585)) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #EDEDED 0%,#858585 100%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #EDEDED 0%,#858585 100%) !important; /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #EDEDED 0%,#858585 100%) !important; /* IE10+ */
background: linear-gradient(to bottom,  #EDEDED 0%,#858585 100%) !important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EDEDED', endColorstr='#858585',GradientType=0 ) !important; /* IE6-8 */
}

#productFilter .ui-slider-range {
	background: #002C6B;
}

#productFilter .ui-slider-horizontal.ui-widget.ui-widget-content {
	background: #858585;
}

#productFilter .ui-slider-handle {
	background: #F4F4F4;
	border: 1px solid#838383;
}

#productFilter .ui-slider-handle:hover {
	border: 1px solid#CCCCCC;
}

#productFilter {
	background: #F4F4F4 !important;
}

#productFilter .paddedButton {
	color: #002C6B;
	background: #EDEDED;
	border: 1px solid#838383;
	cursor: pointer;
}

#productFilter .paddedButton:hover {
	border: 1px solid#CCCCCC;
}

#productFilter .filterSection {
	border-top: 1px solid#838383;
}
