/* ###################################################################################### */

* { padding: 0; margin: 0; }

body
{
    background: url('../images/bg.body.gif');
    font-family: Arial;
    color: #333333;
	font-size: 62.5%;   
    line-height: 165%;  
}

a 
{
    font-family: Verdana;
	color: #FFFFFF;
    text-decoration: none; 
}                 
a:hover
{
    text-decoration: none;
}

a img
{
    border: none;
}

input, select
{
    border: 1px solid #DBD8D8;
    padding: 3px;
    width: 350px;
    font-family: Arial,sans-serif;
	font-size: 13px;
    line-height:13px;
    background: url('../images/bg.input.gif') no-repeat top left #FFFFFF;
}

textarea
{
    border: 1px solid #DBD8D8; 
    font-family: Lucida Sans Unicode;
	font-size: 13px;
    width: 514px;
    padding: 3px;
    background: url('../images/bg.input.gif') no-repeat top left #FFFFFF;
}

button {
    cursor:pointer; 
    
}



/* ###################################################################################### */

#cont
{
    position: relative;
    float: left;
    width: 100%;                                                             
    font-size: 1.2em;       
}

#footer
{
    position: relative;
    float: left;
    width: 940px;
    padding: 10px 20px 10px 0px;
    text-align: right;
    color: #96A1A8;
    font-family: Verdana;
    font-size: 11px;
    background: #E5EDF2;
    clear:both;
}
#footer a
{
    color: #7C8083;
}

div.align
{
    position: relative;       
    width: 960px;
    height: 100%;
    margin: 0 auto;     
    background: #F1F7FA;
    
}

/* ###################################################################################### */

#header
{
    position: relative;
    float: left;
    width: 960px;
    height: 130px;                        
}

#header div.menu
{
    background: url('../images/bg.headerMenu.gif') no-repeat top left;
    width: 920px;
    height: 30px;
    margin: 100px auto 0px auto;
}
#header ul
{
    position: relative;
    margin: 0 auto;
    width: 920px;
    list-style-type: none;
    padding-top: 8px;
}
#header ul li
{
    position: relative; 
    float: left;                     
}
#header ul li a
{
    position: relative; 
    float: left;
    font-size: 11px;
    padding: 0px 15px 2px 15px;
    border-right: 1px solid #23184D;
    border-left: 1px solid #5D6AA8;
    line-height: 100%;
}

#header ul li a:hover {
	color:#81ccfe;

}

#header ul li.sel a {
	color: #81ccfe;
	font-weight: bold;
}

/* ###################################################################################### */

#container
{
    position: relative;
    float: left;
    width: 960px;
    background: #F1F7FA;
    padding-top: 20px;
    padding-bottom: 10px;
}

#container #cleft {
    position:relative;
    float:left;
    width:220px;
}

#container #right {
    position:relative;
    float:left;
    width:740px;
}

/* ###################################################################################### */
       
#side, #side2
{
    position: relative;
    float: left;
    width: 200px;     
}                
#container div.left
{                
    padding-right: 20px; 
}
#container div.right
{                
    padding-left: 20px;  
}

#side div.menuBox,#side2 div.menuBox
{
    position: relative;
    float: left;
    width: 200px;
    margin-bottom: 10px;  
    padding-bottom: 10px;                                                           
}
#side div.menuBox ul,#side2 div.menuBox ul
{
    position: relative;
    float: left;
    width: 200px;
    list-style-type: none;
    padding-top: 10px;        
    border-bottom-width: 1px;
    border-bottom-style: solid;                                          
}
#side div.menuBox ul li,#side2 div.menuBox ul li
{
    position: relative;
    float: left;
    width: 200px;
    border-top-width: 1px;
    border-top-style: solid;                                           
}
#side div.menuBox ul li a,#side2 div.menuBox ul li a
{
    position: relative;
    float: left;
    width: 155px;
    font-size: 12px;
    padding: 7px 15px 7px 30px;
    background: url('../images/bg.menu.bullet1.gif') no-repeat 15px 10px;
    line-height: 100%;
    text-align: left;
}
#side div.menuBox ul li.l2 a,#side2 div.menuBox ul li.l2 a
{
    background: url('../images/bg.menu.bullet3.gif') no-repeat 15px 12px;
}
#side div.menuBox ul li a.l2,#side2 div.menuBox ul li a.l2
{                                                                        
    background: url('../images/bg.menu.bullet2.gif') no-repeat 15px 10px;
    color: #333333;
    font-size: 11px;
    line-height: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#side div.menuBox ul li a.l2 strong.p,#side2 div.menuBox ul li a.l2 strong.p
{
    color: red;
}
#side div.menuBox ul li a.l2 span,#side2 div.menuBox ul li a.l2 span
{
    position: relative;
    float: left;
    clear: both;
}



#side div.green
{
    background: url('../images/bg.menu.green2.gif') no-repeat bottom left #99CC00;
}
#side2 div.green
{
    background: url('../images/bg.menu.green2.bt.gif') no-repeat bottom left #99CC00;
}
#side div.green ul
{                                                                      
    background: url('../images/bg.menu.green1.gif') no-repeat top left;
    border-bottom-color: #BAE92B;
}
#side2 div.green ul
{                                                                      
    background: url('../images/bg.menu.green2.up.gif') no-repeat top left;
    border-bottom-color: #BAE92B;
}

#side div.green ul li,#side2 div.green ul li
{
    border-top-color: #dffe82;
}

#side div.green ul li a:hover,#side2 div.green ul li a:hover
{
	background-color: #86b203;
}

#side div.green ul li.l2
{
	font-weight: bold;
	background-color: #86b203;
}

#side div.green ul li a.l2,#side2 div.green ul li a.l2{
	background-color: #bae92b;
}

