/* Strona głowna */

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Main wrappers */

#top-wide-wrapper {
	background-color: #fff;
}
	#top {
		width:988px;
		margin:0 auto;
		height: 76px;
	}

		#top h1 {
			width:285px;
			height:75px;
			text-indent:-5000px;
			overflow: hidden;
			background: #fff url(../images/logo.png) no-repeat top right;
			float: left;
			display: inline;
		}

			#top h1 a {
				display: block;
				height:70px;	
				margin-top: 0px;
			}

		#main-menu {
			width:620px;
			height:75px;
			float: right;
			display: inline;
		}

			#main-menu ul {}
			
				#main-menu ul li {
					float: left;
					display: inline;
					height: 75px;
					/*
width: 125px;
*/
					text-indent: -9000px;
					overflow: hidden;
				}

				#main-menu li.main-page {
					width: 122px;
				}

				#main-menu ul li a {
					height: 75px;
					background-image: url(../images/menu-bg.jpg);
					background-repeat: no-repeat;
					display: block;
					background-position: 0 -75px;
				}
				
				#main-menu ul li a:hover {
					background-position: 0 0;
					
				}

				#main-menu li.all-inclusive a {
					width: 144px;
					background-position: -15px -75px;
				}
				#main-menu li.all-inclusive a:hover {
					background-position: -15px 0px;
				}
				
				#main-menu li.exotic a {
					width: 110px;
					background-position: -170px -75px;
				}
				#main-menu li.exotic a:hover {
					background-position: -170px 0;
				}

				#main-menu li.last-minute a {
					width: 135px;
					background-position: -290px -75px;
				}
				#main-menu li.last-minute a:hover {
					background-position: -290px 0;
				}
				
				#main-menu li.kids a {
					width: 115px;
					background-position: -430px -75px;
				}
				#main-menu li.kids a:hover {
					background-position: -430px 0;
				}
				
				#main-menu li.contact a {
					width: 80px;
					background-position: -555px -75px;
				}
				#main-menu li.contact a:hover {
					background-position: -555px 0;
				}

		
