/* reset */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-family: inherit; vertical-align: baseline; }

/* ----------------
   GLOBAL STYLES
---------------- */

body { background: #fff; }

body, td, p, div, input, select, textarea {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #000;
}

a { color: #97b300; text-decoration: underline; }
a:hover { color: #000; text-decoration: underline; }

ul { list-style: disc; margin-left: 20px; }
ul li { padding-bottom: 2px; padding-left: 0; }
ol { margin-left: 15px; }

p { padding-bottom: 12px; }
.nobp { padding-bottom: 0; }

.clearer {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
}

.separator hr { display: none; }

.separator {
	clear: both;
	height: 1px;
	background: #dde0d4;
	margin: 12px 0;
}

.vmiddle { vertical-align: middle; }

/* text styles */

.blue { color: #3dbaef; }
.blue2 { color: #00a4ea; }
.green { color: #97b300; }
.green2 { color: #b6d800; }
.grey { color: #999; }
.red { color: #ed1c24; }

a.red { color: #ed1c24; }
a.red:hover { color: #000; }

.normal { font-size: 12px; }
.small { font-size: 11px; }
.biger { font-size: 14px; }
.big { font-size: 16px; }
.large { font-size: 30px; }
.nobold { font-weight: normal; }

.button_like {
	display: block;
	height: 27px;
	border: 0;
	cursor: pointer;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	text-align: center;
}

.button_like:hover { color: #fff; text-decoration: none; }

.button_like.back {
	display: block;
	width: 144px;
	background: url(../img/bg_button_back.gif) no-repeat;
	text-align: left;
	padding: 10px 0 0 77px;
	text-decoration: none;
	margin-bottom: 16px;
	height: 22px;
}

.button_like.w261 {
	width: 261px;
	background: url(../img/bg_button_like261.gif) no-repeat;
	padding-top: 8px;
	height: 24px;
}

.button_like.w358 {
	width: 358px;
	background: url(../img/bg_button_like358.gif) no-repeat;
}

/* headers */

h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

h1.mbsm { margin-bottom: 7px; }

#sidebar h1 { margin-bottom: 7px; }

#sidebar h1.bright {
	background: #b6d800;
	margin: -17px -17px 17px -17px;
	padding: 17px;
}


/* ----------------
   HEADER
---------------- */

#header {
	width: 967px;
	position: relative;
	padding: 70px 0 17px 27px;
}

.banner_head {
	position: absolute;
	bottom: 17px;
	right: 32px;
}


/* ----------------
   FOOTER
---------------- */

#footer {
	clear: both;
	width: 930px;
	position: relative;
	padding: 8px 32px 59px 32px;
	border-top: 1px solid #e1e1e1;
	font: 11px/11px Arial, Helvetica, sans-serif;
	color: #909090;
	text-align: right;
}

#footer  a { color: #909090; text-decoration: underline; }

#footer  a:hover { color: #97b300; text-decoration: underline; }

/* ----------------
   NAVIGATION
---------------- */

#nav {
	width: 930px;
	position: relative;
	background: url(../img/bg_nav1.jpg) repeat-x;
	padding: 25px 32px 0 32px;
	clear: both;
	z-index: 1000;
}

/* main navigation */

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul#nav1 li { float: left; font-size: 20px; }

#nav ul#nav1 a {
	display: block;
	color: #000;
	text-decoration: underline;
	padding: 9px 14px;
}

#nav ul#nav1 a:hover {
	color: #97b300;
	text-decoration: underline;
	padding: 9px 14px;
}

#nav ul#nav1 li.special a {	color: #97b300;	text-decoration: underline; }
#nav ul#nav1 li.special a:hover { color: #000;	text-decoration: underline; }

#nav ul#nav1 li.in a {
	background: #b6d800;
	color: #fff;
	text-decoration: none;
	padding: 9px 10px;
}

#nav ul#nav1 li.in a:hover {
	background: #b6d800;
	color: #fff;
	text-decoration: none;
	padding: 9px 10px;
}

/* top navigation */

#nav_small1 {
	position: absolute;
	right: 24px;
	top: 0;
}

#nav_small1 li {
	float: left;
	font-size: 11px;
	background: url(../img/icon_nav_small1.gif) no-repeat 0 0.7em;
	padding: 4px 8px 0 13px;
}

#nav_small1 a {	color: #000; text-decoration: underline; }
#nav_small1 a:hover { color: #fff;	text-decoration: underline; }

#nav_small1 li.contact {
	background: url(../img/icon_skype.gif) no-repeat 0 0.4em;
	padding-left: 22px;
	padding-bottom: 2px;
	margin-left: 7px;
}
	
/* bottom navigation */

#nav_small2 {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 32px;
	top: 8px;
}

