@charset "UTF-8";
/* CSS Document */

.container {width: 670px;}
ul.tabs {
	padding: 0;
	float: left;
	list-style: none;
	padding-left:10px;
	height: 40px;
	width: 660px;
	background:#f3f4f4;
}
ul.tabs li {
	float: left;
	margin: 8px 5px 5px 5px;
	padding: 0;
	border-left: none;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #777;
	width:100%;
	display: block;
	font-size: 9pt;
	padding:4px 10px 4px 10px;
	outline: none;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
ul.tabs li a:hover {
	background: #e3e3e3;
	color:#212121;
	-moz-border-radius: 5px;
	border-radius: 5px;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #e3e3e3;
	color:#212121;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.tab_container {
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	font-size:9pt;
	font-family:century gothic;
}


.tab_content {
	font-size: 9pt;
}
/*
.tab_content img {
	float: left;
	padding: 5px;
}*/