/* eric meyer reset */
html, body, div, span, applet, object, iframe, hr,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, tt,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{ margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
/* remember to define focus styles! */
:focus {outline: 0;}
body {/*line-height: 1;*/   color: black;   background: white;}
ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate;  border-spacing: 0;}
caption, th, td {   text-align: left;   font-weight: normal;}
/* eric meyer reset */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	color: #444;
}

a {
	text-decoration: none;
	color: #093A66;
	font-weight: bold;
}

a:active, a:focus {
	background: #DBB7B5;
}

a img {
	vertical-align: middle;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
}

#content {
	overflow: hidden;
}

.stronicowanie ul {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.stronicowanie li {
	display: inline;
	list-style-type: none;
	padding: 1px !important;
	border: none !important;
}

.stronicowanie a, .stronicowanie a:visited {
	border: 1px solid #093A66;
	color: #093A66;
	padding: 1px 5px;
	text-decoration: none;
}

.stronicowanie li.currentpage {
	background-color: #093A66;
	border: 1px solid #ddd !important;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 5px !important;
}

.stronicowanie li.nextpage {
	font-weight: bold;
}

#lista_produktow .produkty li {
	zoom: 1;
}


hr.clear {
	clear: both;
	height: 0;
	visibility: hidden;
}

.wymagane {
	background: url(img/wymagane.gif) no-repeat left top;
}

.cena {
	font-weight: bold;
	color: #9a110c;
}

#fail {
	border: 1px solid #900F19;
	padding: 20px;
	line-height: 16px;
}

#fail p {
	background: url(img/alert.gif) no-repeat left;
	padding-left: 25px;
	font-weight: bold;
	color: #900F19;
	text-align: left;
}

#success {
	border: 1px solid #1FBC00;
	padding: 20px;
	line-height: 16px;
}

#success p {
	background: url(img/check.gif) no-repeat left;
	padding-left: 25px;
	font-weight: bold;
	color: #1FBC00;
}

#produkty-wszystkie {
	/*width: 100%;
	overflow: hidden;
	position: relative;*/
}

#produkty-wszystkie ul {
	/*position: relative;
	left: 50%;*/
	float: left;
	margin: 10px 0;
	clear: both;
}

#produkty-wszystkie ul li {
	/*position: relative;
	right: 50%;*/
	float: left;
	margin: 2px;
	padding: 9px;
	min-width: 165px;
	width: 165px;
	height: 200px;
	text-align: center;
	border: 1px solid #AAA;
}

#produkty-wszystkie ul li a img {
	margin-top: 10px;
}

/*   HEADER   */

#header {
	height: 98px;
	overflow: hidden;
	margin-bottom: 10px;
}

#header h1 a {
	background: url(img/logo.png) no-repeat top left;
	color: #000;
	display: block;
	width: 350px;
	padding-top: 60px;
	margin-top: 11px;
	float: left;
	text-align: center;
}

#header ul {
	text-align: right;
	margin-bottom: 5px;
	float: right;
}

#header ul li {
	display: inline;
	margin-right: 10px;
	padding-right: 10px;
}

#header ul li:first-child {
	border-right: 2px solid #000;
}

#header ul li a {
	color: #093A66;
}

#search {
	background: url(img/search_bg.png) no-repeat center;
	width: 562px;
	height: 72px;
	float: right;
}

#search  {
	position: relative;
}


#search  label {
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	left: 30px;
	top: 10px;
}

#search #search_input {
	width: 365px;
	padding: 7px;
	border: none;
	position: absolute;
	left: 30px;
	top: 30px;
}

#search #search_btn {
	position: absolute;
	right: 20px;
	top: 15px;
}

#breadcrumbs {
	background: url(img/breadcrumbs_bg.gif) no-repeat center;
	padding-left: 30px;
	margin-bottom: 15px;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
}

#kategorie, #podkategorie {
	/*background: url(img/breadcrumbs_bg.gif) no-repeat center top;*/
	overflow: hidden;
	padding: 0 15px 10px;
}

#kategorie ol {
	height: 28px;
}

#kategorie ol li {
	display: inline;
	line-height: 28px;
	text-transform: capitalize;
}

#kategorie ol li a {
	font-size: 16px;
	padding: 2px 63px;
}

#kategorie ul, #podkategorie ul {
	float: left;
	width: 100%;
}

#kategorie ul li, #podkategorie ul li {
	display: block;
	float: left;
	margin: 3px;
	border: thin solid #ddd;
	white-space: nowrap;
}

#kategorie ul li a, #podkategorie ul li a {
	display: block;
	padding: 3px 10px;
	font-weight: normal;
}

#kategorie li.active a {
	background: #ddd;
	text-decoration: underline;
}

/*   HEADER - KONIEC  */

.adv {
	clear: both;
	width: 750px;
	height: 105px;
	margin: 15px auto;
	/*background: #e9e8e8;*/
	text-align: center;
}

.adv_right li {
	margin-bottom: 10px;
	text-align: center;
}

.bannerki {
	clear: both;
	border-top: 1px dashed #8d8d8d;
	border-bottom: 1px dashed #8d8d8d;
	padding: 10px 0;
	margin: 10px 0;
	height: 98px;
}

/*   CONTENT   */

#left {
	width: 695px;
	float: left;
}

#right {
	width: 255px;
	float: left;
}