#nav_small2 li {
	float: left;
	font-size: 11px;
	background: url(../img/icon_nav_small2.gif) no-repeat 0 0.2em;
	padding: 0 8px 0 13px;
}

#nav_small2 a {	color: #000; text-decoration: underline; }
#nav_small2 a:hover { color: #97b300; text-decoration: underline; }

/* 2nd level */

#nav2, #nav2 ul, #sidebar #nav2, #sidebar #nav2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav2 ul, #sidebar #nav2 ul { margin: 10px 0 -10px 0; }

#nav2 li, #sidebar #nav2 li, #nav2 li.sel li, #sidebar #nav2 li.sel li {
	padding: 0 0 10px 9px;
	margin: 0;
	background: url(../img/arrow.gif) no-repeat 0 0.4em;
	position: relative;
}

#nav2 li.sel, #sidebar #nav2 li.sel { font-weight: bold; }

#nav2 li.sel li, #sidebar #nav2 li.sel li { font-weight: normal; }

#nav2 li a, #sidebar #nav2 li a { color: #000; }
#nav2 li a:hover, #sidebar #nav2 li a:hover { color: #97b300; }

#nav2 li.sel a, #sidebar #nav2 li.sel a, #nav2 li.sel a:hover, #sidebar #nav2 li.sel a:hover { color: #97b300; text-decoration: none; }
#nav2 li.sel li.sel a, #sidebar #nav2 li.sel li.sel a, #nav2 li.sel li.sel a:hover, #sidebar #nav2 li.sel li.sel a:hover { color: #97b300; text-decoration: none; font-weight: bold; }

#nav2 li.sel li a, #sidebar #nav2 li.sel li a { color: #000; text-decoration: underline; }
#nav2 li.sel li a:hover, #sidebar #nav2 li.sel li a:hover { color: #97b300; text-decoration: underline; }


/* ----------------
   CONTENT
---------------- */

#content {
	width: 930px;
	position: relative;
	padding: 41px 32px 17px 32px;
	background:url(../img/bg_ins.jpg) left bottom no-repeat;
}

#content.index {
	background:url(../img/bg_index.jpg) right bottom no-repeat;
	padding: 23px 32px 13px 32px;
}

#content.no_pic { background: none; background-image: none; }

#sidebar {
	float: left;
	width: 220px;
	padding-bottom: 224px;
}

/* content containers */

.box {
	border: 1px solid #dde0d4;
	padding: 17px;
	margin-bottom: 10px;
	position: relative;
}

.box.w504 {	width: 468px; }
.box.w680 { width: 644px; float: right; }
.box.w220 {	width: 184px; }
.box.w930 {	width: 894px; }

.box.textline {
	border: 1px solid #fff;
	padding: 0;
	width: 680px;
}

.waiting {
	border: 1px solid #fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding-top: 157px;
}

.waiting img {
	display: block;
	margin: 0 auto 20px auto;
}

.box_control {
	position: absolute;
	top: 17px;
	right: 17px;
	font-size: 11px;
}

#sidebar .box_control { color: #000; }
#sidebar .box_control:hover { color: #fff; }

.content_col1 {
	float: left;
	width: 284px;
	margin: 0 21px 0 0;
}

.content_col2 {
	float: left;
	width: 589px;
	margin: 0 21px 0 0;
}

.norm { margin-right: 0; }

/* tables */

table {
	border: 1px solid #dde0d4;
	border-collapse: collapse;
	margin-bottom: 12px;
}