#main-content-wide-wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #686868;
	line-height: 16px;
	text-decoration:none;
}

	#main-content-wrapper {
		width:941px;
		margin:0 auto;
		padding-top: 34px;
		padding-left:1px;
	}

		#infobox {
			margin-bottom: 26px;
			padding: 10px;
			background: #fff url(../images/btm-shade.gif) repeat-x scroll left bottom;
			text-align: center;
		}

		#search-form {
			float: left;
			display: inline;
			width: 543px;
		}
		
			#error h2,
			#search-form h2 {
				background: url(../images/h-trip-begin.gif) no-repeat top left;
				height: 35px;
				text-indent: -1000px;
				overflow: hidden;
			}
			
			#qsfform {
				width: 543px;
				background: #fff url(../images/btm-shade.gif) repeat-x bottom left;
				padding-bottom: 2px;
				margin-bottom: 12px;
			}
			
				#qsfform div.form-line {
					padding: 10px 0 5px 12px;
				}
				
				#qsfform label, #term_from, #term_to {
					font-size: 12px;
					color: #272727;
					font-weight: bold;
					line-height: 15px;
					width: 149px;
					line-height: 24px;
					padding-right: 5px;
				}
				
				#qsfform .short-field {
					float: left;
					display: inline;
					width: 122px;
				}

				#qsfform .long-field {
					float: left;
					display: inline;
					width: 214px;
				}
				
				#qsfform .form-row {
					overflow: hidden;
				}
								
				#qsfform label.short {
					width: 70px;
				}
				
				#qsfform input {
					font-size: 12px;
					color: #53462e;
					border: 1px solid #ccc9b2;
					width: 135px;
					padding: 3px 0 1px 5px;
					height: 18px;
				}

				#qsfform select, #resultly_filters select, #ep3regionOrderBy {
					font-size: 12px;
					color: #53462e;
					border: 1px solid #ccc9b2;
					width: 145px;
					padding: 3px 3px 2px 2px;
				}

				#qsfform .long-field input {
					width: 193px;
				}
				
				#qsfform .long-field select {
					width: 200px;
				}

				#qsfform .short-field select {
					width: 122px;
				}

				#qsfform .short-field input {
					width: 115px;
				}

				#qsfform input.startseite_wizard_input_calendar {
					margin-right:3px;
					width: 123px !important;
					float: left;
					display: inline;
				}
				#depCal img, #retCal img {
					margin-top: 2px;
				}

				#qsfform #dstbox {
					background: url(../images/btn-right-arrow.gif) no-repeat top right;
					padding-right: 20px;
					width: 210px;
					border: 1px solid #ccc9b2;
					font-size: 12px;
					color: #53462e;
					padding: 3px 0 1px 5px;
					height: 18px;
					cursor:pointer;
				}


				
				a.pop-calendar {
					width: 23px;
					height: 24px;
					text-indent: -9000px;
					overflow: hidden;
					cursor: pointer;
					background-image: url('/images/btn-calendar.gif');
					background-position: top left;
					background-repeat: no-repeat;
					display: block;
					float: left;
					display: inline;
				}
				
				#overlay {
					 position: fixed;
					 top: 0px;
					 left: 0px;
					 width: 100%;
					 height: 100%;
					 z-index: 1000;
					 background-color: #8e4d0e;
					 -moz-opacity: 0.45;
					 opacity: .45;
					 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=45);
				}
				
				#choose-city {
					position: absolute;
					width: 450px;
					min-height: 220px;
					background-color: #fbf9f5;
					border: 1px solid #7c5300;
					z-index: 1003;
					left: 42%;
					top: 155px;
					padding: 10px;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 11px;
					color: #174252;
				}
				
					#choose-city ul.col {
						float: left;
						display: inline;
						width: 150px;
					}
					
					#choose-city ul {
						margin:10px 0 0;
						padding: 0;
					}
					#choose-city ul ul {
						margin-left: 4px;
						margin-top: 0;
						margin-bottom: 5px;
					}
					
					#choose-city ul ul li {
						color: #c58610;
						font-weight: bold;
						border-left: 1px solid #a3a29f;
						padding-left: 10px;
						background: transparent url(/images/bg-dest-dings.gif) no-repeat scroll left center;
					}
					
					
					#choose-city li {
						list-style-type: none;
						line-height: 18px;
					}

					#any-dest {
						font-weight: bold;
					}
					
					#choose-city h2 {
						font-size: 13px;
						font-weight: bold;
						display: inline;
						float: right;
						color: #988d7a;
						font-family: Tahoma, Geneva, sans-serif;
					}
					
					#dest-nav {
						position: absolute;
						bottom: 10px;
						right: 10px;
					}
					
					#choose-city-list {
						margin-bottom:20px;
						overflow:hidden;
					}
					
					#dest-nav a.nav-close {
						width: 66px;
						height: 21px;
						text-indent: -1000px;
						overflow: hidden;
						display: block;
						background: transparent url(/images/btns-destination.png) no-repeat scroll 0 0;
						cursor: pointer;
					}
					
					#choose-city .dest-link {
						text-decoration: none;
						cursor: pointer;
					}
					
					#destpanel_help_my {
						margin-left:6px;
						vertical-align:top;
					}
					
					
				#form-nav {
					position: relative;
					padding: 10px 15px 10px 10px;
					background-color: #fff;
				}
				
					
					button.submit {
						text-indent: -9000px;
						overflow: hidden;
						cursor: pointer;
						background-color: #fff;
						background-image: url('/images/btn-search.gif');
						background-position: top left;
						background-repeat: no-repeat;
						border: 0;
						width: 53px;
						height: 31px;
						float: right;
						display: inline;
					}
				
					a#advanced-search {
						float: left;
						display: inline;
						cursor: pointer;
						text-indent: -1000px;
						overflow: hidden;
						width: 87px;
						height: 16px;
						background-position: top left;
						background-repeat: no-repeat;
						background-image: url('/images/btn-advanced-down.gif');
						margin-top: 5px;
					}

					a.hotel-options {
						float: left;
						display: inline;
						cursor: pointer;
						text-indent: -1000px;
						overflow: hidden;
						width: 75px;
						height: 16px;
						background-position: top left;
						background-repeat: no-repeat;
						background-image: url('/images/btn-hotel-options.gif');
						margin-top: 5px;
						margin-left: 10px;
					}

					a#advanced-search.up {
						background-image: url('/images/btn-advanced-up.gif');
					}

					a#advanced-search.down {
						background-image: url('/images/btn-advanced-down.gif');
					}

			#more-search-options {
				background-color: #fff;
				position: relative;
				display: none;
			}
			
			#advanced-options {
				width:543px;
				background-color: #fff;
				position: absolute;
			}
			
		#travel-advisor {
			float: right;
			display: inline;
			width: 378px;
			color: #212121;
		}

		#travel-advisor-narrow {
			color: #212121;
			margin-bottom: 15px;
		}
			#travel-advisor h2 {
				background: url(../images/h-travel-advisor.gif) no-repeat top left;
				height: 35px;
				text-indent: -1000px;
				overflow: hidden;
			}

		#travel-advisor p { 
			margin: 5px 26px;
			line-height: 14px;
		}

		#travel-advisor-narrow p {
			margin: 5px 0px 5px 11px;
			line-height: 14px;
		}
		
		#travel-advisor h3 {
			font-size: 15px;
			font-weight: bold;
			color: #212121;
			margin: 15px 26px 5px 26px;
		} 

		#travel-advisor a,
		#travel-advisor-narrow a {
			color: #008aac;
			font-size: 11px;
			font-weight: bold;
		}

			#travel-advisor a:hover,
			#travel-advisor-narrow a:hover {
				text-decoration: underline;
			}

		#tag-cloud .cloud-box {
			background-color: #fff6e5;
			border-top: 1px solid #fffdf9;
			padding: 10px 15px 10px 15px;
			/*min-height: 167px;*/
		}

			#tag-cloud h2 {
				background: url(../images/h-popular.gif) no-repeat top left;
				height: 35px;
				text-indent: -1000px;
				overflow: hidden;
			}

			/* mniejszy nagłowek na stronie głownej */
			.frontpage #tag-cloud h2 {
				background: url(../images/h-popular-small.gif) no-repeat top left;
				height: 35px;
				text-indent: -1000px;
				overflow: hidden;
			}

			#tag-cloud ul {}
			
				#tag-cloud ul li {
					display: inline;
					padding-right: 20px;
					line-height: 26px;
				}
	
					#tag-cloud li a {
						color: #b9876b;
						font-size: 12px;
						font-weight: bold;
						white-space: nowrap;
					}
		
						#tag-cloud li a:hover {
							color: #8b3d1a;
							text-decoration: underline;
						}

					#tag-cloud li.w1 a {
						font-size: 11px;
						font-weight: normal;
					}
		
					#tag-cloud li.w2 a {
						font-size: 12px;
					}
	
					#tag-cloud li.w3 a {
						font-size: 14px;
					}
	
		#hot-offers {
			margin-top: 8px;
		}

			#hot-offers h2 {
				background: url(../images/h-hot-offers.gif) no-repeat top left;
				height: 35px;
				text-indent: -1000px;
				overflow: hidden;
			}

			#hot-offers div {
				width: 218px;
				float: left;
				display: inline;
				background-color: white;
			}

				#hot-offers div div{
					background-color: white;
					padding: 3px;
				}
				
				#hot-offers ul {
					text-align: right;
					padding: 2px 7px 12px 7px;
				}

				#inspiration ul {
					text-align: right;
				}

				#hot-offers ul li {
					margin-bottom: 6px;
				}
				
					#hot-offers ul li a,
					#inspiration ul	li a {
						color: #775647;
						font-size: 12px;
						font-weight: bold;
						display: block;
						background-image: url(../images/bg-btm-dots.gif);
						background-repeat: repeat-x;
						background-position: left bottom;
					}

					#hot-offers ul li a:hover span,
					#inspiration ul li a:hover span {
						text-decoration: underline;
					}
					
					#hot-offers span.price,
					#inspiration span.price {
						color: #008aac;
						background-color: white;
					}
					
					#hot-offers span.destination,
					#inspiration span.destination {
						color: #775647;
						float: left;
						background-color: white;
					}
					
					#offers-last-minute span.price {
						color: #fe2d2d;
					}

					/*#offers-luxury ul li:first-child span.price,
					#offers-with-children ul li:first-child span.price,
					#offers-egzotic ul li:first-child span.price {
						color: #00ac3d;
					}*/
			
			#hot-offers .see-more-offers {
				padding-top: 5px;
				padding-bottom: 7px;
				text-align: right;
			}

			#hot-offers .see-more-offers a {
				font-weight: bold;
				color: #040404; 
				font-size: 12px;
				padding-right: 12px;
				margin-right: 10px;
				background: transparent url(../images/arrow-black.gif) no-repeat center right;
				text-decoration: underline;
			}

			#hot-offers #offers-last-minute .see-more-offers a {
				background: transparent url(../images/arrow-red.gif) no-repeat center right;
			}

			
			#hot-offers .see-more-offers a:hover {
				color: #bc2121;
			}
			
			#hot-offers h3 {
				width: 224px;
				height: 40px;
				text-indent: -1000px;
				overflow: hidden;
			}
			
			#offers-banner,
			#offers-luxury,
			#offers-with-children,
			#offers-egzotic {
				margin-left: 21px;
			}
			
			#hot-offers #offers-banner div {
				padding: 0;
				line-height: 12px;
				width: 224px;
			}
			
			#offers-last-minute h3 {
				background: url(../images/h-last-minute.png) no-repeat top left;
			}
			#offers-luxury h3 {
				background: url(../images/h-luxury.png) no-repeat top left;
			}
			#offers-with-children h3 {
				background: url(../images/h-with-children.png) no-repeat top left;
			}
			#offers-egzotic h3 {
				background: url(../images/h-egzotic.png) no-repeat top left;
			}
		
		#inspiration {
			margin-top: 28px;
			float:left;
			display: inline;
			width: 703px;
		}
		
		#inspiration h2 {
				background: url(../images/h-inspiration.gif) no-repeat top left;
				height: 35px;
				text-indent: -1000px;
				overflow: hidden;
		}
		
			#inspiration .inspiration-wrapper {
				background-color: #fff;
			}

				#inspiration .inspiration-box {
					background-color: #fff;
				}

					#inspiration .place {
						padding: 10px 10px 14px 28px;
						width: 202px;
						float: left;
						display: inline;
					}

					#inspiration .place-link {
						padding: 6px 10px 5px 28px;
						width: 202px;
						float: left;
						display: inline;
					}

					#inspiration .place p {
						height: 91px;
						line-height: 13px;
					}
					
					#inspiration .first {
						padding-left: 10px;
					}
				
				#inspiration .inspiration-link {
					background-color: #fff;
					margin-bottom: 18px;
				}
				
			
				
		#inspiration h4 {
			color: #040404;
			font-size: 14px;
			font-weight: bold;
			margin-bottom: 4px;
		}
		
		#shortcuts {
			float:right;
			display: inline;
			margin-top: 28px;
			width: 224px;
		}
			#shortcuts h2 {
				background: url(../images/h-shortcut.gif) no-repeat top left;
				height: 35px;
				text-indent: -1000px;
				overflow: hidden;
			}
			
			#shortcuts .dark-box {
				width: 224px;
				height: 251px;
				background-color: #402a00;
			}

			#shortcuts #tourist-guide {
				height: 251px;
				background: #402a00 url(../images/bg-shortcuts.jpg) no-repeat bottom left;
			}
			
			#shortcuts h4 {
				color: #dcc9a1;
				font-size: 12px;
				font-weight: bold;
				margin-bottom: 2px;
				padding: 11px 0 0 11px;
			}

			#shortcuts p {
				color: #ab9c7d;
				font-size: 11px;
				padding: 0 11px 11px 11px;
				line-height: 14px;
			}

			#shortcuts .read-more-box {
				padding-top: 5px;
				padding-bottom: 8px;
				text-align: right;
				background-color: #402a00;
				margin-bottom: 18px;
			}

			#shortcuts .read-more-box a {
				font-weight: bold;
				color: #e9d4aa; 
				font-size: 12px;
				padding-right: 12px;
				margin-right: 10px;
				background: transparent url(../images/arrow-yellow.gif) no-repeat center right;
				text-decoration: underline;
			}

			#shortcuts .read-more-box a:hover {
				color: #bc2121;
			}

			
		#footer {
			padding: 14px 5px 17px 1px;
			background-color: #fff;
			margin-top: 18px;
		}

			#footer ul li {
				float: left;
				display: inline;
				background: url(../images/bg-footer-divider.gif) no-repeat center right;
				padding-right: 4px;
				padding-left: 4px;
			}

			#footer ul li.last {
				background: none;
				padding-right: 4px;
				padding-left: 4px;
			}

				#footer ul li a {
					padding: 2px 5px 2px 5px;
					color: #775647;
				}

				#footer ul li a:hover {
					background-color: #775647;
					color: #fff;
				}

			#footer ul li.top {
				float: right;
				display: inline;
			}

			#footer ul li.top a {
				background-image: url(../images/btn-go-top.gif);
				background-position: center right;
				background-repeat: no-repeat;
				padding-right: 24px;
			}

			#footer ul li.top a:hover {
				background-image: url(../images/btn-go-top-on.gif);
				background-color: #fff;
				color: #775647;
				text-decoration: underline;				
			}
		
		#copyright {
			margin-top: 10px;
			margin-bottom: 10px;
			padding-right: 5px;
			color: #402a00;
			clear: both;
		}

			#copyright p {
				margin-top: 3px;
				font-size: 10px;
				color: #bbab9b;
				padding-left: 10px;
				line-height: 11px;
			}

			#copyright p span {
				display: block;
				font-size: 11px;
				margin-top: 10px;
			}

