/*	------------------------ importy ---------------------- */
@import url("inc.top.css");
@import url("inc.menu.css");
@import url("inc.menu-prawe.css");
@import url("inc.bottom.css");
/*	------------------------    *    ---------------------- */
* {
	font-family: Verdana;
	font-size: 12px;
	color: #747474;
	line-height: 20px;
}
/*	------------------- glowna - czesc 1 ------------------ */
#content {
	float: left;
	background: #fff;
	width: 100%;
}
#content div.content {
	margin: 0px auto;
	width: 742px;
}
/*	------------------------- lista ----------------------- */
#lista {
	width: 100%;
	float: left;
}
#lista img.i1 {
	border: 1px solid #e0e0e0;
	margin-right: 32px;
	margin-top: 4px;
	width: 161px;
	padding: 6px;
}
#lista div.p {
	padding-left: 10px;
}
#lista h1 {
	font: bold 20px Georgia;
	color: #519C00;
	margin-top: 20px;
	margin-bottom: 15px;
}
#lista h2 {
	font: bold 17px Georgia;
	color: #007B03;
	margin-bottom: 8px;
}
#lista div.oferta {
	margin-bottom: 8px;
	float: left;
	width: 100%;
}
#lista div.linia {
	border-bottom: 1px solid #E0E0E0;
	float: left;
	width: 722px;
	margin-bottom: 20px;
}
#lista div.stat {
	background: #ECECEC;
	float: left;
	font: 11px/23px Tahoma;
	color: #747474;
	height: 23px;
	padding: 0px 16px;
}
#lista div.stat strong {
	font: bold 11px Tahoma;
	color: #007B03;
}
#lista div.stat strong sup {
	font: 8px Tahoma;
	color: #007B03;
}
#lista div.bot {
	margin-top: 24px;
	width: 525px;
	float: left;
}
#lista div.bot a.w {
	float: right;
	font: bold 11px/23px Tahoma;
	text-decoration: none;
	color: #fff;
	background: #95C137 url(../../images/lay/arrow.gif) no-repeat 16px 9px;
	height: 23px;
	padding: 0px 16px 0px 40px;
	margin-right: 8px;
}
#lista div.bot a.p {
	float: right;
	text-decoration: none;
	background: url(../../images/lay/arrow-pow.gif) no-repeat left top;
	height: 23px;
	width: 23px;
}
#lista div.bot a.p strong {
	display: none;
}
/*	--------------------- oferta wnetrz - menu ------------------- */
#ofwn-menu {
	
	padding-bottom: 15px;
	float: left;
	width: 100%;
}
#ofwn-menu a {
	float: left;
	width: 217px;
	background: #f0f0f0;
	color: #007B03;
	margin-right: 10px;
	padding: 0px 7px;
	text-decoration: none;
	font: bold 11px/22px Tahoma;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
#ofwn-menu a.act {
	border: 1px solid #007B03;
}
#ofwn-menu a:hover {
	background: #95C137;
	color: #fff;
}