.main_box {
	/*background: url(img/main_box.png) no-repeat left top;*/
	background: url(img/main_box_height.png) no-repeat left top;
	width: 292px;
	/*height: 308px;*/
	height: 205px;
	padding: 0 20px 6px;
	float: left;
	margin-right: 8px;
}

.main_box #box_wentylacja a {
	background: url(img/box_wentylacja.jpg) no-repeat left center;
}
.main_box #box_ogrzewanie a {
	background: url(img/box_ogrzewanie.jpg) no-repeat left center;
}
.main_box #box_klimatyzacja a {
	background: url(img/box_klimatyzacja.jpg) no-repeat left center;
}
.main_box #box_elektronarzedzia a {
	background: url(img/box_elektronarzedzia.jpg) no-repeat left center;
}

.main_box h2 a {
	font-size: 20px;
	color: #093A66;
	display: block;
	height: 47px;
	line-height: 47px;
	padding-left: 85px;
	padding-top: 10px;
	text-transform: capitalize;
}

.main_box h2 span {
	display: block;
	font-size: 11px;
	font-style: italic;
	color: #9a9a9a;
}

.main_box ul {
	padding: 5px 0 0;
	border-top: 1px dashed #8d8d8d;
	width: 292px;
}

.main_box ul li {
	display: inline;
	line-height: 20px;
	white-space: nowrap;
}

.main_box ul li a {
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin-right: 5px;
}

.main_box h3 {
	font-size: 14px;
	font-weight: bold;
	color: #9b140f;
	margin: 5px 0;
	text-transform: uppercase;
}

.main_box p {
	text-align: center;
}

.main_box .more {
	text-align: right;
	margin-top: 5px;
}

.main_box .more a {
	font-weight: normal;
}

.right_box {
	width: 255px;
	background: url(img/right_box_top.gif) no-repeat top center;
	padding-top: 10px;
	margin-bottom: 7px;
}

.right_box .box_content {
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
}

.right_box div {
	background: url(img/right_box_bottom.gif) no-repeat bottom center;
	padding-bottom: 9px;
}
.right_box div div {
	background: #f2f2f2 url(img/right_box_bg.png) repeat-x center bottom;
	padding: 0;
	/*padding: 0 15px 10px;*/
}

#right_katalog a.dodaj {
	font-weight: bold;
	color: #9A110C;
}

#right_katalog {
	padding: 10px 15px 0;
}

#right_katalog select, #right_katalog input {
	font-size: 12px;
	width: 175px;
}

.right_box h2 {
	font-weight: bold;
	/*text-transform: uppercase;*/
	/*height: 30px;*/
	width: 255px;
	/*line-height: 30px;*/
	text-align: center;
}

.right_box h2 {
	/*background: url(img/belka_255.png) no-repeat left top;*/
	/*height: 30px;*/
	/*line-height: 30px;*/
}

.right_box h2 a {
	/*color: #9A110C;*/
	font-size: 14px;
}

.right_box ol {
	margin: 10px 0 0 20px;
}

.right_box ol li {
	padding-top: 7px;
	list-style-type: square;
	color: #3f77a9;
}

.right_box ol li span {
	color: #767676;
	font-size: 10px;
	font-weight: bold;
}

.right_box ol li a, #right_katalog a {
	color: #093a66;
	font-size: 11px;
	font-weight: normal;
}

#right_katalog label {
	display: block;
	margin-top: 10px;
	font-weight: bold;
	font-size: 11px;
}

#right_katalog label:first-child {
	margin-top: 0;
}

#right_katalog #katalog_btn {
	margin: 10px 0;
	width: auto;
}

#right_katalog fieldset {
	margin: 0 auto;
	width: 180px;
}

#right_katalog fieldset div {
	text-align: center;
}

#right_katalog a {
	background: url(img/right_box_bullet.gif) no-repeat left 6px;
	padding-left: 15px;
	font-size: 12px;
}

/*   CONTENT - KONIEC | DOL   */

#polecane h2, #katalog h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 10px 20px;
}

#katalog h2.belka {
	margin: 0 auto;
	background: url(img/belka_red.png) no-repeat left top;
}

#polecane ul li {
	float: left;
	width: 232px;
	height: 260px;
	background: url(img/polecane_box_bg.png) no-repeat top center;
	margin: 0 2px 15px;
	text-align: center;
	padding-top: 10px;
}

#polecane ul li h3 {
	background: #d6d6d6;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	margin-bottom: 10px;
}

#polecane ul li p {
	margin: 15px 0;
	font-size: 14px;
	font-weight: bold;
}

#footer {
	clear: both;
	background: #ECEAEC url(img/footer_bg.gif) no-repeat top center;
	font-weight: bold;
	padding: 5px 0 5px 30px;
	position: relative;
	margin-top: 10px;
}

#footer a {
	font-weight: normal;
}

#footer div {
	background: url(img/logo_footer.png) no-repeat 700px center;
	padding: 20px 0;
}

#footer ul li {
	display: inline;
	margin: 0 10px;
}

#footer ul li a {
	font-weight: bold;
}

/*   DOL - KONIEC | KATALOG FIRM  */

#katalog #left {
	width: 255px;
}

#katalog #right {
	width: 695px;
}

#katalog h2 {
	margin: 0 0 20px 20px;
}

#katalog #right h3.tytul {
	font-size: 20px;
	color: #9A110C;
	text-align: center;
	text-transform: none;
}

