/* Novaturas GENERAL */

table.table-default { border-collapse:collapse; }
table.table-default td { padding:5px 3px; border-bottom:1px dotted #999; }
td.table-header { background-color:#fcefd2; font-size:11px; border-bottom:1px solid #f3e3c0 !important; }
table.table-default tr.selected { background-color:#fffbf4; }

#easyTooltip{
	padding:4px 5px;
	border:1px solid #fee2a4;
	background:#fff;
	-moz-box-shadow: 2px 2px 3px #999;
	box-shadow: 2px 2px 3px #999;
	}

h1 {
	color:#09438f;
	font-size:22px;
	padding:0;
	margin:0px 0px 10px 0px;
}
h2 {
	color:#09438f;
	font-size:14px;
	padding:0;
	margin:0px 0px 5px 0px;
}
h3 {
	font-size:16px;
	color:#000;
	padding:0;
	margin:0px 0px 5px 0px;
}

h4 {
	font-size: 14px;
	color: #D81C3E;
	margin:0px 0px 5px 0px;
}
h5 {
	font-size: 12px;
	color: #000;
	margin:0px 0px 3px 0px;
}

img {border:none}

.linkNewWin {
	padding-right:15px;
	background:url(../img/icon_new_window.gif) center right no-repeat;
}

.btn-default-orng {
	background:url(/img/btn-default-orng.png) left center repeat-x #e69512;
	color:#fff;
	font-weight:bold;	
	font-size:11px;
	text-decoration:none;
	padding:5px 10px;
	-moz-border-radius:5px;
	border-radius:5px;
	text-shadow:1px 1px 1px #e69512;
}

.color-red { color:#D91F3D; }
.color-grey { color:#777777; }
.text-size11 { font-size:11px; }

.bg-blue-light { background-color:#E9F5FF; }

a.btn-default {
	padding:5px 10px;
	background-color:#E29923;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	-moz-border-radius:3px;
	border-radius:3px;
	cursor:pointer;
}
a.btn-default:hover {text-decoration:underline; }

a.btn-futher {
	font-size:14px !important;
	font-weight:bold !important;
	background: url(/img/bg-futher-btn.gif) 10px center no-repeat #eaf2f8;
	border:1px solid #cfe0f3;
	padding:6px 12px 6px 24px;
	text-decoration:none;
	-moz-border-radius:5px;
	border-radius:5px;
	cursor:pointer;
}

a.btn-futher:hover { text-decoration:underline; }

.msg-alert {
	background:url(/img/icon-alert.png) 0px 5px no-repeat;
	padding:4px 0px 5px 20px !important;
}

/*-------------------------- START TOP --------------------------------------------------------*/

table#top {
height: 125px;
background: url(../img/top_bg.gif) top left no-repeat;
}

img#logo {
margin-left: 20px;
margin-top: 24px;
}

.top a {
	color:#666666;
	text-decoration:underline;
	font-size:11px;
}

/* TOP --------------------- Regional things -----------------------*/

#navRegSites {
padding-right: 25px;
padding-top: 32px;
}

#navRegSites form {
margin: 0px;
padding: 0px;
}

#navRegSites select {
font-size: 11px;
}

#navLang {
padding-right: 5px;
padding-top: 32px;
}

#navLang a {
	padding-top: 2px;
	padding-left: 22px;
	padding-right: 10px;
	color: #333333;
	text-decoration: none;
}

#navLang a:hover {
	color: #000000;
	text-decoration: underline;
}

#navLang a.lt {
	background: url(../img/navlang_lt.gif) 0 0px no-repeat;
}

#navLang a.ru {
	background: url(../img/navlang_ru.gif) 0 0px no-repeat;
}

#navLang a.ee {
	background: url(../img/navlang_ee.gif) 0 0px no-repeat;
}

#navLang a.lv {
	background: url(../img/navlang_lv.gif) 0 0px no-repeat;
}

#navLang a.en {
	background: url(../img/navlang_en.gif) 0 0px no-repeat;
}

#navLang a.ro {
	background: url(../img/navlang_ro.gif) 0 0px no-repeat;
}

/* TOP -------------------- END of Regional things---------*/

/* TOP -------------- START COUNTRY DROP DOWN -------------*/
#dd {
font: 11px Tahoma, Arial; 
background: transparent url('../img/dd_left.gif') no-repeat top left;
padding-left: 5px;
position:relative;
}

#dd table, #dd td, #dd tr {
border-collapse: collapse;
border: 0;
padding: 0;
margin: 0;
}

table.ddTable {
/* background: transparent url('../img/dd_bg.gif') repeat-x top left; */
}