/* O nas */

.site-container {
	float: left;
	display: inline;
	width: 635px;
}

.site-content {
	padding: 20px;
	background-color: #fff;
}

.site-container a {
	color: #2298b2;
	text-decoration: underline;
	font-weight: bold;
}

.site-container a:hover {
	text-decoration: none;
}

.site-container p {
	color: #272727;
	font-size: 12px;
	margin-bottom: 15px;
	line-height: 15px;
}

.site-content h3 {
	color: #272727;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 25px;
}

.site-container h4 {
	font-weight: bold;
	font-size: 13px;
	color: #272727;
	margin-bottom: 13px;
}

.site-container h5 {
	font-weight: bold;
	font-size: 12px;
	color: #272727;
	margin-bottom: 13px;
}

.site-container ol,
.site-container ul {
	margin-left: 25px;
	margin-bottom: 15px;
}

	.site-container ol li {
		font-size: 12px;
		color: #272727;
		list-style-type: decimal;
	}

	.site-container ul li {
		font-size: 12px;
		color: #272727;
		list-style-type: circle;
	}

	
.signature {
	text-align: right;
	font-weight: bold;
}


#about-us {}

	#about-us h2 {
		background: url(../images/h-about-us.gif) no-repeat top left;
		height: 35px;
		text-indent: -1000px;
		overflow: hidden;
	}

#trip-actions {
	float: right;
	display: inline;
	width: 291px;
}

