ul.products-grid{ list-style:none;}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none! important;
	height: 32px;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0 3px 0 0;
	cursor: pointer;
	padding: 0px 21px ;
	height: 31px;
	line-height: 31px;
	border-left: none;
	font-weight: normal;
	list-style:none;
	background: #f5f5f5;
	overflow: hidden;
	position: relative;
	color: #666;
	text-transform: capitalize;
}
ul.tabs li:hover {
	background: #000; color: #fff;
}	
ul.tabs li.active{
	background: #000; color: #fff;
}
.tab_container {
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #FFFFFF;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
	display: none;
}
#container {
	width: 100%;
	margin: 0 auto;	
}
#container>h2 { display: none; }
.products-grid  li {border:none}