#tabnav
	{
		height: 26px;
		margin: 0;
		padding-left: 10px;
		background: url(/common/images/layout/tab_bottom.gif) repeat-x bottom;
	}

#tabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
#tabnav a:link, #tabnav a:visited
	{
		float: left;
		background: #f3f3f3;
		font-size: 11px;
		line-height: 20px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #ccc;
		text-decoration: none;
		color: #666;
	}

#tabnav a:link.active, #tabnav a:visited.active
	{
		border-bottom: 1px solid #fff;
		background: #fff;
		color: #000;
	}

#tabnav a:hover
	{
		background: #fff;
	}
	
/* SMALL TABS */
	
#tabnav_small
	{
		height: 19px;
		margin: 0;
		padding-left: 10px;
		border-bottom: 1px solid #ccc;
	}

#tabnav_small li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
#tabnav_small a:link, #tabnav_small a:visited
	{
		float: left;
		background: #f3f3f3;
		font-size: 10px;
		line-height: 14px;
		font-weight: normal;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #ccc;
		text-decoration: none;
		color: #666;
	}

#tabnav_small a:link.active, #tabnav_small a:visited.active
	{
		border-bottom: 1px solid #fff;
		background: #fff;
		color: #000;
	}

#tabnav_small a:hover
	{
		background: #fff;
	}
	
.hidden_content
    {
    display: none;
    visibility: hidden;
}

.active_content {
	margin-top: 20px;
}
