#Categories{
	
}

#Categories h2{
	
}

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

/*** LEVEL 1 ***/
#Categories a.Top{
	padding: 0 0 0 18px;
	border-top: 1px solid #b1d1e1;
	line-height: 36px;
	
	background-image: url('../images/elem/arrow.png');
	background-repeat: no-repeat;
	background-position: 3px 12px;
	
	font-size: 0.95em;
	color: #2c5a83;
}

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

/*** LEVEL 2 ***/
#Categories a.Sub{
	padding: 0 0 0 18px;
	line-height: 20px;
	
	font-size: 0.8em;
	color: #2c5a83;
}

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

/*** SUB DIV ***/

div.Sub{
	margin-top: 2px;
	float: left;
}

/*** LEVEL 3 ***/
#Categories .Sub a.Sub{
	padding: 0 0 0 24px;
	line-height: 20px;
	
	font-size: 0.75em;
	color: #2c5a83;
}

#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 FILTER VIEWPORT ***/

.Viewport{
	float: left;
	width: 100%;
	height: 150px;
	overflow: hidden;
	margin-bottom: 0.75em;
	position: relative;
}

.Viewport-List{
	position: absolute;
}

.Viewport .Up,
.Viewport .Down{
	position: absolute;
	right: 0px;
	width: 12px;
	height: 9px;
	cursor: pointer;
	z-index: 100;
}

.Viewport .Up.Inactive,
.Viewport .Down.Inactive{
	cursor: default;
	opacity: 0.3;
}

.Viewport .Up{
	top: 0px;
	background-image: url('../images/elem/arrow-up.png');
}

.Viewport .Down{
	bottom: 0px;
	background-image: url('../images/elem/arrow-down.png');
}

/*** PRICE SLIDER ***/

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

#Price-Slider-Left,
#Price-Slider-Right{
	font-size: 0.75em;
	font-weight: bold;
	color: #2c5a83;
	margin: 10px 0 10px 0;
}

#Price-Slider-Left{
	float: left;
}

#Price-Slider-Right{
	float: right;
}

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

#Price-Slider{
	position: relative;
	width: 100%;
	height: 4px;
	top: 0;
	left: 0px;
	border-top: 1px solid #8aa3ba;
	border-bottom: 1px solid #8aa3ba;
	background-color: #8aa3ba;
}

/*** ACTIVE BACKGROUND HERE ***/

#Price-Slider .ui-slider-range {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	background-color: #2c5a83;
}

/*** HANDLES ***/

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

#Price-Slider .ui-slider-handle {
	margin-left: -5px;
}

#Price-Slider .ui-slider-handle + .ui-slider-handle {
	background-position: -11px 0;
	z-index: 1;
	margin-left: -5px;
}