* {
	font-family:arial;
	font-size:12px;
	color:#FFFFFF;
}

.news {
	color:#FFFFFF;
	margin:auto;
	padding-bottom:10px;
	padding-top:10px;
	border-bottom:1px solid #333333;
}
	.news_title {
		font-weight:bold;
		padding-bottom:10px;
		cursor:pointer;
	}
	.news_desc {
		margin:8px 0px;
	}
	.news_add {
		font-size:10px;
		color:#CCCCCC;
		background-image:url('gfx/ico_pointer.gif');
		background-repeat:no-repeat;
		background-position:0px 6px;
		padding-left:18px;
	}
	
h1 {
	font-size:15px;
	background-image:url('gfx/bg_h1.jpg');
	background-repeat:no-repeat;
	background-position:bottom center;
	padding-bottom:10px;
}



.produkt {
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #222222;
}
	.produkt_foto {
		float:left;
		width:120px;
		text-align:center;
	}
	.produkt_opis {
		float:left;
		width:450px;
		margin-left:20px;
	}
	a.produkt_nazwa, .produkt_nazwa {
		font-weight:bold;
		margin-bottom:5px;
		text-decoration:none;
	}
	.produkt_desc {
		color:#999999;
		font-size:11px;
		margin-bottom:5px;
	}
	.produkt_rest {
		font-size:10px;
		color:#666666;
	}
	.produkt_cena {
		font-weight:bold;
		font-size:14px;
	}
td.koszyk,th.koszyk {
	border-bottom:1px solid #333333; 
	border-right:1px solid #333333; 
	padding:5px;
}
th.koszyk {
	text-align:left;
	color:#948D8C;
	font-weight:bold;
	background-color:#2A1A1A;
}