#katalog form {
	font-weight: bold;
	width: 235px;
	margin: 0 auto 10px;
}

#katalog #right h3 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#katalog .kryteria fieldset {
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	padding: 10px 10px 0 10px;
	background: url(img/kryteria_bg.png) repeat-x top;
}

#katalog .kryteria fieldset legend {
	font-weight: bold;
	color: #9B140F;
	text-transform: uppercase;
}

#katalog .kryteria select, #katalog .kryteria div input {
	font-size: 12px;
	width: 200px;
}

#katalog form div {
	margin-bottom: 10px;
}

#katalog form p {
	text-align: center;
	margin: 10px 0;
}

#katalog form label {
	display: block;
}

#katalog #alfabet {
	margin: 10px 0 10px 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #AAA;
}

#katalog #alfabet li {
	display: inline;
}

#katalog #alfabet li a {
	font-size: 14px;
	padding: 3px 6px;
}

#katalog #right #polecane ul li {
	margin: 0 auto 15px;
	float: none;
	display: block;
}

#wyniki {
	padding-left: 20px;
}

#wyniki table {
	width: 100%;
	border-collapse: collapse;
}

#wyniki th {
	vertical-align: middle;
}

#wyniki .k1, #wyniki .logo {
	vertical-align: middle;
	text-align: center;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
}

#wyniki .k1 {
	width: 20px;
	border: 1px solid #AAA;
}

#wyniki .opis {
	padding: 10px 0;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	border-right: 1px solid #AAA;
}

#wyniki .opis div.wiecej {
	display: none;
}

#wyniki .logo {
	width: 140px;
}

#wyniki .logo img {
	width: 100px;
	height: 40px;
}

#wyniki h4 {
	font-size: 14px;
	font-weight: bold;
}

#wyniki p {
	margin: 10px 0;
}

#wyniki .kontakt {
	line-height: 15px;
}

#wyniki .stronicowanie {
	text-align: center;
	margin: 20px 0;
}

#katalog .zapytanie {
	width: 430px;
	margin: 20px auto;
}

#katalog .zapytanie fieldset {
	margin-bottom: 10px;
}

#katalog .zapytanie label {
	text-align: right;
	float: left;
	width: 150px;
	padding-right: 5px;
}

#katalog .zapytanie fieldset input {
	width: 250px;
}

#katalog .zapytanie fieldset textarea {
	width: 250px;
	height: 80px;
}

#katalog .zapytanie {
	text-align: center;
}

/*   KATALOG FIRM - KONIEC | KATEGORIA  */

.kategorie_box {
	width: 200px;
	border: thin solid #ddd;
	padding: 10px;
	float: left;
}

.kategorie_box li {
	line-height: 20px;
	padding-left: 15px;
}

.kategorie_box li.active {
	padding: 0;
}

.kategorie_box li.active a {
	font-size: 120%;
}

#kategoria, #szukaj {
	clear: both;
	overflow: hidden;
}

#kategoria #left, #szukaj #left {
	/*width: 285px;*/
	width: 235px;
	margin-right: 20px;
}

#kategoria #left form h2 {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 2px;
	margin-top: 5px;
	color: #9B140F;
}

#kategoria #polecane {
	/*margin: 0 22px;*/
}

#kategoria #right, #szukaj #right {
	/*width: 665px;*/
	width: 690px;
}

#kategoria #opis {
	clear: both;
}

#lista_produktow {
	clear: both;
	padding: 0 0 50px;
}

#lista_produktow .porownaj {
	float: left;
}

#lista_produktow .porownaj img {
	vertical-align: middle;
}

#lista_produktow .sort_by, #katalog #wyniki .sort_by {
	text-align: center;
	margin-bottom: 20px;
	padding: 5px 0;
	background: #eee;
}

#lista_produktow .stronicowanie {
	margin: 8px 0;
	float: right;
	height: 19px;
	line-height: 19px;
}

#lista_produktow .produkty {
	clear: both;
}

#lista_produktow .produkty li {
	border: 1px solid #aaa;
	margin-bottom: 10px;
	padding-bottom: 5px;
	background: url(img/lista_produktow_bg.gif) repeat-y 0 0;
	position: relative;
}

#lista_produktow .produkty li:last-child {
	margin: 0;
}

#lista_produktow .produkty h2 {
	font-size: 14px;
	padding: 10px 0 0 30px;
}

#lista_produktow .produkty p {
	text-align: center;
	float: left;
	width: 140px;
	line-height: 30px;
}

#lista_produktow .produkty li div div {
	float: right;
}

#lista_produktow .produkty li div div p {
	float: none;
	text-align: right;
	width: 230px;
	padding: 0 10px 0 0;
}

#lista_produktow .produkty p.atrybuty {
	text-align: left;
	line-height: 150%;
	padding: 10px 0 0 30px;
	width: 270px;
}

#lista_produktow .produkty p.atrybuty a {
	margin: 0 10px;
}

#lista_produktow .produkty .thumb {
	width: 180px;
	padding-left: 20px;
}

#lista_produktow .produkty input {
	position: absolute;
	top: 50%;
	left: 0;
}

#lista_produktow .produkty .thumb img {
	padding-left: 1px;
}

#lista_produktow #right_katalog {
	padding-left: 32px;
	width: 200px;
}

#lista_produktow #right_katalog div {
	text-align: center;
	padding: 10px 0;
}

