html, body, form {
	padding: 0px;
	margin: 0px;
	background-color: #fff;
	font-size: 12px;
	font-family: Verdana;
	color: #444;
	text-align: center;
}

a {color: #0066b3; text-decoration: none;}
a:hover {color: #de2429;}
a img {border: 0px;}

html, body {
	width: 100%;
	height: 100%;
	text-align: center;
}

#wrapper {
	position: relative;
	width: 900px;
	height: 100%;
	overflow: hidden;
	margin: 0px auto;
	text-align: left;
	background-image: url(../img/top_bg.jpg);
	background-repeat: no-repeat;
	
	clear: both;
}



#main {
	width: 900px;
	position: relative;
	clear: both;
}

#logoLink 
{
	position: absolute;
	top: 27px;
	left: 40px;
	width: 260px;
	height: 90px;
}

#logoLink:hover
{
	cursor: pointer;
}

/* ---------------------------------- VERY TOP MENU ------------------------------- */

#veryTopMenu 
{
	position: absolute;
	top: 10px;
	left: 0px;
	font-size: 9px;
	text-transform: uppercase;
}

#veryTopMenu img
{
	padding-bottom: -2px;
	margin-right: 2px;
}

#veryTopMenu a {
	color: #0066b3;
	text-decoration: none;
	height: 12px;
}

#veryTopMenu a:hover {
	color: #444;
}

/* ---------------------------------- VERY TOP MENU ------------------------------- */

/* ------------------------------------ TOP MENU ---------------------------------- */

#topMenu {
	position: absolute;
	top: 138px;
	left: 0px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#topMenu a {
	color: #666;
	text-decoration: none;
	height: 17px;
	padding-top: 5px;
	padding-left: 7px;
	padding-right: 3px;
	padding-bottom: 3px;
}

#topMenu a:hover {
	color: #fff;
	background-color: #0066b3;
}

/* ------------------------------------ TOP MENU ---------------------------------- */

/* ------------------------------------ LEFT MENU ---------------------------------- */

#leftMenu 
{
	width: 195px;
	float: left;
	font-size: 10px;
	margin-top: 35px;
	padding-left: 15px;
	padding-top: 45px;
	padding-bottom: 25px;
	
	background-image: url(../img/zglos_sie_do_nas_box.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#leftMenu a 
{
	display: block;
	color: #b60106;
	text-decoration: none;
	font-weight: bold;
	height: 17px;
	padding-top: 2px;
	padding-left: 14px;
	
	background-image: url(../img/bullet1.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#leftMenu a:hover {
	color: #0066b3;
}

/* ------------------------------------ LEFT MENU ---------------------------------- */

#mainContentWide {
	width: 650px;
	margin-top: 190px;
	float: left;
	overflow: hidden;
	margin-bottom: 30px;
}

/* -------------------------------------- SPECJALNE --------------------------------------*/
#specjalne {
	width: 100%;
	padding-top: 50px;
	margin-top: 20px;
	clear: both;
	background-image: url(../img/goraca_oferta.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#specjalne div.ofertaspecjalna {
	margin-top: 8px;
}

#specjalne div.osHeader {width: 120px; float: left;display:inline;}

#specjalne div.osHeader img {width: 104px; border: 1px solid #aaa; padding: 1px;}

#specjalne div.osContent {
	width: 240px;
	padding-left: 6px;
	float: left;
	font-size: 11px;
}

#specjalne div.osRow {display: block; clear: both; width: 240px;}

#specjalne div.osRowBig {display: inline; float: left; width: 240px; height: 18px; font-weight: bold; color: #0066b3;}

#specjalne div.osRowLeft {display: inline; float: left; color: #666; width: 114px; height: 18px; padding-top: 2px; font-weight: bold; border-top: 1px dotted #999; background-color: #eee; padding-left: 6px;}

#specjalne div.osRowRight {display: inline; float: left; width: 114px; height: 18px; padding-top: 2px; text-align: left; border-top: 1px dotted #999; padding-left: 6px;}

#specjalne span.suffix {font-size: 9px;}

#specjalne span.cena {color: #0066b3; font-weight: bold;}

#specjalne div.osFooter {
	font-size: 11px;
	display: block;
	clear: both;
	padding-top: 5px;
	padding-bottom: 7px;
	width: 75%;
	border-bottom: 1px solid #ccc;
}