table.nobmargin { margin-bottom: 0;}
table.nobborder { border-bottom: 1px solid #fff;}

th, td {
	border: 1px solid #dde0d4;
	padding: 7px 5px;
	line-height: normal;
}

th { background: #f6f6f6; font-weight: bold; }

td.hd { background: #f6f6f6; }

td.hilight { background: #f4f9da; }

td a { color: #00a4ea; }
td a:hover { color: #000; }

th.norightb, td.norightb { border-right: 0; }
th.noleftb, td.noleftb { border-left: 0; }

table.bare, table.bare td, table.bare th { border: 0; }
table.bare th { border-bottom: 1px solid #dde0d4; background: none; }

.bckg { background: #f6f6f6; }

.space { height: 4px; }

.content_col1 table.bare, .content_col2 table.bare { margin-bottom: 0; }

.content_col1 table.bare td, .content_col1 table.bare th,
.content_col2 table.bare td, .content_col2 table.bare th
{ padding: 0 0 3px 0; }

.content_col1 .space, .content_col2 .space { height: 14px; }
.content_col1 .space2, .content_col2 .space2 { height: 8px; }

/* price table */

table#price_table td, table#price_table th { height: 29px; vertical-align: middle; }
table#price_table th { padding-top: 0; padding-bottom: 0; background: #f6f6f6; }
table#price_table td { padding: 0; background: #fff; }
table#price_table td.hd { padding: 0 8px; background: #f6f6f6; }

table#price_table td a, table#price_table td a:hover {
	display: block;
	height: 22px;
	padding: 7px 7px 0 7px;
}

table#price_table td a:hover { background: #3dbaef; color: #fff; }

td.the_price a, td.the_price a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	font-size: 14px;
}

table#price_table td.lowprice, .lowprice { background: #d6f0fc; }

.legend {
	padding-bottom: 0;
	font-size: 11px;
	clear: both;
}

.legend span {
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	background: #d6f0fc; 
	border: 1px solid #dde0d4;
	margin: 2px 4px 0 0;
	line-height: normal;
	font-size: 1px;
}

/* cart tables */

#cart td, #cart th { padding: 2px 4px; }

#cart td { font-size: 11px; }

#cart td .noleftb { white-space: nowrap; }

#cart .bare td { font-size: 12px; } 

#cart .bare td.bckg {
	margin-top: 5px;
	font-size: 11px;
	padding: 2px;
	text-align: center;
	color: #666;
}

#cart .separator { background: none; margin: 5px 0; }

#total_price {
	position: relative;
	padding: 0;
	margin-top: -3px;
}

#total_price .biger {
	font-size: 12px;
}

#total_price .big.red {
	position: absolute;
	right: 0;
}

#basket_discount {
	position: relative;
	padding: 0 0 5px 0;
}

#basket_discount .red {
	position: absolute;
	right: 0;
}

#cart h2 {
	font-size: 12px;
	font-weight: bold;
	padding: 2px 4px;
	background: #f6f6f6;
	margin-bottom: 7px;
	margin-top: 6px;
}

#cart .bare .small {
	font-size: 11px;
	padding-top: 0;
	padding-bottom: 4px;
}

/* ----------------
   FORMS
---------------- */

form { width: 100%; }

form ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

form li { clear: left; position: relative; line-height: normal; }

form li.floatleft { float: left; clear: none; }
form li.floatright { float: right; clear: none; }

form li.whalf { width: 47%; }
form li.wthird { width: 31%; }
form li.wquarter { width: 22%; }
form li.wfull { width: 100%; }
form li.wauto { width: auto; }

input, select, textarea {
	border-top: 1px solid #808080;
	border-right: 1px solid #d4d0c8;
	border-bottom: 1px solid #d4d0c8;
	border-left: 1px solid #808080;
	width: 100%;
	color: #666;
}

input.radio, input.check { border: 0; width: auto; }

input.radio-fl {
	border: 0;
	width: auto;
	float: left;
	margin-right: 6px;
	margin-bottom: 2px;
}

form li.wauto input, form li.wauto select, form input.auto, form select.auto { width: auto; }

form li label {
	display: block;
	padding-bottom: 2px;
	font-weight: bold;
}