#kategoria #left form {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-bottom: 15px;
}

#kategoria #left form fieldset {
	background: #eee;
	padding: 5px 3px;
	border-bottom: 1px solid #999;
}

#kategoria #left form label {
	display: block;
	font-weight: bold;
	padding: 0 0 3px 3px;
}

#kategoria #left form div {
	text-align: center;
	height: 26px;
	padding: 5px 0;
}

#kategoria #left form fieldset input {
	width: 40px;
}

#kategoria #left form select {
	width: 100%;
}

#kategoria #ekspert {
	background: #FDDCCD;
	text-align: center;
	line-height: 45px;
	font-weight: bold;
	margin-bottom: 15px;
}

#kategoria #ekspert a {
	margin: 0 5px;
}

#kategoria #ekspert img {
	vertical-align: middle;
}

#kategoria .ofertyFirm {
	width: 668px;
	overflow: hidden;
	border: 1px solid #DFDFDF;
	padding: 10px;
}



#kategoria .ofertyFirm ul {
	position: relative;
	float: left;
	left: 50%;
}

#kategoria .ofertyFirm ul li {
	position: relative;
	float: left;
	right: 50%;
	width: 150px;
	text-align: center;
}

#kategoria #right h2.oferta {
	color: #9B140F;
	text-align: center;
	font-size: 18px;
	margin: 0 0 15px;
}

#kategoria #right .ofertyFirm h2 {
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 10px;
}

#produktyKategorii ul.boxy {
	overflow: hidden;
}

#produktyKategorii ul.boxy li {
	float: left;
	margin: 10px 0;
	text-align: center;
	width: 170px;
}

#produktyKategorii ul.boxy li a {
	display: block;
	width: 150px;
	min-height: 170px;
	margin: 0 auto;
}

#produktyKategorii ul.stronicowanie {
	text-align: center;
	margin: 10px 0;
}

/*   KATEGORIA - KONIEC | PRODUKT  */

#produkt .produkt_top {
	float: left;
}

#produkt .produkt_top, #sklep #top, #firma #top {
	border: 1px solid #DFDFDF;
	padding: 10px;
	margin-bottom: 20px;
	min-height: 40px;
}

#produkt .produkt_top {
	width: 550px;
}

#produkt .produkt_top span {
	display: block;
	float: left;
	margin-right: 20px;
	width: 149px;
	text-align: center;
	position: relative;
}

#produkt .produkt_top span div {
	margin: 0 auto;
	height: 120px;
}

#produkt .produkt_top span strong.disabled {
	visibility: hidden;
}

#produkt .produkt_top #poprzednie, #produkt .produkt_top #nastepne {
	position: absolute;
	top: 41px;
	font-size: 24px;
	cursor: pointer;
	z-index: 3;
	padding: 5px 10px;
}

#produkt .produkt_top #poprzednie {
	left: -18px;
}

#produkt .produkt_top #nastepne {
	left: 131px;
}

#produkt .produkt_top h2 {
	font-size: 14px;
	font-weight: bold;
	color: #9a110c;
	padding-bottom: 10px;
}

#produkt .produkt_top h3 {
	display: inline;
}

#produkt .produkt_top small a {
	margin: 0 10px;
}

#produkt .produkt_top .atrybuty {
	padding-top: 10px;
	padding-left: 170px;
	line-height: 150%;
}

#produkt .produkt_top .atrybuty small {
	display: none;
	padding-top: 10px;
}

#produkt form span {
	font-weight: bold;
	color: red;
	padding-left: 20px;
}

#produkt .produkt_firmy {
	float: left;
	margin-left: 20px;
	width: 350px;
	border: 1px solid #DFDFDF;
	text-align: center;
	background: url("img/kryteria_bg.png") repeat-x center bottom;
}

#produkt .produkt_firmy form div {
	margin: 10px 0 0;
}

#produkt .produkt_firmy p {
	font-weight: bold;
	font-size: 14px;
	margin: 10px 0;
}

.error {
	color: red;
	font-weight: bold;
}

label.error {
	clear: both;
	width: auto !important;
	float: none !important;
}

input.error, select.error, textarea.error {
	font-weight: normal;
	color: inherit;
}

#produkt .lista_sklepow {
	width: 100%;
	border: 1px solid #aaa;
	margin: 10px 0;
}

#produkt .lista_sklepow tr {
	border: 1px solid #aaa;
}

#produkt .lista_sklepow th {
	text-align: center;
	padding: 5px;
	font-weight: bold;
	width: 150px;
}

#produkt .lista_sklepow td {
	text-align: center;
	padding: 5px;
	border-top: 1px solid #aaa;
	vertical-align: middle;
}

#produkt .lista_sklepow td p {
	text-align: left;
}

#produkt .lista_sklepow td strong {
	font-size: 14px;
	font-weight: bold;
	color: #9a110c;
}

#produkt #left #polecane h2 {
	margin: 0 0 10px 20px;
}

#produkt div.sklep {
	width: auto;
	float: none;
}

#produkt #powiazane {
	margin: 10px 0;
	padding-top: 10px;
	border-top: 1px solid #aaa;
}

/*   PRODUKT - KONIEC | OPINIE  */

#opinie h2 {
	font-size: 14px;
	font-weight: bold;
	float: left;
}

#opinie .stronicowanie {
	float: right;
	height: 19px;
	line-height: 19px;
	padding: 0;
	clear: none;
}

