/* CSS Document */
div.cip {
font-family: Arial, Verdana, Tahoma, sans-serif;
background:#f0fff0;
width:400px;
height:500px;
font-size:10px;

}

span.green{
font-family: Arial, Verdana, Tahoma, sans-serif;
color:#0B9948;
font-weight:bold;
font-size:16px;
margin:0px;
}

span.black{
font-family: Arial, Verdana, Tahoma, sans-serif;
color:#000000;
font-weight:bold;
font-size:16px;
margin:0px;
}
div.cip div.tenders{
font-family: Arial, Verdana, Tahoma, sans-serif;
background-color:#F1F8EE;
margin:5px;
padding:5px;
height:80px;
font-size:12px;
}

div.cip div.adverts{
margin:5px;

}
div.cip div.mapa{
position:absolute;
margin:0px 5px;
height:370px;
width:390px;
z-index:1;

}
div.cip div.mapa #inf{
position:absolute;
border:1px #9b0008 solid;
padding:3px;
top:320px;
left:10px;
z-index:2;
}
div.cip div.nmapa{
position:absolute;
background:url(http://www.bizpoland.pl/pictures/voiv2.gif);
margin:0px 5px;
height:370px;
width:390px;
z-index:2;
visibility:hidden;
}
div.cip div.nmapa .voiv{
font-weight:bold;
background:#ffffff;
text-align:center;
color:#0B9948;
margin:3px;
padding:2px;
width:380px;
font-size:13px;
z-index:3;}


div.cip div.nmapa .wybor{
font-weight:bold;
background:#ffffff;
text-align:center;
color:#0B9948;
margin:5px 3px 0px 3px;
padding:2px;
width:183px;
font-size:11px;
cursor:pointer;
z-index:3;
float:left;
height:auto;
}


div.cip div.nmapa .clear{
clear:both;}


div.cip div.nmapa .content{
background:#ffffff;
text-align:left;
color:#000000;
margin:0px 3px 3px 3px;
padding:2px;
width:380px;
font-size:11px;
z-index:3;
overflow:auto;
height:240px;
display:none;}