table.ddTable img {
border: 0;
}

a.ddSelect {
background: transparent url('../img/dd_bg.gif') no-repeat top right;
font: 11px Tahoma, Arial; 
color: #000000;
padding-left: 5px;
text-decoration: none;
padding-top: 5px;
height: 18px;
width: 160px;
display: block;
}

table#ddDropped {
width: 142px;
background-color: #FFE784;
border: 1px solid #F9AF18;
border-top: 0px solid #F9AF18;
border-bottom: 0px solid #F9AF18;
display: none;
position:absolute;
}

table#ddDropped a {
color: #7F764D;
text-decoration: none;
padding-left: 7px;
padding-top: 3px;
height: 17px;
width: 133px;
display: block;
border-bottom: 1px solid #F9AF18;
}

table#ddDropped a:active,
table#ddDropped a:hover {
color: #000000;
padding-left: 17px;
width: 123px;
height: 17px;
/* width: 123px; */
background: transparent url('../img/dd_bullet.gif') no-repeat 7px 6px;
background-color: #FFFFFF;
}
/* TOP ------------------- END COUNTRY DROP DOWN ------------------*/


#menu {
height: 33px;
}

#menu td {
border-right: 1px solid #FEE2A4;
font-weight: bold;
padding: 0 7px;
}

#menu td.first {
padding-left: 0;
/*border-left: 1px solid #FEE2A4;*/
}

#menu td.last {
border-right: none;
}

#menu a.air {
background: url(../img/air.gif) center left no-repeat;
padding-left: 17px;
}

#menu a.bus {
background: url(../img/bus.gif) center left no-repeat;
padding-left: 17px;
}

#menu a.slidinejimas {
background: url(../img/slidinejimas.gif) center left no-repeat;
padding-left: 20px;
}

#menu a.skrydziai {
background: url(../img/air.gif) center left no-repeat;
padding-left: 20px;
}

#menu a.diskusijos {
background: url(../img/diskusijos08.gif) center left no-repeat;
padding-left: 20px;
}

#menu a {
color: #003399;
text-decoration: none;
font-size:12px;
}

#menu a:hover {
color: #003399;
text-decoration: underline;
}

#menu a.red{
	color:#D73800;
}
#menu a.red:hover {
	color:#D73800;
}

.navcontainer { 
	width: auto; 
	padding-bottom: 0px; margin-top:-1px;
	background-color: #FFCC00;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	display:none;
	font-weight:100;
	z-index:11;
	
}

.navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	border-top: 1px solid #FFE583;
}

.navcontainer a {
	display: block;
	padding: 2px;
	padding-left: 12px;
	width: 120px;
	background-color: #FFCC00;
	border-bottom: 1px solid #FFE583;
}

.navcontainer a:link, .navlist a:visited {
	color: #00418D;
	text-decoration: none;
}

.navlist li {list-style-image:none; text-align:left; margin:0px;}

.navcontainer a:hover {
	background-color: #FFDD5E;
	color: #00418D;
	text-decoration:none !important;
}

.navcontainer li.visosSalys {
	border-bottom: none; border-bottom: 0px;
}

.navcontainer li.visosSalys a {
	font: 11px Tahoma, Arial !important;
	font-weight: bold !important; 
	color: #00418D;
	text-decoration: none;
	background-color: #FFEA9C;
	padding-top: 4px;
	padding-bottom: 6px;
	border-bottom: none; border-bottom: 0px;
}

.navcontainer li.visosSalys a:hover {
	font: 11px Tahoma, Arial;
	font-weight: bold; 
	color: #00418D;
	text-decoration: underline;
	background-color: #FFFFFF;
	border-bottom: none; border-bottom: 0px;
}

a.rssIcon {
background: url(../img/rss_icon.gif) top left no-repeat;
padding-left: 18px;
}

/* TOP ------------------ START top login ------------------------------*/

#login_panel{ color:#666666; font-size:9px;font-family:Arial, Helvetica, sans-serif; border:red solid 0px}
#login_panel font{ color:#d73800;  font-weight:bold; font-size:11px;}
#login_panel a{ color:#d73800;  font-weight:bold; font-size:11px; text-decoration:none; cursor:pointer}
#login_panel a:hover{ text-decoration:underline}

