{ przycisk w formularzu do szukania: }


.submitSzukaj
	{
	width:		70;
	background:	black;
	font-family:	arial;
	color:		white;
	font-size:	8pt;
	font-weight:bold;
	}




{ text w formularzu do szukania: }

.textSzukaj
	{
	font-family:	arial;
	color:		red;
	font-size:	8pt;
	font-weight:bold;
	}




{ pole (input) w formularzu do logowania: }

.formLog
	{
	width:		100;
	background:	lightblue;
	font-family:	arial;
	color:		#202020;
	font-size:	8pt;
	}



{ przycisk w formularzu do logowania: }

.submitLog
	{
	width:		70;
	background:	red;
	font-family:	arial;
	color:		black;
	font-size:	8pt;
	font-weight:bold;
	}



{ text w formularzu do logowania: }

.textLog
	{
	font-family:	arial;
	color:		black;
	font-size:	8pt;
	font-weight:bold;
	}





{ kategoria główna w drzewku kategorii: }

.kat0	{
	font-family: Arial ;
	font-size:		10pt;
	color: black;
	font-weight: bold;
	text-decoration:	none;
	}

.kat0:hover
	{
	text-decoration:	underline;
	}



{ kategoria drugiego rzędu w drzewku kategorii: }



.kat1	{
	font-family: Arial ;
	font-size:		9pt;
	color: darkblue;
	text-decoration:	none;
	}

.kat1:hover
	{
	text-decoration:	underline;
	}




{ kategoria trzeciego rzędu w drzewku kategorii: }

.kat2	{
	font-family: Arial ;
	font-size:		9pt;
	color: darkred;
	text-decoration:	none;
	}

.kat2:hover
	{
	text-decoration:	underline;
	}



{ kategoria czwartego rzędu w drzewku kategorii: }



.kat3	{
	font-family: Arial ;
	font-size:		8pt;
	color: black;
	text-decoration:	none;
	}

.kat3:hover
	{
	text-decoration:	underline;
	}





{ nieparzyste pole w tabeli wyników: }




.tabListA
	{
	font-family: Arial ;
	color: black;
	background: #52B2F6;
	font-size: 9pt;
	font-weight: none;
	text-decoration: none;
	text-align:	right;
	}



{ parzyste pole w tabeli wyników: }




.tabListB
	{
	font-family: Arial ;
	color: black;
	background:  #99ccff;
	font-size: 9pt;
	font-weight: none;
	text-decoration: none;
	text-align:	right;
	}




{ pole z promocją w tabeli wyników: }



.tabListaP
	{
	font-family: Arial ;
	color: black;
	background: #00CE4E;
	font-size: 9pt;
	font-weight: none;
	text-decoration: none;
	text-align:	right;
	}




{ pasek z cyframi przenoszącymi do innnych podstron z wynikiem zapytania: }



.wynik
	{
 	font-size: 8pt;
	font-family: arial;
	color: black;
	text-decoration: none;
	text-align:	center;
	}




{ lewa strona formularza do zawarcia transakcji: }





.tabFormL {
	font-family: Arial ;
	color: black;
	background: #FEEA67;
	font-size: 8pt;
	font-weight: none;
	text-decoration: none;
	}



{ prawa strona formularza do zawarcia transakcji: }




.tabFormP
	{
	font-family: Arial ;
	color: black;
	background:  #99ccff;
	font-size: 9pt;
	font-weight: none;
	text-decoration: none;
	text-align:	right;
	}



{ pasek z zazwą pól zwróconych w wyniku: }




.tabWynikUp {
	font-family: Arial ;
	color: black;
	background: #FEEA67;
	font-size: 8pt;
	font-weight: none;
	text-decoration: none;
	}




{ pasek z sumujący koszty danej transakcji: }




.transRazemB
	{
	font-family: Arial ;
	font-size:		10pt;
	color: white;
	font-weight: bold;
	text-decoration:	none;
	background:	coral;
	text-align:	right;
	}



{ przycisk uruchamiający transakcję: }




.buttrans
	{
	font-family: Arial ;
	font-size:		8pt;
	color: white;
	font-weight: bold;
	text-decoration:	none;
	background:	brown;
	}



{ przycisk \"więcej danych o produkcie\" przy tabeli z wynikiem zapytania: }




.wiecej
	{
 	font-size: 7pt;
	font-family: arial;
	color: black;
	background: #FFD652;
	font-weight: bold;
	text-decoration: none;
	}



{ przycisk z koszykiem obok tabeli z produktami będącej wynikiem zapytania: }


.kosz_but
	{
	background: coral;
	width: 25;
	height: 24;
	}




{ cała tabela z wynikami zapytań: }


.tabela_all
	{

	}