#trip-actions-ibe {
	float: left;
	display: inline;
	width: 291px;
}

	#search-form-narrow {
		margin-bottom: 15px;
	}
	#search-form-narrow h2 {
		background: url(../images/h-new-trip-n.gif) no-repeat top left;
		height: 35px;
		text-indent: -1000px;
		overflow: hidden;
	}

	#qsfform-narrow {
		background-color: #fff;
		width: 281px;
		padding: 0 5px;
	}
	
		#qsfform-narrow div.form-line {
			padding: 5px 0 0 12px;
		}
		
		#qsfform-narrow div.form-row {
			width: 97px;
			float: left;
			display: inline;
		}

		#qsfform-narrow div.form-row-thinner {
			width: 84px;
			float: right;
			display: inline;
		}
		
		#qsfform-narrow label {
			font-size: 12px;
			color: #000;
			font-weight: bold;
			line-height: 24px;
		}
		
		#qsfform-narrow label.short {
			width: 74px;
		}
		
		#qsfform-narrow input {
			font-size: 12px;
			color: #53462e;
			border: 1px solid #ccc9b2;
			width: 264px !important;
			padding: 3px 0 1px 5px;
			height: 18px;
		}

		#qsfform-narrow select {
			font-size: 12px;
			color: #53462e;
			border: 1px solid #ccc9b2;
			width: 270px !important;
			padding: 3px 3px 2px 2px;
		}
		
		#qsfform-narrow #tripduration_searchf, #qsfform-narrow #tripduration_searcht {
			width: 130px !important;
		}

		#qsfform-narrow .long-field input {
			width: 260px;
		}

		#qsfform-narrow .short-field input {
			width: 92px;
		}
		
		#qsfform-narrow .long-field select {
			width: 267px;
		}

		#qsfform-narrow .short-field select {
			width: 68px;
		}


		#qsfform-narrow input.startseite_wizard_input_calendar {
			margin-right:3px;
			width:241px !important;
			float: left;
			display: inline;
			padding: 3px 0 1px 2px;

		}

		#qsfform-narrow #dstbox {
			background: url(../images/btn-left-arrow.gif) no-repeat top right;
			padding-right: 20px;
			width: 260px;
			border: 1px solid #ccc9b2;
			font-size: 12px;
			color: #53462e;
			padding: 3px 0 1px 5px;
			height: 18px;
			cursor:pointer;
		}

		#qsfform-narrow #dstbox.arrow-right {
			background: url(../images/btn-right-arrow.gif) no-repeat top right;
		}
		

	#travel-advisor-narrow h2 {
		background: url(../images/h-travel-advisor-n.gif) no-repeat top left;
		height: 35px;
		text-indent: -1000px;
		overflow: hidden;
	}

	/* jak rezerwowac */
	
	#reservation h2 {
		background: url(../images/h-how-to-book.gif) no-repeat top left;
		height: 35px;
		text-indent: -1000px;
		overflow: hidden;
	}

	/* widgety */
	
	#widgets h2 {
		background: url(../images/h-widgets.gif) no-repeat top left;
		height: 35px;
		text-indent: -1000px;
		overflow: hidden;
	}
	
	#error h3,
	#reservation h3,
	#guide h3,
	#security h3,
	#contact h3,
	#product h3,
	#widgets h3 {
	font-weight: bold;
		font-size: 12px;
		color: #272727;
		padding: 10px 20px 10px 20px;
		background: #fff url(../images/btm-shade-light.gif) repeat-x bottom left;
	}

	div.step-box {
		background-color: #fff;
		font-size: 12px;
		color: #272727;
		padding: 10px 20px 10px 20px;
		margin-bottom: 4px;
	}

	/* regulamin */
	
	#regulations h2 {
		background: url(../images/h-regulations.gif) no-repeat top left;
		height: 35px;
		text-indent: -1000px;
		overflow: hidden;
	}
	
	/* przewodnik */
	
	.bar {
		height: 36px;
		background: url(../images/navbar-bg.png) no-repeat top left;
		margin-bottom: 15px;
	}
		.bar p {
			text-align: right;
			padding: 7px 10px 0 10px;
		}

			.bar label {
				color: #272727;
				font-size: 12px;
				font-weight: bold;
			}

			.bar select {
				color: #53462e;
				font-size: 11px;
				padding: 2px;
			}

			.bar select#filter-on {
				margin-right: 20px;
			}
	
			a.btn-back,
			a.btn-prev,
			a.btn-next {
				width: 73px;
				height: 21px;
			}

	
	#guide h2 {
		background: url(../images/h-guide.gif) no-repeat top left;
		height: 35px;
		text-indent: -1000px;
		overflow: hidden;
	}
	
	/* Przyciski */
	#guide a.art-read-more,
	#guide a.btn-prev,
	#guide a.btn-next,
	#guide a.btn-back {
		text-indent: -9000px;
		overflow: hidden;
		height: 21px;
		display: block;
		text-align: left;
	}

	#guide a.art-read-more {
		background: #fff url(../images/btn-read-more.gif) repeat-x bottom left;
		width: 83px;
		float: right;
		display: inline;
		margin-bottom: 10px;
	}

	#guide a.btn-prev {
		background: #fff url(../images/btn-prev.gif) repeat-x bottom left;
		width: 83px;
		float: right;
	}

	#guide a.btn-next {
		background: #fff url(../images/btn-next.gif) repeat-x bottom left;
		width: 73px;
		text-indent: -9000px;
		overflow: hidden;
		float: right;
	}

	#guide a.btn-back {
		background: #fff url(../images/btn-back.gif) repeat-x bottom left;
		width: 60px;
		text-indent: -9000px;
		overflow: hidden;
		float: left;
	}
	
	ul#guidebook-list {
		margin: 0;
	}

	ul#guidebook-list li {
		display: inline;
		float: left;
		list-style-type: none;
		margin-right: 10px;
	}

	
