html, body, h1, h2, h3, h4, h5, h6, div, span,
blockquote, p, address, form, fieldset, img,
ul, ol, dl, dt, dd, li, hr, table, td, th,
strong, em, sup, sub, dfn, ins, del, q, cite,
var, samp, code, kbd, tt, abbr {
	margin: 0;
	padding: 0;
	border: 0;
}

body { 
	background: #fff url('../images/bck-body.png') repeat-x left top;
	color: #3b3b3b; 
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-size: 12px; 
}

ul {list-style: none;}

@import "merlin-zaokraglenia.css";

.clear {clear: both; height: 0px; font-size: 0px; overflow: hidden;}	

.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0px;
  visibility: hidden;
}

.hide {display: none !important;}
.invisible {visibility: hidden;}

.rozowy { color: #d26a24; }

a {
	text-decoration: none;
}

#container {
	width: 960px;
	margin: 5px auto;
}

/************************************************************************
*						NAGLOWEK				                *
************************************************************************/

.header {
	width: 960px;
	height: 71px;
	margin: 10px auto 0;
	/* background: transparent url('../images/bck-header.png') no-repeat scroll left top; */
    background-color: transparent;
}

.header .logo {
	position: relative;
	top: 1px;
	left: -10px;
	width: 302px;
	height: 71px;
}

.header .banner {
	float: right;
	width: 635px;
	height: 71px;
	position: relative;
	top: -2px;
	right: 10px;
}

.header .infolinia {
    position: absolute;
    top: -5px;
    right: 0;
    width: 300px;
    color: #149cc7;
    line-height: 18px;
    text-align: right;
}

.header .infolinia b {
    color: #0c6fb9;
}

/************************************************************************
*					 MENU GLOWNE	                                                          *
************************************************************************/

.menuMain {
	width: 955px;
	height: 40px;
	margin: 5px auto 0;
	padding: 0 0 0 5px;
	background: #f6fbff url('../images/bck-menu-main.png') no-repeat scroll left top;
}

.menuMain ul {
	height: 40px;
}

.menuMain li {
	float: left;
	margin: 0 0 0 20px;
	padding: 0 0 0 13px;
	background: transparent url('../images/bck-menu-main-dot.png') no-repeat scroll left 16px;
}

.menuMain a {
	height: 40px;
	color: #2671a5;
	font-weight: bold;
	line-height: 40px;	
}

.menuMain a:hover { 
	text-decoration: underline;
}

/************************************************************************
*					 WYSZUKIWARKA BOCZNA	                                                          *
************************************************************************/

.side-search {
    width: 200px;
    margin-bottom: 5px;
    padding: 0 0 10px 0;
    background: transparent url('../images/side-search-bottom.png') no-repeat left bottom;
}

.side-search .top {
    width: 200px;
    padding: 10px 0 0 0;
    background: transparent url('../images/side-search-top.png') no-repeat left top;
}

.side-search.newsletters .top {
    padding: 22px 0 0 0;
    background: transparent url('../images/side-search-top-newsletters.png') no-repeat left top;
}

.side-search .inner {
    width: 180px;
    padding: 0 10px;
    background: transparent url('../images/side-search-inner.png') repeat-y left top;
}

/************************************************************************
*					 PANEL BOCZNY	                                                          *
************************************************************************/

.side {
	float: left;
	width: 200px;
}

/* menu boczne */

.menuSide {
	width: 200px;
    margin-bottom: 5px;
	background: transparent url('../images/bck-menu-side.png') no-repeat scroll left bottom;
}

.menuSide .top {
	padding: 10px 0 10px 0;
	background: transparent url('../images/bck-menu-side.png') no-repeat scroll left top;
}

.menuSide .inner {
	background: transparent url('../images/bck-menu-side.png') repeat-y scroll right top;
}

.menuSide .inner ul {
	padding: 0 0 0 25px;
}

.menuSide .inner li {
	margin: 5px 0;
	padding: 0 0 0 14px;
	background: transparent url('../images/bck-menu-side-dot.png') no-repeat scroll left 4px;
}

.menuSide .inner a {
	color: #343f43;
}

.menuSide .inner a:hover {
	text-decoration: underline;
}

.menuSide .inner .active a {
	text-decoration: underline;
}

/* newsletter */