label strong { font-weight: normal; }

label.inl { display: inline; }

select.fxw42 { width: 42px; }

#sidebar ul li { padding-bottom: 12px; }

form li.norghtm { margin-right: 0; }

/* buttons */

.button {
	height: 32px;
	border: 0;
	cursor: pointer;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

/* 1st step */

#step1 ul { width: 70%; }

#step1 ul li { padding-bottom: 12px; }
#step1 li.whalf { width: 45%; }

.formdate input { width: 85%; }

.formdate a {
	position: absolute;
	right: 0;
	bottom: 15px;
}

.formcity a {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 11px;
}

#step1 li.people div {
	float: left;
	padding-right: 27px;
	padding-bottom: 12px;
}

#step1 p {
	margin: 0;
	padding: 5px 0 0 0;
	text-align: right;
	clear: left;
}

#step1 .button { width: 271px; background: url(../img/button_ieskoti.gif) no-repeat; }

/* 2nd step - new search */

#newsearch { padding-top: 16px; }

#newsearch .formdate input { width: 88%; }

#newsearch li.wauto { padding-right: 18px; }

/* 2nd step - find smaller price */

#find_price { padding-top: 10px; }

#find_price #fieldsm2_1 { width: 182px; }

#newsearch .button, #find_price .button {
	width: 184px;
	background: url(../img/bg_button184.gif) no-repeat;
	margin-top: 5px;
}

/* 2nd step - flight info */

.badge {
	width: 60px;
	height: 60px;
	padding: 0;
	margin: 0;
	background: url(../img/badge.gif) no-repeat;
	position: absolute;
	top: 0;
	right: 80px;
}

.badge span { display: none; }

.flight_info {  }

.flight_info p { float: left; line-height: normal; }
.flight_info p.large { padding-right: 30px; }

.flight_info form {
	clear: both;
	width: 100%;
	text-align: right;
}

.flight_info td { vertical-align: top; text-align: left; }

.fi1 {
	display: block;
	float: left;
	padding-right: 4px;
}

.fi2 {
	display: block;
	float: left;
}

td.mca, th.mca { vertical-align: middle; text-align: center; }

.flight_info .button {
	width: 184px;
	background: url(../img/bg_button184.gif) no-repeat;
	margin-top: 5px;
}

.flight_info td.hilight { text-align: center; padding: 4px 7px; }

/* 2nd step - filters for search results */

#filters p { padding: 12px 0 6px 0; }

#filters ul {
	margin: 0 22px 0 0;
	padding: 0;
	list-style: none;
	float:left;
	width: 200px;
}

#filters ul.last { margin-right: 0; }

#filters li {
	display: block;
	position: relative;
	width: 194px;
	border-bottom: 1px solid #dde0d4;
	padding: 5px 3px;
	line-height: normal;
	clear: both;
}

#filters li input {
	display: block;
	float: left;
	margin-right: 5px;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 5px;
	padding: 0;
}

#filters li .filter_price {
	display: block;
	float: right;
	margin-left: 4px;
}

/*#filters li span {
	position: absolute;
	right: 0;
	top: 4px;
}*/

/* 3rd step */

#step3 { width: 680px; float: right; }

#step3 .button { width: 184px; background: url(../img/bg_button184.gif) no-repeat; }

/* 3rd step - traveler data */

.traveler_data li { padding-bottom: 12px; }
.traveler_data li.nobp { padding-bottom: 0; }

.traveler_data .wthird { margin-right: 21px; }
.traveler_data .wthird.norm { margin-right: 0; }

.traveler_data .whalf { width: 48%; }
.traveler_data .floatleft.whalf { margin-right: 19px; }
.traveler_data .whalf.norm { margin-right: 0; }
.traveler_data .floatright { margin-right: 0; }

/* 3rd step - insurance */

.insurance li { padding-bottom: 7px; }

.insurance label { display: inline; font-weight: normal; }

.insurance label span { padding-left: 4px; }

.insurance ul { padding: 7px 0 7px 23px; clear: left;  }

.insurance ul li { margin-right: 16px; }

