/*Example CSS file for creating tabs using tabs.js.Created by Rob Allen (rob at akrabat dot com)Based on the CSS code from Silverorange Labs at :http://labs.silverorange.com/archives/2003/september/simplecsstabs*/#tab-container {	width: 808px;	height: auto;	float: left;}.tab-content {	width: 788px;	padding: 10px;	background-color: #000;	float: left;}div.tab-content hr {	margin: 15px 0;}div.tab-content h3 {	margin: 6px 0 10px 0;	font-size: 18px;	color: #d8cc9c;}.tab-header {	position: relative;	height: 34px;	width: 808px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */	margin: 0px;	padding: 0px;	}.tab-header ul.tab-list {	margin: 0;	padding: 0;	position: absolute;	top: 0px;	background-color: #710202;	width: 808px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */}.tab-header ul.tab-list li  {	display: inline;	list-style: none;	margin: 0;}.tab-header ul.tab-list a,.tab-header ul.tab-list span,.tab-header ul.tab-list a.tab-active {	width: 160px;	display: block;	float: left;	height: 34px;	line-height: 34px;	font-size: 14px;	margin: 0px;	text-align: center;	text-decoration: none;	border-right: 1px solid #000;	color: #333;}.tab-header ul.tab-list span,.tab-header ul.tab-list a.tab-active,.tab-header ul.tab-list a.tab-active:hover {	background: #000;	color: #fff;	margin-top: 0;	font-weight: bold;}/* a link in a background tab */.tab-header ul.tab-list a {	border-bottom: none;	color: #fff;}/* hover on a background tab */.tab-header ul.tab-list a:hover {	margin-top: 0;	background: #ce1f23;	color: #fff;}.tab  /* the heading that became the li */{	display: none;}