#specjalne div.osFooter a {
	color: #444;
	text-decoration: none;
	
	background-image: url(../img/bullet2.gif);
	background-position: left center;
	background-repeat: no-repeat;
	
	padding-left: 12px;
	padding-bottom: 2px;
	margin: 3px 3px;
}

#specjalne div.osFooter a:hover {color: #e37e38;}

/* -------------------------------------- SPECJALNE --------------------------------------*/

/*---------------------------------ARTICLES --------------------------------------------*/

#articles {width: 100%; margin-bottom: 15px; color: #888; font-size: 14px;}
#articles.index {width: 440px; float: left; margin-bottom: 15px; color: #888; font-size: 14px;}

#articles div.articlesContent {padding: 0px 10px;}
#articles div.articleBox {clear: both; margin-bottom: 10px;}

#articles div.artShortHeader {
	height: 15px; 
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 12px; font-weight: bold;
	text-align: left;
	margin-bottom: 7px;
	color: #555;
	text-transform: uppercase;
	
	background-image: url(../img/art_head_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#articles div.artShortMain {color: #666; font-size: 11px;  margin: 15px 20px;}
#articles div.artShortMain a.readMore {
	color: #666;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	float: right;
	padding-bottom: 2px;
	margin-top: 10px;
}
#articles div.artShortMain a.readMore:hover {color: #e37e38;}

/*---------------------------------ARTICLES --------------------------------------------*/

/*---------------------------------NEWS --------------------------------------------*/

#news {width: 100%; clear: both; margin-top: 4px; color: #555; font-size: 12px;}

#newsHeader { 
	height: 21px;
	margin: 10px 10px;
	padding-left: 20px;
	padding-top: 3px;
	text-transform: uppercase;
	font-weight: bold;
	background-image: url(../img/art_head_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#news div.newsContent {padding: 0px 20px;}
#news div.newsBox {clear: both; margin-bottom: 2px;}

#news div.newsHeader {
	width: 103px;
	height: 18px; 
	padding-top: 3px;
	font-size: 11px; 
	font-weight: bold;
	text-align: center;
	color: #fff;
	
	background-image: url(../img/data_bg.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#news div.newsMain {
	font-size: 11px;  
	margin-top: 2px;
	padding-left: 14px;
	padding-right: 10px;
	background-image: url(../img/bullet1.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#news div.newsMain a {
	color: #444;
	text-decoration: none;
}
#news div.newsMain a:hover {color: #e37e38;}

/*---------------------------------NEWS --------------------------------------------*/

#mainRight {
	width: 250px;
	margin-top: 160px;
	float: left;
}

/* ---------------------------------------------- Wyszukiwarka ------------------------------------------------- */

#wyszukiwarka {
	width: 250px; 
	float: left; 
	clear: both; 
	font-size: 10px; 
	overflow: hidden;
	padding-top: 45px;
	
	background-image: url(../img/wyszukiwarka_ofert_box.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#wyszukiwarka div.wyszukiwarkaContent { width: 250px; position: relative; margin-left: 17px;}
#wyszukiwarka div.wyszukiwarkaFooter {margin-top: 15px; text-align: center;}
#wyszukiwarka div.wyszukiwarkaRow {}
#wyszukiwarka div.wyszukiwarkaOpis {width: 90px; float: left;}
#wyszukiwarka div.wyszukiwarkaInput {width: 130px; float: left;}
#wyszukiwarka div.wyszukiwarkaInput select {
	font-size: 11px;
	color: #444;
	width: 129px;
	float: right;
	margin-bottom: 4px;
}
#wyszukiwarka div.wyszukiwarkaInput input {
	font-size: 11px;
	color: #444;
	width: 52px !important;	
	width: 50px;
	margin-bottom: 4px;
	vertical-align: middle;
}
#wyszukiwarka div.wyszukiwarkaInput input.radio {
	display: block;
	float: left;
	clear: left;
	width: 14px;
}
#wyszukiwarka input.radio {
	width: 10px;
}
#wyszukiwarka div.wyszukiwarkaInput input.long {
	width: 125px !important;
	width: 124px;
}
#wyszukiwarka div.wyszukiwarkaInput span {
	height: 16px;
	margin-top: 1px;
	margin-bottom: 4px;
	padding-top: 2px;
}
#wyszukiwarka div.wyszukiwarkaInput span.do {
	display: inline;
	margin-left: 2px;
	margin-right: 2px;
}
#wyszukiwarka div.wyszukiwarkaRow input.checkbox {
	display: block;
	float: left;
	clear: left;
	width: 14px;
}
#wyszukiwarka div.wyszukiwarkaRow span.long {
	display: block;
	float: left;
	height: 16px;
	margin-top: 1px;
	margin-bottom: 4px;
	padding-top: 2px;
}
#wyszukiwarka div.wyszukiwarkaFooter div.bdiv {
	width: 124px;
	height: 31px;
	float: left;
	overflow: hidden;
	margin-left: 77px !important;
	margin-left: 35px;

	background-image: url(../img/buttons/szukaj.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#wyszukiwarka div.wyszukiwarkaFooter div.bdiv a.button {
	width: 124px;
	height: 31px;
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
#wyszukiwarka div.wyszukiwarkaFooter div.bdiv a.button:hover {
	color: #275b77;
	cursor: pointer;
}

