div#tabs
{
	color:#272727;
	background: #EAECEB;
}
	
	div#tabs h2, div#tabs h3, div#tabs h4, div#tabs h5 { margin: 0; }
	
	div#tabs > ul {
		margin:0;
		padding:0;
		list-style:none;
	}
	
	div#tabs > ul > li {
		display: block;
		float: left;
		height: 32px;
		font: tahoma 11px;
		background: #ffffff;
		margin: 0;
		padding: 0;
	}
	
		div#tabs ul li.tabs2 { width: 50%; }
		div#tabs ul li.tabs3 { width: 33.3%; }
		div#tabs ul li.tabs4 {	width: 25%; }
		div#tabs ul li.tabs5 {	width: 20%; }
	
	div#tabs > ul > li > a {
		font: tahoma 11px;
		text-align: center;
		line-height: 32px;
		height: 32px;
		display: block;
		background: url("/images/frontpage_small_tab_bg.gif") repeat-x;
		color:#000000; 
		text-decoration:none; 
		border-right:1px solid #c8c8c8;
	}
		
	div#tabs > ul > li > a.active, div#tabs > ul > li > a:hover {
		display: block;
		color: #ffffff;
		background: url("/images/frontpage_small_tab_bg_active.gif") repeat-x;
		border-left:1px solid #7B797A;
		border-right: 0;
		font-weight: bold;
		border-bottom: none;
	}

div.info-tabcontent {
	padding: 8px 8px 8px 8px;
	font-size:12px;
	height: 250px;
	overflow: hidden;
}

	div.info-tabcontent p, div.info-tabcontent ul {
		margin: 0 0 1em 0;
	}

div.tabcontent {
	padding-top:6px;
	font-size:12px;
	margin-bottom:5px;
}