﻿body{
	background: #50b546 url(../img/bg2.png) repeat-x;
}

#mapgowrapper {
	position: relative;
	height: 560px;
	width: 920px;
	background: transparent;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#mapgowrapper #basiccontrols div {cursor: pointer}

#searchpanel {
	position: relative;
	float: right;
	width: 250px;
	height: 600px;
}

#batterybox{
	position: absolute;
	bottom: 5px;
	left: 35px;
	z-index: 2;
	width: 200px;
	height: 180px;
	background: url(../img/pudelko.png) no-repeat;
}

#hud {
	position: absolute;
	top: 10px;
	right: 10px;
	background: transparent url(../img/hudbg.png) no-repeat;
	opacity: 0.9;
	filter: alpha(opacity=90);
	width: 300px;
	height: 50px;
	z-index: 30000;
	display: none;
}

#hud p {
	margin: 15px;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 13px;
	text-align: center;
	color: white;
}

#infobox{
	position: absolute;
	top: 240px;
	left: 130px;
	background: transparent url(../img/infoboxbg.png) no-repeat;
	opacity: 0.9;
	filter: alpha(opacity=90);
	width: 400px;
	height: 130px;
	z-index: 30000;
	display: none;
}

#infobox p {
	margin: 5px;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	color: white;
}

#infobox h3 {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	text-align: center;
	color: white;
}

#infobox input {
	margin: 3px;
}

#logo{
	position: relative;
	float: left;
	margin-bottom: 10px;
	text-align: center;
	width: 280px;
}

#logo .subhead{
	display: block;
	color: #c53329;
	font-size: 12px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	margin-top: 5px;
}


#search_chbxs {
	position: relative;
	float: left;
	margin: 5px;
	height: 100px;
	width: 250px;
	color: #8b8b8b;
	background: transparent url(../img/onmapbg.png) no-repeat;
	/* border: 1px solid #008000; */
	padding: 10px 10px 20px 10px;
	font-size: 14px;
	font-family: Tahoma,sans-serif;
}

#search_chbxs input,label {
	margin-bottom: 0px;
	vertical-align: middle;
}


#search_chbxs img{
	vertical-align: middle;
	margin: 1px;
}


#location {
	position: relative;
	float: left;
	margin: 0px 5px 5px 5px;
	height: 140px;
	width: 250px;
	background: transparent url(../img/locbg.png) no-repeat;
	/* border: 1px solid #008000; */
	padding: 10px 10px 20px 10px;
	color: #8b8b8b;
	font-size: 14px;
	font-family: Tahoma,sans-serif;
}

#find {
	position: absolute;
	right: 20px;
	top: 120px;
	cursor: pointer;
}

#location input,select {
	vertical-align: middle;
	margin-bottom: 5px;
	display: block;
	width: 140px;
	float: left;
}

#location label {
	display: block;
	width: 90px;
	float: left;
	text-align: right;
	padding-right: 5px;
}

#map {
	position:relative;
	top: 0px;
	left: 0px;
	float: left;
	width: 650px;
	height: 593px;
	border: 1px solid #008000;
	display: block;
}



#nearpoisearch {
	width: 230px;
	position: absolute;
	left: -240px;
	top: 70px;
}

#nearpoisearch img {
	cursor: pointer;
}

#nearestlist {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 266px;
	height: 180px;
	color: #20387f;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	overflow: auto;
	display: none;
	z-index: 200;
}

#nearestlistbg{
	display: none;
	position: relative;
	float: left;
	margin: 10px 5px 0px 5px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	width: 275px;
	height: 185px;
	background: transparent url(../img/nlistbg.png) no-repeat;
	z-index: 100;
}

#nearestlist div {
	padding: 5px 5px;
}
#nearestlist div:hover {
	cursor: pointer;
	background-color: #57a935;
	color: #ffffff;
}

.here {background: #57a935;color: #ffffff}
.nohere {background: transparent;}

#loader {
	display: none;
	position: absolute;
	top: 270px;
	left: -370px;
	width: 66px;
	height: 66px;
	background: url(../img/ajaxloader.gif);
	z-index: 10000;
}

#poiloader {
	width: 32px;
	height: 32px;
	background: url(../img/poi_loader.gif);
	display: none;
	position: absolute;
	top: 160px;
	left: -140px;
	z-index: 10000;
}

#widgets {
	position: absolute;
	top: 80px;
	left: 500px;
	width: 250px;
	height: 502px;
}

#citylist {
	position: absolute;
	top: 147px;
	left: 781px;
	width: 160px;
	height: auto;
	max-height: 300px;
	color: #20387f;
	background: #ffffff;
	border: 1px solid silver;
	border-top: none;
	border-color: silver;
	font-size: 12px;
	font-family: Arial;
	text-align: left;
	display: none;
	z-index: 10000;
	overflow: auto;
	padding: 2px;
}

