#kategoria a { text-decoration: none }
#kategoria a:hover { text-decoration: underline }



.aa {
	font-size: 105%;
	font-weight: bold;
}
.a1 {
	margin-left: 10px;
}
.a2 {
	margin-left: 20px;
}


/* Tagi */
.t1 { font-size: 0.8em }
.t2 { font-size: 0.9em }
.t3 { font-size: 1.0em }
.t4 { font-size: 1.1em }
.t5 { font-size: 1.2em }
.t6 { font-size: 1.3em }
.t7 { font-size: 1.5em }
.t8 { font-size: 1.7em }
.t9 { font-size: 1.8em }
.t10{ font-size: 2.0em }



#drzewo { margin-bottom: -10px }

input.liczba {
	width: 30px;
}


/* koszyk   */
table.koszyk {
	border-collapse: collapse;
	border-color: #999999;
	border-width: 1px;
	width: 100%;
}
table.koszyk td {
	border-color: #666666;
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
table.koszyk td a {
	border-color: #666666;
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
table.koszyk td font {
	font-weight: bold;
	color: #666666;
	font-size: 13px;
	text-align: center;
}

/* produkty */


table.produkty {
	padding: 10px 10px 10px 10px;
	border-collapse: collapse;
	border-width: 0px;
	width: 100%;
}
table.produkty td {
	padding-right: 10px;
	color: #999999;
	font-size: 12px;
	text-align: left;
}
table.produkty td a {
	font-weight: bold;
	color: #666666;
	font-size: 13px;
	text-align: left;
}
hr {
	border-width: 1px;
	height: 1px;
	color: #666666;
}



/* Ceny  */

span.cena {
	color: blue;
	font-size: 14px;
	font-weight: bold;
}
span.cenapromo {
	color: red;
	font-size: 18px;
	font-weight: bold;
}

span.duzacena {
	color: blue;
	font-size: 20px;
	font-weight: bold;
}

span.promo {
	color: red;
	font-size: 16px;
	font-weight: bold;
}

span.duzacenapromo {
	color: red;
	font-size: 20px;
	font-weight: bold;
}
