@charset "utf-8";
/* CSS Document */

.boxProduktu {
	background-color: #333;
	text-align: left;
	display: table;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:12px;
	border: 1px solid #CCC;
	padding: 10px;
}

.boxProduktuBig {
	background-color: #333;
	text-align: left;
	display: table;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:12px;
	border: 1px solid #CCC;
	padding: 10px;
}
.boxProduktuBig ul li{line-height: 1.6em;}
.boxProduktuBig ul li ul li{list-style-type:square;}
.boxProduktuBig ul  ul li{list-style-type:square;}
a .boxProduktu {
	color: #CCC;
}
.produktKolumnaLewa {
	float: left;
	height: auto;
	width: 180px;
	display: inline;
	clear: none;
}
.produktKolumnaPrawa {
	float: right;
	height: auto;
	width: 290px;
	display: inline;
	clear: none;
}
.produktKolumnaPrawaBig {
	float: right;
	height: auto;
	width: 340px;
	display: inline;
	clear: right;
}
.produktStopka {
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
}
.brakFoto {
	width:172px;
	height:130px;
	background-color: #666;
	text-align: center;
	border: 1px solid #CCC;
}


.nazwaproduktu{
	font-size: 13px;
	font-weight: bold;
	display: block;
	padding: 4px;
}
.gray {
	padding-right: 30px;
	background-color: #FFF;
}

#listwaGrupy {
	background-color: #333;
	background-image:url(images/tlo_listwa_produkty.jpg);
	display: table;
	margin: 4px;
	padding: 4px;
	padding-bottom:12px;
	padding-top:12px;
	border: 1px solid #FFF;
	text-align: center;
	width: 914px;
}
#listwaGrupy a{
	color: #FC0;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
}
#listwaGrupy a:hover{ color:#FFF}
#linkiWideo a{ text-decoration:none}

