/* filtry */
.filtry div.left {
	margin: 0 10px 10px 0;
	display: block;
}
.filtry img.c4 {
	width: 20px;
	padding: 3px;
	background: #261e18;
	float: left;
}
.filtry span {
	 background: url('../../dom/gfx/menu_link_hover.gif') repeat-x;
	 height: 20px;
	 line-height: 20px;
	 display: block;
	 float: left;
	 margin: 3px 0;
	 padding: 0 4px 0 5px;
	 font-weight: bolder;
}
.filtry span img {
	vertical-align: sub;
	padding-left: 4px;
}
.filtry div.left:hover span {
	 background-image: url('../../dom/gfx/menu_link_hover2.gif');
}


/* ramka */
.frame_wyniki { width: 740px; }
.frame_wyniki_content{
	width: 718px;
	min-height: 200px;
	border: solid 1px #d9d9d9;
	border-top: 0;
	border-bottom: 0;
	padding: 5px;
}

/* WYNIKI - Propozycje prezentów content */
.frame_wyniki_content_box .item {
	width: 167px;
	margin: 5px;
	float: left;
	text-align: center;
	border: 1px solid #f2f2f2;
	position: relative;
}
.item .nazwa_produktu {
	display: block;
	margin: auto;
	padding: 5px;
	height: 35px;
	overflow: hidden;
}
.item_cena { text-align: center; }
.item_cena span{
	font-weight: bold;
	font-size: 13px;
	background: url(../../dom/gfx/zolte.gif) repeat-x;
	height: 20px;
	line-height: 20px;
	width: 100px;	
	color: #241d17;
	display: inline-block;
	margin-bottom: 5px;
}
.item img {
	border: 0px;
	display: block;
	margin: 4px auto 2px;
	height: 157px;
	width: 157px;
}
.item a {
	text-decoration: none;
	color: #241d17;
	font-weight: bold;
	font-size: 11px;
}
.item .dodawacz {
	position: absolute;
	top: 0;
	right: 0;
	-moz-opacity:0;
	filter:alpha(opacity=0);
	opacity:0;
}
.item .dodawacz img{
	width: 30px;
	height: 21px;
	margin: 0;
	padding: 0;
}

/* komunikat błędu */
.error{
	font-size: 22px;
	display:block;
	line-height: 18px;
	width: 704px;
	padding-top: 75px;
	padding-bottom: 125px;
	text-align: center;
}

.error span{
	font-size: 12px;
	color: #898989;
}

.error2{
	float: left;
	font-size: 22px;
	display:block;
	line-height: 25px;
	width: 504px;
	padding-top: 75px;
	padding-bottom: 125px;
	text-align: center;
}

.error2 span{
	font-size: 12px;
	color: #898989;
}

/* stronicowanie */
#stronicowanie{
	margin: 0 0px 10px 0px; 
	text-align: center;
	background: url(../../dom/gfx/stronicowanie.gif) no-repeat;
	height: 27px;
	line-height: 27px;
	font-size: 11px;
	color: #241d17; 
}
#stronicowanie div{
	font-weight: bolder;
	padding: 0 10px;
}
#stronicowanie span{ margin-right: 5px; }
#stronicowanie a{
	color: #241d17; 
	margin-right: 5px;
	text-decoration: none;
}
#stronicowanie a:hover{ text-decoration: underline; }

/* baner */
#banner_lista {
	text-align: center;
}

#banner_lista a {
	margin: auto;
}
