@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;
}
.sidebar_heading{
	padding:5px;
	font-size:16px;
}

#products_container{
	position:relative; 
	left:200px; 
	top:0px; 
	height:auto;
	width:78%;
	background-color:#FFF;
	z-index:500;
}

#path_bar{
	position:relative; 
	font-size:14px; 
	height:20px; 
	width:80%;
	padding:10px;
	margin-bottom:5px;
}
#filter_bar{
	position:relative;
	width:80%;
	height:25px;
	padding:10px;
	z-index:150;
}
#product_display{
	position:relative; 
	width:95%;
	height:auto;
}
#product_info{
	position:relative; 
	border-bottom-style:solid; 
	border-bottom-width:1px; 
	height:175px; width:100%; 
	padding-top:5px; 
	padding-bottom:5px; 
	margin-top:5px; 
	margin-bottom:5px; 
	overflow:hidden;
}
#product_info_prices{
	position:absolute; 
	bottom:30px; 
	right:10px; 
	width:250px; 
	z-index:20;	
}