/*	#guide h3 {
		font-weight: bold;
		font-size: 12px;
		color: #272727;
		padding: 10px 20px 10px 20px;
		background: #fff url(../images/btm-shade-light.gif) repeat-x bottom left;
	}*/

	/* kontakt */
	 
	#contact h2 {
		background: url(../images/h-contact.gif) no-repeat top left;
		height: 35px;
		text-indent: -1000px;
		overflow: hidden;
	}

	p.light-text {
		color: #9e9e9e;
	}
	
	span.infoline {
		color: #9bd1dc;
		font-weight: bold;
	}
	
	p.first-col {
		float: left;
		display: inline;
		width: 300px;
		padding-right: 10px;
		border-right: 1px solid #dfdfdf;
	}
	
	span.company-info {
		font-size: 11px;
	}
	
	p.second-col {
		float: left;
		display: inline;
		width: 270px;
		padding-left: 10px;
		color: #9e9e9e;
		font-size: 12px;
	}
	
	#contact label {
		color: #272727;
		font-weight: bold;
		display:block;
	}
	
	#contact input, textarea {
		border: 1px solid #ccc9b2;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}

	#contact input {
		width: 220px;
		margin-bottom: 8px;
		padding: 3px;
		font-size: 12px;
	}

	#contact textarea {
		width: 348px;
		height: 106px;
		padding: 3px;
		font-size: 12px;
	}

	
	#contact form div.personal-data {
		float: left;
		display: inline;
		width: 230px;
		padding-right: 10px;
	}
	
	#contact form div.message-box {
		float: left;
		display: inline;
		width: 350px;
	}
	
	#travel-contact-form p {
		margin: 0;
	}
	
	#travel-contact-form p.contact-send {
		margin-top: 15px;
		clear: both;
	}
	
	button#contact-form-submit {
		background:transparent url(../images/btn-send.png) no-repeat scroll 0 0;
		border:0 none;
		cursor:pointer;
		height:21px;
		text-indent:-9000px;
		width:53px;
		float: right;
		display: inline;
		margin-bottom: 10px;
	}
	
	#submit-status-success {
		padding: 10px;
		font-weight: bold;
		background-color: #baeeba;
		border: 1px solid #5bc65b;
		margin-bottom: 15px;
	}
	
	#submit-status-error {
		padding: 10px;
		font-weight: bold;
		background-color: #ffefef;
		border: 1px solid #ffb3b3;
		margin-bottom: 15px;
	}
	
	span.required, #contact label.form-input-error, .form-input-error-pb {
		color: #D00000;
	}
	
	#loader {
		float: right;
		padding-right: 10px;
	}

.required-fields {
	text-align: right;
}	

label.error {
	display: none !important;
}

#messages,
.message {
	clear:both;
	font-weight:bold;
	margin-bottom:15px;
	padding:3px 0 0;
	text-align:right;
}

form .user_form .message {
	margin:10px 0px 0px 0px;
}

#messages div,
.message div {
	background-color: #fff2b2;
	padding:0px 10px 5px 10px;
}
#messages p,
.message p {
	margin:0.5em 10px 0.3em 10px;
	min-height:0;
	height:auto;
}
.message .content {
	margin:0px;
	padding: 0px 0px 0px 25px;
}
#messages h2 {
	background-image: none;
	text-indent: 0px;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #d2232a;
	background: transparent;
	margin: 4px 10px 2px 10px;
	text-indent: 0px;
	border: 0px;	
}

#messages ul li {
	list-style-type: none;
}
	
	
	/* mapa serwisu */
	
	#sitemap h2 {
		background: url(../images/h-sitemap.gif) no-repeat top left;
		height: 35px;
		text-indent: -1000px;
		overflow: hidden;
	}
	
	#sitemap ul {
		margin-left: 25px;
		margin-bottom: 15px;
		line-height: 24px;
	}

	#sitemap ul ul {
		margin-left: 15px;
		margin-bottom: 15px;
	}

	#sitemap ul li {
		font-size: 12px;
		color: #272727;
		list-style-type: circle;
	}

	/* bezpieczenstwo */
	
	#security h2 {
		background: url(../images/h-security.gif) no-repeat top left;
		height: 35px;
		text-indent: -1000px;
		overflow: hidden;
	}

	/*#security h3 {
		font-weight: bold;
		font-size: 12px;
		color: #272727;
		padding: 10px 20px 10px 20px;
		background: #fff url(../images/btm-shade-light.gif) repeat-x bottom left;
	}*/

	span.number-group {
		background-color: #ffefef;
		padding: 2px;
		border: 1px solid #ffb3b3;
	}
	
	p.account-number {
		font-weight: bold;
	}
	
	/* specyfika produktu */
	
	#product h2 {
		background: url(../images/h-product.gif) no-repeat top left;
		height: 35px;
		text-indent: -1000px;
		overflow: hidden;
	}

	/* default&general */

	#error p.notfound {
		font-size: 16px;
		color: #d2232a;
		font-weight: bold;
		margin-bottom:30px;
		margin-top:20px;
	}
	
	#error ol li {
		line-height: 28px;
	}
	
	/* debug */
	#error .pagenotfound h1,
	#error .pagenotfound h2,
	#error .pagenotfound h3 {
		color: #d2232a;
		background: none;
		overflow: visible;
		text-indent: 0px;
		padding: 5px 0;
	}
	
	#error .pagenotfound pre {
		font-size: 11px;
		overflow: auto;
		font-family: Arial, Helvetica, sans-serif;
	}	
	
/* Widgets */

.widgets .widget {
}

.widgets .widget-content {
	float: left;
	display: inline;
	width: 425px;
	margin-top: 5px;
}

.widgets h3 {
	border: none;
	background: none;
	font-size: 16px;
	color: #435f85;
	padding: 0;
	margin: 0;
	text-indent: 0;
}

.widgets h4 {
	background-color:#F8F8F8;
	border-bottom:1px solid #B9876B;
	color:#8B3D1A;
	font-size:12px;
	height:25px;
	line-height:25px;
	margin:15px 0 0;
	padding-left:15px;
}
.widgets img {
	padding: 10px 20px 0 0;
	float: left;
	display: inline;
}

.widgets .widget ul.tabs {
	height: 25px;
	margin: 5px 0 0 0;
	border-bottom: 1px solid #B9876B;
}

.widgets .widget ul.tabs li {
	float: left;
	display: inline;
	height: 24px;	
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin-right: 10px;
}

.widgets .widget ul.tabs li.active {
	border-top: 1px solid #B9876B;
	border-left: 1px solid #B9876B;
	border-right: 1px solid #B9876B;
	background-color: #f8f8f8;
}

.widgets .widget ul.tabs li a {
	height: 25px;	
	font-size: 12px;
	color: #8f8f8f;
	padding: 0 20px 0 20px;
	line-height:24px;
	text-align: center;
	text-decoration: none;
}

.widgets .widget ul.tabs li.active {
	height: 25px;
}

.widgets .widget ul.tabs li a:hover {
	text-decoration: none;
}

.widgets .widget ul.tabs li.active a {
	font-weight: bold;
	color: #8B3D1A;
}

.widgets .widget .widget-content div {
	margin: 0;
	padding: 15px;
	min-height:101px;
	border-left: 1px solid #B9876B;
	background-color: #f8f8f8;
}

.widgets input, .widgets select {
	border:1px solid #CCC9B2;
	color:#53462E;
	font-size:12px;
	padding:3px 3px 2px 2px;
	width:145px;
}

.widgets .widget ul.widget-options {
	margin: 0;
	width: 300px;
	overflow: hidden;
}

.widgets .widget ul.widget-buttons {
	background-color: #f8f8f8;
	margin-left: 0;
	padding: 15px;
	overflow: hidden;
}


