/* Tab Builders with default colors - Set colors in product specific css */
#tabs 
{
	padding: 5px 4px;
	border-bottom: 2px solid #fff;
	*padding-bottom: 3px;
	font-family: Arial Narrow;
}
	
#tabs ul 
{
	padding: 0;
	margin: 1px 0;
	list-style-type: none;
}
	
#tabs ul li 
{
	margin: 0;
	padding: 0;
	display: inline;
}

* html #tabs ul li 
{
	margin: 0;
}

#tabs ul li a, #tabs ul li a:link, #tabs ul li a:visited, #tabs ul li a:active, #tabs ul li a:hover 
{
	padding: 5px 4px;
	text-align: center;
	text-decoration: none;
}

#tabs ul li a, #tabs ul li a:link, #tabs ul li a:visited 
{			
	background: #5384AD;
	color: #FFF;
}

#tabs ul li a:hover 
{
	background: #ffffff;
	color: #5384AD;
}	

#tabs ul li span.on 
{
	padding: 5px 4px;
	color: #00487D;
	font-weight: bold;
	background: #ffffff;
	font-family: Arial;
	letter-spacing: 1px;
}
