.mootabs_title {
	height: 24px;	
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.mootabs_title li {
	border: 1px solid #888;
	border-width: 1px 1px 0px 1px;
	cursor: pointer;
	float: left;
	height: 24px;
	line-height: 24px;
	margin-right: 3px;
	margin-bottom: -1px !important;
	margin-bottom: 0;
	padding: 2px 8px 2px 8px;	
}
.mootabs_title li.active {
	background-color: #00ccff;
	color: #fff;
}
.mootabs_title li.over,
.mootabs_title li.active {
	color: #FFF;
	background-color: #00ccff;
}
.mootabs_panel {
	background: #d6ff85;
	border: 1px solid #888;
	clear: both;
	display: none;
	margin-top: 3px !important;
	margin-top: 0; /* IE6 hack */
	overflow: hidden;
	position: relative;
	width: 100%;
}
.mootabs_panel.active {
	display: block;	
}
.mootabs_panel h3 {
	color: #525252;
	font-size: 13px;
	margin-left: 160px;
	margin-top: 10px;
}
.mootabs_panel p {
	margin: 5px;
	margin-left: 160px;
}
.mootabs_panel h3.pakiet,
.mootabs_panel p.pakiet{
	padding-left: 40px;
}
.pict {
	float: left;
}
a.download {
	background: url(http://www.eskk.pl/images_new/download.gif) 10px top no-repeat #ff6600;
	bottom: 0;
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: bold;
	height: 24px;
	margin: 0;
	padding: 14px 0 0 60px;
	position: absolute;
	right: 0;
	text-decoration: none;
	width: 273px;
}
a.download:hover {
	background-color: #00ccff;
	text-decoration: none;
}