#login_panel #login_panel_main{ margin-top:10px; margin-left:375px }
#login_panel #logoff{ /*margin-left:408px;*/ float:right; margin-top:10px; margin-right:30px;}
#login_panel #logoff a{ text-decoration:underline}
#login_panel #login{ display:none;position: absolute; border:red solid 0px; left:300px; top:-60px; width:310px; background-color:#FFE784; padding:0px 5px 0px 5px;}
#login_panel #login img{ cursor:pointer; position:absolute; top:6px; right:6px;}
#login_panel #login .logInput { border:1px solid #f9af18; background-color:#FFF4D8; font-size:12px !important; font-family:Arial, Helvetica, sans-serif !important;}
#login_panel #login a{ font-weight:normal; color:#013B8F; margin:4px 4px 4px 2px; text-decoration:underline;}
#login_panel #login a:hover{ font-weight:normal; color:#013B8F; margin:4px 4px 4px 2px; text-decoration:none;}

.logUser {font-size:11px; font-weight:bold; color:#000;}
.logUser a {text-decoration:underline; margin-left:10px; margin-right:5px;}
.logUser a:hover {text-decoration:none !important; margin-left:10px;}

.logAtsijungti {text-decoration:underline; font-size:11px; font-weight:bold; color:#D73800;}
.logAtsijungti:hover {text-decoration:none;}

/*------------------- END top login ------------------------*/

/*--------------------------- END TOP ----------------------------------------*/

/*------------------------- START FOOTER -------------------------------*/
#footer {
	font-size:11px;
	color:#444;
	margin: 30px 0;
}

#footer td {
padding-top: 4px;
padding-bottom: 4px;
}

#footer a {
	color:#d73800;
	text-decoration:none;
}

#footer a:hover {
	color:#d73800;
	text-decoration:underline;
}

#footer span {
	color:#d73800;
	margin-left: 3px;
	margin-right: 3px;
}

#footer .copyright {
border-top: 1px solid #FFCC00;
vertical-align: top;
empty-cells: show;
}

#prenum08 {
display:none;
text-align:left;
background-color:#FFCC66; 
width:280px;
padding: 3px;
padding-right: 10px;
border: 2px solid #FFF4D8; 
}

#prenum08 input.inp {
width:140px;
font-size: 11px;
}

#prenum08 input.newsletter {
font-size: 12px;
background-color: #FF9900;
border: 0px;
color: #fff;
padding: 2px 10px;
font-weight: bold;
}

/*--------------------- END FOOTER ---------------------*/

/* ----------- START SPECIAL OFFER ------------ */


.specialOffer {
	width:205px;
	margin-bottom:4px;
}

.oferis {
	background:url(../img/special_offer_top2.gif) top left no-repeat #fff;
}

.oferContent {
	margin:10px 10px 0px 15px;
}

.oferis h3 {
	font-size:16px;
	font-weight:bold;
	color:#ff9801;
	padding:0px;
	margin:0px 0px -2px 0px;
}	

.oferis_image {
	padding:5px 0px;
}

.offer_hotel {
	font-size:12px;
	color:#09438f;
	margin:0px !important;
	padding:0px !important;
	width:150px;
}

.offer_price_old {
	text-decoration:line-through;
}

.offer_price_new {
	font-size:18px;
	color:#d91f3e;
}

.offer_currency {
	font-size:11px;
	color:#d91f3e;
	font-weight:bold;
}

.oferis_link_test {
	display:block;
	width:205px;
	text-decoration:none;
	margin-bottom:0px;
	color:#000;
	cursor:pointer;	
}

/* SPECIAL OFFER ----------- OLD special offer -------------*/

.offer_block {
	margin-bottom:4px;
	width:205px;
}

.offer {
	width:205px;
	background-color:#fff;
}

.offer_link_test {
	display:block;
	width:180px;
	text-decoration:none;
	background:url(../img/special_offer_top2.gif) top left no-repeat;
	padding:10px 10px 0px 15px;
	margin-bottom:0px;
	color:#000;
	cursor:pointer;	
}

.offer_link_test:hover {
	width:180px;
	text-decoration:none;
	background:url(../img/special_offer_top_over2.gif) top left no-repeat;
	padding:10px 10px 0px 15px;
	margin-bottom:0px;	
}

.offer h3 {
	font-size:16px;
	font-weight:bold;
	color:#ff9801;
	padding:0px;
	margin:0px 0px -2px 0px;
}

.globe {
	margin:2px 0px 5px 0px;
}



.offer_image {
	float:left;
	margin:0px;
	padding:0px;
}

.offer_price {
	margin:11px 0px 0px 101px;
}



.offer_details {
	font-size:11px;
	margin-top:3px;
}

/*-------------------- END SPECIAL OFFER -------------------------*/

/* ------------------ START MY TRAVELS --------------- */

#myTravels {
	margin-bottom:10px;
	font-size:11px;
	background: url(../img/my_travels_foot.gif) bottom left no-repeat #fff;
	width:205px;
	padding-bottom:7px;
}

