/*
	Simple tabs by Maciej Ludwiczak (admin@maciejludwiczak.pl)
*/

.activ
	{
		border: 1px solid #167CC6;
		display: block;
		float: left;
		width: 100px;
		height: 20px;
		border-bottom: none;
		text-align: center;
	}
	
	.default
	{
		border: 1px solid #167CC6;
		display: block;
		float: left;
		width: 100px;
		height: 20px;
		text-align: center;
	}
	
	.tabs
	{
		width: 302px;
		background: #ECF6FF;
		border: 1px solid #167CC6;
		border-top: none;
		min-height: 350px;
	}
	
	.tabs div
	{
		padding: 1px 1px 1px 2px;
		
	}
	
	.switchers a
	{
		font-size: 12px;
		text-decoration:none;
		color: #167CC5;
		padding-top: 3px;
	}
	
	.switchers a:hover
	{
		font-size: 12px;
		text-decoration:none;
		color: #000000;
		padding-top: 3px;
	}
	
	a#switch1
	{
		border-right: none;
	}
	
	a#switch2
	{
		border-right: none;
	}	  
	 
	 
	 
	 
