@import url("print.css");
@import url("bingmap.css");
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	font-size: 1em;
	background-color: #F3F8F7;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
em.toolTip {
	color: #F02020;
	cursor: pointer;
	display: inline !important;
	text-decoration: underline;
	font-style: normal;
}
a:active {
  outline: none;
}
a:focus {
    outline: none;
}
/*--general settings--*/
.information {
	font-size: 0.75em;
	line-height:1.4em;
}
.information p,
.information a {
	font-size: 1em;
}
table {
	border-collapse : collapse; 
}
table td {
	padding: 0;
} 
a img {
	border: none;
}
a {
	color: #000;
}
ul, ol, p, h1, h2, h3, h4, h5, h6, br, form, fieldset {
	margin: 0;
	padding: 0;
}
fieldset {
	border: none;
}
h1 {
	position: absolute;	
	right: 20px;
	top: 5px;
	font-size: 0.75em;
	color: #FFF;
	width: 600px;
	text-align: right;
}
h2.titlePage {
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}
h3 {
	font-size: 0.75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
hr,
div#unitDetails SPAN.line {
	margin: 0;
	padding: 0;
	height: 1px;
	font-size: 0;
	color: #DFE1E0;
	background-color: #DFE1E0;
	border: none;
}
.clearLeft {
	clear: left;
	font-size: 0;
}
.clearRight {
	clear: right;
	font-size: 0;
}
.clearBoth {
	clear: both;
	font-size: 0;
}
div#header div#lang {
	background-color: #FFF;
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	padding: 5px;
	position: absolute;
	left: 200px;
	top: 60px;
}
div#header div#lang a {
	color: #000;
	font-weight: bold;
	padding-left: 18px;
	text-decoration: none;
}
div#header div#lang a.lang_ro {
		background: transparent url("/images/frontend/icons/ico_flag_ro.gif") no-repeat left center;
}
div#header div#lang a.lang_en {
		background: transparent url("/images/frontend/icons/ico_flag_en.gif") no-repeat left center;
}
.hidden,
legend {
	display: none;
}
fieldset form {
	padding-top: 25px;
	width: 100%;
}
fieldset form div {
	clear: left;
	margin-bottom: 5px;
	width: 100%;
}
input, select, textarea {
	vertical-align: middle;
	border: 1px solid #7F9DB9;
}
input.inputTxt,
input.inputFile {
	width: 250px;
}
input.textTxtCal {
	width: 222px;
}
img.cal {
	vertical-align: middle;
	cursor: pointer;
}
input.inputFile {
	font-size: 0.75em;
}
textarea.textArea {
	resize: none;
	width: 250px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 0.75em;
	overflow: auto;
}
select.select {
	width: 150px;
}
select.big {
	width: 185px;
}
select.small {
	width: 60px;
}
select.medium {
	width: 90px;
}
button {
	cursor: pointer;
	border: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	vertical-align: middle;
	padding: 0;
    overflow: visible;
	background-color: transparent;
	margin-left: 248px !important;
	margin-left: 253px;
	color: #FFF;
}
	button div {
		clear: none;
		margin: 0 !important;
		padding: 0 !important;
		float: none;
		width: auto !important;
	}
	button div.button span {
		padding-left: 7px;
		display: block;
		white-space: nowrap;
	}
	button div.button {
		background: transparent url("/images/frontend/bg_butC.jpg") repeat-x left top;
	}
	button div.buttonL {
		background: transparent url("/images/frontend/bg_butL.jpg") no-repeat left top;
	}
	button div.buttonR {
		background: transparent url("/images/frontend/bg_butR.jpg") no-repeat right top;
		padding: 0 28px 0 10px !important;
		height: 29px;
		line-height: 23px;
	}