#side div.green ul li a.l2:hover,#side2 div.green ul li a.l2:hover{
	background-color: #cbf158;
}

#side div.green ul li.sel a,#side2 div.green ul li.sel a {
	font-weight: bold;
	background-color: #cbf158;
}


#side div.darkblue,#side2 div.darkblue
{
    background: url('../images/bg.menu.darkblue2.gif') no-repeat bottom left #3f468b;
}
#side div.darkblue ul,#side2 div.darkblue ul
{                                                                      
    background: url('../images/bg.menu.darkblue1.gif') no-repeat top left;
    border-bottom-color: #cbcde5;
}
#side div.darkblue ul li,#side2 div.darkblue ul li
{
    border-top-color: #cbcde5;
}

#side div.darkblue ul li a:hover,#side2 div.darkblue ul li a:hover
{
	background-color: #86b203;
}

#side div.darkblue ul li.l2, #side2 div.darkblue ul li.l2
{
	font-weight: bold;
	background-color: #31387f;
}

#side div.darkblue ul li a.l2,#side2 div.darkblue ul li a.l2{
	background-color: #7980d4;
	color: #FFFFFF;
	font-weight: bold;
}

#side div.darkblue ul li a.l2:hover,#side2 div.darkblue ul li a.l2:hover{
	background-color: #6068c4;
}

#side div.darkblue ul li.sel a,#side2 div.darkblue ul li.sel a {
	font-weight: bold;
	background-color: #6068c4;
}


#side div.orange,#side2 div.orange
{
    background: url('../images/bg.menu.orange2.gif') no-repeat bottom left #FF9E0D;
}
#side div.orange ul,#side2 div.orange ul
{                                                                      
    background: url('../images/bg.menu.orange1.gif') no-repeat top left;
    border-bottom-color: #FED495;
}
#side div.orange ul li,#side2 div.orange ul li
{
    border-top-color: #FED495;
}
#side div.orange ul li a.l2,#side2 div.orange ul li a.l2
{
    background-color: #FFB547;   
}

#side div.orange ul li a.l2:hover,#side2 div.orange ul li a.l2:hover
{
    background-color: #fecc80;   
}

#side div.blue,#side2 div.blue
{
    background: url('../images/bg.menu.blue2.gif') no-repeat bottom left #0099FF;
}
#side div.blue ul,#side2 div.blue ul
{                                                                      
    background: url('../images/bg.menu.blue1.gif') no-repeat top left;
    border-bottom-color: #C5E8FF;
}
#side div.blue ul li,#side2 div.blue ul li
{
    border-top-color: #C5E8FF;
}
#side div.blue ul li a.l2,#side2 div.blue ul li a.l2
{
    background-color: #81CCFE;
}

#side div.blue ul li.sel a.l2,#side2 div.blue ul li.sel a.l2
{
	font-weight:bold;
}

/* ###################################################################################### */

#content
{
    position: relative;
    float: left;
    width: 520px;   
    line-height: 160%;    
}
#content a {
	color:#06456e;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}


#content a.ext {
	padding-left:15px;
	background:url('/client/images/external-link.gif') no-repeat left center;
	color:#1766be;
	border-bottom:1px solid #ccc;
	text-decoration:none;
}

#content a.ext:hover {
	color:#042f4c;
	border:0;
}

