
/* GLOWNE MENU NAWIGACYJNE */

#offerKontener{
	margin: 25px 0 0px 0;
	height: 1%;
	position: relative;
}

ul.offerNavTab{
	list-style: none;
	padding: 0 0 0 0px;
	margin: 0px 0 0 0px;
	position: absolute;
	top:0px;
	background: url(../images/offermenuback.gif) 0px 7px repeat-x;
	width: 100%;
}

ul.offerNavTab li{
	float: left;
	margin: 0 8px 0 0px;
	padding: 0 0 0 0;
}

ul.offerNavTab li a span{
	color: #ffffff;
}

ul.offerNavTab a,
ul.offerNavTab 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: #ffffff;	
	font-weight: normal;		
	font-size: 11px;
	text-align: center;	
}

ul.offerNavTab a span,
ul.offerNavTab a.set span {
	background: url(../images/right-tab.gif) right top no-repeat;
	padding: 4px 10px 0 0;
}

ul.offerNavTab a, 
ul.offerNavTab a span,
ul.offerNavTab a.set, 
ul.offerNavTab a.set span {
	display: block;
	float: left
}

ul.offerNavTab 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;
}

ul.offerNavTab li 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: 26px 0 0 0px;
	margin: 0 0 0 0;
}

#map_canvas{
	height: 450px;
	overflow: hidden;
	background: url(../images/loadingAnimation.gif);
	background-repeat: no-repeat;
	background-position: center;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	margin: 0px 0px 10px 0px;
}

/* TOOLTIP NA MAPIE */

div.markerTooltip, div.markerDetail {
	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;
}

/* KLUCZ DO MAPY */

#map_key{
	width: 170px;
	height: 450px;	
	background-color: #999999;
	margin: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px -3px;
	padding: 0px;
	position: relative;
	z-index: 50;
	float: right;
	border-top: 1px solid #ffffff;
	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 10px 0 20px;
}

#map_key .label{
	margin: 0 0 4px 0;
	display: block;
	color: #ffffff;
}

#pleaseWait{
	position: absolute;
	width: 220px;
	height: 20px;
	background-color: #ffffff;
	border:2px solid #999999;
	padding: 15px;
	top: 200px;
	left: 150px;
	background-image: url(../images/loadingAnimation.gif);
	background-repeat: no-repeat;
	background-position: center center;		
	z-index: 100;
	text-align: center;
}

#startDiv, 
#errorDIV{
	position: absolute;
	width: 260px;
	height: 90px;
	background-color: #ffffff;
	border: 1px solid #999999;
	padding: 15px;
	top: 160px;
	left: 140px;
	z-index: 100;
	text-align: center;
}

/* WYKORZYSTANIE WPISU */

.attachButton{
	width: 130px;
	background-color: #5891a1;
	padding: 1px 2px 1px 2px;
	margin: 3px 0 3px 0;
	text-align: center;	
	border-top: 1px solid #ffffff;
	border-right: 1px solid #999999;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #999999;
}

.attachButton a{
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
}	

.attachKontener{
	background-color: #ffffff;
	border: 1px solid #999999;
	padding: 8px;
	margin: 2px 0 10px 0;
	text-align: left;	
	width: 250px;
}	

.attachKontener ul{
	margin: 5px 0 10px 0px;
	list-style-type: none;
}

.attachKontener ul li{
	margin: 0 12px 4px 0;
	padding: 0 0 0 12px;
	background-image: url(../images/tr4.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;	
}	

.attachKontener ul li a{
	
}	