.travel {
	background:url(../img/dot_border.gif) bottom left repeat-x #fff;
	position:relative;
	width:185px;
	padding-bottom:4px;
	margin:0 auto 7px auto;
	
}
.travel span {
	color:#ff9801;
	font-weight:bold;
}

.close_travel {
	position:absolute;
	top:0;
	right:0;
}

/*---------------------- END MY TRAVELS --------------------------*/

.standartForm { background-color:#E9F5FF; padding:10px; margin:0px; }
.standartForm input, .standartForm textarea, .standartForm select {
	font: normal 12px/14px Arial, Tahoma; 
	border-top: 1px solid #808080; 
	border-left: 1px solid #808080; 
	border-bottom: 1px solid #D4D0C8; 
	border-right: 1px solid #D4D0C8;
	padding:2px;
}
.standartForm .submitButton {
	margin-top:5px; 
	cursor:pointer; 
	background-color:#09438F; 
	color:#fff; border:none;
}
.rek_title img {float:left; margin:0px 5px 0px 0px;}
.rek_title h1 {font-size:18px; font-weight:normal; color:#DB2744; margin:6px 0px 0px 0px}

/* ----- Agenturu sarasas ------- */
.expandRed { color:#d81c3e; background:url(../img/expand_plus.gif) center left no-repeat; padding-left:18px; cursor:pointer; }
.contractRed { color:#d81c3e; background:url(../img/contract_minus.gif) center left no-repeat; padding-left:18px; cursor:pointer; }

/*--------- ROUND CORNER BOX --------------*/

.stl { height:16px; width:16px; background:url(../img/roundbox/top-left-corner.png) top left no-repeat; }
.str { background:url(../img/roundbox/top-right.png) top right repeat-x; }
.sbl { height:20px; width:16px; background:url(../img/roundbox/bottom-left-corner.png) top left no-repeat; }
.sbr { 	background:url(../img/roundbox/bottom-right.png) top right repeat-x; }
.sl { width:16px; background:url(../img/roundbox/left-side.png) top left repeat-y; }
.sr { width:16px; background:url(../img/roundbox/right-side.png) top right repeat-y; }
.shadowBox { min-height:271px; min-width:550px }
.shadowBoxContent { padding:0px 5px 5px 5px; background-color:#fff; }
.ui-dialog-titlebar-close {display: none;}

/* ------------------------------*/

.discountPopup h3 { margin-bottom:2px; font-size:18px; }
.discountPopup .red { font-size:12px; color:#D81C3E; font-weight:bold; margin: 0 0 15px 0; }
.discountPopup img.hotel {float:left; margin-right:8px;}
.discountPopup p.salis { margin:0px; white-space:nowrap;}
.discountPopup .discountTable {margin-top:15px; font-size:11px; }
#discountLayer {overflow:auto; width:500px; height:145px; }
.discountPopup .discountTable td {text-align:center; padding:3px 5px; }
.discountPopup .closePopup {float:right; margin-left:10px; cursor:pointer }
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ none/*{bgImgUrlOverlay}*/ 0/*{bgOverlayXPos}*/ 0/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; }


div.qtip-content { font-size:11px; }

.borderDot {
	height:11px;
	background:url(../img/borderDot.gif) left center repeat-x;
	margin:0 -10px 0 -15px;
}

.hotelLogo { padding-right:15px; width:160px; text-align:center; }
.hotelText { color:#333; line-height:16px;}

.mazas {
	font-size:11px;
	color:#444;
}
/*---------------------- data table --------------------------*/
#tools {
list-style-type: none;
font-size: 11px;
padding: 0;
margin: 0;
}

#tools li {
list-style-type: none;
padding: 0px;
margin: 0px;
margin-left: 15px;
display: inline;
height: 30px;
}

#tools li a {
float: right; /* pataiso IE aukscio baga */
padding: 0px 3px 5px 23px;
margin: 0px;
margin-left: 20px;
}

#tools li.print a {background: url(../img/icon_print.gif) 0 0 no-repeat;}
#tools li.send a {background: url(../img/icon_send.gif) 0 0 no-repeat;}


table.tableData {
border-top: 1px solid #FFCB06;
width: 100%;
}

table.tableData th {
background-color: #FFF6E4;
border-bottom: 1px solid #FFCB06;
padding: 3px;
font-weight: normal;
font-size: 12px;
text-align:center;
}

table.tableData td {
border-bottom: 1px solid #FFCB06;
padding: 3px;
font-size: 11px;
}



/*  -------------- POPUP -------------*/
#popup {
background-color: #FEE2A4;
}

#popup td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#popup h3 {
color: #DA203E;
}

td.popupHeader {
background: url(../img/popup_header.jpg) top left no-repeat;
width: 494px;
height: 84px;
text-align: right;
vertical-align: top;
}

p.popupClose {
margin-right: 10px;
margin-top: 18px;
font-size: 11px;
}


/* ------------- WHERE TO BUY ------------------------------*/

#whereToBuy-travel-plius {margin-top:25px; }
#whereToBuy-travel-plius .dropDownBar { width:525px; }
/* #whereToBuy-travel-plius #agentList { width:525px; }*/

#whereToBuy {}
#whereToBuy h1 { color:#d91e3e; }

.dropDownBar {
	height:40px; width:715px;
	background:url(../img/drop-down-container-L.png) top left no-repeat;
	margin-bottom:10px;
	border-top:1px solid transparent;
}

*html .dropDownBar
{ border-color: pink; filter: chroma(color=pink); }

.dropDownBar span {
	display:block; float:right;
	height:40px; width:12px;
	background:url(../img/drop-down-container-R.png) top right no-repeat;
	text-indent:-9999px;
}

.dropDown {
	font-size:18px;
	color:#09438f;
	width:295px; height:25px;
	padding:3px 0 0 7px;
	background:url(../img/drop-down-big.png) top left no-repeat;
	margin:6px 0 0 7px;
	position:relative; z-index:5;
}

.dropDown:hover {
	background:url(../img/drop-down-big.png) bottom left no-repeat;
	cursor:pointer;
}

ul#dropOption {
	background-color:#fff;
	width:267px; height:270px; overflow:auto;
	margin:0px; padding:0px;
	border:1px solid #D3D1D1;
	border-top:none;
	margin:-1px 0 0 7px;
	display:none;
	position:absolute; z-index:10;
}