.newsletter {	
	height: 100px;
	margin-top: 5px;
	background: transparent url('../images/bck-newsletter.png') no-repeat scroll left bottom;
}

.newsletter .inner {
	height: 90px;
	background: transparent url('../images/bck-newsletter.png') no-repeat scroll left top;
}

.newsletter p {
	padding: 0 0 10px 0;
	color: #2170a4;	
}

.newsletter form {
	padding: 10px 15px;	
}

.newsletter .text {
	display: block;
	width: 168px;
	margin-bottom: 5px;
	border: 1px solid #d6d7d8;
}

.newsletter .submit {
	display: block;
	float: right;
	width: 52px;
	height: 21px;
	background: transparent url('../images/btn-newsletter-wyslij.png') no-repeat scroll left top;
	border: 0;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}

/* infolinia */
/*
.infolinia {
	width: 184px;
	height: 100px;
	padding: 0 0 0 16px;
	background: #c7e3ef url('../images/bck-infolinia.png') no-repeat scroll left top;
}

.infolinia h2 {
	margin: 0 0 2px 0;
	padding: 20px 0 0 0;
	font-size: 12px;
}

.infolinia h3 {
	margin: 0 0 8px 0;
	padding: 0;
	color: #2397b9;
	font-family: Arial;
	font-size: 18px;
}

.infolinia p {
	font-size: 10px;
}
*/
/* bannery */
.banner {
	margin-top: 5px;
}

.banner.home-banner {
    margin-top: 0;
	margin-bottom: 5px;
}

.banner.top-banner {
    margin-top: 0;
}

/************************************************************************
*					 	ŚRODEK	                                                          *
************************************************************************/
.pages {
	float: left;
	width: 550px;
	margin: 0 5px;
}

/* wyszukiwarka */

.search-main-body {
	width: 550px;
	padding: 0 0 5px 0;
	background: transparent url('../images/bck-search.png') no-repeat scroll left bottom;
}

.search-main-body .inner-top {
	padding: 5px 0 0 0;
	background: transparent url('../images/bck-search.png') no-repeat scroll left top;
}

.search-main-body .inner {
	padding: 0 5px;
	background: transparent url('../images/bck-search.png') repeat-y scroll right top;
}

.search-main-body .inner form {
	background-color: #fff;
}

.search-main-body .inner form .lineType, .search-main-body .inner form .lineHigh {
	height: 30px;
}

.search-main-body .inner form .lineHigh {
	margin-bottom: 20px;
	padding: 0 15px;	
}

.search-main-body .inner form .pole {
	float: left;
	margin-right: 20px;
}

.search-main-body .inner form .pole label {
	padding: 0 0 0 10px;	
	line-height: 20px;
}

.search-main-body .inner form .pole .divChild {
	float:left;
	margin-right:15px;
}

.search-main-body .inner form .poleLast {
	margin: 0;
}

#main .inner form .pole div input {
	width: 152px;
}

.search-main-body .inner form .pole div select {
	width: 156px; 
}

.search-main-body .inner form .pole div .selectChild {
	width: 42px; 
}

#main .inner form .pole div input.data {
	width: 120px;
}

#main .inner form .pole .calendar {
	float: right;
	margin-left: 6px;
}
#main select.okres {
	margin:0 4px;
	width:58px;
}
.search-main-body .inner form .lineType div, .search-main-body .inner form .lineType label {
	float: left;
	line-height: 30px;
}

.search-main-body .inner form .lineType div {
	margin-left: 15px;
}

.search-main-body .inner form .lineType div input {
	position: relative;
	top: 3px;
}

.lineSearch {
	background: #fff url('../images/bck-search-bottom.png') no-repeat scroll left bottom;
	padding-bottom: 5px;
}

.lineSearch .pole {
	float: right;
	padding: 0 10px;
}

.lineSearch .poleMore, .lineSearch .poleUdog {
	float: left;
	margin: 0 15px;
}

.lineSearch .search {
	display: block;
	width: 52px;
	height: 21px;
	background: transparent url('../images/btn-search-wyslij.png') no-repeat scroll left top;
	border: 0;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	line-height: 21px;
	text-align: center;
}

/* listy */

.lists {
	width: 550px;
	margin: 3px 0 0 0;
	padding: 0 0 5px 0;
	background: #eee6d3 url('../images/bck-list.png') no-repeat scroll left bottom;
}

