@CHARSET "ISO-8859-2";

/* tabelka z listą produktów */

#produkty .opisgrupy
{
	padding: 0px 20px 20px 20px;
}

#produkty a
{
  color: #686262;
}

.produkty td.imgfoto
{
	padding: 20px 6px 20px 20px;
	background: url("/gfx/shadow1.png") no-repeat;
	background-position: bottom left;
	border-bottom: 1px solid #e6e4e4;
}

.produkty td.imgfoto img
{
	margin: auto;
}

.produkty
{
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0px;
}

.produkty td
{
}

.produkty td.divider
{
	height: 5px;
}

.produkty td.nazwa
{
	font-weight: bold;
	text-decoration: underline;
	width: 100%;
}	

.produkty h2
{
	padding: 0px;
	margin: 0px;
}	


.produkty td.opis
{
	vertical-align: top;
	padding-top: 10px;
	text-align: justify;
}

.produkty td.producent
{
	font-size: 80%;
	height: 1em;
}

.produkty td.ceny
{
	width: 80px;
	border-bottom: 1px solid #e6e4e4;
}

.produkty td.wiecej
{
	border-bottom: 1px solid #e6e4e4;
	width: 100%;
}

.produkty td.fun
{
	width: 75px;
	border-bottom: 1px solid #e6e4e4;
}

.produkty .sortmarker
{
	display: inline;
}

.produkty .wiecej
{
	font-size: 80%;
	margin-left: 48px;
}

.produkty .wiecej img
{
	display: inline;
	vertical-align: middle;
}
	
#produkty .PagingText
{
	display: block;
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
}	

#produkty .PagingText a
{
	text-decoration: none;
}

#produkty .PagingText .sel
{
	color: #ff6e00;	
}

#produkty .funkcje
{
	margin: auto;
	margin-bottom: 20px;
	width: 70%;
}

#produkty .ffiltr
{
	float: left;
	margin-left: 40px;
	background-color: #fdd400;
	border-top: solid 1px #dcd3d8;
	border-right: solid 1px #e8e3df;
	border-left: solid 1px #cdc9ca;
	border-bottom: solid 1px #eae6e5;	
}

#produkty .ffiltr label
{
	display: block;
	color: #973123;
	margin-bottom: 3px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}