#opinie ul {
	clear: both;
	padding-top: 20px;
}

#opinie ul li {
	border: 1px solid #aaa;
	padding: 10px;
	margin-bottom: 20px;
}

#opinie ul li small {
	font-size: 10px;
}

#opinie ul li h3, #opinie ul li h4 {
	padding: 5px 0;
	font-size: 14px;
	font-weight: bold;
}

#opinie ul li h3 strong, #opinie ul li h4 strong {
	color: #9A110C;
}

#opinie ul li span {
	display: block;
	text-align: center;
	font-weight: bold;
	padding-left: 85px;
}

#opinie ul li span big {
	padding: 0 20px;
	float: left;
}

#opinie ul li p {
	padding-top: 10px;
	clear: both;
}

#opinie ul li p strong {
	font-weight: bold;
	display: block;
}

#opinie-dodaj {
	clear: both;
	padding-top: 20px;
	width: 605px;
}

#opinie-dodaj fieldset label.error {
	display: block;
}

#opinie-dodaj fieldset {
	margin: 10px 0;
}

#opinie-dodaj label {
	display: block;
	width: 50px;
	float: left;
	font-weight: bold;
}

#opinie-dodaj .opinie label {
	float: none;
	display: inline;
	margin-left: 20px;
}

#opinie-dodaj .input label {
	float: none;
	display: inline;
	margin-right: 10px;
}

#opinie-dodaj .input input {
	width: auto;
}

#opinie-dodaj fieldset input {
	width: 600px;
	font-weight: normal;
}

#opinie-dodaj fieldset.opinie input {
	width: auto;
}

#opinie-dodaj textarea {
	width: 600px;
	height: 100px;
}

#opinie-dodaj div {
	text-align: center;
}

/* OPINIE - KONIEC | SKLEP */

#sklep #top .logo, #firma #top .logo {
	float: left;
	margin-right: 20px;
}

#sklep #top h2, #firma #top h2 {
	font-size: 20px;
	font-weight: bold;
}

#sklep #top p, #firma #top p {
	text-align: justify;
	margin-left: 120px;
}

#zakladki {
	color: #000;
	border-bottom: 1px solid #aaa;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	z-index: 1;
	padding-left: 10px;
}

#zakladki li {
	display: inline;
	overflow: hidden;
	list-style-type: none;
}

#zakladki a, a.otwarta {
	background: #ECEEEC;
	border: 1px solid #aaa;
	padding: 5px 10px 0px;
	margin: 0;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}

#zakladki a.otwarta {
	color: #fff;
	background: #9A110C;
	border-bottom: 0px solid #9A110C;
}

#zakladki a:hover {
	color: #fff;
	background: #9A110C;
}

#zakladki a.otwarta:hover {
	background: #DBB7B5;
	color: inherit;
}

#sklep #content, #firma #content {
	padding: 10px;
	border: 1px solid #aaa;
	border-top: none;
	z-index: 2;
}

#sklep #content h3, #firma #content h3 {
	font-size: 16px;
	font-weight: bold;
	color: #888;
	padding-left: 20px;
}

#sklep .osklepie div {
	width: 240px;
	float: left;
	margin-right: 20px;
}

#sklep .osklepie div.info, #firma .ofirmie div.info {
	width: 349px;
	margin: 0;
}

#sklep .osklepie dl dt, #firma .ofirmie dl dt {
	float: left;
	clear: left;
	width: 200px;
	padding: 5px 0;
	font-weight: bold;
}

#sklep .osklepie div.info dl dt, #firma .ofirmie div.info dl dt {
	width: 150px;
}

#sklep .osklepie dl dd, #firma .ofirmie dl dd {
	padding: 5px 0;
}

#sklep .opinie h3 span {
	font-size: 12px;
}

#sklep .produkty #produkty-wszystkie ul li {
	width: 161px;
	min-width: 161px;
}

#sklep .produkty #produkty-wszystkie ul li a img {
	margin-top: 10px;
}

#sklep .produkty .stronicowanie {
	text-align: center;
	margin: 10px 0;
	clear: both;
}

#sklep .kategorie ul, #sklep .producenci ul {
	margin-top: 20px;
}

#sklep .kategorie ul li, #sklep .producenci ul li {
	margin: 10px 0;
}

/*   SKLEP - KONIEC | FIRMA  */

#firma .ofirmie div.info dl {
	margin-bottom: 20px;
}

#firma .ofirmie div.info {
	float: left;
	margin-left: 50px;
	margin-top: 15px;
}

#firma .ofirmie div.info form, .kontakt .zapytanie {
	margin-top: 5px;
	width: 300px;
}

#firma .ofirmie div.info form div, .kontakt .zapytanie div {
	clear: both;
	margin: 10px 0;
}

#firma .ofirmie div.info form div label, .kontakt .zapytanie div label {
	float: left;
	text-align: right;
	width: 100px;
	margin-right: 20px;
}

#firma .ofirmie div.info form p, .kontakt .zapytanie p {
	text-align: center;
}

#firma .ofirmie div.info form p label, .kontakt .zapytanie p label {
	display: block;
}

#firma .ofirmie div.info form div label.error, .kontakt .zapytanie div label.error {
	display: block;
	clear: both;
	text-align: center;
}

#firma .ofirmie div.info form #recaptcha, .kontakt .zapytanie #recaptcha {
	text-align: center;
	padding: 2px 5px;
}

