
.tab-content 
{
	font-family:Georgia, Times New Roman, Times, serif;

	border: 1px solid #006699;
	background: white; /*#FFF3B3;*/
	color: #334656;
	padding: 0.5em;
}


.tab-header {
	position: relative;
	height: 3em;
	width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.tab-header ul.tab-list {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 50em; /* 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: 8em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: Arial;
	font-size: 15px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

.tab-header ul.tab-list span,.tab-header ul.tab-list a.tab-active,.tab-header ul.tab-list a.tab-active:hover {
	color: #FFFFFF;
	padding-bottom: 6px;
	margin-top: 0;
	background-image: url(images/prod_tab_on.gif);
	width:195px;	
}

/* a link in a background tab */
.tab-header ul.tab-list a {

	border-bottom: none;
	width:195px;
	background-image: url(images/prod_tab_off.gif);
}

/* hover on a background tab 
.tab-header ul.tab-list a:hover {
	margin-top: 0;
	border-color: #45B5B5;
	color: #996600;
	padding-bottom: 6px;
}*/

.tab  /* the heading that became the li */
{
	display: none;
}