.insurance ul li.norghtm {  margin-right: 0; }

.insurance ul label { font-weight: bold; }

.insurance ul li.wthird { width: 30%; margin-right: 18px; }

.insurance ul li.wdate label { display: block; padding-bottom: 0; }

.insurance ul li.wdate { width: 60%; }

/* 3rd step - payment types */

#payment_type li { padding-bottom: 7px; }

#payment_type label { display: inline; font-weight: normal; }

#step3 #payment_type label img { vertical-align: middle; margin-left: 4px; }

#payment_type2 li { padding-bottom: 12px; }
#payment_type2 li.nobp { padding-bottom: 0; }

#payment_type2 label.inl { font-weight: normal; }

#payment_type2 label img { vertical-align: middle; margin-right: 4px; }

#payment_type2 .wthird { margin-right: 21px; }
#payment_type2 .wthird.norm { margin-right: 0; }

#payment_type2 .w104 { width: 104px; margin-right: 21px; }
#payment_type2 .w104 input { width: 43px; }

#payment_type2 .w76 { width: 76px; margin-right: 0; }
#payment_type2 .w76 input { width: 30px; vertical-align: middle; }

#payment_type input.radio-fl {
	border: 0;
	width: auto;
	float: left;
	margin-right: 6px;
	margin-bottom: 30px;
}

.w930 td { vertical-align: top; }

.info {
	background: #f6f6f6;
	padding: 14px 14px 4px 14px;
}

.info p { padding-bottom: 10px; font-size: 14px; }

.content_col1 .button {
	width: 184px;
	background: url(../img/bg_button184.gif) no-repeat;
	margin-top: 5px;
}

label.error { color:#ee3124; font-weight:bold; }
p.error { color:#ee3124; margin:15px 0; }

#company_data { padding: 7px 0 0 23px; }

#company_data li { margin-right: 16px; }

.inp-block, #payment_type li.inp-block { padding: 6px 0 11px; }

.inp-block strong { padding-left: 25px; }

.inp-block div {
	background: #f6f6f6;
	padding-top: 5px;
	padding-bottom: 3px;
	margin-top: 3px;
	position: relative;
}

.inp-block div p { padding-bottom: 5px; }

/* login */

#login {
	position: absolute;
	right: 32px;
	top: 32px;
	font-size: 11px;
	text-align: right;
	white-space: nowrap;
}

#login form {
	display: inline;
	width: 268px;
	height: 40px;
	margin-left: 14px;
	white-space: nowrap;
}

#login form input {
	width: 101px;
	height: 16px;
	font-size: 11px;
	display: inline;
	/*padding-bottom: 2px;*/
	margin-right: 4px;
	padding-right: 2px;
	padding-left: 2px;
}

#login form input.button {
	width: 76px;
	height: 20px;
	background: url(../img/bg_button_sm76.gif) no-repeat;
	font-size: 11px;
	line-height: normal;
	padding-bottom: 2px;
	margin-right: 0;
}

#login form div {
	text-align: left;
	padding-top: 4px;
}

#login form .reminder-url {
	font-size: 11px;
	padding-left: 25px;
}

#login form .remember {
	font-size: 11px;
	padding-left: 14px;
}

#login form .remember input {
	width: auto;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	border: 0;
}

#login_error {
	position: absolute;
	top: 55px;
	right: 32px;
	font-size: 11px;
	width: 286px;
	border: 1px solid #ee3124;
	background: #fff;
	padding: 6px 8px;
	margin-top: 4px;
	z-index: 1000;
}

#login_error span {
	display: block;
	color: #ee3124;
	font-weight: bold;
}

/* password reminder */

#reminder {
	position: absolute;
	right: 32px;
	top: 32px;
	width: 402px;
	height: 42px;
	background: #fff;
	font-size: 11px;
	z-index: 1000;
}

#reminder form {
	text-align: right;
	position: relative;
}

#reminder form input {
	width: 215px;
	height: 16px;
	font-size: 11px;
	display: inline;
	/*padding-bottom: 2px;*/
	margin-right: 4px;
	padding-right: 2px;
	padding-left: 2px;
}