#content h1, #index_text h1
{
    color:#3a317d;
    font-weight: normal;
	line-height: 150%;
    font-size: 1.6em;
    padding-bottom: 10px;
}

#index_text h1 {
    color: #b3e0fe;
}
#content h2
{                        
    font-size: 1.3em;
	font-weight: normal;
	line-height: 150%;
	width: 520px;
	color: #435699;
	border-top: 1px solid #d4e1e7;
	border-bottom: 1px solid #d4e1e7;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 10px;
}

#content h3
{
    font-size: 1.2em;
	color: #321D74;
	line-height: 150%;
    font-weight: normal;
    padding-bottom: 5px;
}
#content p, #index_text p
{
    font-size: 1em;
    padding-bottom: 10px;
}

#content ul {
	margin-left:20px;
	padding:0;
	margin-bottom: 10px;
}

#content ul li {
	padding-bottom: 5px;
}

#content div.kelias
{
	border-bottom: 1px solid #d4e1e7;
	padding-bottom:5px;
	margin-bottom: 10px;
}
#content div.kelias a
{
	text-decoration: none;
}
#content div.kelias a:hover
{
	text-decoration: underline;
}

#content table {
	text-align:left;
	margin-bottom: 10px;
	width: 100%;
}

#content table th {
	background:#cae8fb;
	padding:5px;
}

#content table td {
	padding:5px;
	border-bottom:1px solid #d7dcdf;
}

#content .box {
	display:block;
	padding:10px;
	background:#fdf1ac;
	border:1px solid #c1c6c8;
	margin-top:10px;
	}
#content .form-box{
	position:relative;
	float:left;
	width:241px;
	padding-right:20px;

}
#content label {

  font-size: 110%;
  font-family:arial;
  display:block;
  padding-bottom:4px;
  color:#232d3f;
}

#content fieldset {
	padding:0px 8px 8px 8px;
	border:1px solid #d4e1e7;
	margin-top:10px;
}

#content fieldset.reset {
    margin:0;
    padding:0;
    border:0;
}

#content legend {
  font-size: 120%;
  font-weight: bold;
  padding: 0px 5px;
  margin-left: 10px;    
}

#content legend label {
	font-size:100%;

}

#content select.bigsel {
	width:500px;
	padding:3px;
	border:1px solid #b7c0c6;
	margin:5px 0px;

	

}

#content select.smalsel {
	width:250px;
	padding:3px;
	border:1px solid #b7c0c6;
	margin-bottom:10px;
    height:26px;
    line-height:13px;
	

}

#content input.chk {
	width: 15px;
    height: 15px;
	border:0;
	float:left;
	position:relative;
	margin-right:10px;
}

#content input, #content textarea {
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
	background:#fff url('/client/images/fieldbg.gif') repeat-x top;
	padding:3px;
	margin-bottom:10px;

}

#content input.smal {
	width:232px;
}

#content input.big {
	width:492px;
}

#content textarea.big {
	width:492px;
}

#content button {
	float:right;
	position:relative;
	margin-top:10px;
	padding:4px 10px;
	font-size:120%;
	font-weight:bold;
	cursor:pointer;

}

#content #error {
	display:block;
	padding:5px;
	font-size:120%;
	color:#151413;
	background:#ffb547;
	border:1px solid #ff9e0d;
}

#content div.news {
	border-top: 1px solid #d4e1e7;
	padding-top: 10px;
}

/* ###################################################################################### */

#content div.trip {
	float: left;
	width: 520px;
	border-top: 1px solid #d4e1e7;
	padding-top: 10px;
	margin-bottom: 10px;
}

#content div.trip h1 {
	width: 405px;
	font-size: 14px;
}

#content div.trip img, #content div.trip_hotel img {
	width: 100px;
	float: left;
	margin-right: 15px;
}


#content div.trip p, #content div.trip_hotel p {
	width: 605px;
	float: left;
}

#content div.trip p a, #content div.trip_hotel a {
	color: #fd9e0c;
	text-decoration: none;
}

#content div.trip p a:hover, #content div.trip_hotel a:hover {
	text-decoration: underline;
}

#content div.trip table {
	width: 405px;
	margin-top: 0px;
	background: #e5ecf2;
}

#content div.trip table td.kaina {
	text-align: right;
}

#content div.trip table a {
	text-decoration: none;
	display: block;
}

#content div.trip table a:hover {
	text-decoration: underline;
}

#content div.trip_hotel {
	float: left;
	width: 100%;
	border-bottom: 1px solid #d4e1e7;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#content div.date
{
	margin-bottom: 10px;
}

