/* header */
.mainBlock {
    min-width: 970px;
    position: relative;
}

.headerLogo
{
	padding: 1.6em 0;
}

.headerSearch
{
	padding: 1.2em 0;
}

.headerSearch p
{
	font-size:90%;
	line-height:1.4em;
	margin: 0 0 0.5em 0;
}

.headerSearch input
{
	font-size:120%;
	width:30%;
}

.headerSearch img
{
	margin: 0.4em 7px 0 7px;
}

.headerPhone
{
	padding: 1.7em 0 0.8em 0;
}

.headerPhone p
{
	font-size:75%;
	line-height: 1.4em;
	margin: 0 0 0.1em 0;
}

.headerPhone p span
{
	white-space: nowrap;
	margin-right:20px;
}

.headerPhone strong
{
	font-size:150%;
	font-weight: normal;
	position: relative;
	left:-0.3em;
}

.headerMenu
{
	background: url('/i/menu_bg.gif') repeat-x left center;
}

.headerMenuList
{
	margin:0;
	padding:0;
	font-size: 100%;
	position: relative;
	margin-left:-10px;
}

.headerMenuList li
{
	font-size:85%;
	padding: 0.4em 10px 0.5em 10px;
	margin:0;
	line-height: 1.8em;
	float:left;
	text-indent: 0;
}

.headerMenuList li a
{
	color:#223038;
}

.headerMenuList .schedule
{
	padding: 0.4em 10px 0.5em 37px;
	position: relative;
}

.headerMenuList .schedule img
{
	position: absolute;
	left:9px;
	top:0.5em;
}


/* home */

.homeParagraph
{
	background-color: #e6e4cb;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding: 0.2em 20px 1.5em 20px;
}


/* spec offer */

.specOfferOver,
.specOfferOut
{
	margin-bottom: 40px;
}

.specOfferOver .specOffer
{
	cursor: pointer;
	cursor: hand;
}

.specOffer
{
	position: relative;
	z-index:1;
	width:100%;
	height:100%;
	background-color: #fff;
}

.specOffer .top
{
	position: absolute;
	width:100%;
	height: 10px;
	left:0;
	top:-10px;
	background-image: url('/i/shadow/gorizontal.gif');
	background-repeat: repeat-x;
	z-index:4;
	overflow: hidden;
}

.specOffer .bottom
{
	position: absolute;
	width:100%;
	height: 10px;
	left:0;
	top:100%;
	background-image: url('/i/shadow/gorizontal.gif');
	background-repeat: repeat-x;
	z-index:4;
	overflow: hidden;
}

.specOffer .left
{
	position: absolute;
	height:100%;
	width: 10px;
	left:-10px;
	top:0;
	background-image: url('/i/shadow/vertical.gif');
	background-repeat: repeat-y;
	z-index:4;
	overflow: hidden;
}

.specOffer .right
{
	position: absolute;
	height:100%;
	width: 10px;
	left:100%;
	top:0;
	background-image: url('/i/shadow/vertical.gif');
	background-repeat: repeat-y;
	z-index:4;
	overflow: hidden;
}

.specOffer .lt,
.specOffer .rt,
.specOffer .rb,
.specOffer .lb
{
	position: absolute;
	width:20px;
	height:20px;
	overflow: hidden;
	z-index:5;
	background-image: url('/i/shadow/round.gif');
	background-repeat: no-repeat;
}

.specOffer .lt
{
	left:-10px;
	top:-10px;
}

.specOffer .rt
{
	right:-10px;
	top:-10px;
}

.specOffer .rb
{
	right:-10px;
	bottom:-10px;
}

.specOffer .lb
{
	left:-10px;
	bottom:-10px;
}

.specOfferOut .top{background-position: 0 0;}
.specOfferOut .bottom{background-position: 0 -10px;}
.specOfferOut .left{background-position: 0 0;}
.specOfferOut .right{background-position: -10px 0;}