#firma .ofirmie div.info form #recaptcha a, .kontakt .zapytanie #recaptcha a {
	cursor: pointer;
}

#firma .ofirmie div.info form #recaptcha label, .kontakt .zapytanie #recaptcha label {
	float: none;
	margin: 0;
}

#firma .ofirmie div.info form #recaptcha #recaptcha_image, .kontakt .zapytanie #recaptcha #recaptcha_image {
	margin: 0;
}

#firma .ofirmie div.info form #recaptcha.error, .kontakt .zapytanie #recaptcha.error {
	border: 1px solid red;
}

#firma .ofirmie div.info form small, .kontakt .zapytanie small {
	display: block;
	line-height: 25px;
	height: 25px;
	padding-left: 50px;
	background: url(img/recaptcha_logo.gif) no-repeat 15px top;
	color: #BDBDBD;
}

#firma .ofirmie #mapa {
	width: 520px;
	height: 590px;
	margin-left: 400px;
}

#firma .zapytanie h2, #programy-doboru h2 {
	color: #900F19;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px;
}

#firma .oferta h3 {
	margin-top: 20px;
}

#firma .oferta h3.oferta_tytul {
	margin: 0 0 20px 0;
}

#firma #content.oferta .produkty h3 {
	height: 20px;
	line-height: 20px;
	padding-left: 30px;
	background-position: left top;
	background-repeat: no-repeat;
	margin: 10px 0;
}

#firma #content.oferta .produkty li {
	display: block;
	float: left;
	width: 230px;
}

#firma .oferta .produkty h3.ogrzewanie { background-image: url(img/ico_ogrzewanie_small.jpg); }
#firma .oferta .produkty h3.klimatyzacja { background-image: url(img/ico_klimatyzacja_small.jpg); }
#firma .oferta .produkty h3.wentylacja { background-image: url(img/ico_wentylacja_small.jpg); }
#firma .oferta .produkty h3.elektronarzedzia { background-image: url(img/ico_elektronarzedzia_small.jpg); }

#firma #content.oferta .produkty li ul li {
	float: none;
	width: 165px;
	text-align: center;
	margin: 2px;
	padding: 7px;
}

#firma .oferta p { margin: 10px 0; }
#firma .oferta h1 { font-size: 2em; }
#firma .oferta h2 { font-size: 1.5em; }
#firma .oferta h3 { font-size: 1.17em; }
#firma .oferta h4 { font-size: 1em; }
#firma .oferta h5 { font-size: 0.83em; }
#firma .oferta h6 { font-size: 0.75em; }
#firma .oferta strong { font-weight: bold; }
#firma .oferta em { font-style: italic; }

#firma .oferta ul.sklepy {
	margin-top: 10px;
	text-align: center;
}

#zapytania_tresc ul li {
	border: 1px solid #eee;
	padding: 10px 5px;
	margin-bottom: 20px;
}

#zapytania_tresc ul li.firma {
	border: 1px solid #9A110C;
	background-color: #eee;
}

#zapytania_tresc ul li dl dt {
	float: left;
	clear: left;
	width: 80px;
	font-weight: bold;
}

#zapytania_tresc ul li dl dt, #zapytania_tresc ul li dl dd {
	margin-bottom: 10px;
}

#zapytania_tresc ul li strong {
	font-weight: bold;
}

#zapytania_tresc form fieldset {
	padding: 10px;
	text-align: center;
	margin: 20px 0;
}

#zapytania_tresc form legend {
	font-weight: bold;
	font-size: 14px;
	padding: 0 5px;
	text-align: center;
}

#zapytania_tresc form textarea {
	width: 650px;
	margin-bottom: 10px;
}

#zapytania_tresc form fieldset label {
	float: none;
}

#firma #content.dystrybutorzy ul {
	margin-top: 20px;
	/**/
	text-align: center;
}

#firma #content.dystrybutorzy ul li h4 {
	color: #900F19;
	font-weight: bold;
}

#firma #content.dystrybutorzy ul li ul {
	/*margin: 10px 0 10px 20px;*/
	/**/
	border-bottom: 1px solid #EEEEEE;
	margin: 10px auto;
	text-align: left;
}

#firma #content.dystrybutorzy ul li ul li {
	/*margin: 10px 0;*/
	margin: 10px 20px;
}

#firma #content.dystrybutorzy ul li ul li strong {
	font-size: 14px;
	font-weight: bold;
}

/*   FIRMA - KONIEC | AKTUALNOSCI  */

#aktualnosci .main_box {
	width: 312px;
	padding: 0 11px 7px;
}

#aktualnosci .main_box ul {
	width: auto;
}

#aktualnosci .main_box #artykul * {
	/*width: auto !important;*/
	border: none !important;
	padding: 0px !important;
	margin: 0px !important;
	float: none !important;
	line-height: normal !important;
	white-space: normal !important;
}

#aktualnosci .main_box #artykul ul li {
	display: list-item;
}

#aktualnosci .main_box ul li {
	display: block;
	line-height: 100%;
	padding-bottom: 8px;
}

#aktualnosci .main_box ul li span {
	display: block;
	float: left;
	padding-right: 5px;
	width: 65px;
	font-size: 11px;
}

#aktualnosci .main_box ul li h3 {
	text-transform: none;
	font-size: 12px;
	margin: 0;
	/*float: left;*/
	padding-left: 70px;
	white-space: normal;
}