.widgets .widget ul.widget-options li,
.widgets .widget ul.widget-buttons li {
	list-style-type: none;
}


.widgets .widget ul.widget-options li {
	line-height: 32px;
	width: 300px;
}

.widgets .widget ul.widget-options label {
	width: 300px;
	display:block;
	position: relative;
}

.widgets .widget ul.widget-options label select,
.widgets .widget ul.widget-options label input {
	position: absolute;
	right: 0;
	top: 5px;
	width: 130px;
}

.widgets .widget ul.widget-options label select {
	width: 137px;
}

.widgets .widget ul.widget-buttons li {
	width: 104px;
	height: 17px;
	display: inline;
	float: left;
}

.widgets .widget ul.widget-buttons li.igoogle {
	background: transparent url(../images/widgets/add-igoogle.gif) no-repeat scroll top left;
}

.widgets .widget ul.widget-buttons li a {
	width: 104px;
	height: 17px;
	display: block;
	text-indent: -1000px;
	overflow: hidden;
}

.widgets textarea {
	font-family: Consolas, Courier, monospace;
	font-size:11px;
	height:90px;
	width:385px;
/*	overflow: hidden;*/
	padding: 3px;
}

/* / Widgets */
	
	
	
	
body {
	background-color: #fff2db;
	background:#fff2db url(../images/bg-body.jpg) no-repeat top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.clear {
	clear:both;
	margin:0;
	padding:0;
	line-height:0;
	border:0;
}

.hidden {
	display: none;
}

.hiddenv {
	visibility: hidden;
}

a {
	color:#000;
	text-decoration:none;
}

.shade {
	background: url(../images/btm-shade.gif) repeat-x bottom left;
	padding-bottom: 2px;
}

.shade-light {
	background: url(../images/btm-shade-light.gif) repeat-x bottom left;
	padding-bottom: 2px;
}

/* Overwritten MerlinX styles */

#main {
	width: auto;
	background-color: transparent;
}

#wizard h1 {
	display: none;
}

#calInput1,#calInput2 {
	width: auto;
}

.color11bg,
.color0bg {
	/*background-color: #fff;*/
}

#content {
	border: none;
}

#tth table td {
	background-image: none !important;
	background-color: #fafafa;
}

#tth table {
	border: 1px solid #ddd;
}

#tth table td img {
	visibility: hidden;
}

#triangle {
	visibility: hidden !important;
}

/* ramka wokół wybranego - kalendarz/destynacja */

/* Wybór destynacji */
#p3topdiv,
#p3topdiv div,
#p3leftdiv,
#p3leftdiv div,
#p3rightdiv,
#p3rightdiv div,

/* wiek dzieci */
#p4topdiv,
#p4topdiv div,
#p4leftdiv,
#p4leftdiv div,
#p4rightdiv,
#p4rightdiv div,

/* Data od */
#p5topdiv,
#p5topdiv div,
#p5leftdiv,
#p5leftdiv div,
#p5rightdiv,
#p5rightdiv div,

/* Data do */
#p6topdiv,
#p6topdiv div,
#p6leftdiv,
#p6leftdiv div,
#p6rightdiv,
#p6rightdiv div,

/* Udogodnienia */
#p7topdiv,
#p7topdiv div,
#p7leftdiv,
#p7leftdiv div,
#p7rightdiv,
#p7rightdiv div
{
	border: none !important;
	background-image: none !important;
	background-color: transparent !important;
}

#kidsage {
	float:right;
	height:21px;
	padding-right:15px;
	padding-top:3px;
	vertical-align:bottom;
}

.color12 {
	color: #212121;
}

label.kidsage {
	float:left;
	display: inline;
}

#p3popuptable td,
#p4popuptable td,
#p5popuptable td,
#p7popuptable td, 
#p6popuptable td 
{
	background-image: none !important;
	background-color: #fafafa !important;
}

#p3popuptable,
#p4popuptable,
#p5popuptable,
#p6popuptable,
#p7popuptable {
	border: 1px solid #ddd;
	-moz-box-shadow:0 0 8px #aaa;
	-webkit-box-shadow:0 0 8px #aaa;
	box-shadow:0 0 8px #aaa;
}

.yui-calcontainer {
	background-color:#FFFFFF;
}


#p6popuptable td .yui-calendar td.calcell.oom,
#p5popuptable td .yui-calendar td.calcell.oom {
	background-color:#EEEEEE !important;
}

#p6popuptable td .yui-calendar td.calcellhover,
#p5popuptable td .yui-calendar td.calcellhover {
	background-color:#FF9900 !important;
}

#p5spacex,
#p6spacex {
	width: auto !important;
}


/* IBE */

#process {
	float: right;
	display: inline;
	width: 635px;
	position: relative;
}

/* 2 ekran - region */

#progress-bar  {
	margin: 0 0 5px 0;
}


#progress-bar ul {
	width: 100%;
	height: 28px;
	padding: 0;
	margin: 0;
	background-color: #f4e7ca;
	overflow: hidden;
}

#progress-bar ul li {
	display: inline;
	float: left;
}

#progress-bar li.done,
#progress-bar li.donec,
#progress-bar li.current,
#progress-bar li.future {
	line-height:28px;
	padding-right:10px;
	width:115px;
	font-size: 11px;
	text-align: center;
}

#progress-bar li.done {
	background-image: url(../images/bg-done-arrow.png);
	background-position: top right;
	background-repeat: no-repeat;
}

#progress-bar li.donec {
	background-image: url(../images/bg-past-arrow.png);
	background-position: top right;
	background-repeat: no-repeat;
}

#progress-bar li.current,
#progress-bar li.future {
	color: #493b1f;
}

#progress-bar li a {
	text-decoration: none;
}


#progress-bar li.current {
	color: #008aac;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/bg-active-arrow.png);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #fff;
}

#progress-bar li.future {
	background-image: url(../images/bg-future-arrow.png);
	background-position: top right;
	background-repeat: no-repeat;
}


#progress-bar li.donec,
#progress-bar li.done {
	background-color: #fffae5;
}
 
.color1bg {
	background-color: transparent;
}

#progress-bar li.future {
	background-color: #f4e7ca;
}


#content h1 {
	background-image: url(../images/h-destcountry.png);
	background-position: top left;
	background-repeat: repeat-x;
	border:none;
	height: 36px;
	line-height: 33px;
	color: #212121;
	font-weight: bold;
	font-size: 15px;
	color: #000;
	padding: 0 0.2em 0 0.8em;
}