#content div.date span {
	background: #b4c8dc;
	padding: 3px;
	font-size: 11px;
}

/* ###################################################################################### */

#content div.gallery img {
	margin-right: 20px;
	margin-bottom: 10px;
}

/* ###################################################################################### */

#aviabilietai input.rad
{
    position: relative;
    float: left;
    margin: 0px;
    margin-right: 5px;
    margin-top: 6px;
    background: none;
    border: none;
    padding: 0px;
    width: 10px;
    height: 10px;
    line-height: 10px;
}
#aviabilietai label.rad
{
    padding-right: 45px;
    width: auto;
    padding-bottom: 0px;
}
#aviabilietai label
{
    position: relative;
    float: left;
    width: 65px;
}

#aviabilietai div.amz
{
    position: relative;
    float: left;
    width: 100px;
}
#aviabilietai div.amz label
{
    width: 100px;
    text-align: center;
}
#aviabilietai div.amz select
{                 
    position: relative;       
    margin-left: 30px;
    width: 40px;
}                         
#aviabilietai div.skr
{
    position: relative;
    float: right;
    width: 239px;           
    border: 1px solid #F1F7FA;
    margin-bottom: 5px;
}
#aviabilietai div.skr select.mst
{
    float: right;
    width: 174px;
}  
#aviabilietai div.skr select
{      
    width: 143px;                     
}
#aviabilietai div.skr input
{                           
    margin-bottom: 0px;
    padding: 2px 3px 2px 3px;
    margin-right: 3px;
    width: 17px;
}  
           
/*--- kalendare ---*/ 
#content table.calendare {
  width: 160px;
  border-collapse: collapse;
  border: none;
  float: right;
  position: relative;
  font-size: 10px;
  }
#content table.calendare th {
  text-align: center;
  background: #44589B !important;
  border: 1px solid #F3F5F4;
  font-weight: bold !important;
  color: #fff;
  line-height: 11px;
  }
#content table.calendare td {      
  text-align: center;
  background: #DBE9FD;   
  padding: 0px;
  border: 1px solid #F1F7FA !important;
  font-weight: bold;
  color: #0B2862;
  line-height: 11px;
  }
#content table.calendare td.active {     
  font-weight: normal;
  } 
#content table.calendare td.active a, #content table.calendare td.active a:hover{
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  background: #2C85B1;
  }
#content table.calendare td.vacation a{
  color: #0B2862;
  font-weight: bold;
  text-decoration: none;
  }
#content table.calendare td.unavailable {
  background: #ddd;
  font-weight: normal;
  color: #aaa;
  }
#content table.calendare td.unavailable a{
  color: #aaa;
  font-weight: normal;
  text-decoration: none;
  }
#content table.calendare td a {   
  font-weight: bold;
  color: #0B2862;        
  line-height: 11px;  
  font-size: 10px;
  text-decoration: none !important;   
  position:relative;
  float: left;
  width: 24px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
  }  
#content table.calendare td a:hover {   
  background: #89C2DE;
  font-weight: bold;
  }
  
/* ###################################################################################### */  

#content div.uzklausa {
	width: 520px;
	text-align: right;
	margin-bottom: 10px;
}

#content div.uzklausa a {
	font-size: 11px;
	text-decoration: none;
	padding: 5px;
	background: #45599b;
	color: #FFFFFF;
}

#content div.uzklausa a:hover {
	text-decoration: none;
	background: #382678;
}

#content div.placiau {
	width: 520px;
	text-align: right;
	margin-bottom: 10px;
}
  
/* ###################################################################################### */ 
/* Index page*/

#index_up{
    position: relative;
    float: left;
    width: 740px;
    background:#3f4488 url('../images/blue.down.gif') no-repeat bottom left;
    height:220px;
    margin-bottom:10px;
    padding:0px;
}

#index_up .searchBox,#index_up .searchBox2 {
    position:relative;
    float:left;
    width:370px;
}

#index_up #index_text
{
    position:relative;
    float: left;
    width: 340px;
	padding: 15px;
    background:url('../images/blue.up.gif') no-repeat top left;
    color:#fff;
}

#index_up .searchBox a img {
    margin:0;
    padding:0;
    border:0;
    float:left;
}

#slideShow
{
    position: relative;
    float: left;      
	width: 370px !important;
	height: 220px !important;
	border:0;
    padding:0px;
	background: transparent url('../images/loader.gif') no-repeat center;
}