.lists .top {
	padding: 5px 0 0 0;
	background: #eee6d3 url('../images/bck-list.png') no-repeat scroll left top;
}

.lists .inner {
	padding: 2px 0 2px 2px;
	background: #eee6d3 url('../images/bck-list.png') repeat-y scroll right top;
}

.singleList {
	float: left;
	width: 172px;
	margin: 0 5px;
	padding: 0 0 4px 0;
	background: #fff url('../images/bck-lists.png') no-repeat scroll left bottom;
}

.singleList h2 {
	width: 159px;
	margin: 0 auto;
	color: #fc8c6e;
	font-size: 12px;
	line-height: 28px;
	text-align: center;
}

.singleList ul {
	width: 159px;
	margin: 0 auto;
	border-top: 1px solid #e6ebef;
	border-bottom: 1px solid #e6ebef;
}

.singleList li {
	height: 23px;
	line-height: 23px;
}

.singleList .dark { background-color: #e6ebef; }
.singleList .light { background-color: #fff; }

.singleList li a {
	display: block;
	width: 143px;
	height: 23px;
	padding: 0 8px;
	color: #474641;
	line-height: 23px;
}

.singleList li a:hover {
	text-decoration: underline;
}

.singleList .price {
	float: right;
	color: #2097b0;
}

.singleList .more {
	float: right;
	height: 23px;
	padding: 0 15px;
	color: #fb8a6f;
	line-height: 23px;
	text-decoration: underline;
}

/* strona tekstowa */

.stronaTekstowa {
	width: 550px;
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
	background: #eee6d3 url('../images/bck-tekst.png') no-repeat scroll left bottom;
}

.stronaTekstowa .top {
	padding: 5px 0 0 0;
	background: #eee6d3 url('../images/bck-tekst.png') no-repeat scroll left top;
}

.stronaTekstowa .inner {
	padding: 5px 15px;
	background: #eee6d3 url('../images/bck-tekst.png') repeat-y scroll right top;
}

.stronaTekstowa  h2 {
	padding: 0 0 10px 10px;
	color: #0d6ebf;
	font-size: 22px;
}

.stronaTekstowa  h3 {
	padding: 0 0 0 5px;
	color: #0f9dd6;
	font-size: 12px;
}

.stronaTekstowa a {
	color: #fd0200;
}

.stronaTekstowa a:hover {
	text-decoration: underline;
}

.stronaTekstowa ul, .stronaTekstowa ol {
	margin: 15px 30px;
}

.stronaTekstowa ul li {
	list-style: circle;
}

.stronaTekstowa p {
	margin: 10px 0 25px;
	line-height: 15px;
}

/************************************************************************
*					 STOPKA               	                                                          *
************************************************************************/

.footer {
	width: 955px;
	height: 50px;
	margin: 5px auto 25px;
	padding: 0 0 0 5px;
	background: #f6fbff url('../images/bck-menu-bottom.png') no-repeat scroll left top;
}

.footer ul {
	height: 50px;
}

.footer li {
	float: left;
	margin: 0 0 0 20px;
	padding: 0 0 0 13px;
	background: transparent url('../images/bck-menu-bottom-dot.png') no-repeat scroll left 22px;
}

.footer a {
	height: 50px;
	color: #3c3c3c;
	font-weight: bold;
	line-height: 50px;	
}

.footer a:hover { 
	text-decoration: underline;
}

.footer .createdBy {
	float: right;
	font-size: 10px;
	color: #d1c298;
}

.footer .createdBy img {
	position: relative;
	top: 6px;
	width: 55px;
	height: 22px;
}

.search-newsletter {
   padding: 8px 0 10px;
}

.search-newsletter p {
    margin-bottom: 5px;
    padding: 0 5px;
    font-size: 11px;
}

.search-newsletter .ep3newsLetterActive,
.search-newsletter .ep3newsLetterInactive {
    float: left;
    width: 115px; 
    height: 17px;
    background: 0 none;
    border: 1px solid #444;
}

.search-newsletter .ep3newsbutton {
    display: block;
    float: left;
    width: 52px;
    height: 21px;
    margin: 5px 0 0 5px;
    background: transparent url('http://ibe.merlinx.pl/agent/9756/globtravel/dimage/tobook/type4.gif?lang=pl') no-repeat left top;
    border: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}

.operators {
    width: 960px;
    margin: 10px auto;    
}