.destination_price.color3bg, .destination_price.color4bg {
	/*background-image: url(../images/h-destcountry.png);
	background-position: top left;
	background-repeat: repeat-x;
	border:none;
	height: 36px;
	line-height: 20px;
	color: #212121;
	font-weight: bold;
	font-size: 15px;*/
	
}

.destcountry {
	border-color:#FFFFFF #FFFFFF #F5C01F;
	border-right:1px solid #FFFFFF;
	border-spacing:0;
	border-style:solid;
	border-width:1px;
	margin:0 0 0;
}

#qsfform #tripduration_search_from, #qsfform #tripduration_search_to {
	width: 56px;
}

h2#step-region {
	background: url(../images/h-region.gif) no-repeat top left;
	height: 35px;
	text-indent: -1000px;
	overflow: hidden;
}

/*.color5bob {
	border: 0;
}*/

/* Regiony */
.color1 {
	color: black;
}

/* Miasta */
.color6 {
	color: #93783e;
}

.overstate {
 	border-top: none !important;
	border-bottom: 1px solid #d7d7d7;
}

.normalstate {
  	border-top: none;
	border-bottom: 1px solid #d7d7d7;
	background-color: #fff !important;
}

.color4bg {
	background-color: #f0f0f0;
}

#optlisttable .color4bg {
	background-color: #ECF6D4 !important;
}

#optlisttable td {
	width: 245px;
}

/* margines w udogodnieniach */
#optlisttable label {
	/*margin-right: 15px;*/
}

.color11bg, .color0bg {
	background-color: transparent;
}
.color5bot, .color5bol, .color5bor, .color5bob {
	border-color: #f0f0f0 !important;
}

/* Header panstwa */
.color5bob {
	/*margin-top: 10px;*/
}
/* Cena */

#content a span.price {
	padding-right: 12px;
	background: transparent url(../images/arrow-grey.gif) no-repeat center right;
	text-decoration:none;
}

.color8 {
	color : #008aac;
}

.color7 { 
	color: #006b85;
}

#content a span.dest {
	/*color: black;*/
}

/* stopka wyników */
.color1bg {
	background-color: #fff;
}

.color10 {
	color: #212121;
}

/* ekran 3 - wybierz hotel */


h2#step-hotel {
	background: url(../images/h-hotel.gif) no-repeat top left;
	height: 35px;
	text-indent: -1000px;
	overflow: hidden;
}

.color3bg {
	background-color: #fff;
}

#resultly_filters {
	padding: 0 0 10px 0px;
}

#resultly_filters td {
	color: #272727;
	font-weight: bold;
	font-size: 12px;
}

#nofilters .color6 {
	color: #272727;
}

table.hotellist {
	padding: 5px 10px 5px 5px;
}

#content a.afprice {
	text-decoration:none;
	color: #006b85;
	font-size: 12px;
	font-weight: bold;
}

#content td.bullet {
	float:none;
}

/* ekran 4 - termin */
h2#step-time {
	background: url(../images/h-time.gif) no-repeat top left;
	height: 35px;
	text-indent: -1000px;
	overflow: hidden;
}

#hotel_choice {
	background-color: #fff;
}

#hotel_name {
	color: #53462e;
	font-weight: bold;
}

#hotel_choice td {
	color: #53462e;
}


table#flightlist {
	background: url(../images/btm-shade-light.gif) repeat-x bottom left;
	margin-top: 8px;
	color: #272727;
	margin-top: 5px;
	padding-bottom:2px;
}

table#flightlist th {
	padding: 10px 0 10px 0;
}


div#flightchoice table td.price_term {
	height:44px;
	vertical-align:bottom;
}

div#flightchoice table td.price_term .afprice span {
	font-size:12px;
}

/* ekran 5  - alternatywy */
h2#step-alternatives {
	background: url(../images/h-alternatives.gif) no-repeat top left;
	height: 35px;
	text-indent: -1000px;
	overflow: hidden;
}

#middle_hotel {
	background-color: #fff;
}

/* tło dostepnosci hotelu */
.color5bg {
	background-color: #989898;
	color: #fff;
}

.near_img {
	color: #fff !important;
}


#show_1 td,
#show_2 td,
#show_3 td,
#show_4 td,
#show_5 td,
#show_6 td,
#show_7 td,
#show_8 td,
#show_9 td {
	color: #008aac;
	font-weight: bold;
	font-size: 11px;
}
/* ekran 6 - rezerwacja */
h2#step-reservation {
	background: url(../images/h-reservation.gif) no-repeat top left;
	height: 35px;
	text-indent: -1000px;
	overflow: hidden;
}

#content table.td {
	background-color: #fff;
	overflow: hidden;
}

.color9 {
	color: #272727;
}

#content h3.color3bg {
	background: #fff url(../images/btm-shade-light.gif) repeat-x bottom left;
	margin-top: 8px;
	padding-bottom:2px;
	color: #272727;
	/*height: 25px;*/
	border-top: 8px solid #fff2db;
	line-height: 24px;
}

form#reservation input, form#reservation select {
	border:1px solid #ccc9b2;
	margin:8px;
	padding: 3px 0 3px 0;
	color: #53462e;
}

p.totalprice {
	border-top:1px solid #DDDDDD;
	color:#008AAC;
	font-size:16px;
	padding-top:5px;
}

.booking_form_border {
	border-bottom: 1px solid #e0e0e0;
	width: 100%;
}
#reservation .color6 {
	padding: 10px 0 10px 10px;
}

p.totalprice2 + h3 + table.td {
	padding: 10px;
}

.inp_ok {
/*	width: auto !important;*/
}

/* ekran 7 - Potwierdzenie rezerwacji */

table.ep3_step7 {
	background-color: #fff;
}

table.ep3_step7 .color3bg {
	background:#FFFFFF url(../images/btm-shade-light.gif) repeat-x scroll left bottom;
	background-color:#FFFFFF;
	border-top:8px solid #FFF2DB;
	margin-top:8px;
}

#searchTypeButtonRadio {
	margin-left: -6px;	
	font-weight: bold;
	font-size: 12px;
	position: relative;
}

#searchTypeButtonRadio input {
	vertical-align: middle;
	margin-left: 6px;
	width: auto !important;
}

#sidesearchform #your_hotel {
	display: none;
}

#right_search {
	width: auto;
	border: 0;
}

#ASG_TARGET {
	-moz-box-shadow:0 0 5px #666;
	-webkit-box-shadow:0 0 5px #666;
	box-shadow:0 0 5px #666;
}
#ASG_TARGET .color4bg {
	border: 0;
}

#ASG_TARGET .color1bg {
	background-color: #F7A900;
}

#ASG_TARGET .color2 {
	color: #fff;
	font-weight: bold;
}

