@charset "utf-8";
/* CSS Document */

/* NAVIGACIJA virsuje */

#header ul, li{border:0; margin:0; padding:0; list-style:none;}
#header ul{
border-bottom:solid 1px #e9f0f5;
height:29px;
}
#header li {float:left; margin-right:2px;}

.headerfonas {
        background:url(http://www.2trip.lt/img/layout/fonas_rays.png) top center no-repeat;
}
.header_po_meniu {
        background:url(http://www.2trip.lt/img/layout/po_meniu.png);
}

.tab a:link, .tab a:visited{
background:url(http://www.2trip.lt/img/tab-round.png) right 60px;
color:#56554e;
display:block;
font-weight:bold;
height:30px;
line-height:30px;
text-decoration:none;
font-size:12px;
cursor: pointer;

}
.tab a span{
background:url(http://www.2trip.lt/img/tab-round.png) left 60px;
display:block;
height:30px;
margin-right:14px;
padding-left:14px;
	cursor: pointer;
}
.tab a:hover{
background:url(http://www.2trip.lt/img/tab-round.png) right 30px;
display:block;
color:#e0ded0;
	cursor: pointer;

}
.tab a:hover span{
background:url(http://www.2trip.lt/img/tab-round.png) left 30px;
display:block;
}
/* ------------------------- */
/* ACTIVE ELEMENTS */
.active a:link, .active a:visited, .active a:visited, .active a:hover{
color:#1c4e7e;
background:url(http://www.2trip.lt/img/tab-round.png) right 0 no-repeat;
} 
.active a span, .active a:hover span{
background:url(http://www.2trip.lt/img/tab-round.png) left 0 no-repeat;
}

	#basic button{ 
		clear:both;
		margin-left:150px;
		background:#888888;
		color:#FFFFFF;
		border:solid 1px #666666;
		font-size:11px;
		font-weight:bold;
		padding:4px 6px;
	}
