@charset "utf-8";
/* CSS Document */
#tabs {
	font-size: 90%;
	margin: 8px 0;
	}

#tabs ul {
	float: right;
	background-image:url(http://www.infonaleczow.pl/extra/jquery/idtabs/images/tab-bg-oferta.png);
	background-repeat:no-repeat;
	width: 600px;
	}
	
#tabs li {
	margin-left: 0px;
	list-style: none;
	}
	
* html #tabs li {
	display: inline; /* ie6 double float margin bug */
	}
		
#tabs li,
#tabs li a {
	float: left;
	}
	
#tabs ul li a {
	text-decoration: none;
	padding: 8px;
	color: #555555;
	font-weight: none;
	padding-left:15px;
	padding-right:14px;
	}
	
#tabs ul li a:hover {
	color: #f43030;
	text-decoration:underline;
	}
	
#tabs ul li.active {
	background: #ddf0c9 url(http://www.infonaleczow.pl/extra/jquery/idtabs/images/nav-right-oferta.gif) no-repeat right top;
	font-weight: bold;
	}
	
#tabs ul li.active a {
	background:  url(http://www.infonaleczow.pl/extra/jquery/idtabs/images/nav-left-oferta.gif) no-repeat left top;
	color: #546541;
	font-weight: bold;
	text-decoration:none;
	}
	
	
#tabs div {
	background: #fafafa;
	clear: both;
	padding: 20px;
	padding-top:10px;
	min-height: 250px;
	height:auto;
	border:solid 1px #e4f7cf;
	}
	
#tabs div h3 {
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 1px;
	}
	
#tabs div p {
	line-height: 150%;
	}