@charset "iso-8859-2";
/* CSS Document */

/* lista produktów */

.produkt_box {
	position: relative;
	margin-top: 30px;
}
.produkt_box_foto {
	float: left;
	position: relative;
	padding: 5px;
	width: 100px;
	border: 1px solid #bebebe;
	height: 100px;
	background-color: #FFF;
	z-index: 2;
	margin-top: 10px;
}
.produkt_box_opis {
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	position: relative;
	width: 335px;
	z-index: 1;
}
.produkt_opis {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #f2f2f2;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 105px;
	border: 1px solid #bebebe;
	left: -100px;
	width: 326px;
	position: relative;
}
.produkt_opis_wiecej {
	position: relative;
	display: block;
	text-align: right;
	z-index: 3;
	padding-top: 6px;
	padding-bottom: 6px;
}


.produkt_box_nazwa {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #0063aa;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #bebebe;
	position: relative;
	margin-left: 12px;
}
.produkt_nazwa {
	font-size: 14px;
	color: #0063aa;
	text-decoration: none;
	display: block;
	font-weight: bold;
	position: relative;
	padding-bottom: 5px;
}
.produkt_fotka{
	float: left;
	width: 200px;
	border: 2px solid #bebebe;
	position: relative;
}
.produkt_karty{
	float: left;
	width: 236px;
	position: relative;
	margin-left: 10px;
}
.karty_I{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bebebe;
	width: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.karty_E{
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bebebe;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	height: 20px;
}
.t_nag{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #c0504d;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-align: center;
	padding: 3px;
}
.t_pole, .t_pole_a{
	background-color: #f2f2f2;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
}
.t_pole_a{
	background-color: #CCC;
}
.cennik_menu{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	position: relative;
}
.cennik_foto{
	margin-top: 20px;
	border: 1px solid #bebebe;
	position: relative;
}
