ul.products-grid{ list-style:none;}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none! important;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 6px 20px;
	margin-right: 5px;
	line-height: 22px;
	font-size: 17px;
	font-weight: normal;
	border: 4px solid #e1e1e1;
	list-style:none;
	background: #fff;
	overflow: hidden;
	position: relative;
	font-family: 'fjallaoneregular';
}
ul.tabs li:hover {

	color: #fff
}	
ul.tabs li.active{
	color: #fff
}
.tab_container {
	clear: both;
	float: left; 
	width: 100%;
	background: #FFFFFF;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
	display: none;
}
#container {
	width: 100%;
	margin: 0 auto;	
}
.products-grid  li {border:none}