.Categories{
	float: left;
	width: 100%;
	margin: 0 0 15px;
}

.Categories h2{
	
}

.Categories a{
	float: left; 
	width: 100%;
}

/*** LEVEL 1 ***/
.Categories a.Top{
	border-top: 1px solid #dedede;
	line-height: 36px;
	padding-bottom: 4px;
	
	font-size: 1.0em;
	font-family: "Nunito";
	color: #252161;
}

.Categories a.Top.Open-1,
.Categories a.Top.Selected-1{
	font-weight: bold;
}

/*** LEVEL 2 ***/
.Categories a.Sub{
	line-height: 28px;
	
	font-size: 0.95em;
	font-family: "Nunito";
	color: #EC7516;
	width: 50%;
}

.Categories a.Sub.Open-1,
.Categories a.Sub.Selected-1{
	font-weight: bold;
	width: 100%;
}

/*** SUB DIV ***/

div.Sub{
	margin: 5px 0;
	float: left;
}

/*** LEVEL 3 ***/
.Categories .Sub a.Sub{
	line-height: 24px;
	
	font-size: 0.9em;
	font-family: "Nunito";
	color: #252161;
}

.Categories .Sub a.Sub.Open-1,
.Categories .Sub a.Sub.Selected-1{
	font-weight: bold;
}

/*** FIXES ***/

.Categories .Sub + a.Top{
	margin: 10px 0 0 0;
}

.Categories h2 + a.Top{
	border: 0;
}

/*** MENU IMG ***/

.Menu-Img{
	margin: 10px 0 0 0;
	float: left;
}

.Menu-Img img{
	float: left;
}

/*** MENU FILTERS ***/

.Loading-Filters{
	background-image: url('../images/elem/processing.gif');
	width: 80px;
	height: 80px;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	bottom: -100px;
}

.Filters{
	float: left;
	width: 100%;
}

.Filters .Heading{
	float: left;
	width: 100%;
	text-align: center;
	font-family: "Nunito";
	font-size: 0.75em;
	color: #ffffff;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: bold;
	height: 44px;
	background-image: url('../images/elem/refine-search.png');
	background-position: top center;
}

.Filters section{
	float: left;
	width: 100%;
	margin: 15px 0 0 ;
}

/*** PRICE SLIDER ***/

/*** LEFT / RIGHT VALUES ***/

.Label-Left,
.Label-Right{
	font-size: 0.75em;
	font-weight: bold;
	color: #e2791f;
	margin: 10px 0 10px 0;
}

.Label-Left{
	float: left;
}

.Label-Right{
	float: right;
}

/*** NOT ACTIVE BACKGROUND HERE ***/

.Price-Slider{
	position: relative;
	width: 100%;
	height: 4px;
	border: 1px solid #252161;
	background-color: #a6d0e3;
}

/*** ACTIVE BACKGROUND HERE ***/

.Price-Slider .Bar {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #252161;
}

/*** HANDLES ***/

.Price-Slider .Handle-Left,
.Price-Slider .Handle-Right {
	position: absolute;
	top: -7px;
	width: 11px;
	height: 16px;
	cursor: default;
	z-index: 2;
	background-image: url('../images/elem/handle.png');
	cursor: pointer;
}

.Price-Slider .Handle-Left {
	margin-left: -5px;
}

.Price-Slider .Handle-Right {
	background-position: -11px 0;
	z-index: 1;
	margin-left: 5px;
}