#wyszukiwarka div.wyszukiwarkaContent a.wyszAdvButton {
	display: block;
	clear: both;
	cursor: pointer; 
	font-size: 10px; 
	color: #444; 
	text-decoration: none;
	padding-left: 18px;
	margin-left: 10px;
	
	background-image: url(../img/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#wyszukiwarka div.wyszukiwarkaContent a.wyszAdvButton:hover {
	color: #e37e38; 
}

div.wyszukiwarkaBot {
	clear: both;
	height: 20px;
	width: 250px;
	
	background-image: url(../img/wyszukiwarka_ofert_bot.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/* ---------------------------------------------- Wyszukiwarka ------------------------------------------------- */

/*----------------------------------------- WYSZUKIWARKA ADVANCED ----------------------------------------------------*/
#wyszukiwarka div.wyszukiwarkaAdv {
	width: 250px;
	margin-top: 5px;
	clear: both;
}

#wyszukiwarka div.wyszukiwarkaAdv div.wyszukiwarkaAdvContent 
{
	position: relative;
	width: 250px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 17px;
}

#wyszukiwarka div.wyszukiwarkaAdv div.wyszukiwarkaAdvContent div.wyszukiwarkaRow {display:block; overflow: hidden;}
#wyszukiwarka div.wyszukiwarkaAdv div.wyszukiwarkaAdvContent div.wyszukiwarkaOpis {width: 90px; float: left;}
#wyszukiwarka div.wyszukiwarkaAdv div.wyszukiwarkaAdvContent div.wyszukiwarkaInput {width: 130px; float: left;}
#wyszukiwarka div.wyszukiwarkaAdv div.wyszukiwarkaAdvContent div.wyszukiwarkaInput input {
	font-size: 11px;
	color: #444;
	width: 50px !important;
	width: 60px;
	margin-bottom: 4px;
	vertical-align: middle;
}
#IE #wyszukiwarka div.wyszukiwarkaAdv div.wyszukiwarkaAdvContent div.wyszukiwarkaInput input {width: 34px;}
#wyszukiwarka div.wyszukiwarkaAdv div.wyszukiwarkaAdvContent div.wyszukiwarkaInput span.do {
	display: inline;
	margin-left: 2px;
	margin-right: 2px;
}
#wyszukiwarka div.wyszukiwarkaAdv div.wyszukiwarkaAdvContent div.wyszukiwarkaInput input.long {
	width: 121px !important;
	width: 129px;
}
#IE #wyszukiwarka div.wyszukiwarkaAdv div.wyszukiwarkaAdvContent div.wyszukiwarkaInput input.long {width: 93px;}
/*----------------------------------------- WYSZUKIWARKA ADVANCED ----------------------------------------------------*/

