/*
 * It's...
 * Mobissimo.pl Screen Icing
 *
 * Corporate pages stylesheet
 *
 */



/* PAGE GRID */

#wrap {
	position: relative;
	width: 980px;
	margin: 0 auto;
	/*padding: 0 10px;*/
}

#logo {
	position: absolute;
	top: 20px;
	left: 60px;
}

#logo h1, #logo h4 {
	text-indent: -9999px;
}

#logo a { /* TODO fix on IE */
	display: block;
	width: 320px;
	height: 60px;
}

#main_col {
	float: left;
	width: 765px;
	margin-top: 155px;
}

#right_col {
	float: right;
	margin-top: 40px;
}

#main_col, #right_col {
	padding-bottom: 4em; /* IE footer fix: prevents from overlapping */
}



/* INNER LAYOUT */

.body_air #wrap {
	background: #fff url('img/head_air.png') no-repeat;
}

.body_hotel #wrap {
	background: #fff url('img/head_hotel.png') no-repeat;
}

#nav { /* override a bit */
	padding-left: 15px;
}

#content {
}

#content_view {
	float: left;
	padding: 15px 0 0 15px;
	width: 450px !important;
	/*width*/ /**//*:430px;*/
}

#content_sidebar {
	float: right;
	width: 300px;
}

#flash_notice, #errors {
	margin-right: 30px; /* align with form */
}

#welcome {
	width: 100%;
	margin-top: 2em;
	font-size: 1.16em;
}



/* BUILDING BLOCKS AND PAGE ELEMENTS */

p.more {
	text-align: right;
	margin: .5em 1.5em 0 0;
}

.ttip_cloud {
	display: none;
	left: 205px;
	position: absolute;
	width: 15em;
	top: -15px;
	z-index: 100;
}

.ttip_inner {
	background: #fff;
	border: 1px solid #ff4c00;
	font-size: 0.8em;
	left: 25px;
	padding: 15px 15px 5px 10px;
	position: absolute;
	right: 0;
}

.ttip_inner p {
	margin-bottom: .5em;
}

.ttip_dzyndzel {
	background: url('img/ttip_dzyndzel.png') no-repeat;
	left: 0;
	height: 18px;
	position: absolute;
	top: 20px;
	width: 26px;
}

#newsletter {
	margin-top: 121px;
}



/* FORMS ICING */

#form {
	font-size: 1.1em;
}

fieldset#flight_type {
	padding: 1em 0;
}

fieldset#flight_type label {
	display: inline;
	margin: 0 1em 0 0.2em;
	cursor: pointer;
}

fieldset#flight_type label.hover {
	color: #ff4d00;
	border-bottom: 1px solid #ff4d00;
}

label.selected {
	font-weight: bold;
}

.field {
	float: left;
	margin: 0 10px 10px 0;
	position: relative; /* for calendar absolute positioning */
	width: 210px;
}

#form label {
	display: block;
}

.airport_input {
	width: 170px;
}

.field_combined {
	width: 205px;
}

.day_input {
	width: 1.5em; /* chcemy zawzse widziec obydwie cyfry */
}

.month_input {
	width: 145px;
}

.guests_input, .rooms_input {
	width: 50px;
}

#tix_field, #guests_field {
	float: left;
}

#class_field, #rooms_field {
	float: right;
}

.tix_input {
	width: 3em;
}

.class_input {
	width: 115px;
}

.city_input {
	width: 170px;
}

.field_clear {
	clear: both;
}

.field_submit {
	text-align: center;
}

.submit_image {
	padding: 0.7em;
}

.email_input {
	width: 140px;
	font-size: 1.1em;
}

.email_submit {
	vertical-align: bottom;
	padding-left: 10px;
}

.calendar_icon {
	position: absolute;
	right: 10px;
	top: 20px;
}

#loading.form {
	background: url('img/sending.gif') no-repeat;
	height: 31px;
	margin: .7em auto;
	text-indent: -9999px;
	width: 100px;
}

.body_hotel #loading.form {
	background-image: url('img/sending_hotel.gif');
}


/* FAREINDEX LIST, WHOA */

ul#fi_list {
	/* TODO wstawi? tick
	list-style-image: url('img/tick.png');;
	list-style-type: circle;*/
}

#fi_list li {
	display: block;
	clear: both;
}

#fi_list li a {
	display: block;
	height: 1.1em;
	line-height: 1.1em;
	padding: 0.5em 1em 0.4em 0.5em;
	color: #000;
	border-bottom: 1px solid #eee;
}

#fi_list li a:hover {
	background: url('img/fi_bg_over.png') #ff4d00 repeat-x bottom;
	color: #fff;
	border-bottom: 1px solid #ff4d00;
}

#fi_list li a:hover .fi_price, #fi_list li a:hover .fi_arrow {
	color: #fff;
	background-position: 0 100%;
}

.fi_arrow {
	background: url('img/fi_arrow.png') no-repeat;
	display: block;
	float: left;
	height: 5px;
	line-height: 5px;
	margin: .4em .2em 0;
	text-indent: -9999px;
	width: 14px;
}

.fi_origin, .fi_dest {
	display: block;
	float: left;
}

.fi_cities {
	float: left;
	height: 1.1em;
	line-height: 1.1em;
}

.fi_price {
	float: right;
	color: #ff4d00;
	font-weight: bold;
	border-bottom: 1px dotted #ff4d00;
}

.fi_cities, .fi_price {
	cursor: pointer;
}