#reminder form input.button {
	width: 76px;
	height: 20px;
	background: url(../img/bg_button_sm76.gif) no-repeat;
	font-size: 11px;
	line-height: normal;
	padding-bottom: 2px;
	margin: 0;
}

/* register */

#register {
	position: absolute;
	right: 32px;
	top: 32px;
	z-index: 1000;
	background: #fff;
	font-size: 11px;
}

#register form { display: inline; }

#register form input {
	width: 110px;
	font-size: 11px;
	display: inline;
	padding-bottom: 2px;
	margin-right: 4px;
}

#register form input.button {
	width: 88px;
	height: 20px;
	background: url(../img/bg_button_sm88.gif) no-repeat;
	font-size: 11px;
	line-height: normal;
	padding-bottom: 2px;
	margin-right: 0;
}

/* newsletter subscribe */

#subscribe {
	position: absolute;
	right: 32px;
	top: 32px;
	width: 274px;
	background: #fff;
	font-size: 11px;
	white-space: nowrap;
}

#subscribe form {
	text-align: right;
	position: relative;
}

#subscribe form input {
	width: 189px;
	font-size: 11px;
	display: inline;
	padding-bottom: 2px;
	margin-right: 4px;
}

#subscribe form input.button {
	width: 76px;
	height: 20px;
	background: url(../img/bg_button_sm76.gif) no-repeat;
	font-size: 11px;
	line-height: normal;
	padding-bottom: 2px;
	margin: 0;
}

#user {
	position: absolute;
	right: 32px;
	top: 32px;
	font-size: 11px;
	white-space: nowrap;
}

/* profile */

#profile li { padding-bottom: 12px; }

#profile .button { width: 184px; background: url(../img/bg_button184.gif) no-repeat; }

/* unsubscribe */

#unsubscribe li { padding-bottom: 12px; }

#unsubscribe .button { width: 184px; background: url(../img/bg_button184.gif) no-repeat; }


/* ----------------
   PRINT PAGES
---------------- */

#header_print {
	padding: 27px 0 17px 27px;
	border-bottom: 13px solid #c4df30;
}

#content_print {
	padding: 17px 27px;
}

#footer_print {
	position: relative;
	padding: 8px 27px;
	border-top: 1px solid #e1e1e1;
	font-size: 11px;
	color: #909090;
	text-align: left;
}

#footer_print #nav_small2 {
	position: relative;
	left: 0;
	top: 0;
}

#nav_small2 li#icoclose {
	background: url(../img/icon_close.gif) no-repeat;
	padding: 0 8px 0 13px;
}

#footer_print #nav_small2 li {
	background-position: 0 0.3em;
	padding-right: 12px;
}

#footer_print span {
	position: absolute;
	top: 8px;
	right: 27px;
}

/* prepayment bill */

#pbill #merchant { width: 69%; margin-bottom: 25px; }

#pbill #customer {
	width: 29%;
	float: right;
	margin-bottom: 16px;
}

#pbill h1 { line-height: 1.2em; margin-bottom: 25px; }

#pbill h1 span { font-size: 14px; }

#pbill h2 {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #dde0d4;
	padding-bottom: 3px;
	margin-bottom: 13px;
}

#merchant table, #merchant table td, #merchant table th {
	border: 0;
	padding: 0;
	background: none;
}

#merchant table td, #merchant table th { padding: 0 40px 1px 0; }

#merchant table th {
	font-size: 12px;
	text-align: left;
	color: #999;
}

#pbill_serv table th { font-size: 12px; }

#pbill_serv { margin-bottom: 15px; }

/* airport list */

#airport_list {
	padding: 17px;
	position: relative;
}

#airport_list .close {
	position: absolute;
	top: 16px;
	right: 17px;
}

#airport_list .choose {
	background: #b6d800;
	padding: 10px;
	margin-bottom: 23px;
	color: #fff;
}

#airport_list .choose strong {
	display: block;
	float: left;
	margin-right: 10px;
}

#airport_list .choose a {
	display: block;
	float: left;
	width: 12px;
	text-align: center;
	margin-right: 5px;
	margin-top: 2px;
	padding: 1px 0 2px 0;
	background: #f6f6f6;
	text-decoration: none;
	font-size: 11px;
	line-height: 11px;
	color: #000;
}