#citylist div {
	cursor: pointer;
	padding: 1px 0px 1px 0px;
}

#citylist div:hover {
	cursor: pointer;
	background-color: #c53329;
	color: white;
}

#streetlist {
	position: absolute;
	top: 174px;
	left: 781px;
	width: 160px;
	height: auto;
	max-height: 300px;
	color: #20387f;
	background: #ffffff;
	border: 1px solid silver;
	border-top: none;
	border-color: silver;
	font-size: 12px;
	font-family: Arial;
	text-align: left;
	display: none;
	z-index: 10000;
	overflow: auto;
	padding: 2px;
}

#streetlist div {
	cursor: pointer;
	padding: 1px 0px 1px 0px;
}

#streetlist div:hover {
	cursor: pointer;
	background-color: #c53329;
	color: white;
}

/*dla wyników wyszukiwania z tooltipa*/
#routelist {
	position: absolute;
	top: 165px;
	left: -250px;
	width: 230px;
	max-height: 300px;
	font-size: 11px;
	font-family: Arial;
	text-align: left;
	color: #20387f;
	background: #ffffff;
	/* opacity: 0.8;
	filter: alpha(opacity = 80); */
	border: 1px solid #a7b9cd;
	overflow: auto;
	z-index: 130000;
	display: none;
	clear: both;
}

#routelist div {
	margin: 3px;
	padding: 3px;
	width: 200px;
}

#routelist div:hover{
	cursor: pointer;
	background-color: #3b82d4;
	color: white;
}

#basiccontrols{
	visibility: inherit;
	position: absolute;
	left: 5px;
	top: 5px;
	background-color: transparent;
	width: 60px;
	height: 24px;
}

#mu {
	visibility: inherit;
	position: absolute;
	left: 20px;
	top: 2px;
	background: url(../img/up.gif) no-repeat transparent;
	width: 22px;
	height: 21px;
}

#ml{
	visibility: inherit;
	position: absolute;
	left: 0px;
	top: 21px;
	background: url(../img/left.gif) no-repeat transparent;
	width: 21px;
	height: 21px;
}

#mc {
	visibility: inherit;
	position: absolute;
	left: 18px;
	top: 21px;
	background: url(../img/center.png) no-repeat transparent;
	width: 20px;
	height: 21px;
}

#mr {
	visibility: inherit;
	position: absolute;
	left: 38px;
	top: 21px;
	background: url(../img/right.gif) no-repeat transparent;
	width: 20px;
	height: 20px;
}

#md {
	visibility: inherit;
	position: absolute;
	left: 20px;
	top: 40px;
	background: url(../img/down.gif) no-repeat transparent;
	width: 21px;
	height: 21px;
}

#zi {
	visibility: inherit;
	position: absolute;
	left: 19px;
	top: 66px;
	background: url(../img/plus.gif) no-repeat transparent;
	width: 25px;
	height: 25px;
}

#zo {
	visibility: inherit;
	position: absolute;
	left: 19px;
	top: 86px;
	background: url(../img/minus.gif) no-repeat transparent;
	width: 25px;
	height: 25px;
}

#controls{
	visibility: inherit;
	position: absolute;
	left: 24px;
	top: 122px;
	background-color: transparent;
	width: 24px;
	height: 40px;
}



#controls img {
	padding: 0px;
	margin-top: 0px;
}


#mapgo_tip_txt {
	text-align: left;
}

#mapgo_tip_txt img {
	padding-right: 5px;
}


/*przyciski pól wyszukiwania*/

#go {
	position: absolute;
	left: 210px;
	top: 0px;
	cursor: pointer;
}

#ok {
	position: absolute;
	left: 237px;
	top: 117px;
	cursor: pointer;
}

ol {
	font-family: sans-serif;
	font-size: 12px;
}

.nobullets {
	list-style-type: none;
}


/*tooltipy*/

#tipsearchfield {
	position: absolute;
	top: 100px;
	left: 0px;
	padding-left: 5px;
	font-size: 10px;
}


#tipdescr {
	position: absolute;
	top: 5px;
	left: 0px;
	padding-left: 5px;
}

#adres_tip{
	vertical-align: middle;
	padding: 3px;
	width: 220px;
	border: 1px solid green;
}

.poidescr {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #56a732;
}


.poiadr {
	display: block;
	font-size: 11px;
	margin-bottom: 3px;
	font-weight: normal;
}
.boxname {
	font-weight: bold;
	margin-bottom: 10px;
}