@charset "utf-8";
/* CSS Document */
#sidebar_container{
	position:absolute;
	margin:0px;
	padding:0px;
	left:0px; 
	top:0px; 
	width:160px;
}
.sidebar_section{
	position:relative; 
	width:190px;
	height:auto;
	margin-left:5px;
	margin-bottom:10px;
}

#price_slider{
	position:absolute;
	left:5px;
	width:185px;
}
#price_slider .ui-widget-header{
	margin-top:0px;
}
#price_amount{
	padding-top:5px;
}
.sidebar_heading{
	padding:5px;
	font-size:16px;
}

#products_container{
	position:relative; 
	left:200px; 
	top:0px; 
	height:auto;
	width:78%;
	z-index:500;
}

#path_bar{
	position:relative; 
	font-size:14px; 
	height:20px; 
	width:80%;
	padding:10px;
	margin-bottom:5px;
}
#filter_bar{
	position:relative;
	width:100%;
	height:25px;
	padding:10px;
	z-index:150;
}
#displaying_items_text{
	position:absolute; 
	left:10px; 
	font-size:14px;
}
#currency_type_form{
	position:absolute; 
	left:10px; 	
}
#sort_form{
	font-size: 12px;
	position:absolute;
	left:450px;
}
#display_type_form{
	font-size: 12px;
	position:absolute;
	left:650px;
	font-size:10px;
	margin:0px;
	padding:0px;
	text-align:right;
}
.display_type_labels{
	width:45px;
}

#product_display{
	position:relative; 
	width:95%;
	height:auto;
}