﻿body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	/* background: url(../img/menu_shadow.gif) repeat-x 0px 120px; */
}

#wrapper {
	position: relative;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


#header {
	position: relative;
	height: 120px;
	background: url(../img/hd_bg.png) repeat-x;
	border-bottom: 25px solid #505f97;
	padding: 0px;
	margin: 0px;
	z-index: 10;
	text-align: left;
}

#header img {
	padding-top: 0px;
}

#map {
	position: absolute;
	top: 142px;
	left: 0px;
	width: 520px;
	height: 520px;
	background-color: transparent;
}

#poiswitches {
	position: absolute;
	top: -8px;
	left: 150px;
	width: 220px;
	height: 40px;
	background: url(../img/map_buttons_bg.png) no-repeat top left;
	z-index: 20;
}

#poiswitches img {
	cursor: pointer;
	padding-top: 10px;
	padding-right: 3px;
}

#poisearch {
	position: absolute;
	top: 0px;
	left: 250px;
	height: 230px;
	background-color: transparent;
	text-align: left;
	z-index: 1000;
}

#poichooser input , img{
	vertical-align: middle;
}

#nearpoisearch {
	width: 230px;
	position: absolute;
	left: -240px;
	top: 70px;
}

#nearpoisearch img {
	cursor: pointer;
}

#nearestlist {
	position: absolute;
	left: -240px;
	top: 130px;
	background-color: transparent;
	width: 230px;
	height: 365px;
	color: white;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
}


#nearestlist div {
	padding: 5px;
}
#nearestlist div:hover {
	cursor: pointer;
	background-color: #32467b;
}


#helpbox {
	position: absolute;
	left: -240px;
	top: 130px;
	background-color: transparent;
	width: 230px;
	height: 365px;
	color: white;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
}

#helpbox  .help {
	font-weight: bold;
}

#loader {
	width: 66px;
	height: 66px;
	background: url(../img/ajaxloader.gif);
	visibility: hidden;
	position: absolute;
	top: 217px;
	left: 217px;
	z-index: 10000;
}

#widgets {
	position: absolute;
	top: 140px;
	left: 500px;
	width: 250px;
	height: 502px;
	background: url(../img/widgets_bg.png) repeat-x top left white;
}



#citylist {
	position: absolute;
	top: 60px;
	left: -240px;
	background-color: none;
	width: 220px;
	height: auto;
	max-height: 300px;
	color: black; 
	background-color: white;
	border: 1px solid silver;
	border-top: none;
	border-color: silver;
	font-size: 12px;
	font-family: Arial;
	text-align: left;
	display: none;
	z-index: 1000;
	overflow: auto;
	padding: 2px;
}

#citylist div {
	cursor: pointer;
	padding: 1px 0px 1px 0px;
}

#citylist div:hover {
	cursor: pointer;
	color: #32467b;
}

#streetlist {
	position: absolute;
	top: 60px;
	left: -240px;
	background-color: none;
	width: 220px;
	height: auto;
	max-height: 300px;
	color: black; 
	background-color: white;
	border: 1px solid silver;
	border-top: none;
	border-color: silver;
	font-size: 12px;
	font-family: Arial;
	text-align: left;
	display: none;
	z-index: 1000;
	overflow: auto;
	padding: 2px;
}

#streetlist div {
	cursor: pointer;
	padding: 1px 0px 1px 0px;
}

#streetlist div:hover {
	cursor: pointer;
	color: #32467b;
}

/*dla wyników wyszukiwania z tooltipa*/
#routelist {
	position: absolute;
	top: 45px;
	left: 155px;
	width: 220px;
	height: 460px;
	font-size: 11px;
	font-family: Arial;
	text-align: left;
	color: white;
	background: url(../img/route_bg.png) no-repeat top left;
	overflow: auto;
	z-index: 130000;
	display: none;
}

#routelist div {
	margin: 3px;
	padding: 3px;
	width: 205px;
}

#routelist div:hover{
	cursor: pointer;
	color: white;
	background-color: #32467b;
}

#controls{
	visibility: inherit;
	position: absolute;
	left: 20px;
	top: 110px;
	background-color: transparent;
	width: 24px;
	height: 200px;
}


#searchbox {
	position: absolute;
	top: 40px;
	left: -240px;
	background-color: none;
	width: 240px;
	height: 20px;
	font-size: 11px;
	font-family: Arial;
	text-align: left;
	color: white;
}

#searchbox input {
	font-size: 11px;
	color: black;
	margin-right: 0px;
}

#mapgo_tip_txt {
	text-align: left;
}

#mapgo_tip_txt img {
	padding-right: 5px;
}

#whereareyou {
	position: absolute;
	top: 5px;
	left: -245px;
	height: 30px;
	width: 250px;
	background: url(../img/gdzie_jestes.png) no-repeat top left;
	z-index: 1222;

}

#footer {
	position: absolute;
	left: 0px;
	top: 645px;
	height: 120px;
	width: 100%;
	padding: 10px 0px 0px 0px;
	z-index: 10;
	text-align: left;
}

#footer img {
	border: 0px;
	margin-right: 5px;
}

/*przyciski pól wyszukiwania*/

#go {
	position: absolute;
	left: 207px;
	top: 2px;
	cursor: pointer;
}

#ok {
	position: absolute;
	left: 210px;
	top: 19px;
	cursor: pointer;
}


input {
	margin-right: 5px; 
	color: #5e5e5e;
}



ol {
	font-family: sans-serif; 
	font-size: 12px;
}

.nobullets {
	list-style-type: none;
}


/*tooltipy*/

#tipsearchfield {
	position: absolute;
	top: 140px;
	left: 203px;
	padding-left: 5px;
}


#tipdescr {
	position: absolute;
	top: 5px;
	left: 203px;
	padding-left: 5px;
}


.poidescr {
	font-size: 14px;
	font-weight: bold;
}


.poiadr {
	font-size: 12px;
	font-weight: bold;
}