#index_up .searchBox {
    background:#fedd41 url('../images/yellow.top.gif') no-repeat top left;
    width:330px !important;
    padding:10px 20px 0px 20px;
}

#index_up .searchBox2 {
    background:#f1f7fa;
    width:370px !important;
}

.searchBox h1 {
    color:#ff4e00;
    font-size:14px;
    font-family:Verdana;
    padding-bottom:0px;
}

.searchBox p {
    padding-bottom:5px;
}

.searchBox label {
    font-weight:bold;
    display:block;
    padding-bottom:2px;
    font-family:Verdana;
    margin-top:5px;
}
.searchBox fieldset {
    border:0;
    margin:0;
    padding:0;
}
.searchBox select.smal, .searchBox input.smal {
    width:153px;
    border-color:#ff9c00;
    margin-bottom:4px;
    font-size:11px;
    height:22px;

}

.searchBox select.smal2{
    width:108px;
    border-color:#ff9c00;
    margin-bottom:4px;
    font-size:11px;
    height:22px;
	padding-left:0px;

}

.searchBox input.smal {
    width:148px;
    height:15px;
}

*html div.searchBox input.smal {
    width:145px;
    height:12px;

}

.searchBox select {
    width:330px;
    border-color:#ff9c00;
    margin-bottom:10px;
}

.searchBox button {
    text-align:center;
    color:#fff;
    background:#ff9e0d;
    padding:2px 10px;
    border:0px solid #fff;
    font-weight:bold;
    margin-left:120px;
}

.searchBox .half {
    position:relative;
    float:left;
    width:155px;
    padding-right:20px;
    margin-bottom:10px;
}


/*Right green*/

#side2 div.green h4 {
    font-size:12px;
    font-family:Verdana;
    padding-left:10px;
}

#side2 div.green p {
    font-size:11px;
    font-family:Verdana;
    padding: 0px 10px;
}

#side2 div.green form {
    padding-left:10px;
}

#side2 div.green input{  
    margin:5px 0px;
    width:170px; 
    font-family: Arial,sans-serif;
	font-size: 13px;
    line-height:13px;
    background:#ccf650; 
     border:0;
}

button.newsletter {
     background:#3c5505;
     color:#fff;
     font-weight:bold;
     padding:3px 10px;
     border:0;
     font-size:11px;
}

/*Content 2 box*/
#content .contentLeft{
    position:relative;
    float:left;
    width: 250px;
    padding-right:20px;
    
}

#content .contentRight {
    position:relative;
    float:left;
    width:250px;
    
}

#content .contentRight h2, #content .contentLeft h2{
    width:250px;
}

#content .contentLeft ul,#content .contentRight ul{
    list-style-type:none;
    margin:0;
    padding:0;
}

#content .contentLeft ul li,#content .contentRight ul li{
    padding-bottom:5px;

}

#content .contentLeft h3,#content .contentRight h3 {
    font-weight:bold;
    font-family:Verdana;
    font-size:1.0em;
}

#content .contentLeft a.more,#content .contentRight a.more {
    margin:0;
    padding-left:200px;
}

#content .contentLeft a.more:hover,#content .contentRight a.more:hover {
    text-decoration:none;
}

#content .contentLeft p.#content .contentRight p {
    padding-bottom:0px;
}

#content .contentLeft span.class,#content .contentRight span.class {
    color:#171717;
}
/* ###################################################################################### */    
/* Poilsines novaturo lentele*/

table.pnovaturo tr td.hotels{ width:80px;}
table.pnovaturo tr td.price{width:80px;}
table.pnovaturo tr td.more{width:30px;} 

/* ###################################################################################### */

#tez
{
    position: relative;
    float: left;
    width: 720px;    
}

#tez td.kelioniugidas_step2_rows img
{
    position: relative;
    float: left;    
    margin-top: 2px;
    margin-right: 5px;
}
#tez td.kelioniugidas_step2_rows span
{
    position: relative;
    float: left;        
    padding-left: 20px;
    padding-right: 5px;
}

form#filter
{
    position: relative;
    float: left;
    width: 720px;
    background: #DDECF4;          

}          
form#filter table td, #tez table.kelioniugidas_step3_fonts td
{
    padding: 0px;
    margin: 0px;
    border: none;
}
form#filter td.kelioniugidas_filter_steps_hover
{
    color: #F77B1B;
}
form#filter button
{
    font-size: 12px;
    margin-left: 18px;
    margin-right: 2px;
    padding: 0px 10px 0px 10px;
}
#tez table.kelioniugidas_step3_fonts td select
{
    width: 250px;
}