.specOfferOver .top{background-position: 0 -20px;}
.specOfferOver .bottom{background-position: 0 -30px;}
.specOfferOver .left{background-position: -20px 0;}
.specOfferOver .right{background-position: -30px 0;}

.specOfferOut .lt{background-position: 0 0;}
.specOfferOut .lb{background-position: 0 -20px;}
.specOfferOut .rt{background-position: 0 -40px;}
.specOfferOut .rb{background-position: 0 -60px;}

.specOfferOver .lt{background-position: 0 -80px;}
.specOfferOver .lb{background-position: 0 -100px;}
.specOfferOver .rt{background-position: 0 -120px;}
.specOfferOver .rb{background-position: 0 -140px;}

.specOffer .content
{
	padding: 1em 15px;
}

.specOffer img
{
	margin: 0 5px;
}

.specOffer h4
{
	font-size: 120%;
	font-weight:normal;
	margin: 0.5em 5px;
}

.specOffer h4 a
{
	text-decoration: none;
}

.specOffer table
{
	width:auto;
}

.specOffer table td
{
	font-size:80%;
	padding: 0.2em 5px 0.3em 5px;
	border-top:1px solid #fff;
}

.specOffer .date_finish td
{
	background-color: #f5d6cf;
}

.specOffer .date_start td
{
	background-color: #e2ebcc;
}

.specOffer h5
{
	font-size:75%;
	color:#666;
	margin: 1em 5px 0.2em 5px;
	font-weight:bold;
	line-height: 1.4em;
}

.specOffer p
{
	font-size:70%;
	color:#666;
	margin: 0 5px;
	line-height: 1.4em;
}

.specOffer p p
{
	font-size:100%;
	color:#666;
	margin: 0;
	line-height: normal;
}

.specOffer p strong
{
	color:#666;
}

.specOffer .linkblock
{
	font-size:80%;
	display: block;
	margin: 0.8em 5px;
	line-height: 1.4em;
}

.specEdit
{
	position: absolute;
	z-index: 20;
	top:-80px;
	left:10px;
}

.specEdit img
{
	margin-left:10px;
}


/* spec offer page */

.specOfferPrice p
{
	font-size:75%;
	line-height: 1.6em;
	margin: 2em 0 1em 0;
}

.specOfferPrice p p
{
	font-size:100%;
	line-height: normal;
	margin: 0;
}

.specOfferPrice table
{
	width: 100%;
	border-collapse: collapse;
}

.specOfferPrice table td
{
	font-size: 90%;
	color:#333;
	padding: 0.5em 10px;
	border:0;
}

.specOfferPrice table td p
{
	font-size:100%;
	line-height: normal;
	margin: 0;
}

.specOfferPrice table .highlight td
{
	background-color: #e6e4cb;
}

.specOfferInfoTable
{
	width:auto;
}

.specOfferInfoTable td
{
	font-size: 90%;
	padding: 0.3em 5px 0.3em 5px;
	border-top: 1px solid #f6f4e9;
}

.specOfferInfoTable .date_finish td
{
	background-color: #eecdbe;
}

.specOfferInfoTable .date_start td
{
	background-color: #dbe3ba;
}

.specOfferAirline
{
	background-color: #fff;
	border: 1px solid #ccc;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding: 0.8em 20px;
}

.specOfferOther
{
	margin:0;
	padding:0;
	font-size:100%;
}

.specOfferOther h4
{
	font-size:75%;
	margin: 1em 0 0.3em 0;
	font-weight: bold;
	line-height: 1.3em;
}

.specOfferOther li
{
	margin:0;
	padding: 0.3em 0;
	font-size:70%;
	text-indent: 0;
	line-height: 1.4em;
}


/* time table */

.timeTableList,
.coutryList
{
	margin: 0;
	padding:0;
	font-size: 100%;
}

.timeTableList li,
.coutryList li
{
	margin: 0;
	padding: 0.4em 0;
	font-size: 75%;
	line-height: 1.4em;
	text-indent: 0;
}

