#mapka{
	float: left;
	width: 460px;
	height: 400px;
	border: 1px solid black;
	background: url('loader.gif'); 
	background-repeat: no-repeat; 
	background-position: center;
}
#firmy{
	float: left;
	width: 200px; 
	height: 300px;
}
#linki{


}

table
{
    font-family: Arial;
    font-size: 12px;
    color: #333;
	border-spacing: 0px;
}
table.hand{
	cursor: pointer;
	width: 400px;
}
#lista span.polecany
{
	font-size:14px;
	font-style:italic;
	color: black;
	font-weight: bold;
}
#lista span.polecany:hover
{
	font-size:14px;
	font-style:italic;
	color: black;
	font-weight: bold;
}
#lista span.list
{
	font-size:12px;
	font-style:italic;
	color: #888;
}
#lista span.list:hover
{
	font-size:12px;
	font-style:italic;
	color: red;
	cursor: pointer;
}

#lista span:hover
{
	font-size:12px;
	color: red;
	cursor: pointer;
}
 
#lista
{
    height: 400px;
    width: 460px;
    overflow: auto;
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
 
#licznik
{
    width: 460px;
    height: 15px;
    background: #ddd;
}
 
#lista li
{
    display: block;
    margin: 0;
    padding: 2px;
	cursor: pointer;
}
#lista tr.parzysty
{
    background: #f0f0f0;
}
 
#lista li.parzysty
{
    background: #f0f0f0;
}
#lista div{
	display: block;
    margin: 0;
    padding: 2px;
	cursor: pointer;
}

#lista div.parzysty
{	
    background: #f0f0f0;
}
 
#lista li a
{
    font-weight: bold;
    color: black;
    text-decoration: none;
}
 
#lista li a:hover
{
    color: red;
}
 
#lista li span
{
    font-size: 12px;
    color: #888;
	color: black;
    font-style: italic;
}
 
.marker h3
{
    border-bottom: 2px solid orange;
    color: black;
    padding: 1px 0;
    margin: 0 0 3px 0;
    display: block;
}
 
.marker
{
    font-size: 12px;
    color: #444;
}
#jquery-loader.blue-with-image-2{
    border:none;
    padding-top:35px;
    background-color: transparent;
    text-align: center;
    background-image: url(../images/ajax-loader2.gif);
    background-position: center center;
    background-repeat: no-repeat;
}
#jquery-loader-background{background-color: silver}
#jquery-loader.blue-with-image{
    border:2px #008587 solid;
    padding-top:35px;
    background-color: white;
    text-align: center;
    background-image: url(../images/ajax-loader2.gif);
    background-position: center center;
    background-repeat: no-repeat;
}