#aktualnosci .main_box ul li p {
	clear: both;
	padding-left: 70px;
	text-align: left;
	font-size: 11px;
	white-space: normal;
}

#aktualnosci .main_box ul li p a {
	font-size: 10px;
}

#aktualnosci #right h2 {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #9A110C;
}

#aktualnosci .menu li {
	padding: 5px 0;
}

#aktualnosci .menu a {
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 5px 0 5px 40px;
	background-color: #F4F4F6;
	text-transform: uppercase;
	font-size: 14px;
}

#aktualnosci .ogrzewanie_small {
	background: url(img/box_ogrzewanie_small.jpg) no-repeat left center;
}
#aktualnosci .wentylacja_small {
	background: url(img/box_wentylacja_small.jpg) no-repeat left center;
}
#aktualnosci .klimatyzacja_small {
	background: url(img/box_klimatyzacja_small.jpg) no-repeat left center;
}
#aktualnosci .elektronarzedzia_small {
	background: url(img/box_elektronarzedzia_small.jpg) no-repeat left center;
}

#aktualnosci .adv_right {
	margin-top: 30px;
}

#aktualnosci .aktualnosci_kategoria .main_box {
	width: auto;
	height: auto;
	float: none;
	background: none;
}

h2#box_ogrzewanie, h2#box_klimatyzacja, h2#box_wentylacja, h2#box_elektronarzedzia {
	background: #F4F4F6;
}

#aktualnosci .aktualnosci_kategoria .main_box div {
	/*padding: 20px;*/
}

#aktualnosci .aktualnosci_kategoria .main_box p {
	text-align: justify;
}

#aktualnosci p.data {
	margin-bottom: 10px;
	color: #aaa;
	text-align: left;
}

#aktualnosci #left div div#artykul {
	text-align: justify;
	color: #000;
	padding: 5px;
	width: 653px;
	margin-top: 5px;
}

#artykul strong {
	font-weight: bold;
}

/*   AKTUALNOSCI - KONIEC | MOJE KONTO  */

#rejestracja #left, #mapa_kategorii #left {
	width: auto;
	float: none;
}

#rejestracja {
	padding: 5px;
}

#rejestracja form {
	margin-bottom: 20px;
}

#rejestracja form h2, #mapa_kategorii h2, #porownanie h2 {
	font-weight: bold;
	margin-top: 20px;
}

#mapa_kategorii h2 {
	margin: 20px 0;
}

#mapa_kategorii li {
	line-height: 175%;
}

#rejestracja form fieldset {
	margin: 5px 0 5px 12px;
	padding-left: 10px;
}

#rejestracja form fieldset label {
	display: block;
	float: left;
	width: 130px;
	line-height: 22px;
}

#rejestracja form fieldset.nofloat label {
	display: inline;
	float: none;
}

#rejestracja form table, #mapa_kategorii table {
	width: 100%;
	margin-bottom: 20px;
}

#rejestracja form table th, #mapa_kategorii table th {
	border-bottom: 1px solid #aaa;
	font-weight: bold;
	width: 25%;
}

#rejestracja form table th a {
	font-weight: normal;
	font-size: 10px;
	margin-left: 10px;
}

#rejestracja form table caption {
	padding: 10px 0;
}

#rejestracja form div {
	text-align: center;
}

#logowanie h3 {
	text-align: center;
	font-weight: bold;
}

#logowanie #left {
	width: 550px;
}

#logowanie #right {
	background: #FFFFC6;
	margin-top: 20px;
	width: 360px;
	padding: 0 10px 10px 10px;
}

#logowanie #right h3 {
	font-size: 20px;
}

#logowanie #right ul li {
	list-style: square;
	line-height: 250%;
	margin-left: 10px;
}

#logowanie #left div {
	width: 230px;
	float: left;
	margin: 20px 0 20px 25px;
}

#logowanie #left div p {
	margin: 23px 0 0;
}

#logowanie form fieldset {
	margin: 10px 0;
}

#logowanie form fieldset input {
	width: 140px;
}

#logowanie form p {
	font-weight: bold;
	padding: 10px 0;
}

#logowanie form label {
	display: block;
	float: left;
	width: 50px;
}

#logowanie #left form div {
	text-align: center;
	padding: 10px 0;
	float: none;
	margin: 0;
	width: auto;
}

#odzyskaj-haslo {
	text-align: center;
}

#odzyskaj-haslo fieldset {
	margin: 10px 0;
}

#odzyskaj-haslo p {
	font-weight: bold;
}

/*   MOJE KONTO - KONIEC | POROWNANIE  */

#porownanie table {
	margin: 10px auto;
	border: 1px solid #ddd;
}

#porownanie td {
	text-align: center;
	width: 150px;
}

#porownanie th {
	background: #F9F9F9;
	font-weight: bold;
	width: 190px;
}

#porownanie td, #porownanie th {
	padding: 3px;
	border-bottom: 1px solid #ddd;
	vertical-align: middle;
}

#porownanie tr.filtr {
	background: #E9E8E8;
}

table .rate {
	margin: 0 auto;
}

.rate {
	background: url(img/gwiazdki.gif) repeat-x 0 0;
	width: 80px;
	height: 16px;
	position: relative;
}

.rate div {
	background: url(img/gwiazdki.gif) repeat-x 0 -16px;
	text-indent: -10000px;
	position: absolute;
	left: 0;
}

