/*---------------- galeria zdjęć ofert --------------------*/

.gallery {overflow: hidden; width: 10000px; height: 155px; float: left; padding-top: 5px;}
.gallery img { padding:2px; border:1px solid #666; }
.gallery img:hover {  border:1px solid red; }
.gallery a {
    float: left; 
    margin-bottom: 2px; 
    background-position: center center; 
    background-repeat: no-repeat;
}

div.scroll1, div.scroll2 {
	width: 21px;
	height: 160px;
	float: left;
	padding: 0px;
	margin: 0px;
	margin-bottom: 2px;
	cursor: pointer;
	background-image: url(grafika/l.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-right: 5px;
}
div.scroll2 {background-image: url(grafika/r.jpg);}



/*---------------- lista ofert --------------------*/

div.OfertaLista {width: 560px; overflow: hidden; clear: both; font-size: 10px;}

div.OfertaLista table {width: 100%;}

div.OfertaLista table td.PropertyName {font-weight: bold; 
	width: 50%; 
	text-align: left; 
	color: #555; 
	padding: 2px 0px;
	background-color: #f2f1eb;
}
div.OfertaLista img.foto {
	border: solid 1px #92979f;
}

div.OfertaLista a.smenu {
        color: #73B32A;
}
div.OfertaLista a.smenu:hover {
        color: #73B32A;
	text-decoration: underline;
}
div.OfertaLista table td.PropertyValue {width: 50%; text-align: left; color: #777;}

div.OfertaLista table tfoot {color: #777;}
div.OfertaLista table tfoot a {color: #777; text-decoration: none; padding-left: 12px; background: url(webi.ashx?62.png) no-repeat left center;}

.searchResultsNavigation {padding: 0px 0px 0px 0px; text-align: center; }

.lbStrony a{text-decoration: none; color: #444;}
.lbStrony a.selected {font-weight: bold;}

div.brakofert {text-align: center; font-weight: bold; font-size: 12px; color: #fe0000; padding-top: 20px; padding-bottom: 20px;}


div.sortPanel {width: 580px; clear: both; overflow: hidden;}
div.sortPanel div.sortBox {float: left; margin-right: 15px;}
div.sortPanel div.sortBox div.sortHeader {float: left;}
div.sortPanel div.sortBox div.sortBtns {float: left; margin-left: 5px; margin-top: 1px;}




div.linia, div.linia2 {
	font-size: 1px;
	line-height: 1px;
	border-width: 0px;
	border-top: solid 1px #b3b3b3;
	width: 95%;
}
div.linia2 {
	margin-top: 6px;
	margin-bottom: 6px;
	width: 100%;
}