/* ---------------------------------------- KONTAKT BOX --------------------------------------------- */

#kontaktBox {
	width: 210px; 
	float: left; 
	clear: both; 
	font-size: 10px; 
	overflow: hidden;
	padding-top: 65px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	
	background-image: url(../img/szybki_kontakt_box.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* ---------------------------------------- KONTAKT BOX --------------------------------------------- */

/* ---------------------------------------- AFFILIATES --------------------------------------------- */

#affiliatesBox {
	width: 250px; 
	float: left; 
	clear: both; 
	font-size: 10px; 
	overflow: hidden;
	padding-top: 65px;
	padding-bottom: 30px;
	text-align: center;
	background-image: url(../img/nasi_partnerzy_box.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* ---------------------------------------- AFFILIATES --------------------------------------------- */


#footer {
	width: 900px;
	clear: both;
	font-size: 10px;
	color: #555;
	border-top: 6px solid #0066b3;
	padding-top: 1px;
	margin: 0px auto;
}

#footerLeft {
	float: left;
	width: 50%;
	height: 30px;
	border-top: 1px solid #000;
	padding-top: 7px;
	text-align: left;
}

#footerRight {
	float: right;
	width: 50%;
	height: 30px;
	border-top: 1px solid #000;
	padding-top: 7px;
	font-weight: bold;
	text-align: right;
}

#footer a 
{
	text-decoration: none;
	color: #555;
}

/*---------------------------------POZOSTALE --------------------------------------------*/

#pozostale {width: 100%; margin-top: 5px; margin-left: 10px; margin-right: 10px; color: #444; font-size: 12px;}

#pozostaleHeader {
	height: 25px; 
	padding-top: 14px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 14px; font-weight: bold;
	letter-spacing: -1px;
	text-align: left;
	margin-bottom: 7px;
	color: #555;
	text-transform: uppercase;
	
	background-image: url(../img/art_head_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#pozostale div.pozostaleContent {padding: 0px 10px;}
#pozostale div.pozostaleBox {clear: both; margin-bottom: 4px;}

#pozostale div.pozostaleHeader {
	width: 103px;
	height: 18px; 
	padding-top: 3px;
	font-size: 11px; 
	font-weight: bold;
	text-align: center;
	color: #fff;
}
#pozostale div.pozostaleMain {
	font-size: 11px;  
	margin-top: 4px;
	padding-left: 22px;
	padding-right: 10px;
	
	background-image: url(../img/bullet1.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#pozostale div.pozostaleMain a {
	color: #444;
	text-decoration: none;
}
#pozostale div.pozostaleMain a:hover {color: #de2429;}

/*---------------------------------POZOSTALE --------------------------------------------*/
/*--------------------------- NOTATNIK --------------------------*/
div.header 
{
	font-weight: bold;
	height: 21px;
	padding-top: 3px;
	padding-left: 4px;
	background-image: url(../img/header_bg.gif);
	background-repeat: repeat-x;
}