input.checkbox {
	margin-top: 1px;
	margin-bottom: 1px;
}
label {
	font-size: 0.75em;
	cursor: pointer;
	float: left;
	width: 250px;
	margin-bottom: 2px;
	margin-top: 5px;
}
label.radio {
	float: none !important;
	display: inline;
}
#error,
div#error301 p {
	background: transparent url("/images/frontend/icons/ico_error.jpg") no-repeat left center;
	line-height: 1.4em;
	font-size: 0.75em;
	margin: 20px;
	padding: 10px;
	padding-left: 40px;
}
.txt {
	line-height: 1.4em;
}
.bottomPanel,
div.navLinks {
	background: transparent url("/images/frontend/bg_line.jpg") no-repeat left bottom;
	padding-top: 10px;
	text-align: right;
	clear: left;
	width: 100%;
}
.bottomPanel a,
div.navLinks a {
	font-size: 0.7em;
	text-decoration: none;
}
div.navLinks {
	clear: both;
	text-align: left;
	padding-bottom: 4px;
}
div.navLinks a {
	text-decoration: underline;
}
div.navLinks a,
div.navLinks span {
	vertical-align: middle;
}
.bottomPanel a.top {
	background: transparent url("/images/frontend/icons/ico_arrowUp.gif") no-repeat left 6px;
	padding-left: 20px;
	margin-right: 30px;
	float: right;
	padding-top: 2px;
}
.bottomPanel a.print {
	float: left;
	background: transparent url("/images/frontend/icons/print.gif") no-repeat left top;
	padding: 2px 0 3px 20px;
}
.important {
	color: #C52C00 !important;
}
div.securityNr {
	width: 120px;
	border: 1px solid #7F9DB9;
	margin-left: 250px !important;
	margin-left: 253px;
	font-size: 0;
}
div#error301 p,
div#error301 a {
	margin: 0;
	margin-left: 200px;
}
div#error301 a {
	font-size: 0.75em;
	display: block;
}
a.homeLnk{
	position: absolute;
	left: 10px;	
	top: 5px;
	color: #FFF;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: transparent url("/images/frontend/icons/ico_arrow3.jpg") no-repeat left center;
	text-decoration: none;
	padding-left: 10px;
}
a.home {
	color: #E50B0A;
	position: absolute;
	left: 50px;	
	top: 50px;
	font-size: 0;
	display: block;
	width: 150px;
	height: 50px;
	color: #FFF;
}
div#bannerLeft,
div#bannerHeader {
	font-size: 0.75em;
	overflow: hidden;
	padding: 5px 5px 5px 5px;
	text-align: center;
	width: 170px;
}
div#bannerBottom,
div#bannerTop {
	font-size: 0.75em;
	overflow: hidden;
	text-align: center;
	margin: 0 5px 0 5px;
	width: 700px;
}
	div#bannerTop.bannerTop-2 {
		margin-top: 10px;
	}
div#bannerBottom {
	margin-top: 10px;
}
div#bannerLeft a,
div#bannerLeft a,
div#bannerHeader a,
div#bannerBottom a {
	color: #000;
	display: block;
	text-align: center;
	text-decoration: none;
	margin-bottom: 10px;
	vertical-align: top;
}
div#bannerLeft img,
div#bannerBottom img,
div#bannerTop img,
div#bannerHeader img {
	display: block;
	margin-bottom: 10px;
	vertical-align: top;
}
div#bannerHeader {
	padding-left: 10px;
	position: absolute;
	right: 5px;
	top: 35px;
}
/*--general structure--*/
div#trafic,
div#mainTpl {
	width: 980px;
	margin: auto;
}
div#mainTpl{
	width: 980px;
	margin: auto;
	background-color: #FFF;
	border: 1px solid #F1D873;
	position: relative;
}
div#header {
	background: #FFF url("/images/frontend/backgroundImage/header.jpg") no-repeat left top;
	width: 980px;
	height: 207px;
	overflow: hidden;
}
div#leftCol{
	width: 183px;
	float: left;
	position: relative;
	padding-bottom: 20px;
}
div#rightCol{
	width: 772px;
	float: right;
	padding: 10px 10px 30px 15px;
	background: #FFF url("/images/frontend/backgroundImage/bg_contHead.jpg") no-repeat right top;
	overflow: hidden;
}
	ul#topMenu {
		position: absolute;
		right: 2px;
		top: 185px;
		list-style-type: none;
	}
	ul#topMenu li{
		float: left;
	}
	ul#topMenu li.cheapFlight div.tabC {
		background: #E61A19 url("/images/frontend/new_bg_tabC.jpg") repeat-x left top;
	}
	ul#topMenu li.cheapFlight div.tabL {
		background:  url("/images/frontend/new_bg_tabL.jpg") no-repeat left top;
	}
	ul#topMenu li.cheapFlight div.tabR {
		background: url("/images/frontend/new_bg_tabR.jpg") no-repeat right top;
	}
	
	div.tabC {
		background: #F27444 url("/images/frontend/bg_tabC.jpg") repeat-x left top;
		margin-right: 4px;
	}
	div.tabL {
		background:  url("/images/frontend/bg_tabL.jpg") no-repeat left top;
		padding-left: 10px;
	}
	div.tabR {
		background: url("/images/frontend/bg_tabR.jpg") no-repeat right top;
		padding-right: 10px;
	}
	ul#topMenu a {
		font-size: 0.8em;
		text-decoration:  none;
		font-weight: bold;
		color: #FFF;
		display: block;
		padding: 3px 0 3px 0;
	}
	ul#topMenu li.cheapFlight a {
		color: #FDEBCC;
	}
	div#specOffer {
		padding: 0 20px 10px 5px;
		width: 730px;
		float: right;
	}
	div#specOffer a {
		font-weight: bold;
		font-size: 0.95em;
		text-decoration:  none;
		text-align: right;
		color: #FFF;
		height: 40px;
		line-height: 40px;
		width: 160px; 
		padding-right: 10px;
		float: left;
		margin-left: 5px;
		margin-bottom: 5px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		white-space: nowrap;
	}
	div#specOffer a.offerType_1 {
		background: transparent url("/images/frontend/offerType_1.jpg") no-repeat left center;
	}
	div#specOffer a.offerType_2 {
		background: transparent url("/images/frontend/offerType_2.jpg") no-repeat left center;
	}
	div#specOffer a.offerType_3 {
		background: transparent url("/images/frontend/offerType_3.jpg") no-repeat left center;
	}
	div#specOffer a.offerType_4 {
		background: transparent url("/images/frontend/offerType_4.jpg") no-repeat left center;
	}
	div#specOffer a.offerType_5 {
		background: transparent url("/images/frontend/offerType_5.jpg") no-repeat left center;
	}
	div#specOffer a.offerType_6 {
		background: transparent url("/images/frontend/offerType_6.png") no-repeat left center;
		width: 185px; 
		padding-right: 5px;
	}
	div#specOffer a.offerType_7 {
		background: transparent url("/images/frontend/offerType_7.jpg") no-repeat left center;
	}
	div#specOffer a.offerType_8 {
		background: transparent url("/images/frontend/offerType_8.png") no-repeat left center;
		color: #000;
	}
	div#specOffer a.offerType_9 {
		background: transparent url("/images/frontend/offerType_9.png") no-repeat left center;
	}
	div#specOffer a.offerType_10 {
		background: transparent url("/images/frontend/offerType_10.png") no-repeat left center;
		width: 155px; 
		padding-right: 15px;
	}