ul#dropOption li {
	background:url(../img/borderDot.gif) bottom left repeat-x;
	padding:4px 6px;
	list-style-type:none;
}

ul#dropOption li:hover {
	background-color:#F7F7F7;  cursor:pointer;
}

ul#dropOption li a { text-decoration:none; display:block; font-size:14px; }

ul#dropOption li a:focus { background-color:#F7F7F7 }

.sortBy { 
	font-size:11px; 
	padding:0 10px 10px 5px; 
	/*margin-bottom:10px;*/
	background:url(../img/borderDot.gif) left bottom repeat-x;
}
.sortBy a { 
	text-decoration:none;
	margin-left:3px;
	padding-right:15px;
}

.sortBy a:hover {color:#d91e3e;}

#agentList { width:100%; }
#agentList td { padding:0px;}

#whereToBuy td.agentName { width:220px; vertical-align:top; padding:6px 6px !important;  }
#whereToBuy-travel-plius td.agentName { width:130px; vertical-align:top; padding:6px 6px !important;  }
td.agentName a, td.agentNameTP a { font-size:14px; }
td.agentName span, td.agentNameTP span  { font-size:14px; }
td.agentName span.agentImone, td.agentNameTP span.agentImone  { font-size:11px !important; color:#777777 !important; }

td.agentAdress, td.agentPhone { font-size:11px; }
td.agentAdress { width:270px; }

.agent-sub-adress { width:100%; }

.agent-sub-adress td { padding:5px 0 !important; }
.agent-sub-adress tr { background:url(../img/borderDot.gif) bottom left repeat-x;}

#whereToBuy-travel-plius #agentList td.agentAdress{ width:230px; }

.order_desc {background:url(../img/icon_order_by.gif) center right no-repeat !important; padding-right:10px;}
.order_asc {background:url(../img/icon_order.gif) center right no-repeat !important; padding-right:10px;}

#preloader{
	width:100%;
	height:165px;
	background:url(../img/ajax-loader.gif) center no-repeat;
}

input.error, select.error { 
	background:none;
	background:none !important;
	background-color:#FF9999 !important;
}

label {
	cursor:pointer;
}

div.error, label.error{
	color:red;
}

/* ---------- System Messages ----------- */

.systemMessages {
	border:1px solid #FEE2A4;
	background:url(/img/icon-alert-big.png) 7px 7px no-repeat;
	padding:9px 5px 15px 45px !important;
	margin:10px 0 0px;
	font-size:13px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.systemMessages h1 { font-size:18px; }
.systemMessages a { font-size:13px !important; }

.systemMessages ul li {
	background:url(/img/li-bullet.png) 0px 5px no-repeat;
	padding-left:15px;
	list-style-image:none;
	list-style-type:none;
}