/**
 * @package   Live Filter for PrestaShop
 * @version   3.6 March 2012
 * @author    EndPulse Software http://www.prestashop.endpulse.com
 * @copyright Copyright (C) 2008 - 2012 EndPulse Software
 */
@CHARSET "ISO-8859-1";
div.LFoptions {
	font-size:12px;
	padding-left: 15px !important;
}

div.LFoptions span.expanded {
	padding-left:15px;
	background: url('./images/expanded.png') no-repeat scroll 0 3px transparent;
}

div.LFoptions span.minimized {
	padding-left:15px;
	background: url('./images/minimized.png') no-repeat scroll 0 3px transparent;
}

h4 span.minimizedup {
	padding-left:15px;
	background: url('./images/minimizedup.png') no-repeat scroll 0 3px transparent;
	height: 20px;
	float:right;
	width: 5px;
}

h4 span.expanded {
	padding-left:15px;
	background: url('./images/expanded.png') no-repeat scroll 0 3px transparent;
	height: 20px;
	float:right;
	width: 5px;
}

div.LFoptions span.LFaccordeon {
	cursor: pointer;
}

div.LFoptions .LFlist {
	padding-top:3px;
}

div.LFoptions .active, div#LFStyleFixed .active {
	color: green;
}

div.LFoptions span.LFaccordeon:hover {
	color: #000000;
}

div#LFStyleColumn input.LFrangeInputLeft {
	height: 25px; 
	text-align: center; 
	width: 50px; 
	margin-left: 0px; 
	margin-right: 5px;
}

div#LFStyleColumn input.LFrangeInputRight {
	height: 25px; 
	text-align: center; 
	width: 50px; 
	margin-left: 5px;
}

div#LFStyleColumn div.rangeStyle {
	width: 116px;
	margin-left: 7px;
}

div#LFStyleFixed div.rangeStyle {
	width: 123px;
	margin-left: 7px;
}

div#LFStyleFixed input.LFrangeInputLeft {
	height: 25px; 
	text-align: center; 
	width: 55px; 
	margin-left: 0px; 
	margin-right: 5px;
}

div#LFStyleFixed input.LFrangeInputRight {
	height: 25px; 
	text-align: center; 
	width: 55px; 
	margin-left: 5px;
}

div#LFStyleFixed div.LFclrFilters {
	margin-left: 40%;
	padding-bottom: 5px;
}

div#LFStyleColumn div.LFclrFilters {
	margin-left: 12%;
	padding-bottom: 5px;
}

div.LFoptions span.clrPartial {
	font-weight:bold;
	color: #93060F;
	display: none;
}

div#LFStyleFixed {
	background : none !important;
	width:600px;
	position:fixed;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	bottom:0px;
	left:50%;
	margin-left: -300px;
	z-index: 999999;
	color: #222222 !important;
}

div#LFStyleFixed div.LFoptions {
	padding: 5px !important;
	border-top: 1px solid #595A5E;
}

div#LFStyleFixed h4 {
	margin-left: 409px;
	cursor: pointer;
}

div#LFStyleFixed h4:hover {
	color: #000000;
}

div#LFStyleColumn h4 {
	cursor: pointer;
}

ul#LFfixed li {
	width: 145px;
	display: inline-block;
	float: left;
	position: relative;
	clear:right;
}

.ui-widget-header {
	background: #f6a828;
}