#airport_list .choose a:hover {
	background: #00a4ea;
	color: #fff;
	text-decoration: none;
}

#airport_list .country {
	border: 1px solid #dde0d4;
	margin-bottom: 12px;
	padding: 10px;
}

#airport_list h2 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 7px;
}

#airport_list .country ul {
	width: 48%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#airport_list .country a { color: #00a4ea; }
#airport_list .country a:hover { color: #000; }

#content.index .box.w504 table {
	border: none;
}

#content #sidebar .box.w220 #date_start_container table, #content #sidebar .box.w220 #date_end_container table {
	border: none;
}

.box.w504 #date_start_container { display:none; position:absolute; left:17px; top:132px; z-index:1000; width: 400px;}
.box.w504 #date_end_container { display:none; position:absolute; left:197px; top:132px; z-index:1000; width: 400px;}
.box.w220 #date_start_container { display:none; position:absolute; left:17px; top:238px; z-index:1000; width: 400px;}
.box.w220 #date_end_container { display:none; position:absolute; left:17px; top:286px; z-index:1000; width: 400px;}

/* specialus pasiulymai */

.box.noborder {
	border: 0;
	padding: 0 0 17px 0;
	margin-bottom: 10px;
	position: relative;
}

.box.w680.noborder { width: 680px; }

.sp {
	position: relative;
}

.sp h1.mbsm {
	position: absolute;
	left: 17px;
	padding-right: 60px;
}

.badge2 {
	width: 46px;
	height: 46px;
	padding: 0;
	margin: 0;
	background: url(../img/badge2.gif) no-repeat;
	position: absolute;
	top: -16px;
	right: 0;
	text-indent: -9999px;
}

.sp p {
	text-align: center;
	padding-bottom: 0;
}

.sp table {
	margin-top: 17px;
	margin-bottom: 0;
}

.badge3 {
	width: 60px;
	height: 60px;
	padding: 0;
	margin: 0;
	background: url(../img/badge3.gif) no-repeat;
	position: absolute;
	top: 0;
	right: 145px;
}

.badge3 span { display: none; }

.badge3b {
	float: left;
	width: 60px;
	height: 60px;
	padding: 0;
	margin: 0;
	background: url(../img/badge3.gif) no-repeat;
}

.badge3b span { display: none; }

.badge_note {
	margin: 0 0 0 70px;
	padding-top: 22px;
}

/* pigus skrydziai */

#cheap-flights h1, #cheap-flights h2, #cheap-flights2 h1, #cheap-flights2 h2 {
	font-size:16px;
	font-weight:bold;
	margin-bottom: 8px;
}

.cheap-flights-cont {
	float: left;
	width: 218px;
}

#cheap-flights2 .cheap-flights-cont {
	float: left;
	width: 306px;
}

.m-rgt-16 { margin-right: 32px; }

.cheap-flights-cont p {
	position: relative;
	border-bottom: 1px solid #dde0d4;
	padding: 8px 0;
}

.cheap-flights-cont p.last {
	border-bottom: 0;
	padding-bottom: 0;
}

.cheap-price {
	position: absolute;
	top: 8px;
	right: 0;
	font-size: 11px;
}

.cheap-price strong {
	font-size: 12px;
	color: #ED1C24;
}

.cheap-flights-cont a { font-weight: bold; color: #000; }

.cheap-flights-cont a:hover { color: #97B300; }

#other-city {
	width: auto;
	position: absolute;
	top: 17px;
	right: 17px;
}

#other-city select { width: auto; }

/* low cost tituliniame */

#low-cost h1, #low-cost h2 {
	font-size:16px;
	font-weight:bold;
	margin-bottom: 16px;
	color: #97B300;
}

/* mano uzsakymai */

.past, .past td {
	background: #f8f9f6;
	color: #444;
}