div.tresc 
{
	color: #555;
	margin-top: 8px;
	margin-bottom: 8px;
	
	padding-left: 24px;
	background-image: url(../img/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}
/*--------------------------- NOTATNIK --------------------------*/
/*--------------------------- KALKULATOR KOSZTOW --------------------------*/
div.kalkulator2 
{
	width: 660px;
}

div.kalkulator2 div div.tp
{
	width: 277px;
}

table.kalkulator {
	width: 360px;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	border: solid 1px dimgray;
}
table.kalkulator thead tr td, table.kalkulator tbody tr td, table.kalkulator tfoot tr td {
	border-collapse: collapse;
	margin: 0px;
	padding: 3px;
	border: solid 1px dimgray;
	text-align: right;
}
table.kalkulator thead tr td {
	text-align: center;
	color: #3D3D3D;
	font-weight: bold;
	background-color: #CECECE;
}
table.kalkulator tfoot tr td {
	font-weight: bold;
}
tr.alter, tr.alter td {
	background-color: #E6E6E6!important;
	
}
div.kalkulator, div.kalkulator2 {
	padding: 7px;
}
div.kalkulator div {
	height: 25px;
}
div.kalkulator div div { 
	width: 140px;
	float: left;
	font-weight: bold;
}
div.kalkulator input.txt, div.kalkulator2 input.txt, div.kalkulator2 input.txt2 { 
	border: solid 1px #928F84;
	height: 17px;
	padding: 1px;
	line-height: 14px;
	margin-bottom: 2px;
	text-align: right;
	background-color: #F6F5F0;
}
input.txt2 {
	background-color: #EFEFEF;
}
input.txt, input.txt2 {
	width: 90px;
}
div.kalkulator2 select {
	font-size: 10px;
}
input.btn { 
	padding: 3px;
	font-weight: bold;
	color: #ffffff;
	width: 180px;
	border-width: 0px;
	background-color: #007cc4;
	height: 25px;
	text-transform: uppercase;
	cursor: pointer;
}
div.kalkulator2 div {
	height: 25px;
}
div.kalkulator2 div div { 
	width: 330px;
	float: left;
	
}
div.kom2 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.formwyszuk {
	margin: 10px;
}

div.opcje a {
	font-weight: bold;
	font-size: 12px;
}

div.form {
	margin-top: 15px;
}
div.tyt {
	font-weight: bold;
}
div.tyt img {
	cursor: pointer;
	margin-top: 1px;
	margin-right: 3px;
	margin-left: 3px;
}
div.lista3 input {
	font-size: 11px;
	padding: 1px;
	padding-left: 4px;
	padding-top: 4px;
	border: solid 1px #B7B5AE; 
	background-color: #F6F5F0;
	width: 250px;
	margin-top: 2px;
}
div.lista {
	height: 150px;
	width: 144px;
	overflow: auto;
	margin-bottom: 10px;
	border: solid 1px #B7B5AE; 
}
div.lista label {
	white-space: nowrap;
}

div.Zgloszenia {
	margin-top: 5px;
}
div.Zgloszenia img {
	border-width: 0px;
}
/*--------------------------- KALKULATOR KOSZTOW --------------------------*/
/*-------------------------- OFERTA -----------------------------------*/
div.ofertaHeader 
{
	height: 25px; 
	padding-top: 14px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 13px; font-weight: bold;
	letter-spacing: 2px;
	text-align: left;
	margin-bottom: 7px;
	color: #555;
	text-transform: uppercase;
	
	background-image: url(../img/art_head_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

div.ofertasprzedana
{
	display: block;
	clear: both;
	height: 20px;
	width: 100%;
	color: #bb3333;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}

tr.sprzedana 
{
	color: #bb3333;
}

div.czescofertyoff {
	display: block;
}
div.blok table {
	width: 600px;
	margin: 0px;
	border-collapse: separate;
}

div.blok2 
{
	width: 300px;
}
div.blok2 table {
	width: 300px;
	margin: 0px;
	border-collapse: separate;
}
div.blok table tr td, div.blok2 table tr td {
	margin: 0px;
	padding: 1px;
	vertical-align: top;
	font-family: Verdana;
	font-size: 12px;
	padding-left: 4px;
	
}
div.blok table tr td.t, div.blok2 table tr td.t{
	height: 16px;
	background:#efedee;
	width: 170px;
	vertical-align: middle;
	font-weight: bold;
	color:#71797b;
}
div.foto {
	padding: 1px!important;
	border: solid 1px #ADADAD;
	width: 190px;
	margin-bottom: 2px;
}
img.fotos {
	margin: 1px;
	padding: 2px; 
	border: solid 1px #9CA2AD;
	cursor: pointer;
}
div.galeria {
	height: 400px;	
	width: 220px;
	overflow: hidden;
	text-align: center;
}
div.galeria img {
	cursor: pointer;
}
div.scroll1, div.scroll2 {
	height: 18px;
	width: 200px;
	padding: 0px;
	margin: 3px 0px 3px 0px;
	cursor: pointer;
	background-color: #D0D0D0;
	background-image: url(../grafika/pix5.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
div.scroll2 {
	background-image: url(../grafika/pix6.gif);
}
div.frmkontakt {
	margin: 5px;

}
div.frmkontakt div {
	float: left;
	width: 130px;
}

input.frm, select.frm {
	font-size: 12px;
	padding-left: 4px;
	padding-top: 4px;
	border: solid 1px #B7B5AE; 
	background-color: #F6F5F0;
	width: 150px;
	margin-top: 2px;
}

div.frmkontakt input, div.frmkontakt textarea {
	font-size: 12px;
	padding-left: 4px;
	padding-top: 4px;
	border: solid 1px #B7B5AE; 
	background-color: #F6F5F0;
	width: 150px;
	margin-top: 2px;
}
div.frmkontakt textarea {
	width: 250px;
	height: 60px;
}

a.link7, link7:hover
{
	color: #155a91;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	margin-top: 6px;
	margin-bottom: 6px;
	display: block;
	
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 5px;
	background-image: url(../img/art_head_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

a.link7a
{
	color: #155a91;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	margin-top: 6px;
	margin-bottom: 6px;
	display: block;
}

a.link7a:hover {
	color: #eb4026;
}

a.link5
{
	color: #155a91;
	font-size: 12px;
	text-decoration: none;
	padding-left: 14px; 
	background-image: url(../img/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

a.link5:hover {color: #eb4026;}

div.decyzjaStopka a
{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #eb4026;
}

div.decyzjaStopka a:hover {color: #155a91;}

div.uwaga {
	font-size: 14px;
	color: #155a91;
	margin-top: 20px;
	text-align: center;
}
/*-------------------------- OFERTA -----------------------------------*/
/* ------------------  WYNIKI WYSZUKIWANIA -----------------------*/
div.szukajHeader 
{
	height: 25px; 
	padding-top: 14px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 13px; font-weight: bold;
	letter-spacing: 2px;
	text-align: left;
	margin-bottom: 7px;
	color: #555;
	text-transform: uppercase;
	
	background-image: url(../img/art_head_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

table.wyszukane {
	width: 602px;
	empty-cells:show;
	font-size: 12px;
}
table.wyszukane td.cenaM2 
{
	width: 40px;
}

table.wyszukane thead tr td, table.wyszukane tbody tr td  {
	padding: 2px;
	vertical-align: middle;
	border: solid 1px silver;
}
table.wyszukane thead tr td {
	text-align: center;
	height: 20px;
	background-color: #fff;
}
table.wyszukane tbody tr td {
	cursor: pointer;	
	text-align: center;
	background-color: #fff;
}

table.wyszukane a {
	cursor: pointer;	
	text-decoration: none;
	color: #771;
}

/* ------------------  WYNIKI WYSZUKIWANIA -----------------------*/

/*-------------------- FCK EDITOR ------------------------------*/

div.PodTytulArtykulu 
{
	font-weight: bold;
	color: #de2429;
	text-transform: uppercase;
}
/*-------------------- FCK EDITOR ------------------------------*/