#sidebar{
	width:23%;
	padding:2% 1.5%;
	min-height:400px;
	margin-bottom:20px;	
	float:left;
	background:#fafafa;
}
#sidebar h2{
	display:inline-block;
	font-size:17px;
	padding:0;
	margin:0 0 30px 0;
	color:#888;
	float:left;
	clear:both;
	font-weight:700;
	position:relative;
	color:#363d97;
}
#sidebar h2:after{
	content:' ';
	width:30%;
	border-bottom:2px solid #E81F00;
	position:absolute;
	left:0;
	height:30px;
}
#sidebar ul{
	list-style:none;
	padding:0;
	margin:0;
	width:100%;
	float:left;	
}
#sidebar .level-0{
	line-height:25px;
	width:100%;
	padding:0;
	margin-left:-2.5%;	
}
#sidebar .level-0 ul{
	display:none;	
}
#sidebar .active ul{
	display:block !important;	
}
#sidebar .level-1{
	line-height:25px;
	width:97%;
	padding:0 0 0 3%;
}
#sidebar .level-2{
	line-height:25px;
	width:92%;
	padding:0 0 0 8%;
}
#sidebar .level-0 a{
	color:#363d97;
	font-weight:700;
	font-size:15px;	
}
#sidebar .level-0 i{
	color:#E81F00;
	font-weight:700;
	font-size:10px;	
}
#sidebar .level-1 a{
	color:#363d97;
	font-weight:700;
	font-size:15px;	
}
#sidebar .level-2 a{
	color:#363d97;
	font-size:13px;
	font-weight:normal;	
}
@media only screen and (max-width: 640px){
#sidebar{
	height:40px;
	min-height:40px;
	padding-bottom:10px;
	padding-top:10px;
	width:97%;	
	overflow:hidden;
}
#sidebar ul{
	width:98%;
	padding:0 1%;	
}
.expand{
	min-height:400px !important;
	height:auto !important;	
}
#sidebar h2{
	cursor:pointer;	
}
#page-results{
	font-size:0.725em;	
}
}
@media only screen and (min-width:321px) and (max-width: 480px){
#products .product{
	width:46%;
	margin:1%;		
}	
#products .details-button{
	font-size:50%;	
}
#products .product h3{
	font-size:90%;	
}
.mobile-true{
	display:block;	
	clear:both !important;
}
}
@media only screen and (max-width: 320px){
#products .product{
	width:98%;
	margin:1%;		
}
#products .details-button{
	font-size:50%;	
}
}
@media only screen and (min-width:481px) and (max-width: 640px){
#products .product{
	width:31.333%;
	margin:1%;		
}	
#products .details-button{
	font-size:50%;	
}
#products .product h3{
	font-size:90%;	
}
}