@charset "utf-8";

.clear{
	clear: both;
}
ul.tabs {
	list-style: none;
	margin:0 20px;
}
ul.tabs li:first-child {
	/*
	border-left: 1px solid #838B8F;
	*/
}
ul.tabs li {
	float: left;
	/*
	border-right: 1px solid #838B8F;
	border-top: 1px solid #838B8F;
	*/
	background-color: #f8f8f8;
	width:95px;
}
ul.tabs li.active {
	background-color:#333333;
	color:#000000;
	margin-bottom: -1px;
}
/*ul.tabs li a {display:block; padding:5px 10px; color:#777; letter-spacing:-1px; outline:none; text-decoration:none; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;}*/
ul.tabs li a {
	font-size: 0.9em;
	display: block;
	padding: 5px 10px;
	color: #333333;
	letter-spacing: -1px;
	outline: none;
	text-decoration: none;
}
ul.tabs li.active a {
	font-weight: 600;
	background-color: #838B8F;
	color: #000000;
}
div.tabs_content {
	border-top: 1px solid #333333;
	margin:0 25px;
}
div.tabs_content > div {
	/*padding-top: 40px;*/
	display: none;
	margin-top:20px;
} /* suggested to use display:none so that if the html is very long it wont jump badly */
