﻿.tab_container {
	background-color: #d3ccb2;
	padding: 10px;
overflow: hidden;

}

.tab_container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
UL.tabNavigation {
	list-style: none;
	margin: 0;
	padding: 0;
}
 
UL.tabNavigation LI {
	display: inline;
	margin-right: 5px;
}
 
UL.tabNavigation LI A {
	padding: 3px 5px;
	font-size: .8em;
	text-decoration: none;
}
 
UL.tabNavigation LI A.selected,
UL.tabNavigation LI A:hover {
	background-color: #ece6d6;
	padding-top: 7px;
}
		
UL.tabNavigation LI A:focus {
	outline: 0;
}

div.tabs {
	background: none;
}

div.tabs#feature_tabs {
	float: left;
	width: 530px;
	
}

div.tabs div {
	background: #ece6d6;
	padding: 5px;
	display: block;
	margin-top: 3px;
	min-height: 100px;
}
		
div.tabs > div h2 {
	margin-top: 0;
}
 
				
.waste {
	min-height: 1000px;
}

#feature {
	float: left;
	text-align:center;
	width: 150px;
}

.tab_container table {
	text-align: left;
}

.tab_container table * {
	text-align: left;
}

.tab_container table tr td{
	text-align: center;
	padding: 0px 20px;
}