fieldset input {
	vertical-align: top;
}

/*   POROWNANIE - KONIEC | STRONY INFORMACYJNE  */

#info {
	padding: 0 20px;
}

#info p {
	margin: 16px 0;
}

#info strong {
	font-weight: bold;
}

.katalogLinki {
	margin-bottom: 20px;
	background: url("img/kryteria_bg.png") repeat-x center top;
}

.katalogLinki ul {
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding-left: 26px;
}

h2.belka {
	width: 235px;
	height: 30px;
	line-height: 30px;
	background: url(img/belka_red.png) no-repeat left top;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	color: #FFF;
}

.katalogLinki ul li {
	line-height: 20px;
	list-style-image: url("img/right_box_bullet.gif");
	padding-left: 0;
	line-height: 20px;
}

.katalogLinki ul li a {
	font-weight: normal;
}

#frazy {
	clear: both;
	padding: 10px;
	margin-top: 20px;
	border-top: thin solid #AAA;
}

/* SITEMAP */

#sitemap {
	padding: 0 20px 20px;
}

#sitemap h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

#sitemap div {
	margin-bottom: 20px;
}

#sitemap div h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

#sitemap div ul.kategorie li {
	display: block;
	float: left;
	width: 49%;
	margin-bottom: 10px;
}

#sitemap div ul.kategorie li ul li {
	display: list-item;
	float: none;
	width: auto;
	margin-top: 10px;
}

#sitemap div ul.kategorie li ul li ul li {
	margin: 0;
}

#sitemap div ul {
	padding-left: 20px;
}

#sitemap .produkty a {
	font-weight: normal;
}

#sitemap .showhide {
	font-size: 9px;
	font-weight: normal;
	color: #CCCCCC;
}

#sitemap .showhide:active, #sitemap .showhide:focus {
	background: none;
}

/* KATALOG PRODUCENTOW */

#producenci-lista {
	padding: 0 20px;
}

#producenci-lista h2, #producenci-produkty h2 {
	font-size: 16px;
	font-weight: bold;
}

#producenci-lista h3 {
	font-size: 14px;
	font-weight: bold;
}

#producenci-lista ul li {
	margin-bottom: 20px;
}

#producenci-lista ul li, #producenci-lista ul li ul {
	margin-left: 20px;
}

#producenci-lista ul li ul li {
	display: inline;
	margin: 0;
}

#producenci-lista ul li ul li a {
	font-weight: normal;
}

#producenci-produkty h2 span {
	font-size: 10px;
	color: #555;
}

#producenci-produkty .stronicowanie {
	text-align: center;
	margin: 10px 0;
	clear: both;
}

#producenci-produkty p {
	margin-bottom: 15px;
}

#main_tops {
	width: 673px;
}

#main_tops ul {
	margin: 0 0 10px;
	clear: both;
	padding-left: 10px;
	overflow: hidden;
}

#main_tops ul li {
	float: left;
	margin: 0 10px 10px;
	width: 112px;
	text-align: center;
}

#main_tops ul li.title {
	font-size: 16px;
	font-weight: bold;
	display: block;
	color: #9A110C;
	margin-bottom: 10px;
	float: none;
	width: 100%;
	text-align: left;
}

#programy-doboru h2 {
	margin-bottom: 20px;
}

#programy-doboru #kategorie ul {
	margin: 0 0 20px;
}

#programy-doboru #program {
	clear: both;
}

#programy-doboru #program form fieldset {
	padding: 10px 20px;
}

#programy-doboru #program h3, div.kontakt h2 {
	color: #900F19;
	font-size: 12px;
	font-weight: bold;
}

#programy-doboru #program h3 span {
	font-size: 16px;
}

#programy-doboru #program form p {
	text-align: center;
	clear: both;
}

#programy-doboru #program form div {
	margin: 5px 0;
}

#programy-doboru #program form label {
	font-weight: bold;
	clear: both;
	float: left;
	width: 185px;
	line-height: 20px;
}

#programy-doboru #program form.kotly .mury label {
	width: 290px;
}

#programy-doboru #wynik {
	text-align: center;
	font-size: 18px;
}

#programy-doboru #wynik p {
	margin-bottom: 10px;
}

#programy-doboru #wynik span {
	font-size: 20px;
	color: #900F19;
	font-weight: bold;
}

#programy-doboru #programy {
	float: left;
	width: 666px;
}

#programy-doboru #opis {
	float: left;
	width: 284px;
}

#programy-doboru #kategorie ul li {
	width: 165px;
	border: none;
	margin-right: 40px;
}

#programy-doboru #kategorie ul li h3 {
	font-weight: bold;
}

#programy-doboru #kategorie ul li ul li {
	width: auto;
	float: none;
	margin: 5px 0;
}

#programy-doboru #kategorie ul li ul li a {
	border: 1px solid #eee;
}

#programy-doboru #opis h3 {
	font-size: 18px;
}

#programy-doboru #opis p {
	margin: 10px 0;
}

#programy-doboru #uwagi {
	font-style: italic;
	text-align: left;
}

#programy-doboru #uwagi p {
	font-weight: bold;
}

#programy-doboru #uwagi ul li {
	list-style-type: square;
	margin-left: 15px;
}

div.kontakt h2 {
	margin-top: 10px;
}

div#info.kontakt h2 {
	color: #000;
	font-size: large;
	font-weight: bold;
}

