/**
 * @package   Live Filter for PrestaShop
 * @version   3.0 July 2011
 * @author    EndPulse Software http://www.prestashop.endpulse.com
 * @copyright Copyright (C) 2008 - 2011 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 5px 16px transparent;
	height: 45px;
	float:right;
	width: 5px;
}

h4 span.expanded {
	padding-left:15px;
	background: url('./images/expanded.png') no-repeat scroll 5px 16px transparent;
	height: 45px;
	float:right;
	width: 5px;
}

div.LFoptions span.LFaccordeon {
	cursor: pointer;
}

div.LFoptions .LFlist {
	padding-top:3px;
}

div.LFoptions .active, div#LFStyleFixed .active {
}

div.LFoptions span.LFaccordeon:hover {
	color: #000000;
}

div.LFclrFilters {
	margin-left: 20px;
	margin-top: 10px;
}

ul.LFlist li {
    width: 50%;
    float: left;
    margin:0;
    padding: 0;
}

div#LFStyleFixed div.LFclrFilters {
	margin-left: 235px;
	padding-bottom: 5px;
}

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-color: #987c66;
}