.timeTableList .firstLetter
{
	font-size:120%;
	color:#333;
	padding: 1.4em 0 0.1em 0;
}

.coutryList .coutryName,
.coutryList .coutryNameFirst
{
	font-size:120%;
	color:#aaa;
	padding: 1.4em 0 0.1em 0;
}

.coutryList .coutryNameFirst:first-letter
{
	color:#333;
}


/* home tags */

.homeTagList
{
	padding: 2em 0 0 0;
	line-height: 1.2em;
}

.homeTagList h4
{
	margin: 0.4em 0;
}

.homeTagList h4 a,
.homeTagList h4 a:visited
{
	text-decoration:underline;
	color:#333;
}

.homeTagList a,
.homeTagList a:visited,
.homeTagList small
{
	text-decoration:none;
	margin-right: 3px;
}

.homeTagList small
{
	font-size:60%;
	color:#999;
}

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

.homeTagList .range1
{
	font-size:70%;
	font-weight:normal;
	color:#84aec2;
}

.homeTagList .range2
{
	font-size:80%;
	font-weight:normal;
	color:#6fa0b8;
}

.homeTagList .range3
{
	font-size:90%;
	font-weight:normal;
	color:#5b93ae;
}

.homeTagList .range4
{
	font-size:100%;
	font-weight:normal;
	color:#4685a4;
}

.homeTagList .range5
{
	font-size:120%;
	font-weight:normal;
	color:#32789a;
}


/* footer */

.footerBg
{
	border-top:5px solid #ffb708;
	padding: 1em 0 1em 0;
}

.footerContacts strong
{
	font-size:120%;
	display: block;
	margin: 0;
}

.footerText p
{
	color:#666;
	font-size: 70%;
	line-height: 1.4em;
	margin:0;
}


/* city */

.cityOffer{
	padding: 0 0 0 25px;	
}

.cityOffer h3{
	font-size: 80%;
	padding: 0 0 0.6em 0;
}

.cityOffer div{
	font-size: 70%;
	padding: 0 0 0.2em 0;
}

.countryList
{
	font-size: 100%;
	margin:0;
	padding: 0 0 0 5px;
}

.countryList li
{
	color:#333;
	font-size:80%;
	position: relative;
	margin: 0;
	padding: 0 10px 0 1.8em;
	list-style: none;
}

.countryList .firstCountry
{
	padding-top:1em;
}

.countryList li .firstLetter
{
	color:#999;
	font-size: 90%;
	position: absolute;
	left:0;
	top:1.2em;
}

.cityTable
{
	width:auto;
	border-collapse: collapse;
}

.cityTable td
{
	padding: 2em 10px 0 5px;
	vertical-align: top;
	font-size: 75%;
}

.countryName
{
	color:#999;
	text-align: left;
}

.cityList
{
	font-size: 100%;
	margin:0;
	padding:0;
}

.cityList li
{
	color:#333;
	font-size:110%;
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Расписание аэропортов */

.airportTimeBlock
{
	padding: 0 0 1.2em 0;
}

.airportTimeBlock h4
{
	margin-bottom: 0.8em;
}

.airportTimeBlock table
{
	width:100%;
	border-collapse: collapse;
	margin:0;
}

.airportTimeBlock th
{
	text-align: left;
	color:#333;
	font-size:85%;
	font-weight:bold;
	padding: 0.8em 5px;
	line-height:1.4em;
}

.airportTimeBlock .highlight td
{
	background-color: #e6e4cb;
}

.airportTimeBlock td
{
	font-size:75%;
	padding: 0.5em 5px;
	color:#333;
}
a.zingaya_button {
display: block;
width: 168px;
height: 49px;
background: url(http://cdn.zingaya.com/img/buttons/970ded35041e73d0403d3b94dfd1a583_1320145490005.png) no-repeat;
}
a.zingaya_button:hover {
background-position: 0 -49px;
}
a.zingaya_button:active {
background-position: 0 -98px;
}


#search_form{width:100%}