#ASG_TARGET a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

#quick-search {
	margin-bottom: 5px;
	background-color: #fff;
	padding: 0.8em;
}

#quick-search label {
	float: left;
	display: inline;
	width: 191px;
	font-size: 12px;
	color: #000;
	line-height: 24px;
	font-weight: bold;
}

#ep3_asg_inp {
	font-size: 12px;
	color: #53462e;
	border: 1px solid #ccc9b2;
	width: 314px;
	padding: 3px 0 1px 5px;
	height: 18px;
}

#ep3_asg_hint {
	left: 190px;
}

#process #quick-search {
	background-color:transparent;
	position:absolute;
	right:0;
	top:-22px;
	margin: 0;
	padding: 0;
}

#process #quick-search label {
	float: none;
	width: auto;
}

#process #ep3_asg_inp {
	width: 130px;
}

#process #ep3_asg_hint {
	left: -215px;
}

/* Contact form on popup */
	#phone-booking-popup {
		display: none;
		position: fixed;
		z-index: 9101;
		background-color: #fff;
		color:#343434;
		font-size:12px;
		/*height:192px;*/
		left:50%;
		top:50%;
		margin:-140px 0 0 -381px;
		width:709px;
		padding: 13px 22px 19px 31px;
		-moz-box-shadow:0 0 15px #555;
		-webkit-box-shadow:0 0 15px #555;
		box-shadow:0 0 15px #555;
	}
	* html #phone-booking-popup {
		position: absolute;
		width: 740px;
	}

	#phone-booking-status {
		display: none;
	}

	#pb-progress {
		font-size: 17px;
		font-weight: bold;
		position: relative;
	}


	#pb-status {
		font-size: 14px;
		line-height: 20px;
		margin:12px 0 0;
		padding:0 0 0 54px;
		background: transparent url(../images/icon_success.png) no-repeat scroll top left;
	}

	#pb-status h4 {
		font-size: 17px;
		font-weight: bold;
		line-height: 20px;
	}

	.pb-action {
		margin-top: 50px;
		text-align: right;
	}

	#phone-booking-popup h3 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 4px;
		margin-top: 10px;
	}
	
	#phone-booking-popup .virgin {
		font-style: italic;
	}
	
	#phone-booking-popup form {
		overflow: hidden;
	}
	#phone-booking-popup .form-line {
		clear: both;
	}

	#phone-booking-popup .phone-offer {
		width: 417px;
		float: left;
		border-right: 1px solid #c9dadf; 
	}

	#phone-booking-popup .phone-contact {
		width: 267px;
		float: left;
		padding-left: 24px;
	}

		#phone-booking-popup .pb-option-long {
			float: left;
			display: inline;
			padding: 0 0 3px 0;
			width: 400px;
		}
	
		#phone-booking-popup .phone-contact .pb-option-long {
			width: 258px;
		}
		  
		#phone-booking-popup .pb-option-long input {
			width: 387px;
		}
		
		#phone-booking-popup .phone-contact .pb-option-long input {
			width: 251px;
		}
		
		#phone-booking-popup .pb-option-contact {
			padding: 5px 0 18px 0;
			width: 133px;
			float: left;
			display: inline;
		}

			#phone-booking-popup .pb-option-contact input {
				width: 118px;
			}
	
		#phone-booking-popup .pb-option {
			width: 135px;
			padding: 5px 0 3px 0;
			float: left;
			display: inline;
		}
	
		#phone-booking-popup form label {
			display: block;
			margin-bottom: 2px;
			height: 16px;
		}
	
		#phone-booking-popup form label em {
			font-size: 14px;
			color: #D00000;
			margin-right: 3px;
		}
		
		#phone-booking-popup form input,
		#phone-booking-popup form select {
			border-color: #a7a7a7 #d0d0d0 #cfcfcf #a9a9a9;
			border-style: solid;
			border-width: 1px;
			padding: 2px 2px 3px;
			margin: 0;
		}

		#phone-booking-popup form .datepicker input {
			width: 97px;
		}

		#phone-booking-popup form .datepicker button {
			background-image:url("http://ibe01.merlinx.pl/customgraphics/calendar/type2.gif");
			border:0 none;
			height:20px;
			margin-left:2px;
			text-indent:-1000em;
			vertical-align:middle;
			width:21px;
		}		

		#phone-booking-popup form select {
			width: 123px;
			padding: 1px 3px 2px;
		}

		#phone-booking-popup .children-age select {
			width: 60px;
			padding: 1px 3px 2px;
		}

		#phone-booking-popup button em {
			font-style: normal;
		}

	#phone-booking-popup form .phone-contact button {
		float: right;
		clear: both;
		margin-right: 8px;
	}
	
	#phone-booking-popup form #messages {
		margin: 0 8px 8px 0;
		text-align: right;
		padding: 4px;
		background-color: transparent;
		font-weight: bold;
	}
	
	* html #phone-booking-button {
		width: 111px;
	}

	
/* ---------------------------------------------
 * Buttons
 */

#phone-booking-popup button {
	border:none;
	background:none;
	padding:0px;
	width:auto;
	overflow:visible;
	text-align:center;
	white-space:nowrap;
	cursor:pointer;
	color: #fff;
}

#phone-booking-popup button::-moz-focus-inner { border: 0; }

#phone-booking-popup button span, #phone-booking-popup button em{
	background-image:url(../images/blue-button.gif);
	display:block;
	margin:0;
	padding:0;
	background-repeat: no-repeat;
	font-style:normal;
	position: relative; /* for IE */
	height: 31px;
	line-height: 22px;
	font-weight: bold;
}
#phone-booking-popup button span {
	padding-left:18px;
	background-position: 0 0;
}
#phone-booking-popup button em {
	padding-right:18px;
	background-position: 100% 0;
	background-color:#fff;
	font-family: Arial;
}	

.ContentLoaderInfo {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
	text-align: center;
	padding: 100px 0 50px;
	background: #fff url(../images/ajax-loader-cc.gif) no-repeat 50% 50px;
}

#searchTypeButtonRadio input {
	border: 0;
}

div[onmouseover^="ep_show"], img[onmouseover^="ep_show"] {
	cursor: help;
}

#hotelname_search_hint {
	border: 1px solid #ddd;
	-moz-box-shadow:0 0 8px #aaa;
	-webkit-box-shadow:0 0 8px #aaa;
	box-shadow:0 0 8px #aaa;
}

#optlistpopup_close {
	padding-top: 3px;
}

#p8popuptable {
	background: #fff;
}

#qsfform-narrow input#room_search {
	width: 127px !important;	
}
 
