div.tab_layout {
	width: 100%;
	margin: 0;
}

ul.tab_layout {
	list-style-type: none;
	width: 100%;
	float: left;
	background-color: #cccccc;
	margin: 0;
	padding: 0;
}

ul.tab_layout li {
	margin: 0 0px 0px 5px;
	float: left;
}

ul.tab_layout a {
	float: left;
	display: block;
	padding: 1px 8px;
	border: 2px solid #ccc;
	border-bottom: 0;
	color: #666;
	background: #eee;
	text-decoration: none;
	font-weight: bold;
}

ul.tab_layout a:hover {
	background: #fff;
	padding-bottom: 2px;
}

ul.tab_layout a.active {
	background: #fff;
	padding-bottom: 2px;
	cursor: default;
	color: #DE6C1C;
}

.tabs-container {
	clear: left;
	border: 2px solid #ccc;
	border-top: 0;
	padding: 3px 8px 0 8px;
}