div#footer {
	border-top: 1px solid #F1D873;
    clear: both;
    line-height: 25px;
    padding: 0 0 25px 25px;
}
	div#footer	ul {
		float: left;
		list-style-type: none;
		width: 708px;
	}
	div#footer	ul li {
		float: left;
		font-size: 0.7em;
	}
	div#footer	ul li a {
		text-decoration: none;
		font-weight: bold;
	}
	div#footer	ul li span.separator {
		margin: 0 10px 0 5px;
	}
	div#footer div{
		background: transparent url("/images/frontend/logoSmall.jpg") no-repeat right top;
		float: right;
		font-size: 0.7em;
		line-height: normal;
		margin-right: 6px;
		margin-top: -11px;
		padding-right: 35px;
		padding-top: 15px;
		text-align: right;
		width: 180px;
	}
	div#footer div a {
		display: block;
		margin-top: 3px;
	}
	div#footer DIV.desc {
		background-image: none;
		clear: both;
		float: none;
		font-size: 0.75em;
		margin: 0;
		padding: 20px 10px 0 0;
		position: relative;
		text-align: left;
		width: 917px;	
	}
/*--components--*/

/*--currency--*/
div#currency {
	background: url("/images/frontend/backgroundImage/bg_menuBottom.jpg") no-repeat left bottom;
	clear: left;
	padding-top: 25px;
	width: 173px;
	height: 133px;
	padding-left: 10px;
	color: #C53534;
}
div#currency ul {
	font-size: 0.75em;
	list-style-type: none;
	margin-top: 5px;
	margin-left: 10px;
}
div#currency span.separator {
	margin: 0 5px 0 5px;
}
div#currency img {
	margin: 0 0 0 5px;
}
div#currency span,
div#currency img {
	vertical-align: middle;
}

/*--info reservation bottom page--*/
DIV#infoReserv {
	font-size: 0.75em;
	line-height: 1.4em;
	margin-top: 10px;
}
DIV#infoReserv UL {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/*-- homepage content styling --*/
div#homepage {
	font-size: 0.75em;
	padding: 10px;
	line-height: 1.4em;
}
div#homepage ul{
	margin-left: 20px;
}
/*-- reservation area options --*/
div#reservOption {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
div#reservOption div {
	margin-right: 30px;
	display: inline;
}
div#reservOption div a, 
div#reservOption div img {
	vertical-align: middle;
}
div#reservOption div img {
	margin-right: 5px;
}
div#reservOption div a {
	text-decoration: none;
	margin-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#searchFast {
	margin: 5px 0 5px 5px;
	overflow: hidden;
	width: 175px;
}
div#searchFast p {
	position: relative !important;
	left: 0;
	top: 0;
	margin: 0;
	font-size: 0.75em;
}
div#searchFast label {
	font-weight: bold;
}
div#searchFast input {
	width: 170px;
}
div#searchFast button {
	clear: left;
	margin: 5px 0 5px 0 !important;
}
div#homepage div.balon {
	font-size: 1em;	
}
div.balon {
	font-size: 0.75em;		
}
div.balon a.img {
	float: left;	
	margin: 0 5px 5px 0;
}
div.balon * {
	vertical-align: middle;
}