.past a, .past td a { color: #444; }

.status-canceled, .status-canceled td, .status-canceled a, .status-canceled td a { color: #999; }

.pad-bot-4 { padding-bottom: 4px; }

.mar-top-12 { margin-top: 12px; }
.mar-top-16 { margin-top: 16px; }

h2.top-title {
	font-size:16px;
	font-weight:bold;
	margin-bottom: 8px;
}

/* puslapiavimas */

.pages strong { padding-right: 5px; }

.pages a, .pages span {
	display: inline-block;
	padding: 0 6px;
	line-height: 20px;
	margin-right: 2px;
	text-decoration: none;
}

.pages a {
	border: 1px solid #fff;
	background: #f6f6f6;
	color: #00A4EA;
}

.pages a:hover {
	border: 1px solid #dde0d4;
	background: #f6f6f6;
	color: #000;
}

.pages .prev_page, .pages .prev_page:hover {
	width: 19px;
	padding: 0;
	background: #f6f6f6 url(../img/arrow-left.gif) no-repeat 7px 0.5em;
}

.pages .prev_page:hover { background: #f6f6f6 url(../img/arrow-left2.gif) no-repeat 7px 0.5em; }

.pages .next_page, .pages .next_page:hover {
	width: 19px;
	padding: 0;
	background: #f6f6f6 url(../img/arrow-right.gif) no-repeat 8px 0.5em;
}

.pages .next_page:hover { background: #f6f6f6 url(../img/arrow-right2.gif) no-repeat 8px 0.5em; }

/* siusti el pastu */

.send-email input {
	width: 557px;
	margin-right: 4px;
	vertical-align: middle;
}

.box.w300 .send-email input { width: 179px; }

.send-email .button, .box.w300 .send-email .button {
	width: 76px;
	height: 20px;
	background: url(../img/bg_button_sm76.gif) no-repeat;
	font-size: 12px;
	line-height: normal;
	padding-bottom: 2px;
	margin-right: 0;
}

.send-email2 {
	display: inline;
	margin-left: 30px;
	vertical-align: middle;
}

.send-email2 input {
	width: 320px;
	height: 21px;
	margin-right: 4px;
	vertical-align: middle;
	padding-top: 7px;
	padding-left: 5px;
}

.send-email2 .button {
	width: 261px;
	height: 32px;
	background: url(../img/bg_button261.gif) no-repeat;
	padding-bottom: 2px;
	padding-top: 0;
	padding-left: 0;
}


/*  */

.w300 { width: 266px; }

.w607{ width: 571px; }

.fl-left { float: left; }

.fl-right { float: right; }

.button_like.w261b {
	width: 261px;
	background: url(../img/bg_button_like261b.gif) no-repeat;
	padding-top: 8px;
	height: 24px;
}

.actions {
	width: auto;
	position: absolute;
	top: 0;
	right: 0;
}

.actions select { width: auto; }

/* messages */

.box-msg {
	width: 468px;
	border: 1px solid #ed1c24;
	background: #fef8f8;
	padding: 17px;
	margin-bottom: 10px;
	position: relative;
	font-weight: bold;
}

.box-msg a { color: #ed1c24; }

.box-msg2 {
	width: 468px;
	border: 1px solid #d1d4c9;
	background: #f6f6f6;
	padding: 17px;
	margin-bottom: 10px;
	position: relative;
	font-weight: bold;
}

.box-msg2 a { color: #00A4EA; }

.box-msg a:hover, .box-msg2 a:hover { color: #000; }

/* parking */

.parking label { display: inline; font-weight: normal; }

.parking label strong { font-weight: bold; }

.parking ul { padding: 7px 0 0 23px;  }

.parking ul li input { width: 50px; margin-left: 8px; }

.parking-pic {
	float: right;
	margin: 0 0 7px 7px;
}

.parking-pic-small {
	float: left;
	width: 60px;
	height: 45px;
	border: 1px solid #dde0d4;
	overflow: hidden;
	margin: 0 14px 14px 0;
	position: relative;
	cursor: pointer;
}

.parking-pic-small img {
	position: absolute;
	top: -140%;
	left: -110%;
}

.parking-pic-big {
	float: left;
	width: 397px;
	height: 224px;
	overflow: hidden;
	margin: 0 14px 14px 0;
	position: relative;
	cursor: pointer;
}