div#destinator {
	display: block;
	position: absolute;
	width: 750px;
	height: 500px;
	background-color: #FFF;
	border-color: #CDD1D8 #9DA1A6 #9DA1A6 #CDD1D8;
	border-style:solid outset outset solid;
	border-width:1px 2px 2px 1px;
/*	top: 436px;
	left: 336px;*/
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}
h6 {
	padding: 15px 15px 0 15px;
	font-size: 16px;
	font-weight: normal;
	color: #B12712;
}
/*h3 {
	clear: both;
	height: 23px;
	margin: 0;
	padding: 5px 10px;
	background: #3880bd;
	color: #fff;
	font-size: 1.1em;
	line-height: 23px;
}*/

hr {
	clear: both;
	margin: 5px 0 3px 0;
	padding: 0;
	border: 0;
	height: 1px;
	background: #90ACD3;
	color: #90ACD3;
}

img {
	border: 0;
	vertical-align: middle;
}

label {
	display: block;
	margin-top: 3px;
}

label.checkbox {
	display: inline;
}

input, select, button {
	margin-bottom: 3px;
	font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: middle;
}

input.checkbox {
	margin-right: 3px;
	border: 0;
}

p {
	margin: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.clear {
	clear: both;
	margin:0;
	padding:0;
}

div.qsfBox {
	width: 240px;
	height: 440px;
	margin: 0;
	padding: 0;
	/*border-top: 1px solid #eee;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #eee;*/
	background-color: #fff;
	background-image:url(../images/qsf-ramka.jpg);
	background-repeat:no-repeat;
	
}

div.form-line {
	margin:0;
	padding: 3px 7px;
	border-bottom: 1px dotted #ddd;
	clear: both;
}

div.search {
	padding: 1.5em 1em;
	text-align: center;
}

div#qsf-dates p {
	float: left;
	width: 110px;
}

input#fromcity, input#tocity, input#outdate, input#retdate {
	height: 16px;
	padding: 2px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	border-left: 1px solid #ccc;
}

input#fromcity, input#tocity {
	width: 200px;
}

input#outdate, input#retdate {
	width: 65px;
}

input.btn-search {
	width: 140px;
	padding: 0.4em;
	background-color: #3880bd;
	color: #fff;
	font-weight: bold;
	border-top: 1px solid #67ade8;
	border-right: 1px solid #185f9b;
	border-bottom: 1px solid #185f9b;
	border-left: 1px solid #67ade8;
	cursor: pointer;
}

ul.passengers li {
	display: block;
	float: left;
	width: 55px;
}

ul.passengers label {
	font-size: 0.8em;
}

ul.triptype li {
	float: left;
	width: 120px;
}


/*Calendar - LIGHT*/
#esky_calendar {
	width:150px;
	background-color:#fff;
	border:1px solid #777;
	overflow:hidden;
	position:relative;
	font-size:10px;
	padding:1px;
}
.calendar-table {
	margin:4px 4px;
	display:inline;
	float:left;
	clear:none;
	width:140px;
}
.calendar-table th {
	padding:1px 0px;
	text-align:center;
	color:#064A7D;
}
.calendar-header-day {
	border-top:1px solid #ccc;
	padding:1px 0px;
	text-align:center !important;
	color:#064A7D;
}
.calendar-day {
	border-top:1px solid #eee;
}
.month-day {
	display:block;
	width:16px;
	height:12px;
	line-height:12px;
	padding:1px 2px;
	text-align:right;
	cursor:pointer;
	text-decoration:none;
	color:#00378B;
}
.month-day:hover {
	background-color:#064A7D;
	color:#fff;
	text-decoration:none;
}
.is-selected{
	border:1px solid red;
	padding:0px 1px;
}
.is-today {
	font-weight:bold;
}
.is-weekend {
	color:#CD071E;
}
.is-blocked {
	background-color:#ddd;
	cursor:default;
}
.is-disabled {
	color:#999;
	cursor:default;
}
.calendar-button {
	width:20px;
	line-height:14px;
	display:inline;
	border:1px outset #666;
	background:#ccc;
	color:#000 !important;
	text-align:center;
}
#calendar-top {
	float:left;
	clear:both;
	width:150px;
}
.calendar-next {
	float:right;
	clear:none;
}
.calendar-previous {
	float:left;
	clear:none;
}
.calendar-previous:hover,
.calendar-next:hover {
	text-decoration:none;
	border-style:inset;
}
.calendar-current {
	width:105px;
	margin:0px auto;
	float:left;
	clear:none;
	text-align:center;
	border:none;
	background:none;
	font-weight:bold;
}
.calendar-close {
	display:block;
	width:140px;
	margin:0px auto;
	float:none;
	clear:both;
	text-align:center;
	border:none;
	background:none;
	font-weight:bold;
}


/*Autocomplete*/
.ac_results {
	padding: 1px;
	width:300px;
	border:1px solid #CDD1D8;
	border-right:2px outset #9da1a6;
	border-bottom:2px outset #9da1a6;
	font-size: 11px;
	background-color: #ffc;
	overflow: hidden;
	color:#000;
	position:absolute;
}

.ac_results ul {
	-width:auto;
	list-style-position: outside;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.ac_results li {
	display:block;
	padding: 2px 0px;
	white-space: nowrap;
	color: #545454;
	overflow: hidden;
}
.ac_results li div.ac_line {
	overflow: auto;
	padding:0px 4px;
}
.ac_results li div.ac_line span.ac_left {
	float:left;
}
.ac_results li div.ac_line span.ac_right {
	float:right;
}

.ac_results li.ac_over {
	background-color: #7690B2;
	color:#fff;
	cursor:pointer;
}
.ac_results li.ac_over * {
	color:#fff;
}
.ac_results iframe {
	display:none;
	display/**/:block;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}
.ac_loading {
	background : #fff url('../images/ajax-loader-small.gif') right center no-repeat;
}
#ac_loading {
	position:absolute;
	width:115px;
	height:20px;
	background : transparent url('../images/ajax-loader.gif') right center no-repeat;
}
