
/* GLOWNE MENU NAWIGACYJNE */

.offerTopMenu{
	margin: 0 0 0 0;
	padding: 26px 0 0 0;
	background-repeat: no-repeat;
	background-position: left 4px;
	height: 1%;
	position: relative;
}

.offerTopMenu .nav{
	list-style: none;
	padding: 0px 0 0 0;
	margin: 0 0 0 5px;
	color: #ffffff;
	position: absolute;
	top: 0px;
	z-index:20;
}

.offerTopMenu .nav li{
	float: left;
	margin: 0 0 0 0;
	display: inline;
	position: relative;
}

.offerTopMenu .nav .sep{
	padding: 9px 4px 0px 4px;
	font-size: 10px;
}

.offerTopMenu .nav a,
.offerTopMenu .nav a.set {
	background: url(../images/left-tab.gif) left top no-repeat;
	padding: 4px 0 2px 10px;
	margin: 0 0 0 0;
	cursor: hand;
	display: block;
		
	text-decoration: none;
	font-family: Vardana, Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;	
	font-weight: normal;		
	font-size: 11px;
	text-align: center;	
}

.offerTopMenu .nav a span,
.offerTopMenu .nav a.set span {
	background: url(../images/right-tab.gif) right top no-repeat;
	padding: 4px 10px 0 0;
}

.offerTopMenu .nav a, 
.offerTopMenu .nav a span,
.offerTopMenu .nav a.set, 
.offerTopMenu .nav a.set span {
	display: block;
	float: left
}

.offerTopMenu .nav a.set {
	font-weight: normal;	
	color: #666666;	
	background: #ffffff url(../images/leftnav-tab-hover.gif) left top no-repeat;
	padding: 0 0 2px 10px;
	height: 25px;
}

.offerTopMenu .nav a.set span{
	color: #666666;	
	background: url(../images/rightnav-tab-hover.gif) right top no-repeat;
	padding: 5px 10px 0 0;
	height: 21px;
}


/* GLOWNY KONTENER MAPY */


.offerBox{
	background-image: url(../images/offerbox_back_1.png);
	background-repeat: repeat-y;
	background-position: top left;		
	font-family: Vardana, Arial, Tahoma, Helvetica, sans-serif;
	color: #838383;
	font-size: 11px;
	padding: 10px 15px 5px 15px;
	margin: 0px 0 0 0;
}

.offerBoxBottom{
	background-image: url(../images/offerbox_bottom_1.png);
	background-repeat: no-repeat;
	height: 17px;
	clear: left;
	margin-bottom:5px;
}

#map_canvas{
	height: 450px;
	overflow: hidden;
	background: url(../images/loadingAnimation.gif);
	background-repeat: no-repeat;
	background-position: center;
	border:1px solid #999999;
	margin: 10px 0px 10px 10px;
}

/* TOOLTIP NA MAPIE */

.markerTooltip {
	color: black;
	font-weight: bold;
	background-color: white;
	white-space: nowrap;
	margin: 0;
	padding: 2px 4px 2px 4px;
	border: 1px solid #000000;
	font-size: 16px;
}

/* STYLE LISTY WPISÓW */

.OfferTitle{
	color: #2a6786;
	font-family: Vardana, Tahoma, Arial, Helvetica, sans-serif;	
	font-size: 17px;	
	margin: 0 10px 5px 0;
	text-decoration: none;
}

#TXT div{
	margin: 0 0 14px 0;
}

/* KLUCZ DO MAPY */

#map_key{
	width: 190px;
	height: 450px;	
	background-color: #999999;
	margin: 10px 10px 10px 0px;
	position: relative;
	z-index: 50;
	float: right;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
}

#map_key a.slider{
	height: 450px;	
	width: 12px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #dddddd;
	background-image: url(../images/slider_off.png);
	background-repeat: no-repeat;
	background-position: center center;	
}

#map_key a.slider:hover{
	background-color: #cccccc;
}

#keyContener{
	padding: 0 5px 0 15px;
}

#map_key .label{
	margin: 0 0 3px 0;
	display: block;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	background-color: #ff6600;
	padding: 3px;
}

#pleaseWait{
	position: absolute;
	width: 300px;
	height: 50px;
	background-color: #ffffff;
	border:2px solid #999999;
	padding: 15px;
	top: 230px;
	left: 180px;
	background-image: url(../images/loadingAnimation.gif);
	background-repeat: no-repeat;
	background-position: center center;		
	z-index: 100;
	text-align: center;
}