#fireTabsContents {
	padding: 5px;
	background-color: #fbfbfd;
	border-style: solid;
	border-color: rgb(145,167,180);
	border-width: 0px 1px 1px 1px;
}
#fireTabsBox {
	height: 36px;
	width: 100%;
	padding: 0;
	line-height:normal;
	/*border-style: solid;
	border-color: black;
	border-width: 1px;*/
}

#fireTabs {
	margin: 0;
	padding:10px 10px 0;
	list-style: none;
}
#fireTab {
	float: left;
	margin: 0;
	padding-left: 0;
	border-style: solid;
	border-color: rgb(145,167,180);
	border-width: 0px 0px 1px 0px;
}

#fireTabSel {
	float: left;
	margin: 0;
	padding-left: 0;
	border-style: solid;
	border-color: #fbfbfd;
	border-width: 0px 0px 1px 0px;
}

#fireTabs a {
	display: block;
	float: none;
	
	width: 88px;
	
	background-image: url(../design/files/default/tab.png);
	background-position: top center;
	background-repeat: no-repeat;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration:none;
	padding: 5px 0;
	color:#765;
	overflow: hidden;
}

#fireTab a:hover {	
	background-image: url(../design/tabs/tab.hover.png);
}

#fireTabSel a{
	background-image: url(../design/tabs/tab.active.png);
}

.fireTabsPanel {
	height: 0;
	visibility: hidden;
	display: none;
}

#fireTabsPanelSel {
	visibility: visible;
	display: block;
	height: auto;
}
