div#tabs
{
	color:#272727;
	background: #EAECEB;
	margin:0;
	border-bottom:7px solid #FA7513;
}
	
	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:12px verdana ;
		text-align: center;
		line-height: 32px;
		height: 32px;
		display: block;
		/*background: url("/images/frontpage_small_tab_bg.gif") repeat-x;*/
		background:#FDB27B;
		color:#ffffff; 
		text-decoration:none; 
		border-left:2px solid white
	}
	
	div#tabs > ul > li:first-child > a {
		border-left:none;
	}
		
	div#tabs > ul > li > a.active, div#tabs > ul > li > a:hover {
		display: block;
		color: #ffffff;
		background:#FA7513;
		text-decoration:none !important;
		border-bottom:none; 
		/*background: url("/images/frontpage_small_tab_bg_active.gif") repeat-x;*/
	}

div.info-tabcontent {
	font:14px tahoma;
	color:black;
	height: 263px;
	overflow: hidden;
	padding:0 !important;margin:0 !important;
	text-align:center;
	position:relative;
}

	div.info-tabcontent p, div.info-tabcontent ul {
		margin: 0;padding:0;
	}

div.tabcontent {
	margin-bottom:5px;
}
div.info-tabcontent a, div.info-tabcontent a img {
	border:none !important;margin:0 !important;padding:0 !important;
}
